You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
brian@ip-10-145-43-250:~/dev/wait-timeout⟫ cargo +beta test
Finished debug [unoptimized + debuginfo] target(s) in 0.0 secs
Running target/debug/deps/exit-f69dd916dbe62d32
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured
Running target/debug/deps/sleep-215b0cd4734ffe1e
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured
Running target/debug/deps/smoke-d4c60bfffdf0becf
running 4 tests
test exit_codes ... FAILED
test smoke_insta_timeout ... FAILED
test smoke_success ... FAILED
test smoke_timeout ... FAILED
failures:
---- exit_codes stdout ----
thread 'exit_codes' panicked at 'Command::new(me).arg(code.to_string()).spawn() failed with No such file or directory (os error 2)', tests/smoke.rs:27
note: Run with `RUST_BACKTRACE=1` for a backtrace.
---- smoke_insta_timeout stdout ----
thread 'smoke_insta_timeout' panicked at 'Command::new(me).arg(ms.to_string()).spawn() failed with No such file or directory (os error 2)', tests/smoke.rs:20
---- smoke_success stdout ----
thread 'smoke_success' panicked at 'Command::new(me).arg(ms.to_string()).spawn() failed with No such file or directory (os error 2)', tests/smoke.rs:20
---- smoke_timeout stdout ----
thread 'smoke_timeout' panicked at 'Command::new(me).arg(ms.to_string()).spawn() failed with No such file or directory (os error 2)', tests/smoke.rs:20
failures:
exit_codes
smoke_insta_timeout
smoke_success
smoke_timeout
test result: FAILED. 0 passed; 4 failed; 0 ignored; 0 measured
error: test failed
https://github.com/alexcrichton/wait-timeout at 23b9d5878a68f90bd4785ae767eb0f8341741360
This seems likely to be rust-lang/cargo#3368
cc @alexcrichton
The text was updated successfully, but these errors were encountered: