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

Regression in wait-timeout-0.1.13 test suite in Rust 1.15 #38721

Closed
brson opened this issue Dec 30, 2016 · 2 comments
Closed

Regression in wait-timeout-0.1.13 test suite in Rust 1.15 #38721

brson opened this issue Dec 30, 2016 · 2 comments
Labels
regression-from-stable-to-beta Performance or correctness regression from stable to beta.

Comments

@brson
Copy link
Contributor

brson commented Dec 30, 2016

https://github.com/alexcrichton/wait-timeout at 23b9d5878a68f90bd4785ae767eb0f8341741360

brian@ip-10-145-43-250:~/dev/wait-timeout⟫ rustc +beta -Vv
rustc 1.15.0-beta.1 (d9a0f0df7 2016-12-19)
binary: rustc
commit-hash: d9a0f0df7051c603011d6b60fbdd155318fc47f3
commit-date: 2016-12-19
host: x86_64-unknown-linux-gnu
release: 1.15.0-beta.1
LLVM version: 3.9
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

This seems likely to be rust-lang/cargo#3368

cc @alexcrichton

@brson brson added the regression-from-stable-to-beta Performance or correctness regression from stable to beta. label Dec 30, 2016
@alexcrichton
Copy link
Member

Ah yes this was fixed on master but just hasn't been published to crates.io, known breakage though!

@alexcrichton
Copy link
Member

Oh this was also caused by rust-lang/cargo#3102 I believe, not OUT_DIR business.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
regression-from-stable-to-beta Performance or correctness regression from stable to beta.
Projects
None yet
Development

No branches or pull requests

2 participants