Started by user Jonah Graham Running as Jonah Graham Agent basic-ktxl4 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-ktxl4" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.packaging.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-ktxl4" - 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-ktxl4" - 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-4.10.1" 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-ktxl4 (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-lVda6NmB587Z/agent.72 SSH_AGENT_PID=74 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/notarize-downloads@tmp/private_key_2766656348743291931.key (/home/jenkins/agent/workspace/notarize-downloads@tmp/private_key_2766656348743291931.key) [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) The recommended git tool is: git No credentials specified Cloning the remote Git repository Cloning repository https://git.eclipse.org/r/epp/org.eclipse.epp.packages > git init /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/epp/org.eclipse.epp.packages > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://git.eclipse.org/r/epp/org.eclipse.epp.packages +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://git.eclipse.org/r/epp/org.eclipse.epp.packages # 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 5768e831ac96757cbfd84f9f89c72e39530597cb (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5768e831ac96757cbfd84f9f89c72e39530597cb # timeout=10 Commit message: "Remove Java 11 jars from archive repo" > git rev-list --no-walk 5768e831ac96757cbfd84f9f89c72e39530597cb # timeout=10 [notarize-downloads] $ /bin/bash /tmp/jenkins6610491985207023001.sh + export 'PS4=+$$+ ' + PS4='+$$+ ' +172+ SSHUSER=genie.packaging@projects-storage.eclipse.org +172+ SSH='ssh genie.packaging@projects-storage.eclipse.org' +172+ SCP=scp +172+ mkdir temp +172+ pushd temp ~/agent/workspace/notarize-downloads/temp ~/agent/workspace/notarize-downloads ++172+ ssh genie.packaging@projects-storage.eclipse.org find /home/data/httpd/download.eclipse.org/technology/epp/staging -maxdepth 1 -name '*.dmg-tonotarize' +172+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +172+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2022-03-M2-macosx-cocoa-aarch64.dmg-tonotarize . +172+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +172+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64.dmg-tonotarize . +172+ popd ~/agent/workspace/notarize-downloads ++172+ find /home/jenkins/agent/workspace/notarize-downloads -name '*.dmg-tonotarize' +172+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +172+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2022-03-M2-macosx-cocoa-aarch64.dmg ++172+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2022-03-M2-macosx-cocoa-aarch64.dmg-tonotarize +172+ LOG=eclipse-scout-2022-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.log +172+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2022-03-M2-macosx-cocoa-aarch64.dmg' +172+ sleep 18s +172+ /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-2022-03-M2-macosx-cocoa-aarch64.dmg +172+ tee --append eclipse-scout-2022-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.log +182+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2022-03-M2-macosx-cocoa-aarch64.dmg ++182+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2022-03-M2-macosx-cocoa-aarch64.dmg +182+ DMG=eclipse-scout-2022-03-M2-macosx-cocoa-aarch64.dmg +182+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2022-03-M2-macosx-cocoa-aarch64.dmg-tonotarize eclipse-scout-2022-03-M2-macosx-cocoa-aarch64.dmg ++182+ echo eclipse-scout-2022-03-M2-macosx-cocoa-aarch64.dmg ++182+ sed s/_/-/g +182+ PRIMARY_BUNDLE_ID=eclipse-scout-2022-03-M2-macosx-cocoa-aarch64.dmg +182+ retryCount=5 +182+ '[' 5 -gt 0 ']' ++182+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-scout-2022-03-M2-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-scout-2022-03-M2-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +182+ RESPONSE_RAW='{"uuid":"d7a618cc-ac6c-4ae8-86bd-4f6c435f1fe9","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"d7a618cc-ac6c-4ae8-86bd-4f6c435f1fe9","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"d7a618cc-ac6c-4ae8-86bd-4f6c435f1fe9","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++182+ jq -r .uuid +182+ UUID=d7a618cc-ac6c-4ae8-86bd-4f6c435f1fe9 ++182+ echo '{"uuid":"d7a618cc-ac6c-4ae8-86bd-4f6c435f1fe9","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=IN_PROGRESS +182+ [[ 200 == \5\0\3 ]] +182+ [[ 200 == \5\0\2 ]] +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m +172+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +172+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64.dmg ++172+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64.dmg-tonotarize +172+ LOG=eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +172+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64.dmg' +172+ /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-2022-03-M2-macosx-cocoa-x86_64.dmg +172+ sleep 18s +172+ tee --append eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +204+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64.dmg ++204+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64.dmg +204+ DMG=eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64.dmg +204+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64.dmg ++204+ echo eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64.dmg ++204+ sed s/_/-/g +204+ PRIMARY_BUNDLE_ID=eclipse-modeling-2022-03-M2-macosx-cocoa-x86-64.dmg +204+ retryCount=5 +204+ '[' 5 -gt 0 ']' ++204+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-modeling-2022-03-M2-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +172+ jobs -p 182 204 +172+ wait ++172+ jobs -p +204+ RESPONSE_RAW='{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++204+ jq -r .uuid +204+ UUID=bff90b59-4489-4c82-9668-a36c25249a0c ++204+ echo '{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ 200 == \5\0\3 ]] +204+ [[ 200 == \5\0\2 ]] +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d7a618cc-ac6c-4ae8-86bd-4f6c435f1fe9/status +182+ RESPONSE_RAW='{"uuid":"d7a618cc-ac6c-4ae8-86bd-4f6c435f1fe9","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"d7a618cc-ac6c-4ae8-86bd-4f6c435f1fe9","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"d7a618cc-ac6c-4ae8-86bd-4f6c435f1fe9","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=IN_PROGRESS +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bff90b59-4489-4c82-9668-a36c25249a0c/status +204+ RESPONSE_RAW='{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d7a618cc-ac6c-4ae8-86bd-4f6c435f1fe9/status +182+ RESPONSE_RAW='{"uuid":"d7a618cc-ac6c-4ae8-86bd-4f6c435f1fe9","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"d7a618cc-ac6c-4ae8-86bd-4f6c435f1fe9","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"d7a618cc-ac6c-4ae8-86bd-4f6c435f1fe9","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=IN_PROGRESS +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bff90b59-4489-4c82-9668-a36c25249a0c/status +204+ RESPONSE_RAW='{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d7a618cc-ac6c-4ae8-86bd-4f6c435f1fe9/status +182+ RESPONSE_RAW='{"uuid":"d7a618cc-ac6c-4ae8-86bd-4f6c435f1fe9","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"d7a618cc-ac6c-4ae8-86bd-4f6c435f1fe9","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"d7a618cc-ac6c-4ae8-86bd-4f6c435f1fe9","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=IN_PROGRESS +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bff90b59-4489-4c82-9668-a36c25249a0c/status +204+ RESPONSE_RAW='{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d7a618cc-ac6c-4ae8-86bd-4f6c435f1fe9/status +182+ RESPONSE_RAW='{"uuid":"d7a618cc-ac6c-4ae8-86bd-4f6c435f1fe9","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"d7a618cc-ac6c-4ae8-86bd-4f6c435f1fe9","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ jq -r .notarizationStatus.status ++182+ echo '{"uuid":"d7a618cc-ac6c-4ae8-86bd-4f6c435f1fe9","notarizationStatus":{"status":"ERROR","message":"Issue' happened while uploading file to Apple notarization 'service","moreInfo":"Failed' to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this 'package"}}' +182+ STATUS=ERROR +182+ [[ ERROR == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ [[ 200 == \5\0\3 ]] +182+ [[ 200 == \5\0\2 ]] +182+ [[ ERROR != \C\O\M\P\L\E\T\E ]] +182+ echo 'Notarization failed: {"uuid":"d7a618cc-ac6c-4ae8-86bd-4f6c435f1fe9","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}}' Notarization failed: {"uuid":"d7a618cc-ac6c-4ae8-86bd-4f6c435f1fe9","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}} ++182+ expr 5 - 1 +182+ retryCount=4 +182+ '[' 4 -eq 0 ']' +182+ echo Retrying... Retrying... +182+ '[' 4 -gt 0 ']' ++182+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-scout-2022-03-M2-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-scout-2022-03-M2-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +182+ RESPONSE_RAW='{"uuid":"7424435b-ae63-4919-bbff-5604c7360954","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"7424435b-ae63-4919-bbff-5604c7360954","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"7424435b-ae63-4919-bbff-5604c7360954","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++182+ jq -r .uuid +182+ UUID=7424435b-ae63-4919-bbff-5604c7360954 ++182+ echo '{"uuid":"7424435b-ae63-4919-bbff-5604c7360954","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=IN_PROGRESS +182+ [[ 200 == \5\0\3 ]] +182+ [[ 200 == \5\0\2 ]] +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bff90b59-4489-4c82-9668-a36c25249a0c/status +204+ RESPONSE_RAW='{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7424435b-ae63-4919-bbff-5604c7360954/status +182+ RESPONSE_RAW='{"uuid":"7424435b-ae63-4919-bbff-5604c7360954","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"7424435b-ae63-4919-bbff-5604c7360954","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"7424435b-ae63-4919-bbff-5604c7360954","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=IN_PROGRESS +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bff90b59-4489-4c82-9668-a36c25249a0c/status +204+ RESPONSE_RAW='{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7424435b-ae63-4919-bbff-5604c7360954/status +182+ RESPONSE_RAW='{"uuid":"7424435b-ae63-4919-bbff-5604c7360954","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"7424435b-ae63-4919-bbff-5604c7360954","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"7424435b-ae63-4919-bbff-5604c7360954","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=IN_PROGRESS +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bff90b59-4489-4c82-9668-a36c25249a0c/status +204+ RESPONSE_RAW='{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7424435b-ae63-4919-bbff-5604c7360954/status +182+ RESPONSE_RAW='{"uuid":"7424435b-ae63-4919-bbff-5604c7360954","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"7424435b-ae63-4919-bbff-5604c7360954","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"7424435b-ae63-4919-bbff-5604c7360954","notarizationStatus":{"status":"ERROR","message":"Issue' happened while uploading file to Apple notarization 'service","moreInfo":"Failed' to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this 'package"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=ERROR +182+ [[ ERROR == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ [[ 200 == \5\0\3 ]] +182+ [[ 200 == \5\0\2 ]] +182+ [[ ERROR != \C\O\M\P\L\E\T\E ]] +182+ echo 'Notarization failed: {"uuid":"7424435b-ae63-4919-bbff-5604c7360954","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}}' Notarization failed: {"uuid":"7424435b-ae63-4919-bbff-5604c7360954","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}} ++182+ expr 4 - 1 +182+ retryCount=3 +182+ '[' 3 -eq 0 ']' +182+ echo Retrying... Retrying... +182+ '[' 3 -gt 0 ']' ++182+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-scout-2022-03-M2-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-scout-2022-03-M2-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +182+ RESPONSE_RAW='{"uuid":"37510c91-7559-4269-bfb8-2d5fd9c06e99","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"37510c91-7559-4269-bfb8-2d5fd9c06e99","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"37510c91-7559-4269-bfb8-2d5fd9c06e99","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++182+ jq -r .uuid +182+ UUID=37510c91-7559-4269-bfb8-2d5fd9c06e99 ++182+ echo '{"uuid":"37510c91-7559-4269-bfb8-2d5fd9c06e99","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=IN_PROGRESS +182+ [[ 200 == \5\0\3 ]] +182+ [[ 200 == \5\0\2 ]] +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bff90b59-4489-4c82-9668-a36c25249a0c/status +204+ RESPONSE_RAW='{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/37510c91-7559-4269-bfb8-2d5fd9c06e99/status +182+ RESPONSE_RAW='{"uuid":"37510c91-7559-4269-bfb8-2d5fd9c06e99","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"37510c91-7559-4269-bfb8-2d5fd9c06e99","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"37510c91-7559-4269-bfb8-2d5fd9c06e99","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=IN_PROGRESS +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bff90b59-4489-4c82-9668-a36c25249a0c/status +204+ RESPONSE_RAW='{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/37510c91-7559-4269-bfb8-2d5fd9c06e99/status +182+ RESPONSE_RAW='{"uuid":"37510c91-7559-4269-bfb8-2d5fd9c06e99","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"37510c91-7559-4269-bfb8-2d5fd9c06e99","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"37510c91-7559-4269-bfb8-2d5fd9c06e99","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=IN_PROGRESS +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bff90b59-4489-4c82-9668-a36c25249a0c/status +204+ RESPONSE_RAW='{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/37510c91-7559-4269-bfb8-2d5fd9c06e99/status +182+ RESPONSE_RAW='{"uuid":"37510c91-7559-4269-bfb8-2d5fd9c06e99","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"37510c91-7559-4269-bfb8-2d5fd9c06e99","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"37510c91-7559-4269-bfb8-2d5fd9c06e99","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=IN_PROGRESS +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bff90b59-4489-4c82-9668-a36c25249a0c/status +204+ RESPONSE_RAW='{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/37510c91-7559-4269-bfb8-2d5fd9c06e99/status +182+ RESPONSE_RAW='{"uuid":"37510c91-7559-4269-bfb8-2d5fd9c06e99","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"37510c91-7559-4269-bfb8-2d5fd9c06e99","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"37510c91-7559-4269-bfb8-2d5fd9c06e99","notarizationStatus":{"status":"ERROR","message":"Issue' happened while uploading file to Apple notarization 'service","moreInfo":"Failed' to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this 'package"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=ERROR +182+ [[ ERROR == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ [[ 200 == \5\0\3 ]] +182+ [[ 200 == \5\0\2 ]] +182+ [[ ERROR != \C\O\M\P\L\E\T\E ]] +182+ echo 'Notarization failed: {"uuid":"37510c91-7559-4269-bfb8-2d5fd9c06e99","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}}' Notarization failed: {"uuid":"37510c91-7559-4269-bfb8-2d5fd9c06e99","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}} ++182+ expr 3 - 1 +182+ retryCount=2 +182+ '[' 2 -eq 0 ']' +182+ echo Retrying... Retrying... +182+ '[' 2 -gt 0 ']' ++182+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-scout-2022-03-M2-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-scout-2022-03-M2-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bff90b59-4489-4c82-9668-a36c25249a0c/status +204+ RESPONSE_RAW='{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m +182+ RESPONSE_RAW='{"uuid":"1a5b5fac-c535-4558-9ac8-36efa0dd561a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"1a5b5fac-c535-4558-9ac8-36efa0dd561a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"1a5b5fac-c535-4558-9ac8-36efa0dd561a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++182+ jq -r .uuid +182+ UUID=1a5b5fac-c535-4558-9ac8-36efa0dd561a ++182+ echo '{"uuid":"1a5b5fac-c535-4558-9ac8-36efa0dd561a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=IN_PROGRESS +182+ [[ 200 == \5\0\3 ]] +182+ [[ 200 == \5\0\2 ]] +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bff90b59-4489-4c82-9668-a36c25249a0c/status +204+ RESPONSE_RAW='{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1a5b5fac-c535-4558-9ac8-36efa0dd561a/status +182+ RESPONSE_RAW='{"uuid":"1a5b5fac-c535-4558-9ac8-36efa0dd561a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"1a5b5fac-c535-4558-9ac8-36efa0dd561a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"1a5b5fac-c535-4558-9ac8-36efa0dd561a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=IN_PROGRESS +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bff90b59-4489-4c82-9668-a36c25249a0c/status +204+ RESPONSE_RAW='{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1a5b5fac-c535-4558-9ac8-36efa0dd561a/status +182+ RESPONSE_RAW='{"uuid":"1a5b5fac-c535-4558-9ac8-36efa0dd561a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"1a5b5fac-c535-4558-9ac8-36efa0dd561a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"1a5b5fac-c535-4558-9ac8-36efa0dd561a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=IN_PROGRESS +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bff90b59-4489-4c82-9668-a36c25249a0c/status +204+ RESPONSE_RAW='{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1a5b5fac-c535-4558-9ac8-36efa0dd561a/status +182+ RESPONSE_RAW='{"uuid":"1a5b5fac-c535-4558-9ac8-36efa0dd561a","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"1a5b5fac-c535-4558-9ac8-36efa0dd561a","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"1a5b5fac-c535-4558-9ac8-36efa0dd561a","notarizationStatus":{"status":"ERROR","message":"Issue' happened while uploading file to Apple notarization 'service","moreInfo":"Failed' to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this 'package"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=ERROR +182+ [[ ERROR == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ [[ 200 == \5\0\3 ]] +182+ [[ 200 == \5\0\2 ]] +182+ [[ ERROR != \C\O\M\P\L\E\T\E ]] +182+ echo 'Notarization failed: {"uuid":"1a5b5fac-c535-4558-9ac8-36efa0dd561a","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}}' Notarization failed: {"uuid":"1a5b5fac-c535-4558-9ac8-36efa0dd561a","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}} ++182+ expr 2 - 1 +182+ retryCount=1 +182+ '[' 1 -eq 0 ']' +182+ echo Retrying... Retrying... +182+ '[' 1 -gt 0 ']' ++182+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-scout-2022-03-M2-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-scout-2022-03-M2-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +182+ RESPONSE_RAW='{"uuid":"8688aad1-f4fc-4adf-b918-a8d534f77a68","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"8688aad1-f4fc-4adf-b918-a8d534f77a68","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"8688aad1-f4fc-4adf-b918-a8d534f77a68","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++182+ jq -r .uuid +182+ UUID=8688aad1-f4fc-4adf-b918-a8d534f77a68 ++182+ echo '{"uuid":"8688aad1-f4fc-4adf-b918-a8d534f77a68","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=IN_PROGRESS +182+ [[ 200 == \5\0\3 ]] +182+ [[ 200 == \5\0\2 ]] +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bff90b59-4489-4c82-9668-a36c25249a0c/status +204+ RESPONSE_RAW='{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/8688aad1-f4fc-4adf-b918-a8d534f77a68/status +182+ RESPONSE_RAW='{"uuid":"8688aad1-f4fc-4adf-b918-a8d534f77a68","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"8688aad1-f4fc-4adf-b918-a8d534f77a68","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"8688aad1-f4fc-4adf-b918-a8d534f77a68","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=IN_PROGRESS +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bff90b59-4489-4c82-9668-a36c25249a0c/status +204+ RESPONSE_RAW='{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/8688aad1-f4fc-4adf-b918-a8d534f77a68/status +182+ RESPONSE_RAW='{"uuid":"8688aad1-f4fc-4adf-b918-a8d534f77a68","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"8688aad1-f4fc-4adf-b918-a8d534f77a68","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"8688aad1-f4fc-4adf-b918-a8d534f77a68","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=IN_PROGRESS +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bff90b59-4489-4c82-9668-a36c25249a0c/status +204+ RESPONSE_RAW='{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/8688aad1-f4fc-4adf-b918-a8d534f77a68/status +182+ RESPONSE_RAW='{"uuid":"8688aad1-f4fc-4adf-b918-a8d534f77a68","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"8688aad1-f4fc-4adf-b918-a8d534f77a68","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"8688aad1-f4fc-4adf-b918-a8d534f77a68","notarizationStatus":{"status":"ERROR","message":"Issue' happened while uploading file to Apple notarization 'service","moreInfo":"Failed' to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this 'package"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=ERROR +182+ [[ ERROR == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ [[ 200 == \5\0\3 ]] +182+ [[ 200 == \5\0\2 ]] +182+ [[ ERROR != \C\O\M\P\L\E\T\E ]] +182+ echo 'Notarization failed: {"uuid":"8688aad1-f4fc-4adf-b918-a8d534f77a68","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}}' Notarization failed: {"uuid":"8688aad1-f4fc-4adf-b918-a8d534f77a68","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}} ++182+ expr 1 - 1 +182+ retryCount=0 +182+ '[' 0 -eq 0 ']' +182+ echo 'Notarization failed 3 times. Exiting' Notarization failed 3 times. Exiting +182+ exit 1 ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bff90b59-4489-4c82-9668-a36c25249a0c/status +204+ RESPONSE_RAW='{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg'\''."}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bff90b59-4489-4c82-9668-a36c25249a0c/status +204+ RESPONSE_RAW='{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"8519b701-a386-4fe4-b14f-6a9350ab0faf\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg\",\n \"uploadDate\": \"2022-02-04T02:08:05Z\",\n \"sha256\": \"bfa62f2fca793c4076a09eccdc0cb16501536218d68eae5203d36e0c71119b14\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fc6b8ec1527968fb8067d06e3c5f4dbb7c58ba10\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f25ca4d04f4b97bfb3bd3aa348d52ba7147b5806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.x86_64_4.23.0.20220203-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bddc3e1dd38a0182d890c0c204ac4b0c7b31783\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.platform.ide.executable.cocoa.macosx.x86_64_4.23.0.I20220126-1800/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bddc3e1dd38a0182d890c0c204ac4b0c7b31783\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.8.0.v20210503-0343.jar/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d730c44be6445fb2057f0ced529b9dcb4e39de95\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.8.0.v20210503-0343.jar/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3031d43dc290d2b280c76f99db6203b42a4c24e7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.500.202202022155.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da4a354c5a977a9ce4bb265cd85721724e068505\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.500.202202022155.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3439d594a50850c1c8af98b0e34d3d71f67757f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.500.202202022155.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"023135d84933a113766aab4866a8fba49b930ad8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.500.202202022155.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"23964654d4047579e853acc95a7f630f1be68f20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.300.v20210427-1937.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-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.300.v20210427-1937.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.101.400.v20210427-1958.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.101.400.v20210427-1958.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.118.100.v20220125-1104.jar/libswt-cocoa-4950r3.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"407b9bb82def40bf675814d657d66e1c81238f83\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.118.100.v20220125-1104.jar/libswt-awt-cocoa-4950r3.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f6c8849386dd5db625ff06f2197e8bed2e6153eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.118.100.v20220125-1104.jar/libswt-pi-cocoa-4950r3.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"32883988bc43090e9e289ad778c81f2a93aae3c1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.400.v20211117-0650/eclipse_11600.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"23c3eb0f741ecf4176f490852adbf6091e16d617\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"33f60879099ae3cec54b5e97041c2d6a1c8ff15e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4a0a8793aad3465fddb0b7b683793f4b855d5cc0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7c554d6c25830627b8ac5b7563447f7e587ddc46\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e9e6c400b88dd1eedf4e9b81931a3c78ab0308d7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb12aec0d6c14ffb7ae3baee63b2ae45357a06ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d27950899cd219e46ff3c4f62aea03fd119cc869\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ed10a150c7551db801b5541041c972f5614197c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4eb8336ad90a444031a5602d9413001a70f71f89\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0743492a2b67e044db09e91010e1a5fb2ba996cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a8ddc491d9d1eb15c68cece6ddfed881953f6e07\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"059220f5d3f4450989f5846553509c02676512a5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e1e92f3c28f61965b811f9b58c92c0a43d34667\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e0e9ee4f951c121283d6e2785793c385284dd8bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"79400c500e5ecbb576cd2743f0f0e8fd51ef3083\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c25b8e4404b09369a673606d77cb6a5889f23599\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1ed1d5e67b958a28c2d1992c32c2be353cb6484\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e4d41687d450244543c75758cc663129a59036c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a85bcadade036077a1d9764b1f7a98ed03b197d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00ce50131a331f40c0a4293c00ba5572e23b5b5f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"305dfaa9a2dc2f7d64631886ae4bae481b784250\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71806b4d93fed1f091840f1cacf1f228bd2d2ba2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"46a8c0066ef901795e0133cb0ab7cc244552f83c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fdc570bf8d9b06e8228e5814f1bdabc8646d3ee2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5bbbd6d75138ebc04a2df7d7859c0ab800674d3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3898dfbca4b5e19f4bd7398d71087bfe32b17fb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ffcbb128958667b30fd40d6602fc17c67f1023\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f7f08810deccaafa0ef8130b827d56fe7b9f021\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"57ce7bf33dc80fa97c6e214d9340a77c6357dee2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fca26bd2a87e98217c1fa0ad241754ccc692db02\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c339d8bb4f2d2b21a4b7589f4a498b36d88cc5ee\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d6f51bc0f7e168200b2034c1212298fc464f62c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a41a168b4e5d12be9c1c9340e8ca6af30a6e4707\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"030795eb29e06317b02e6e882db3c4636ba75296\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5fa89271f8cb482213f55c9c2c79e870a070509b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"38f6f2bb428b95f982fd9e36f4a271d557d931b0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b811c21118633414bc173622e738f89359e7238f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d41efd1f6604dd2d61f23cdf0372928a0d54bf1a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5c60d68b3bd6beb8f236c5e5179bb40e0430c5e2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a0cacab662d77f7a0d8027d9b408841a721b03bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39114c737ed62b0d1b5b160bde3147871925090\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a67785e4192399994e1f2ca37300de704c1b19f9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fc66611b0d706b5948a652d6af23de7524e86bdb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"07b6c20ed423e59339d58f696dfabc94d30fb349\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0db19be8d525053eb6d94bd2db4a55de09fac521\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff5829d42355f9f5c7878ee938984a4b7d586989\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"34e510a72e95f235946b2cac0a1b6800e333f19b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9327c47d2376153f4283b7c585ac7a41094242ed\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"026cc4c0bb8800316975200ce134caa196f6fb93\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"109f9051986826d8ed5404982ed172911e79b371\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7b42d6c67bcb782444f3320c2cf0e939a4aa874d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"72ed183c13e7555b1220f80e48bbe97ba74b87ca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09f8fc2752f3a271f9987f1b9427435f3a547c6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ddf821b468d630a05465fb0a0787c13e8c83c22\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cfb0c0f9386e14a77e58a8948c4b9eea103d22db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0467b988f2bf7371a489be4d7b214f040a8d63a6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ec0eb761d30838191656b9e6e7ebb38d93d6fbd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd626bec87688a3c0800c0ed4d7eb41823777d70\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22e31eeddf0e58d5bb9ba7a76898c8695c681058\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7905e721466ce2d5413d50c6f47b955887887521\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"84657be3bbd30a90e323a881a5a709e925b5d047\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0d33e39e0f9a28cc08cd55fc8a0dadd7c606ee2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e5ddbe697fc68612f81d4fd39b3b08ea2d95f6e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e56088921004c9bb9cd2a85fc16c25d34b69f77c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8b2f78fb626ac524b71032f2508690ed8fa273b2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0dbc307bf45171e106ba1c1e684e6e6d42a83af0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9609efccc31655306d34931c045531ea3b931b2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7360f5196a07c36a3255e19f2499dee63f004f83\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"026cc4c0bb8800316975200ce134caa196f6fb93\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"db552f4ef2fba904bc252f083eda27b147751ac3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f25ca4d04f4b97bfb3bd3aa348d52ba7147b5806\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}"}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"8519b701-a386-4fe4-b14f-6a9350ab0faf\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg\",\n \"uploadDate\": \"2022-02-04T02:08:05Z\",\n \"sha256\": \"bfa62f2fca793c4076a09eccdc0cb16501536218d68eae5203d36e0c71119b14\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fc6b8ec1527968fb8067d06e3c5f4dbb7c58ba10\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f25ca4d04f4b97bfb3bd3aa348d52ba7147b5806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.x86_64_4.23.0.20220203-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bddc3e1dd38a0182d890c0c204ac4b0c7b31783\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.platform.ide.executable.cocoa.macosx.x86_64_4.23.0.I20220126-1800/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bddc3e1dd38a0182d890c0c204ac4b0c7b31783\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.8.0.v20210503-0343.jar/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d730c44be6445fb2057f0ced529b9dcb4e39de95\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.8.0.v20210503-0343.jar/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3031d43dc290d2b280c76f99db6203b42a4c24e7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.500.202202022155.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da4a354c5a977a9ce4bb265cd85721724e068505\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.500.202202022155.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3439d594a50850c1c8af98b0e34d3d71f67757f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.500.202202022155.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"023135d84933a113766aab4866a8fba49b930ad8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.500.202202022155.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"23964654d4047579e853acc95a7f630f1be68f20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.300.v20210427-1937.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-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.300.v20210427-1937.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.101.400.v20210427-1958.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.101.400.v20210427-1958.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.118.100.v20220125-1104.jar/libswt-cocoa-4950r3.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"407b9bb82def40bf675814d657d66e1c81238f83\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.118.100.v20220125-1104.jar/libswt-awt-cocoa-4950r3.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f6c8849386dd5db625ff06f2197e8bed2e6153eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.118.100.v20220125-1104.jar/libswt-pi-cocoa-4950r3.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"32883988bc43090e9e289ad778c81f2a93aae3c1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.400.v20211117-0650/eclipse_11600.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"23c3eb0f741ecf4176f490852adbf6091e16d617\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"33f60879099ae3cec54b5e97041c2d6a1c8ff15e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4a0a8793aad3465fddb0b7b683793f4b855d5cc0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7c554d6c25830627b8ac5b7563447f7e587ddc46\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e9e6c400b88dd1eedf4e9b81931a3c78ab0308d7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb12aec0d6c14ffb7ae3baee63b2ae45357a06ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d27950899cd219e46ff3c4f62aea03fd119cc869\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ed10a150c7551db801b5541041c972f5614197c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4eb8336ad90a444031a5602d9413001a70f71f89\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0743492a2b67e044db09e91010e1a5fb2ba996cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a8ddc491d9d1eb15c68cece6ddfed881953f6e07\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"059220f5d3f4450989f5846553509c02676512a5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e1e92f3c28f61965b811f9b58c92c0a43d34667\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e0e9ee4f951c121283d6e2785793c385284dd8bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"79400c500e5ecbb576cd2743f0f0e8fd51ef3083\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c25b8e4404b09369a673606d77cb6a5889f23599\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1ed1d5e67b958a28c2d1992c32c2be353cb6484\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e4d41687d450244543c75758cc663129a59036c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a85bcadade036077a1d9764b1f7a98ed03b197d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00ce50131a331f40c0a4293c00ba5572e23b5b5f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"305dfaa9a2dc2f7d64631886ae4bae481b784250\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71806b4d93fed1f091840f1cacf1f228bd2d2ba2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"46a8c0066ef901795e0133cb0ab7cc244552f83c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fdc570bf8d9b06e8228e5814f1bdabc8646d3ee2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5bbbd6d75138ebc04a2df7d7859c0ab800674d3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3898dfbca4b5e19f4bd7398d71087bfe32b17fb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ffcbb128958667b30fd40d6602fc17c67f1023\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7f7f08810deccaafa0ef8130b827d56fe7b9f021\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"57ce7bf33dc80fa97c6e214d9340a77c6357dee2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fca26bd2a87e98217c1fa0ad241754ccc692db02\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c339d8bb4f2d2b21a4b7589f4a498b36d88cc5ee\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d6f51bc0f7e168200b2034c1212298fc464f62c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a41a168b4e5d12be9c1c9340e8ca6af30a6e4707\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"030795eb29e06317b02e6e882db3c4636ba75296\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5fa89271f8cb482213f55c9c2c79e870a070509b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"38f6f2bb428b95f982fd9e36f4a271d557d931b0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b811c21118633414bc173622e738f89359e7238f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d41efd1f6604dd2d61f23cdf0372928a0d54bf1a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5c60d68b3bd6beb8f236c5e5179bb40e0430c5e2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a0cacab662d77f7a0d8027d9b408841a721b03bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39114c737ed62b0d1b5b160bde3147871925090\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a67785e4192399994e1f2ca37300de704c1b19f9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fc66611b0d706b5948a652d6af23de7524e86bdb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"07b6c20ed423e59339d58f696dfabc94d30fb349\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0db19be8d525053eb6d94bd2db4a55de09fac521\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff5829d42355f9f5c7878ee938984a4b7d586989\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"34e510a72e95f235946b2cac0a1b6800e333f19b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9327c47d2376153f4283b7c585ac7a41094242ed\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"026cc4c0bb8800316975200ce134caa196f6fb93\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"109f9051986826d8ed5404982ed172911e79b371\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7b42d6c67bcb782444f3320c2cf0e939a4aa874d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"72ed183c13e7555b1220f80e48bbe97ba74b87ca\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09f8fc2752f3a271f9987f1b9427435f3a547c6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ddf821b468d630a05465fb0a0787c13e8c83c22\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cfb0c0f9386e14a77e58a8948c4b9eea103d22db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0467b988f2bf7371a489be4d7b214f040a8d63a6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ec0eb761d30838191656b9e6e7ebb38d93d6fbd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd626bec87688a3c0800c0ed4d7eb41823777d70\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22e31eeddf0e58d5bb9ba7a76898c8695c681058\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7905e721466ce2d5413d50c6f47b955887887521\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"84657be3bbd30a90e323a881a5a709e925b5d047\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0d33e39e0f9a28cc08cd55fc8a0dadd7c606ee2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e5ddbe697fc68612f81d4fd39b3b08ea2d95f6e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e56088921004c9bb9cd2a85fc16c25d34b69f77c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8b2f78fb626ac524b71032f2508690ed8fa273b2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0dbc307bf45171e106ba1c1e684e6e6d42a83af0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9609efccc31655306d34931c045531ea3b931b2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7360f5196a07c36a3255e19f2499dee63f004f83\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"026cc4c0bb8800316975200ce134caa196f6fb93\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"db552f4ef2fba904bc252f083eda27b147751ac3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f25ca4d04f4b97bfb3bd3aa348d52ba7147b5806\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}"}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ jq -r .notarizationStatus.status ++204+ echo '{"uuid":"bff90b59-4489-4c82-9668-a36c25249a0c","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"8519b701-a386-4fe4-b14f-6a9350ab0faf\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg\",\n' '\"uploadDate\":' '\"2022-02-04T02:08:05Z\",\n' '\"sha256\":' '\"bfa62f2fca793c4076a09eccdc0cb16501536218d68eae5203d36e0c71119b14\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fc6b8ec1527968fb8067d06e3c5f4dbb7c58ba10\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f25ca4d04f4b97bfb3bd3aa348d52ba7147b5806\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.x86_64_4.23.0.20220203-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bddc3e1dd38a0182d890c0c204ac4b0c7b31783\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.platform.ide.executable.cocoa.macosx.x86_64_4.23.0.I20220126-1800/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bddc3e1dd38a0182d890c0c204ac4b0c7b31783\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.8.0.v20210503-0343.jar/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d730c44be6445fb2057f0ced529b9dcb4e39de95\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.8.0.v20210503-0343.jar/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3031d43dc290d2b280c76f99db6203b42a4c24e7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.500.202202022155.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da4a354c5a977a9ce4bb265cd85721724e068505\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.500.202202022155.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f3439d594a50850c1c8af98b0e34d3d71f67757f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.500.202202022155.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"023135d84933a113766aab4866a8fba49b930ad8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.500.202202022155.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"23964654d4047579e853acc95a7f630f1be68f20\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.300.v20210427-1937.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-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.300.v20210427-1937.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.101.400.v20210427-1958.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.101.400.v20210427-1958.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.118.100.v20220125-1104.jar/libswt-cocoa-4950r3.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"407b9bb82def40bf675814d657d66e1c81238f83\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.118.100.v20220125-1104.jar/libswt-awt-cocoa-4950r3.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f6c8849386dd5db625ff06f2197e8bed2e6153eb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.118.100.v20220125-1104.jar/libswt-pi-cocoa-4950r3.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"32883988bc43090e9e289ad778c81f2a93aae3c1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.400.v20211117-0650/eclipse_11600.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"23c3eb0f741ecf4176f490852adbf6091e16d617\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"33f60879099ae3cec54b5e97041c2d6a1c8ff15e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4a0a8793aad3465fddb0b7b683793f4b855d5cc0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7c554d6c25830627b8ac5b7563447f7e587ddc46\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e9e6c400b88dd1eedf4e9b81931a3c78ab0308d7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eb12aec0d6c14ffb7ae3baee63b2ae45357a06ad\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d27950899cd219e46ff3c4f62aea03fd119cc869\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ed10a150c7551db801b5541041c972f5614197c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4eb8336ad90a444031a5602d9413001a70f71f89\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0743492a2b67e044db09e91010e1a5fb2ba996cb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a8ddc491d9d1eb15c68cece6ddfed881953f6e07\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"059220f5d3f4450989f5846553509c02676512a5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3e1e92f3c28f61965b811f9b58c92c0a43d34667\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e0e9ee4f951c121283d6e2785793c385284dd8bf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"79400c500e5ecbb576cd2743f0f0e8fd51ef3083\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c25b8e4404b09369a673606d77cb6a5889f23599\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d1ed1d5e67b958a28c2d1992c32c2be353cb6484\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6e4d41687d450244543c75758cc663129a59036c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a85bcadade036077a1d9764b1f7a98ed03b197d9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00ce50131a331f40c0a4293c00ba5572e23b5b5f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"305dfaa9a2dc2f7d64631886ae4bae481b784250\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"71806b4d93fed1f091840f1cacf1f228bd2d2ba2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"46a8c0066ef901795e0133cb0ab7cc244552f83c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fdc570bf8d9b06e8228e5814f1bdabc8646d3ee2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e5bbbd6d75138ebc04a2df7d7859c0ab800674d3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f3898dfbca4b5e19f4bd7398d71087bfe32b17fb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41ffcbb128958667b30fd40d6602fc17c67f1023\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7f7f08810deccaafa0ef8130b827d56fe7b9f021\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"57ce7bf33dc80fa97c6e214d9340a77c6357dee2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fca26bd2a87e98217c1fa0ad241754ccc692db02\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c339d8bb4f2d2b21a4b7589f4a498b36d88cc5ee\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d6f51bc0f7e168200b2034c1212298fc464f62c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a41a168b4e5d12be9c1c9340e8ca6af30a6e4707\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"030795eb29e06317b02e6e882db3c4636ba75296\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5fa89271f8cb482213f55c9c2c79e870a070509b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"38f6f2bb428b95f982fd9e36f4a271d557d931b0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b811c21118633414bc173622e738f89359e7238f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d41efd1f6604dd2d61f23cdf0372928a0d54bf1a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5c60d68b3bd6beb8f236c5e5179bb40e0430c5e2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a0cacab662d77f7a0d8027d9b408841a721b03bd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e39114c737ed62b0d1b5b160bde3147871925090\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a67785e4192399994e1f2ca37300de704c1b19f9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fc66611b0d706b5948a652d6af23de7524e86bdb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"07b6c20ed423e59339d58f696dfabc94d30fb349\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0db19be8d525053eb6d94bd2db4a55de09fac521\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff5829d42355f9f5c7878ee938984a4b7d586989\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"34e510a72e95f235946b2cac0a1b6800e333f19b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9327c47d2376153f4283b7c585ac7a41094242ed\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"026cc4c0bb8800316975200ce134caa196f6fb93\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"109f9051986826d8ed5404982ed172911e79b371\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7b42d6c67bcb782444f3320c2cf0e939a4aa874d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"72ed183c13e7555b1220f80e48bbe97ba74b87ca\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"09f8fc2752f3a271f9987f1b9427435f3a547c6b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ddf821b468d630a05465fb0a0787c13e8c83c22\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cfb0c0f9386e14a77e58a8948c4b9eea103d22db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0467b988f2bf7371a489be4d7b214f040a8d63a6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ec0eb761d30838191656b9e6e7ebb38d93d6fbd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fd626bec87688a3c0800c0ed4d7eb41823777d70\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"22e31eeddf0e58d5bb9ba7a76898c8695c681058\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7905e721466ce2d5413d50c6f47b955887887521\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"84657be3bbd30a90e323a881a5a709e925b5d047\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0d33e39e0f9a28cc08cd55fc8a0dadd7c606ee2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6e5ddbe697fc68612f81d4fd39b3b08ea2d95f6e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e56088921004c9bb9cd2a85fc16c25d34b69f77c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8b2f78fb626ac524b71032f2508690ed8fa273b2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0dbc307bf45171e106ba1c1e684e6e6d42a83af0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9609efccc31655306d34931c045531ea3b931b2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7360f5196a07c36a3255e19f2499dee63f004f83\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"026cc4c0bb8800316975200ce134caa196f6fb93\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.2.v20220201-1208/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"db552f4ef2fba904bc252f083eda27b147751ac3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64-321315290615231410.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f25ca4d04f4b97bfb3bd3aa348d52ba7147b5806\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}"}}' +204+ STATUS=COMPLETE +204+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ [[ 200 == \5\0\3 ]] +204+ [[ 200 == \5\0\2 ]] +204+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +204+ break +204+ rm eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64.dmg +204+ curl -JO https://cbi.eclipse.org/macos/xcrun/bff90b59-4489-4c82-9668-a36c25249a0c/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10.2M 0 10.2M 0 0 18.2M 0 --:--:-- --:--:-- --:--:-- 18.2M 100 45.9M 0 45.9M 0 0 29.4M 0 --:--:-- 0:00:01 --:--:-- 29.4M 100 87.5M 0 87.5M 0 0 34.2M 0 --:--:-- 0:00:02 --:--:-- 34.2M 100 128M 0 128M 0 0 36.1M 0 --:--:-- 0:00:03 --:--:-- 36.1M 100 165M 0 165M 0 0 36.2M 0 --:--:-- 0:00:04 --:--:-- 36.2M 100 205M 0 205M 0 0 36.8M 0 --:--:-- 0:00:05 --:--:-- 38.9M 100 250M 0 250M 0 0 38.1M 0 --:--:-- 0:00:06 --:--:-- 40.8M 100 285M 0 285M 0 0 37.8M 0 --:--:-- 0:00:07 --:--:-- 39.6M 100 330M 0 330M 0 0 38.6M 0 --:--:-- 0:00:08 --:--:-- 40.4M 100 369M 0 369M 0 0 38.6M 0 --:--:-- 0:00:09 --:--:-- 40.8M 100 408M 0 408M 0 0 38.6M 0 --:--:-- 0:00:10 --:--:-- 40.7M 100 424M 0 424M 0 0 36.7M 0 --:--:-- 0:00:11 --:--:-- 34.9M 100 439M 0 439M 0 0 35.0M 0 --:--:-- 0:00:12 --:--:-- 30.7M 100 449M 0 449M 0 0 32.8M 0 --:--:-- 0:00:13 --:--:-- 23.1M 100 457M 0 457M 0 0 31.3M 0 --:--:-- 0:00:14 --:--:-- 17.5M 100 469M 0 469M 0 0 30.1M 0 --:--:-- 0:00:15 --:--:-- 12.1M 100 489M 0 489M 0 0 29.5M 0 --:--:-- 0:00:16 --:--:-- 12.9M 100 505M 0 505M 0 0 28.7M 0 --:--:-- 0:00:17 --:--:-- 13.1M 100 511M 0 511M 0 0 27.4M 0 --:--:-- 0:00:18 --:--:-- 12.5M 100 517M 0 517M 0 0 26.4M 0 --:--:-- 0:00:19 --:--:-- 12.0M 100 533M 0 533M 0 0 25.9M 0 --:--:-- 0:00:20 --:--:-- 12.8M 100 553M 0 553M 0 0 26.1M 0 --:--:-- 0:00:21 --:--:-- 13.9M curl: Saved to filename 'eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64.dmg' +204+ cp -vf eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64.dmg 'eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64.dmg' ++204+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64.dmg +204+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++204+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64.dmg +204+ b=eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64.dmg +204+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +204+ md5sum eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64.dmg +204+ sha1sum eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64.dmg +204+ sha512sum -b eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64.dmg +204+ rm eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64.dmg-tonotarize +204+ rm -f eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5 +204+ rm -f eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +204+ rm -f eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512 +172+ pushd temp ~/agent/workspace/notarize-downloads/temp ~/agent/workspace/notarize-downloads ++172+ find eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64.dmg eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64.dmg.sha512 eclipse-scout-2022-03-M2-macosx-cocoa-aarch64.dmg-tonotarize -name '*.dmg' +172+ for i in $( find * -name '*.dmg' ) +172+ scp eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64.dmg eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +172+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64.dmg-signed +172+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2022-03-M2-macosx-cocoa-x86_64.dmg-tonotarize*' +172+ popd ~/agent/workspace/notarize-downloads ++172+ find /home/jenkins/agent/workspace/notarize-downloads -name '*.dmg-tonotarize' +172+ [[ -n /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2022-03-M2-macosx-cocoa-aarch64.dmg-tonotarize ]] +172+ echo 'Failed to notarize the following' Failed to notarize the following +172+ find /home/jenkins/agent/workspace/notarize-downloads -name '*.dmg-tonotarize' /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2022-03-M2-macosx-cocoa-aarch64.dmg-tonotarize +172+ exit 1 Build step 'Execute shell' marked build as failure $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 74 killed; [ssh-agent] Stopped. Archiving artifacts Sending e-mails to: jonah@kichwacoders.com Finished: FAILURE