Oct 12 02:44:14.358 INFO testing condvar-0.1.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 02:44:14.359 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 12 02:44:14.702 INFO blam! 3b539470b7a0d865ef6feec5299d022860d60a87cadaeab4c500e993597dc45f Oct 12 02:44:14.712 INFO running `"docker" "start" "-a" "3b539470b7a0d865ef6feec5299d022860d60a87cadaeab4c500e993597dc45f"` Oct 12 02:44:15.884 INFO kablam! usermod: no changes Oct 12 02:44:15.948 INFO kablam! Compiling condvar v0.1.1 (/source) Oct 12 02:44:16.712 INFO kablam! warning: use of deprecated item 'std::sync::Condvar::wait_timeout_ms': replaced by `std::sync::Condvar::wait_timeout` Oct 12 02:44:16.712 INFO kablam! --> src/lib.rs:67:29 Oct 12 02:44:16.712 INFO kablam! | Oct 12 02:44:16.712 INFO kablam! 67 | let (new, _) = try!(cvar.wait_timeout_ms(predicate, remaining_ms as u32)); Oct 12 02:44:16.712 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 02:44:16.712 INFO kablam! | Oct 12 02:44:16.712 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 02:44:16.712 INFO kablam! Oct 12 02:44:16.976 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.06s Oct 12 02:44:16.979 INFO kablam! su: No module specific data is present Oct 12 02:44:17.656 INFO running `"docker" "rm" "-f" "3b539470b7a0d865ef6feec5299d022860d60a87cadaeab4c500e993597dc45f"` Oct 12 02:44:17.969 INFO blam! 3b539470b7a0d865ef6feec5299d022860d60a87cadaeab4c500e993597dc45f Oct 12 02:44:17.974 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 12 02:44:18.329 INFO blam! 758fbdfee3124422671bf7eb5852672aab3e7dea085f8f824bb21e5d7a12c703 Oct 12 02:44:18.331 INFO running `"docker" "start" "-a" "758fbdfee3124422671bf7eb5852672aab3e7dea085f8f824bb21e5d7a12c703"` Oct 12 02:44:19.512 INFO kablam! usermod: no changes Oct 12 02:44:19.564 INFO kablam! Compiling condvar v0.1.1 (/source) Oct 12 02:44:20.344 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 12 02:44:20.344 INFO kablam! --> src/lib.rs:81:20 Oct 12 02:44:20.344 INFO kablam! | Oct 12 02:44:20.344 INFO kablam! 81 | use std::thread::{sleep_ms, spawn}; Oct 12 02:44:20.344 INFO kablam! | ^^^^^^^^ Oct 12 02:44:20.344 INFO kablam! | Oct 12 02:44:20.344 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 02:44:20.344 INFO kablam! Oct 12 02:44:20.344 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 12 02:44:20.344 INFO kablam! --> src/lib.rs:104:4 Oct 12 02:44:20.344 INFO kablam! | Oct 12 02:44:20.344 INFO kablam! 104 | sleep_ms(500); Oct 12 02:44:20.344 INFO kablam! | ^^^^^^^^ Oct 12 02:44:20.344 INFO kablam! Oct 12 02:44:20.345 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 12 02:44:20.345 INFO kablam! --> src/lib.rs:117:4 Oct 12 02:44:20.345 INFO kablam! | Oct 12 02:44:20.345 INFO kablam! 117 | sleep_ms(1000); Oct 12 02:44:20.345 INFO kablam! | ^^^^^^^^ Oct 12 02:44:20.345 INFO kablam! Oct 12 02:44:20.373 INFO kablam! warning: use of deprecated item 'std::sync::Condvar::wait_timeout_ms': replaced by `std::sync::Condvar::wait_timeout` Oct 12 02:44:20.373 INFO kablam! --> src/lib.rs:67:29 Oct 12 02:44:20.373 INFO kablam! | Oct 12 02:44:20.373 INFO kablam! 67 | let (new, _) = try!(cvar.wait_timeout_ms(predicate, remaining_ms as u32)); Oct 12 02:44:20.373 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 02:44:20.373 INFO kablam! Oct 12 02:44:21.197 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.65s Oct 12 02:44:21.197 INFO kablam! su: No module specific data is present Oct 12 02:44:21.579 INFO running `"docker" "rm" "-f" "758fbdfee3124422671bf7eb5852672aab3e7dea085f8f824bb21e5d7a12c703"` Oct 12 02:44:21.828 INFO blam! 758fbdfee3124422671bf7eb5852672aab3e7dea085f8f824bb21e5d7a12c703 Oct 12 02:44:21.830 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 12 02:44:22.190 INFO blam! 00fd7bd79d0204972aa82d031f4ea2cedf1728e81182d9be856cff634ce7404d Oct 12 02:44:22.195 INFO running `"docker" "start" "-a" "00fd7bd79d0204972aa82d031f4ea2cedf1728e81182d9be856cff634ce7404d"` Oct 12 02:44:23.180 INFO kablam! usermod: no changes Oct 12 02:44:23.218 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 12 02:44:23.221 INFO kablam! Running /target/debug/deps/condvar-04584bb963cc487e Oct 12 02:44:23.224 INFO blam! Oct 12 02:44:23.224 INFO blam! running 3 tests Oct 12 02:44:23.224 INFO blam! test tests::test_wait ... ok Oct 12 02:44:23.736 INFO blam! test tests::test_wait_timeout_ms_fail ... ok Oct 12 02:44:23.736 INFO kablam! Doc-tests condvar Oct 12 02:44:23.736 INFO blam! test tests::test_wait_timeout_ms ... ok Oct 12 02:44:23.736 INFO blam! Oct 12 02:44:23.736 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 02:44:23.736 INFO blam! Oct 12 02:44:25.029 INFO blam! Oct 12 02:44:25.029 INFO blam! running 0 tests Oct 12 02:44:25.029 INFO blam! Oct 12 02:44:25.030 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 02:44:25.030 INFO blam! Oct 12 02:44:25.041 INFO kablam! su: No module specific data is present Oct 12 02:44:25.941 INFO running `"docker" "rm" "-f" "00fd7bd79d0204972aa82d031f4ea2cedf1728e81182d9be856cff634ce7404d"` Oct 12 02:44:26.260 INFO blam! 00fd7bd79d0204972aa82d031f4ea2cedf1728e81182d9be856cff634ce7404d