Oct 15 16:08:53.433 INFO testing tokio-signal-0.2.5 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 16:08:53.434 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 15 16:08:53.790 INFO blam! 21b5b79673a01163fb0487fd18bdf0f8ed8190d48a01a61d47634f6fba0edab6 Oct 15 16:08:53.799 INFO running `"docker" "start" "-a" "21b5b79673a01163fb0487fd18bdf0f8ed8190d48a01a61d47634f6fba0edab6"` Oct 15 16:08:55.129 INFO kablam! usermod: no changes Oct 15 16:08:55.303 INFO kablam! Compiling tokio-signal v0.2.5 (/source) Oct 15 16:08:58.073 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.90s Oct 15 16:08:58.074 INFO kablam! su: No module specific data is present Oct 15 16:08:58.671 INFO running `"docker" "rm" "-f" "21b5b79673a01163fb0487fd18bdf0f8ed8190d48a01a61d47634f6fba0edab6"` Oct 15 16:08:58.883 INFO blam! 21b5b79673a01163fb0487fd18bdf0f8ed8190d48a01a61d47634f6fba0edab6 Oct 15 16:08:58.903 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 15 16:08:59.224 INFO blam! 5b3512a184a531fd3d197465a3b2847542a0a1f42abcb7a7086dd1d90dc8a2b5 Oct 15 16:08:59.236 INFO running `"docker" "start" "-a" "5b3512a184a531fd3d197465a3b2847542a0a1f42abcb7a7086dd1d90dc8a2b5"` Oct 15 16:09:00.419 INFO kablam! usermod: no changes Oct 15 16:09:00.595 INFO kablam! Compiling tokio-signal v0.2.5 (/source) Oct 15 16:09:11.231 INFO kablam! warning: use of deprecated item 'support::tokio::timer::Deadline': use Timeout instead Oct 15 16:09:11.232 INFO kablam! --> tests/support.rs:9:5 Oct 15 16:09:11.232 INFO kablam! | Oct 15 16:09:11.232 INFO kablam! 9 | use self::tokio::timer::Deadline; Oct 15 16:09:11.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:09:11.233 INFO kablam! | Oct 15 16:09:11.233 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 16:09:11.233 INFO kablam! Oct 15 16:09:11.233 INFO kablam! warning: use of deprecated item 'support::tokio::timer::Deadline': use Timeout instead Oct 15 16:09:11.233 INFO kablam! --> tests/support.rs:33:20 Oct 15 16:09:11.233 INFO kablam! | Oct 15 16:09:11.233 INFO kablam! 33 | let deadline = Deadline::new(future, Instant::now() + Duration::from_secs(1)) Oct 15 16:09:11.233 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 16:09:11.233 INFO kablam! Oct 15 16:09:13.391 INFO kablam! warning: use of deprecated item 'support::tokio::timer::Deadline': use Timeout instead Oct 15 16:09:13.391 INFO kablam! --> tests/support.rs:9:5 Oct 15 16:09:13.391 INFO kablam! | Oct 15 16:09:13.391 INFO kablam! 9 | use self::tokio::timer::Deadline; Oct 15 16:09:13.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:09:13.391 INFO kablam! | Oct 15 16:09:13.391 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 16:09:13.391 INFO kablam! Oct 15 16:09:13.391 INFO kablam! warning: use of deprecated item 'support::tokio::timer::Deadline': use Timeout instead Oct 15 16:09:13.391 INFO kablam! --> tests/support.rs:33:20 Oct 15 16:09:13.391 INFO kablam! | Oct 15 16:09:13.391 INFO kablam! 33 | let deadline = Deadline::new(future, Instant::now() + Duration::from_secs(1)) Oct 15 16:09:13.391 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 16:09:13.391 INFO kablam! Oct 15 16:09:14.687 INFO kablam! warning: use of deprecated item 'support::tokio::timer::Deadline': use Timeout instead Oct 15 16:09:14.687 INFO kablam! --> tests/support.rs:9:5 Oct 15 16:09:14.687 INFO kablam! | Oct 15 16:09:14.687 INFO kablam! 9 | use self::tokio::timer::Deadline; Oct 15 16:09:14.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:09:14.688 INFO kablam! | Oct 15 16:09:14.688 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 16:09:14.688 INFO kablam! Oct 15 16:09:14.688 INFO kablam! warning: use of deprecated item 'support::tokio::timer::Deadline': use Timeout instead Oct 15 16:09:14.688 INFO kablam! --> tests/support.rs:33:20 Oct 15 16:09:14.688 INFO kablam! | Oct 15 16:09:14.688 INFO kablam! 33 | let deadline = Deadline::new(future, Instant::now() + Duration::from_secs(1)) Oct 15 16:09:14.688 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 16:09:14.688 INFO kablam! Oct 15 16:09:14.720 INFO kablam! warning: use of deprecated item 'support::tokio::timer::Deadline': use Timeout instead Oct 15 16:09:14.721 INFO kablam! --> tests/support.rs:9:5 Oct 15 16:09:14.721 INFO kablam! | Oct 15 16:09:14.721 INFO kablam! 9 | use self::tokio::timer::Deadline; Oct 15 16:09:14.721 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:09:14.727 INFO kablam! | Oct 15 16:09:14.727 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 16:09:14.728 INFO kablam! Oct 15 16:09:14.728 INFO kablam! warning: use of deprecated item 'support::tokio::timer::Deadline': use Timeout instead Oct 15 16:09:14.728 INFO kablam! --> tests/support.rs:33:20 Oct 15 16:09:14.728 INFO kablam! | Oct 15 16:09:14.729 INFO kablam! 33 | let deadline = Deadline::new(future, Instant::now() + Duration::from_secs(1)) Oct 15 16:09:14.729 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 16:09:14.729 INFO kablam! Oct 15 16:09:15.267 INFO kablam! warning: use of deprecated item 'support::tokio::timer::Deadline': use Timeout instead Oct 15 16:09:15.267 INFO kablam! --> tests/support.rs:9:5 Oct 15 16:09:15.268 INFO kablam! | Oct 15 16:09:15.268 INFO kablam! 9 | use self::tokio::timer::Deadline; Oct 15 16:09:15.268 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:09:15.268 INFO kablam! | Oct 15 16:09:15.269 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 16:09:15.269 INFO kablam! Oct 15 16:09:15.269 INFO kablam! warning: use of deprecated item 'support::tokio::timer::Deadline': use Timeout instead Oct 15 16:09:15.269 INFO kablam! --> tests/support.rs:33:20 Oct 15 16:09:15.270 INFO kablam! | Oct 15 16:09:15.270 INFO kablam! 33 | let deadline = Deadline::new(future, Instant::now() + Duration::from_secs(1)) Oct 15 16:09:15.270 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 16:09:15.270 INFO kablam! Oct 15 16:09:16.963 INFO kablam! warning: use of deprecated item 'support::tokio::timer::Deadline': use Timeout instead Oct 15 16:09:16.964 INFO kablam! --> tests/support.rs:9:5 Oct 15 16:09:16.964 INFO kablam! | Oct 15 16:09:16.964 INFO kablam! 9 | use self::tokio::timer::Deadline; Oct 15 16:09:16.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:09:16.965 INFO kablam! | Oct 15 16:09:16.965 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 16:09:16.965 INFO kablam! Oct 15 16:09:16.965 INFO kablam! warning: use of deprecated item 'support::tokio::timer::Deadline': use Timeout instead Oct 15 16:09:16.966 INFO kablam! --> tests/support.rs:33:20 Oct 15 16:09:16.966 INFO kablam! | Oct 15 16:09:16.966 INFO kablam! 33 | let deadline = Deadline::new(future, Instant::now() + Duration::from_secs(1)) Oct 15 16:09:16.966 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 16:09:16.967 INFO kablam! Oct 15 16:09:26.239 INFO kablam! warning: use of deprecated item 'tokio::timer::Deadline': use Timeout instead Oct 15 16:09:26.239 INFO kablam! --> tests/support.rs:9:5 Oct 15 16:09:26.240 INFO kablam! | Oct 15 16:09:26.240 INFO kablam! 9 | use self::tokio::timer::Deadline; Oct 15 16:09:26.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:09:26.240 INFO kablam! | Oct 15 16:09:26.241 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 16:09:26.241 INFO kablam! Oct 15 16:09:26.241 INFO kablam! warning: use of deprecated item 'tokio::timer::Deadline': use Timeout instead Oct 15 16:09:26.241 INFO kablam! --> tests/support.rs:33:20 Oct 15 16:09:26.242 INFO kablam! | Oct 15 16:09:26.242 INFO kablam! 33 | let deadline = Deadline::new(future, Instant::now() + Duration::from_secs(1)) Oct 15 16:09:26.242 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 16:09:26.242 INFO kablam! Oct 15 16:09:26.995 INFO kablam! warning: use of deprecated item 'support::tokio::timer::Deadline': use Timeout instead Oct 15 16:09:26.995 INFO kablam! --> tests/support.rs:9:5 Oct 15 16:09:26.995 INFO kablam! | Oct 15 16:09:26.995 INFO kablam! 9 | use self::tokio::timer::Deadline; Oct 15 16:09:26.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:09:26.995 INFO kablam! | Oct 15 16:09:26.995 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 16:09:26.995 INFO kablam! Oct 15 16:09:26.995 INFO kablam! warning: use of deprecated item 'support::tokio::timer::Deadline': use Timeout instead Oct 15 16:09:26.995 INFO kablam! --> tests/support.rs:33:20 Oct 15 16:09:26.995 INFO kablam! | Oct 15 16:09:26.995 INFO kablam! 33 | let deadline = Deadline::new(future, Instant::now() + Duration::from_secs(1)) Oct 15 16:09:26.995 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 16:09:26.995 INFO kablam! Oct 15 16:09:29.543 INFO kablam! warning: use of deprecated item 'support::tokio::timer::Deadline': use Timeout instead Oct 15 16:09:29.544 INFO kablam! --> tests/support.rs:9:5 Oct 15 16:09:29.544 INFO kablam! | Oct 15 16:09:29.544 INFO kablam! 9 | use self::tokio::timer::Deadline; Oct 15 16:09:29.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:09:29.545 INFO kablam! | Oct 15 16:09:29.545 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 16:09:29.545 INFO kablam! Oct 15 16:09:29.546 INFO kablam! warning: use of deprecated item 'support::tokio::timer::Deadline': use Timeout instead Oct 15 16:09:29.546 INFO kablam! --> tests/support.rs:33:20 Oct 15 16:09:29.546 INFO kablam! | Oct 15 16:09:29.547 INFO kablam! 33 | let deadline = Deadline::new(future, Instant::now() + Duration::from_secs(1)) Oct 15 16:09:29.547 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 16:09:29.547 INFO kablam! Oct 15 16:09:32.915 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 32.47s Oct 15 16:09:32.935 INFO kablam! su: No module specific data is present Oct 15 16:09:33.736 INFO running `"docker" "rm" "-f" "5b3512a184a531fd3d197465a3b2847542a0a1f42abcb7a7086dd1d90dc8a2b5"` Oct 15 16:09:33.995 INFO blam! 5b3512a184a531fd3d197465a3b2847542a0a1f42abcb7a7086dd1d90dc8a2b5 Oct 15 16:09:34.001 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 15 16:09:34.383 INFO blam! 177b59380d0c33bd9b45810a246a32ecb697a65111dc246788678512c77f1af8 Oct 15 16:09:34.385 INFO running `"docker" "start" "-a" "177b59380d0c33bd9b45810a246a32ecb697a65111dc246788678512c77f1af8"` Oct 15 16:09:34.894 INFO kablam! usermod: no changes Oct 15 16:09:35.007 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 15 16:09:35.020 INFO kablam! Running /target/debug/deps/tokio_signal-09d9194f6bf8284e Oct 15 16:09:35.031 INFO kablam! Running /target/debug/deps/drop_multi_loop-02099064b5cd9d2d Oct 15 16:09:35.031 INFO blam! Oct 15 16:09:35.031 INFO blam! running 0 tests Oct 15 16:09:35.031 INFO blam! Oct 15 16:09:35.031 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:09:35.031 INFO blam! Oct 15 16:09:35.041 INFO blam! Oct 15 16:09:35.041 INFO blam! running 1 test Oct 15 16:09:35.042 INFO blam! test dropping_loops_does_not_cause_starvation ... ok Oct 15 16:09:35.042 INFO blam! Oct 15 16:09:35.042 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:09:35.042 INFO blam! Oct 15 16:09:35.043 INFO kablam! Running /target/debug/deps/drop_then_get_a_signal-9a49182dab433c61 Oct 15 16:09:35.045 INFO blam! Oct 15 16:09:35.045 INFO blam! running 1 test Oct 15 16:09:35.046 INFO blam! test drop_then_get_a_signal ... ok Oct 15 16:09:35.047 INFO kablam! Running /target/debug/deps/dropping_does_not_deregister_other_instances-424a0b6d5d77275e Oct 15 16:09:35.047 INFO blam! Oct 15 16:09:35.047 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:09:35.047 INFO blam! Oct 15 16:09:35.049 INFO blam! Oct 15 16:09:35.049 INFO blam! running 1 test Oct 15 16:09:35.052 INFO blam! test dropping_signal_does_not_deregister_any_other_instances ... ok Oct 15 16:09:35.052 INFO kablam! Running /target/debug/deps/multi_loop-e9de3b1bffa0ce58 Oct 15 16:09:35.052 INFO blam! Oct 15 16:09:35.052 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:09:35.053 INFO blam! Oct 15 16:09:35.061 INFO blam! Oct 15 16:09:35.061 INFO blam! running 1 test Oct 15 16:09:35.138 INFO blam! test multi_loop ... ok Oct 15 16:09:35.138 INFO blam! Oct 15 16:09:35.138 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:09:35.138 INFO blam! Oct 15 16:09:35.140 INFO kablam! Running /target/debug/deps/notify_both-9732715d29589df1 Oct 15 16:09:35.144 INFO blam! Oct 15 16:09:35.144 INFO blam! running 1 test Oct 15 16:09:35.148 INFO blam! test notify_both ... ok Oct 15 16:09:35.148 INFO kablam! Running /target/debug/deps/signal-bc2871609f26b8df Oct 15 16:09:35.148 INFO blam! Oct 15 16:09:35.148 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:09:35.148 INFO blam! Oct 15 16:09:35.152 INFO blam! Oct 15 16:09:35.152 INFO blam! running 1 test Oct 15 16:09:35.155 INFO blam! test tokio_simple ... ok Oct 15 16:09:35.155 INFO kablam! Running /target/debug/deps/simple-d7737b8a466248e0 Oct 15 16:09:35.155 INFO blam! Oct 15 16:09:35.155 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:09:35.155 INFO blam! Oct 15 16:09:35.157 INFO blam! Oct 15 16:09:35.157 INFO blam! running 1 test Oct 15 16:09:35.160 INFO blam! test simple ... ok Oct 15 16:09:35.160 INFO blam! Oct 15 16:09:35.160 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:09:35.160 INFO blam! Oct 15 16:09:35.161 INFO kablam! Running /target/debug/deps/support-812c30255d881400 Oct 15 16:09:35.167 INFO blam! Oct 15 16:09:35.167 INFO blam! running 0 tests Oct 15 16:09:35.167 INFO blam! Oct 15 16:09:35.167 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:09:35.167 INFO blam! Oct 15 16:09:35.168 INFO kablam! Running /target/debug/deps/twice-7cc695c37c1d7cf7 Oct 15 16:09:35.172 INFO blam! Oct 15 16:09:35.172 INFO blam! running 1 test Oct 15 16:09:35.173 INFO blam! test twice ... ok Oct 15 16:09:35.173 INFO blam! Oct 15 16:09:35.173 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:09:35.173 INFO blam! Oct 15 16:09:35.174 INFO kablam! Doc-tests tokio-signal Oct 15 16:09:37.710 INFO blam! Oct 15 16:09:37.710 INFO blam! running 2 tests Oct 15 16:09:44.446 INFO blam! test src/lib.rs - (line 20) ... ok Oct 15 16:09:45.003 INFO blam! test src/lib.rs - (line 47) ... ok Oct 15 16:09:45.003 INFO blam! Oct 15 16:09:45.004 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:09:45.004 INFO blam! Oct 15 16:09:45.014 INFO kablam! su: No module specific data is present Oct 15 16:09:45.501 INFO running `"docker" "rm" "-f" "177b59380d0c33bd9b45810a246a32ecb697a65111dc246788678512c77f1af8"` Oct 15 16:09:45.718 INFO blam! 177b59380d0c33bd9b45810a246a32ecb697a65111dc246788678512c77f1af8