Oct 22 03:57:12.497 INFO checking condition_variable-0.1.5 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 03:57:12.497 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192/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 22 03:57:12.844 INFO blam! 22df2024c5c72567c78108b1cb068ae7f4802e0b95e73d45dacb5b9a6dd50839 Oct 22 03:57:12.853 INFO running `"docker" "start" "-a" "22df2024c5c72567c78108b1cb068ae7f4802e0b95e73d45dacb5b9a6dd50839"` Oct 22 03:57:14.068 INFO kablam! usermod: no changes Oct 22 03:57:14.152 INFO kablam! Checking condition_variable v0.1.5 (/source) Oct 22 03:57:15.475 INFO kablam! warning: use of deprecated item 'std::sync::Condvar::wait_timeout_ms': replaced by `std::sync::Condvar::wait_timeout` Oct 22 03:57:15.475 INFO kablam! --> src/lib.rs:103:29 Oct 22 03:57:15.475 INFO kablam! | Oct 22 03:57:15.475 INFO kablam! 103 | let (new, _) = try!(cvar.wait_timeout_ms(actual, remaining_ms as u32)); Oct 22 03:57:15.476 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 22 03:57:15.476 INFO kablam! | Oct 22 03:57:15.476 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 03:57:15.476 INFO kablam! Oct 22 03:57:15.496 INFO kablam! warning: use of deprecated item 'std::sync::Condvar::wait_timeout_ms': replaced by `std::sync::Condvar::wait_timeout` Oct 22 03:57:15.496 INFO kablam! --> src/lib.rs:140:8 Oct 22 03:57:15.496 INFO kablam! | Oct 22 03:57:15.496 INFO kablam! 140 | cvar.wait_timeout_ms(guard, timeout_ms) Oct 22 03:57:15.496 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 22 03:57:15.496 INFO kablam! Oct 22 03:57:15.515 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 22 03:57:15.515 INFO kablam! --> src/lib.rs:147:20 Oct 22 03:57:15.515 INFO kablam! | Oct 22 03:57:15.515 INFO kablam! 147 | use std::thread::{sleep_ms, spawn}; Oct 22 03:57:15.515 INFO kablam! | ^^^^^^^^ Oct 22 03:57:15.516 INFO kablam! | Oct 22 03:57:15.516 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 03:57:15.516 INFO kablam! Oct 22 03:57:15.516 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 22 03:57:15.516 INFO kablam! --> src/lib.rs:170:4 Oct 22 03:57:15.516 INFO kablam! | Oct 22 03:57:15.517 INFO kablam! 170 | sleep_ms(500); Oct 22 03:57:15.517 INFO kablam! | ^^^^^^^^ Oct 22 03:57:15.517 INFO kablam! Oct 22 03:57:15.517 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 22 03:57:15.517 INFO kablam! --> src/lib.rs:183:4 Oct 22 03:57:15.517 INFO kablam! | Oct 22 03:57:15.518 INFO kablam! 183 | sleep_ms(1000); Oct 22 03:57:15.518 INFO kablam! | ^^^^^^^^ Oct 22 03:57:15.518 INFO kablam! Oct 22 03:57:15.518 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 22 03:57:15.518 INFO kablam! --> src/lib.rs:196:4 Oct 22 03:57:15.518 INFO kablam! | Oct 22 03:57:15.519 INFO kablam! 196 | sleep_ms(500); Oct 22 03:57:15.519 INFO kablam! | ^^^^^^^^ Oct 22 03:57:15.519 INFO kablam! Oct 22 03:57:15.528 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 03:57:15.529 INFO kablam! --> src/lib.rs:120:3 Oct 22 03:57:15.529 INFO kablam! | Oct 22 03:57:15.529 INFO kablam! 120 | self.wait_for_condition(move |v| { Oct 22 03:57:15.529 INFO kablam! | _________^ Oct 22 03:57:15.529 INFO kablam! 121 | | if !first { Oct 22 03:57:15.529 INFO kablam! 122 | | tx.send((*v).clone()).unwrap(); Oct 22 03:57:15.529 INFO kablam! 123 | | true Oct 22 03:57:15.529 INFO kablam! ... | Oct 22 03:57:15.529 INFO kablam! 127 | | } Oct 22 03:57:15.533 INFO kablam! 128 | | }); Oct 22 03:57:15.533 INFO kablam! | |___________^ Oct 22 03:57:15.534 INFO kablam! | Oct 22 03:57:15.534 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 22 03:57:15.534 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 03:57:15.535 INFO kablam! Oct 22 03:57:15.570 INFO kablam! warning: use of deprecated item 'std::sync::Condvar::wait_timeout_ms': replaced by `std::sync::Condvar::wait_timeout` Oct 22 03:57:15.570 INFO kablam! --> src/lib.rs:103:29 Oct 22 03:57:15.570 INFO kablam! | Oct 22 03:57:15.570 INFO kablam! 103 | let (new, _) = try!(cvar.wait_timeout_ms(actual, remaining_ms as u32)); Oct 22 03:57:15.570 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 22 03:57:15.570 INFO kablam! Oct 22 03:57:15.570 INFO kablam! warning: use of deprecated item 'std::sync::Condvar::wait_timeout_ms': replaced by `std::sync::Condvar::wait_timeout` Oct 22 03:57:15.570 INFO kablam! --> src/lib.rs:140:8 Oct 22 03:57:15.570 INFO kablam! | Oct 22 03:57:15.570 INFO kablam! 140 | cvar.wait_timeout_ms(guard, timeout_ms) Oct 22 03:57:15.570 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 22 03:57:15.570 INFO kablam! Oct 22 03:57:15.605 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 03:57:15.605 INFO kablam! --> src/lib.rs:120:3 Oct 22 03:57:15.605 INFO kablam! | Oct 22 03:57:15.605 INFO kablam! 120 | self.wait_for_condition(move |v| { Oct 22 03:57:15.605 INFO kablam! | _________^ Oct 22 03:57:15.605 INFO kablam! 121 | | if !first { Oct 22 03:57:15.605 INFO kablam! 122 | | tx.send((*v).clone()).unwrap(); Oct 22 03:57:15.605 INFO kablam! 123 | | true Oct 22 03:57:15.605 INFO kablam! ... | Oct 22 03:57:15.605 INFO kablam! 127 | | } Oct 22 03:57:15.605 INFO kablam! 128 | | }); Oct 22 03:57:15.605 INFO kablam! | |___________^ Oct 22 03:57:15.605 INFO kablam! | Oct 22 03:57:15.605 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 22 03:57:15.605 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 03:57:15.605 INFO kablam! Oct 22 03:57:15.622 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.52s Oct 22 03:57:15.627 INFO kablam! su: No module specific data is present Oct 22 03:57:16.080 INFO running `"docker" "rm" "-f" "22df2024c5c72567c78108b1cb068ae7f4802e0b95e73d45dacb5b9a6dd50839"` Oct 22 03:57:16.195 INFO blam! 22df2024c5c72567c78108b1cb068ae7f4802e0b95e73d45dacb5b9a6dd50839