Oct 16 14:32:59.212 INFO testing condvar-0.1.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 14:32:59.212 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/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 16 14:32:59.386 INFO blam! 14ab2fd57fb1c6a5d8376f2b15fe1b137d0a31eded9cb2c99b25be68b3d3882d Oct 16 14:32:59.392 INFO running `"docker" "start" "-a" "14ab2fd57fb1c6a5d8376f2b15fe1b137d0a31eded9cb2c99b25be68b3d3882d"` Oct 16 14:32:59.782 INFO kablam! usermod: no changes Oct 16 14:32:59.811 INFO kablam! Compiling condvar v0.1.1 (/source) Oct 16 14:33:00.339 INFO kablam! warning: use of deprecated item 'std::sync::Condvar::wait_timeout_ms': replaced by `std::sync::Condvar::wait_timeout` Oct 16 14:33:00.339 INFO kablam! --> src/lib.rs:67:29 Oct 16 14:33:00.339 INFO kablam! | Oct 16 14:33:00.339 INFO kablam! 67 | let (new, _) = try!(cvar.wait_timeout_ms(predicate, remaining_ms as u32)); Oct 16 14:33:00.339 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 14:33:00.339 INFO kablam! | Oct 16 14:33:00.339 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 14:33:00.339 INFO kablam! Oct 16 14:33:00.447 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.65s Oct 16 14:33:00.451 INFO kablam! su: No module specific data is present Oct 16 14:33:00.741 INFO running `"docker" "rm" "-f" "14ab2fd57fb1c6a5d8376f2b15fe1b137d0a31eded9cb2c99b25be68b3d3882d"` Oct 16 14:33:00.876 INFO blam! 14ab2fd57fb1c6a5d8376f2b15fe1b137d0a31eded9cb2c99b25be68b3d3882d Oct 16 14:33:00.883 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/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 16 14:33:01.091 INFO blam! 130ab1fa4022384699330ffa5f77a71fbf54299fda4fe989c2cf84e6e5690dd6 Oct 16 14:33:01.093 INFO running `"docker" "start" "-a" "130ab1fa4022384699330ffa5f77a71fbf54299fda4fe989c2cf84e6e5690dd6"` Oct 16 14:33:02.204 INFO kablam! usermod: no changes Oct 16 14:33:02.271 INFO kablam! Compiling condvar v0.1.1 (/source) Oct 16 14:33:03.031 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 16 14:33:03.032 INFO kablam! --> src/lib.rs:81:20 Oct 16 14:33:03.032 INFO kablam! | Oct 16 14:33:03.032 INFO kablam! 81 | use std::thread::{sleep_ms, spawn}; Oct 16 14:33:03.032 INFO kablam! | ^^^^^^^^ Oct 16 14:33:03.032 INFO kablam! | Oct 16 14:33:03.032 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 14:33:03.032 INFO kablam! Oct 16 14:33:03.032 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 16 14:33:03.032 INFO kablam! --> src/lib.rs:104:4 Oct 16 14:33:03.032 INFO kablam! | Oct 16 14:33:03.032 INFO kablam! 104 | sleep_ms(500); Oct 16 14:33:03.032 INFO kablam! | ^^^^^^^^ Oct 16 14:33:03.032 INFO kablam! Oct 16 14:33:03.032 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 16 14:33:03.032 INFO kablam! --> src/lib.rs:117:4 Oct 16 14:33:03.032 INFO kablam! | Oct 16 14:33:03.032 INFO kablam! 117 | sleep_ms(1000); Oct 16 14:33:03.032 INFO kablam! | ^^^^^^^^ Oct 16 14:33:03.032 INFO kablam! Oct 16 14:33:03.063 INFO kablam! warning: use of deprecated item 'std::sync::Condvar::wait_timeout_ms': replaced by `std::sync::Condvar::wait_timeout` Oct 16 14:33:03.063 INFO kablam! --> src/lib.rs:67:29 Oct 16 14:33:03.063 INFO kablam! | Oct 16 14:33:03.063 INFO kablam! 67 | let (new, _) = try!(cvar.wait_timeout_ms(predicate, remaining_ms as u32)); Oct 16 14:33:03.063 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 14:33:03.063 INFO kablam! Oct 16 14:33:03.624 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.39s Oct 16 14:33:03.624 INFO kablam! su: No module specific data is present Oct 16 14:33:03.923 INFO running `"docker" "rm" "-f" "130ab1fa4022384699330ffa5f77a71fbf54299fda4fe989c2cf84e6e5690dd6"` Oct 16 14:33:03.994 INFO blam! 130ab1fa4022384699330ffa5f77a71fbf54299fda4fe989c2cf84e6e5690dd6 Oct 16 14:33:03.996 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/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 16 14:33:04.155 INFO blam! c6f045e12896e1bbb25024dff3f4d63b0b3c8fd613c006628e768a9cad29b3eb Oct 16 14:33:04.157 INFO running `"docker" "start" "-a" "c6f045e12896e1bbb25024dff3f4d63b0b3c8fd613c006628e768a9cad29b3eb"` Oct 16 14:33:04.636 INFO kablam! usermod: no changes Oct 16 14:33:04.691 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 16 14:33:04.698 INFO kablam! Running /target/debug/deps/condvar-04584bb963cc487e Oct 16 14:33:04.703 INFO blam! Oct 16 14:33:04.703 INFO blam! running 3 tests Oct 16 14:33:04.703 INFO blam! test tests::test_wait ... ok Oct 16 14:33:05.211 INFO blam! test tests::test_wait_timeout_ms ... ok Oct 16 14:33:05.211 INFO kablam! Doc-tests condvar Oct 16 14:33:05.211 INFO blam! test tests::test_wait_timeout_ms_fail ... ok Oct 16 14:33:05.211 INFO blam! Oct 16 14:33:05.211 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:33:05.211 INFO blam! Oct 16 14:33:06.465 INFO blam! Oct 16 14:33:06.466 INFO blam! running 0 tests Oct 16 14:33:06.466 INFO blam! Oct 16 14:33:06.466 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:33:06.466 INFO blam! Oct 16 14:33:06.471 INFO kablam! su: No module specific data is present Oct 16 14:33:06.906 INFO running `"docker" "rm" "-f" "c6f045e12896e1bbb25024dff3f4d63b0b3c8fd613c006628e768a9cad29b3eb"` Oct 16 14:33:07.156 INFO blam! c6f045e12896e1bbb25024dff3f4d63b0b3c8fd613c006628e768a9cad29b3eb