Oct 27 23:43:21.931 INFO checking condition_variable-0.1.5 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 23:43:21.931 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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.383 INFO blam! 81d9406b24593bec5269ee86254a875794a3986a87abb0d0d6c4d0434614df96 Oct 27 23:43:22.385 INFO running `"docker" "start" "-a" "81d9406b24593bec5269ee86254a875794a3986a87abb0d0d6c4d0434614df96"` Oct 27 23:43:23.664 INFO kablam! usermod: no changes Oct 27 23:43:23.768 INFO kablam! Checking condition_variable v0.1.5 (/source) Oct 27 23:43:24.771 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 23:43:24.772 INFO kablam! --> src/lib.rs:147:20 Oct 27 23:43:24.772 INFO kablam! | Oct 27 23:43:24.772 INFO kablam! 147 | use std::thread::{sleep_ms, spawn}; Oct 27 23:43:24.772 INFO kablam! | ^^^^^^^^ Oct 27 23:43:24.772 INFO kablam! | Oct 27 23:43:24.772 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 23:43:24.772 INFO kablam! Oct 27 23:43:24.772 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 23:43:24.772 INFO kablam! --> src/lib.rs:170:4 Oct 27 23:43:24.772 INFO kablam! | Oct 27 23:43:24.772 INFO kablam! 170 | sleep_ms(500); Oct 27 23:43:24.772 INFO kablam! | ^^^^^^^^ Oct 27 23:43:24.772 INFO kablam! Oct 27 23:43:24.772 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 23:43:24.772 INFO kablam! --> src/lib.rs:183:4 Oct 27 23:43:24.772 INFO kablam! | Oct 27 23:43:24.772 INFO kablam! 183 | sleep_ms(1000); Oct 27 23:43:24.772 INFO kablam! | ^^^^^^^^ Oct 27 23:43:24.772 INFO kablam! Oct 27 23:43:24.772 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 23:43:24.772 INFO kablam! --> src/lib.rs:196:4 Oct 27 23:43:24.772 INFO kablam! | Oct 27 23:43:24.772 INFO kablam! 196 | sleep_ms(500); Oct 27 23:43:24.772 INFO kablam! | ^^^^^^^^ Oct 27 23:43:24.772 INFO kablam! Oct 27 23:43:24.810 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.810 INFO kablam! --> src/lib.rs:103:29 Oct 27 23:43:24.810 INFO kablam! | Oct 27 23:43:24.810 INFO kablam! 103 | let (new, _) = try!(cvar.wait_timeout_ms(actual, remaining_ms as u32)); Oct 27 23:43:24.810 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 23:43:24.812 INFO kablam! Oct 27 23:43:24.819 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.819 INFO kablam! --> src/lib.rs:140:8 Oct 27 23:43:24.819 INFO kablam! | Oct 27 23:43:24.819 INFO kablam! 140 | cvar.wait_timeout_ms(guard, timeout_ms) Oct 27 23:43:24.819 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 23:43:24.819 INFO kablam! Oct 27 23:43:24.856 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 23:43:24.856 INFO kablam! --> src/lib.rs:120:3 Oct 27 23:43:24.856 INFO kablam! | Oct 27 23:43:24.856 INFO kablam! 120 | self.wait_for_condition(move |v| { Oct 27 23:43:24.856 INFO kablam! | _________^ Oct 27 23:43:24.856 INFO kablam! 121 | | if !first { Oct 27 23:43:24.856 INFO kablam! 122 | | tx.send((*v).clone()).unwrap(); Oct 27 23:43:24.856 INFO kablam! 123 | | true Oct 27 23:43:24.856 INFO kablam! ... | Oct 27 23:43:24.856 INFO kablam! 127 | | } Oct 27 23:43:24.856 INFO kablam! 128 | | }); Oct 27 23:43:24.856 INFO kablam! | |___________^ Oct 27 23:43:24.856 INFO kablam! | Oct 27 23:43:24.856 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 23:43:24.856 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 23:43:24.856 INFO kablam! Oct 27 23:43:25.020 INFO kablam! warning: use of deprecated item 'std::sync::Condvar::wait_timeout_ms': replaced by `std::sync::Condvar::wait_timeout` Oct 27 23:43:25.020 INFO kablam! --> src/lib.rs:103:29 Oct 27 23:43:25.020 INFO kablam! | Oct 27 23:43:25.020 INFO kablam! 103 | let (new, _) = try!(cvar.wait_timeout_ms(actual, remaining_ms as u32)); Oct 27 23:43:25.020 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 23:43:25.020 INFO kablam! | Oct 27 23:43:25.020 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 23:43:25.020 INFO kablam! Oct 27 23:43:25.020 INFO kablam! warning: use of deprecated item 'std::sync::Condvar::wait_timeout_ms': replaced by `std::sync::Condvar::wait_timeout` Oct 27 23:43:25.020 INFO kablam! --> src/lib.rs:140:8 Oct 27 23:43:25.020 INFO kablam! | Oct 27 23:43:25.020 INFO kablam! 140 | cvar.wait_timeout_ms(guard, timeout_ms) Oct 27 23:43:25.020 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 23:43:25.021 INFO kablam! Oct 27 23:43:25.023 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 23:43:25.023 INFO kablam! --> src/lib.rs:120:3 Oct 27 23:43:25.023 INFO kablam! | Oct 27 23:43:25.023 INFO kablam! 120 | self.wait_for_condition(move |v| { Oct 27 23:43:25.023 INFO kablam! | _________^ Oct 27 23:43:25.023 INFO kablam! 121 | | if !first { Oct 27 23:43:25.023 INFO kablam! 122 | | tx.send((*v).clone()).unwrap(); Oct 27 23:43:25.023 INFO kablam! 123 | | true Oct 27 23:43:25.023 INFO kablam! ... | Oct 27 23:43:25.023 INFO kablam! 127 | | } Oct 27 23:43:25.023 INFO kablam! 128 | | }); Oct 27 23:43:25.023 INFO kablam! | |___________^ Oct 27 23:43:25.023 INFO kablam! | Oct 27 23:43:25.023 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 23:43:25.023 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 23:43:25.023 INFO kablam! Oct 27 23:43:25.036 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.34s Oct 27 23:43:25.049 INFO kablam! su: No module specific data is present Oct 27 23:43:25.511 INFO running `"docker" "rm" "-f" "81d9406b24593bec5269ee86254a875794a3986a87abb0d0d6c4d0434614df96"` Oct 27 23:43:25.867 INFO blam! 81d9406b24593bec5269ee86254a875794a3986a87abb0d0d6c4d0434614df96