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
We maintain a package for this crate in Fedora Linux, and I noticed that the package now fails to build since we got the upgrade to Rust 1.72.0. This is the output from cargo test --release:
running 10 tests
test tests::test_into_inner_after_wait ... FAILED
test tests::test_into_inner_before_wait ... ok
test tests::test_kill ... ok
test tests::test_takes ... ok
test tests::test_try_wait ... ok
test tests::test_wait ... ok
test tests::test_waitid_after_exit_doesnt_hang ... ok
test tests::test_many_waiters ... ok
test tests::test_new ... ok
test unix::tests::test_send_signal ... ok
failures:
---- tests::test_into_inner_after_wait stdout ----
thread 'tests::test_into_inner_after_wait' panicked at 'called `Result::unwrap_err()` on an `Ok` value: ()', src/lib.rs:404:37
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
failures:
tests::test_into_inner_after_wait
test result: FAILED. 9 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
error: test failed, to rerun pass `--lib`
error: 1 target failed:
`--lib`
We maintain a package for this crate in Fedora Linux, and I noticed that the package now fails to build since we got the upgrade to Rust 1.72.0. This is the output from
cargo test --release
:There is a suspicious item in the Rust 1.72.0 release notes (https://github.com/rust-lang/rust/releases/tag/1.72.0):
The text was updated successfully, but these errors were encountered: