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

Flaky CI. #1045

Closed
ruseinov opened this issue Jun 30, 2023 · 2 comments
Closed

Flaky CI. #1045

ruseinov opened this issue Jun 30, 2023 · 2 comments

Comments

@ruseinov
Copy link
Collaborator

This seems to deserve a proper fix.

https://buildkite.com/nearprotocol/near-sdk-rs/builds/4790#01890e24-4dcb-410f-8a06-b1311b695692



thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 98, kind: AddrInUse, message: "Address already in use" }', chain/jsonrpc/src/lib.rs:1582:33
--
  | stack backtrace:
  | 0: rust_begin_unwind
  | at /rustc/9eb3afe9ebe9c7d2b84b71002d44f4a0edac95e0/library/std/src/panicking.rs:575:5
  | 1: core::panicking::panic_fmt
  | at /rustc/9eb3afe9ebe9c7d2b84b71002d44f4a0edac95e0/library/core/src/panicking.rs:64:14
  | 2: core::result::unwrap_failed
  | at /rustc/9eb3afe9ebe9c7d2b84b71002d44f4a0edac95e0/library/core/src/result.rs:1790:5
  | 3: nearcore::start_with_config_and_synchronization
  | 4: neard::cli::RunCmd::run::{{closure}}
  | 5: tokio::task::local::LocalSet::run_until::{{closure}}
  | 6: neard::cli::NeardCmd::parse_and_run
  | 7: neard::main
  | note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
  | Error: Failed to connect to RPC service http://localhost:16010 within 10 seconds
  |  
  | Caused by:
  | error while sending payload: [error sending request for url (http://localhost:16010/): connection closed before message completed]
  | test simulate_transfer_call_promise_panics_for_a_full_refund ... FAILED


@frol
Copy link
Collaborator

frol commented Jul 5, 2023

I think it should be fixed with near/near-workspaces-rs#277 (not released yet)

@ruseinov
Copy link
Collaborator Author

ruseinov commented Aug 6, 2023

Let's close this then!

@ruseinov ruseinov closed this as completed Aug 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants