Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unhandledRejection [Error: Command failed: /app/node_modules/@sentry/cli-linux-arm64/bin/sentry-cli releases #2327

Closed
1 of 8 tasks
jericopulvera opened this issue Dec 21, 2024 · 1 comment

Comments

@jericopulvera
Copy link

jericopulvera commented Dec 21, 2024

CLI Version

2.39.1

Operating System and Architecture

  • macOS (arm64)
  • macOS (x86_64)
  • Linux (i686)
  • Linux (x86_64)
  • Linux (armv7)
  • Linux (aarch64)
  • Windows (i686)
  • Windows (x86_64)

Operating System Version

MacOS 15

Link to reproduction repository

No response

CLI Command

No response

Exact Reproduction Steps

  1. Clone the Next.js app router with Docker
  2. Install Sentry
  3. Run Docker build

Expected Results

It should always be successful

Actual Results

unhandledRejection [Error: Command failed: /app/node_modules/@sentry/cli-linux-arm64/bin/sentry-cli releases new 9iLqP1q0zlqWT_H3iaMVG

Logs

#12 76.22 unhandledRejection [Error: Command failed: /app/node_modules/@sentry/cli-linux-arm64/bin/sentry-cli releases new 8PXXMsExEMeV3vsSrC942
#12 76.22   DEBUG   2024-12-21 13:02:01.465005465 +00:00 sentry-cli version: 2.39.1, platform: "linux", architecture: "aarch64"
#12 76.22   INFO    2024-12-21 13:02:01.466571428 +00:00 sentry-cli was invoked with the following command line: "/app/node_modules/@sentry/cli-linux-arm64/bin/sentry-cli" "releases" "new" "8PXXMsExEMeV3vsSrC942"
#12 76.22   DEBUG   2024-12-21 13:02:01.467066971 +00:00 request POST https://sentry.io/api/0/projects/xxxxx-xxxx/xxxxx-simplified/releases/
#12 76.22   DEBUG   2024-12-21 13:02:01.467080055 +00:00 pipeline: webpack-plugin/2.22.7
#12 76.22   DEBUG   2024-12-21 13:02:01.467086222 +00:00 using token authentication
#12 76.22   DEBUG   2024-12-21 13:02:01.467134763 +00:00 json body: {"version":"8PXXMsExEMeV3vsSrC942","projects":["marketplace-simplified"],"dateStarted":"2024-12-21T13:02:01.467018513Z"}
#12 76.22   DEBUG   2024-12-21 13:02:01.467137930 +00:00 retry number 0, max retries: 0
#12 76.22 error: API request failed
#12 76.22
#12 76.22 Caused by:
#12 76.22     [6] Could not resolve hostname (Could not resolve host: sentry.io)
#12 76.22   DEBUG   2024-12-21 13:02:06.478876838 +00:00 skipping update nagger because session is not attended
#12 76.22 ] {
#12 76.22   code: 1,
#12 76.22   killed: false,
#12 76.22   signal: null,
#12 76.22   cmd: '/app/node_modules/@sentry/cli-linux-arm64/bin/sentry-cli releases new 8PXXMsExEMeV3vsSrC942'
#12 76.22 }
#12 77.61 error: script "build" exited with code 1
@getsantry getsantry bot moved this to Waiting for: Product Owner in GitHub Issues with 👀 3 Dec 21, 2024
@szokeasaurusrex
Copy link
Member

@jericopulvera The logs indicate that there was a network issue:

#12 76.22 error: API request failed
#12 76.22
#12 76.22 Caused by:
#12 76.22     [6] Could not resolve hostname (Could not resolve host: sentry.io)

Please check your network configuration and try again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants