CLI Version
2.42.5
Operating System and Architecture
Operating System Version
macOS
Link to reproduction repository
private repository
CLI Command
sentry-cli debug-files upload --auth-token "${{ secrets.SENTRY_AUTH_TOKEN }}" --org raycastapp --project raycast-ios --log-level trace "${ARCHIVE_PATH}/dSYMs"
Exact Reproduction Steps
While executing this command on the CI (GitHub macOS15 runner) - the command freezes completely giving only:
INFO 2025-03-26 17:40:22.518097 +01:00 Issuing a command for Organization: *** Project: ***
And timing out after 20 minutes (the machine timeout).
Locally it all works for me with the same files, so it must be related to some runner settings that prevents CLI from moving forward or at least throwing a readable error.
Expected Results
CLI should upload all the files
Actual Results
CLI hangs the build
Logs
+ sentry-cli debug-files upload --auth-token *** --org *** --project ***--log-level trace '.build/Archives/Raycast iOS.xcarchive/dSYMs'
DEBUG 2025-03-26 16:03:07.216967 +00:00 sentry-cli version: 2.42.5, platform: "darwin", architecture: "arm64"
INFO 2025-03-26 16:03:07.222438 +00:00 sentry-cli was invoked with the following command line: "sentry-cli" "debug-files" "upload" "--auth-token" "[REDACTED]" "--org" "***" "--project" "***" "--log-level" "trace" ".build/dSYMs"
INFO 2025-03-26 16:03:07.222461 +00:00 Issuing a command for Organization: *** Project: ***
CLI Version
2.42.5
Operating System and Architecture
Operating System Version
macOS
Link to reproduction repository
private repository
CLI Command
sentry-cli debug-files upload --auth-token "${{ secrets.SENTRY_AUTH_TOKEN }}" --org raycastapp --project raycast-ios --log-level trace "${ARCHIVE_PATH}/dSYMs"
Exact Reproduction Steps
While executing this command on the CI (GitHub macOS15 runner) - the command freezes completely giving only:
INFO 2025-03-26 17:40:22.518097 +01:00 Issuing a command for Organization: *** Project: ***And timing out after 20 minutes (the machine timeout).
Locally it all works for me with the same files, so it must be related to some runner settings that prevents CLI from moving forward or at least throwing a readable error.
Expected Results
CLI should upload all the files
Actual Results
CLI hangs the build
Logs