Skip to content

Sentry CLI Error (Running in GitHub Actions) #3228

@K-Mistele

Description

@K-Mistele
🔬 Technical Details 🔬
thread 'main' panicked at library/std/src/io/stdio.rs:1165:9:
failed printing to stdout: Resource temporarily unavailable (os error 35)
Stack Backtrace:
   0: std::backtrace::Backtrace::create
   1: sentry_cli::utils::system::panic_hook
   2: std::panicking::panic_with_hook
   3: std::panicking::panic_handler::{{closure}}
   4: std::sys::backtrace::__rust_end_short_backtrace
   5: __rustc::rust_begin_unwind
   6: core::panicking::panic_fmt
   7: std::io::stdio::_print
   8: sentry_cli::utils::sourcemaps::SourceMapProcessor::dump_log
   9: sentry_cli::utils::sourcemaps::SourceMapProcessor::upload
  10: sentry_cli::commands::sourcemaps::upload::execute
  11: sentry_cli::commands::sourcemaps::execute
  12: sentry_cli::commands::execute
  13: sentry_cli::commands::main
  14: sentry_cli::main
  15: std::sys::backtrace::__rust_begin_short_backtrace
  16: std::rt::lang_start::{{closure}}
  17: std::rt::lang_start_internal
[sentry-vite-plugin] Error: An error occurred. Couldn't finish all operations: 316 |                 pid.on('exit', (exitCode) => {
317 |                     if (live === 'rejectOnError') {
318 |                         if (exitCode === 0) {
319 |                             resolve('success (live mode)');
320 |                         }
321 |                         reject(new Error(`Command ${args.join(' ')} failed with exit code ${exitCode}`));
                                         ^
error: Command --header sentry-trace:897bb95830874038b3ff7f3d9b988de6-bed0b052af36852c-1 --header baggage:sentry-environment=production,sentry-release=4.9.1,sentry-public_key=4c2bae7d9fbc413e8f7385f55c515d51,sentry-trace_id=897bb95830874038b3ff7f3d9b988de6,sentry-sample_rate=1,sentry-transaction=Sentry%20Bundler%20Plugin%20execution,sentry-sampled=true sourcemaps upload -p *** --release riptide-dev-v0.2.0-20260321001625 /var/folders/1r/b8l6nzhj4zdbz5jmjdhqbprw0000gn/T/sentry-bundler-plugin-upload-kn1gHQ --ignore node_modules --no-rewrite failed with exit code null
      at <anonymous> (/Users/runner/work/synclayer/synclayer/node_modules/.bun/@sentry+cli@2.58.5/node_modules/@sentry/cli/js/helper.js:321:36)
      at emit (node:events:98:22)
      at #handleOnExit (node:child_process:520:14)

command our CI runs:

sentry-cli releases new "$VERSION" --project riptide-ui --project riptide-daemon --project riptide-native
sentry-cli releases set-commits --auto --ignore-missing "$VERSION"
sentry-cli releases deploys "$VERSION" new -e beta
sentry-cli releases finalize "$VERSION"

Metadata

Metadata

Assignees

No one assigned
    No fields configured for issues without a type.

    Projects

    Status

    Waiting for: Product Owner

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions