Oct 27 23:43:21.800 INFO checking condition_variable-0.1.5 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 23:43:21.800 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 23:43:22.211 INFO blam! c0f4a7c9152707d1e83ad9c5036e60a40876b610f1cc724f85fd6cb69bcb19ab Oct 27 23:43:22.215 INFO running `"docker" "start" "-a" "c0f4a7c9152707d1e83ad9c5036e60a40876b610f1cc724f85fd6cb69bcb19ab"` Oct 27 23:43:23.095 INFO kablam! usermod: no changes Oct 27 23:43:23.137 INFO kablam! Checking condition_variable v0.1.5 (/source) Oct 27 23:43:24.203 INFO kablam! warning: use of deprecated item 'std::sync::Condvar::wait_timeout_ms': replaced by `std::sync::Condvar::wait_timeout` Oct 27 23:43:24.203 INFO kablam! --> src/lib.rs:103:29 Oct 27 23:43:24.203 INFO kablam! | Oct 27 23:43:24.203 INFO kablam! 103 | let (new, _) = try!(cvar.wait_timeout_ms(actual, remaining_ms as u32)); Oct 27 23:43:24.204 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 23:43:24.209 INFO kablam! | Oct 27 23:43:24.209 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 23:43:24.209 INFO kablam! Oct 27 23:43:24.209 INFO kablam! warning: use of deprecated item 'std::sync::Condvar::wait_timeout_ms': replaced by `std::sync::Condvar::wait_timeout` Oct 27 23:43:24.210 INFO kablam! --> src/lib.rs:140:8 Oct 27 23:43:24.213 INFO kablam! | Oct 27 23:43:24.213 INFO kablam! 140 | cvar.wait_timeout_ms(guard, timeout_ms) Oct 27 23:43:24.213 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 23:43:24.213 INFO kablam! Oct 27 23:43:24.227 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 23:43:24.227 INFO kablam! --> src/lib.rs:147:20 Oct 27 23:43:24.227 INFO kablam! | Oct 27 23:43:24.227 INFO kablam! 147 | use std::thread::{sleep_ms, spawn}; Oct 27 23:43:24.227 INFO kablam! | ^^^^^^^^ Oct 27 23:43:24.227 INFO kablam! | Oct 27 23:43:24.227 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 23:43:24.227 INFO kablam! Oct 27 23:43:24.227 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 23:43:24.227 INFO kablam! --> src/lib.rs:170:4 Oct 27 23:43:24.227 INFO kablam! | Oct 27 23:43:24.227 INFO kablam! 170 | sleep_ms(500); Oct 27 23:43:24.227 INFO kablam! | ^^^^^^^^ Oct 27 23:43:24.227 INFO kablam! Oct 27 23:43:24.227 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 23:43:24.228 INFO kablam! --> src/lib.rs:183:4 Oct 27 23:43:24.228 INFO kablam! | Oct 27 23:43:24.228 INFO kablam! 183 | sleep_ms(1000); Oct 27 23:43:24.228 INFO kablam! | ^^^^^^^^ Oct 27 23:43:24.228 INFO kablam! Oct 27 23:43:24.228 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 23:43:24.228 INFO kablam! --> src/lib.rs:196:4 Oct 27 23:43:24.228 INFO kablam! | Oct 27 23:43:24.228 INFO kablam! 196 | sleep_ms(500); Oct 27 23:43:24.228 INFO kablam! | ^^^^^^^^ Oct 27 23:43:24.228 INFO kablam! Oct 27 23:43:24.230 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 23:43:24.230 INFO kablam! --> src/lib.rs:120:3 Oct 27 23:43:24.232 INFO kablam! | Oct 27 23:43:24.232 INFO kablam! 120 | self.wait_for_condition(move |v| { Oct 27 23:43:24.232 INFO kablam! | _________^ Oct 27 23:43:24.233 INFO kablam! 121 | | if !first { Oct 27 23:43:24.233 INFO kablam! 122 | | tx.send((*v).clone()).unwrap(); Oct 27 23:43:24.233 INFO kablam! 123 | | true Oct 27 23:43:24.233 INFO kablam! ... | Oct 27 23:43:24.233 INFO kablam! 127 | | } Oct 27 23:43:24.233 INFO kablam! 128 | | }); Oct 27 23:43:24.234 INFO kablam! | |___________^ Oct 27 23:43:24.234 INFO kablam! | Oct 27 23:43:24.234 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 23:43:24.234 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 23:43:24.234 INFO kablam! Oct 27 23:43:24.283 INFO kablam! warning: use of deprecated item 'std::sync::Condvar::wait_timeout_ms': replaced by `std::sync::Condvar::wait_timeout` Oct 27 23:43:24.287 INFO kablam! --> src/lib.rs:103:29 Oct 27 23:43:24.287 INFO kablam! | Oct 27 23:43:24.287 INFO kablam! 103 | let (new, _) = try!(cvar.wait_timeout_ms(actual, remaining_ms as u32)); Oct 27 23:43:24.287 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 23:43:24.288 INFO kablam! Oct 27 23:43:24.291 INFO kablam! warning: use of deprecated item 'std::sync::Condvar::wait_timeout_ms': replaced by `std::sync::Condvar::wait_timeout` Oct 27 23:43:24.291 INFO kablam! --> src/lib.rs:140:8 Oct 27 23:43:24.292 INFO kablam! | Oct 27 23:43:24.292 INFO kablam! 140 | cvar.wait_timeout_ms(guard, timeout_ms) Oct 27 23:43:24.292 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 23:43:24.299 INFO kablam! Oct 27 23:43:24.333 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 23:43:24.334 INFO kablam! --> src/lib.rs:120:3 Oct 27 23:43:24.335 INFO kablam! | Oct 27 23:43:24.335 INFO kablam! 120 | self.wait_for_condition(move |v| { Oct 27 23:43:24.335 INFO kablam! | _________^ Oct 27 23:43:24.335 INFO kablam! 121 | | if !first { Oct 27 23:43:24.336 INFO kablam! 122 | | tx.send((*v).clone()).unwrap(); Oct 27 23:43:24.336 INFO kablam! 123 | | true Oct 27 23:43:24.336 INFO kablam! ... | Oct 27 23:43:24.336 INFO kablam! 127 | | } Oct 27 23:43:24.336 INFO kablam! 128 | | }); Oct 27 23:43:24.337 INFO kablam! | |___________^ Oct 27 23:43:24.341 INFO kablam! | Oct 27 23:43:24.342 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 23:43:24.343 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 23:43:24.343 INFO kablam! Oct 27 23:43:24.371 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.25s Oct 27 23:43:24.377 INFO kablam! su: No module specific data is present Oct 27 23:43:24.995 INFO running `"docker" "rm" "-f" "c0f4a7c9152707d1e83ad9c5036e60a40876b610f1cc724f85fd6cb69bcb19ab"` Oct 27 23:43:25.248 INFO blam! c0f4a7c9152707d1e83ad9c5036e60a40876b610f1cc724f85fd6cb69bcb19ab