Oct 15 16:14:28.934 INFO testing tokio-core-0.1.17 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 16:14:28.934 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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:14:29.302 INFO blam! fdf9f8a23f17c39ddc99a1827e7848b9505d81323589bfb42fce20ef1beacc11 Oct 15 16:14:29.303 INFO running `"docker" "start" "-a" "fdf9f8a23f17c39ddc99a1827e7848b9505d81323589bfb42fce20ef1beacc11"` Oct 15 16:14:30.759 INFO kablam! usermod: no changes Oct 15 16:14:30.891 INFO kablam! Compiling tokio-core v0.1.17 (/source) Oct 15 16:14:35.683 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.89s Oct 15 16:14:35.699 INFO kablam! su: No module specific data is present Oct 15 16:14:36.510 INFO running `"docker" "rm" "-f" "fdf9f8a23f17c39ddc99a1827e7848b9505d81323589bfb42fce20ef1beacc11"` Oct 15 16:14:36.707 INFO blam! fdf9f8a23f17c39ddc99a1827e7848b9505d81323589bfb42fce20ef1beacc11 Oct 15 16:14:36.719 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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:14:37.035 INFO blam! 541a1c32afd5a33c38677466b2f97b516040c9c1747dcfce4c82497c90c04fdd Oct 15 16:14:37.041 INFO running `"docker" "start" "-a" "541a1c32afd5a33c38677466b2f97b516040c9c1747dcfce4c82497c90c04fdd"` Oct 15 16:14:37.708 INFO kablam! usermod: no changes Oct 15 16:14:37.979 INFO kablam! Compiling env_logger v0.4.3 Oct 15 16:14:37.990 INFO kablam! Compiling flate2 v1.0.3 Oct 15 16:14:39.666 INFO kablam! Compiling tokio-core v0.1.17 (/source) Oct 15 16:14:44.640 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 15 16:14:44.640 INFO kablam! --> examples/connect.rs:116:41 Oct 15 16:14:44.640 INFO kablam! | Oct 15 16:14:44.640 INFO kablam! 116 | let (sink, stream) = stream.framed(Bytes).split(); Oct 15 16:14:44.641 INFO kablam! | ^^^^^^ Oct 15 16:14:44.641 INFO kablam! | Oct 15 16:14:44.641 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 16:14:44.641 INFO kablam! Oct 15 16:15:22.663 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 15 16:15:22.663 INFO kablam! --> tests/line-frames.rs:64:37 Oct 15 16:15:22.664 INFO kablam! | Oct 15 16:15:22.664 INFO kablam! 64 | let (sink, stream) = socket.framed(LineCodec).split(); Oct 15 16:15:22.664 INFO kablam! | ^^^^^^ Oct 15 16:15:22.665 INFO kablam! | Oct 15 16:15:22.665 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 16:15:22.665 INFO kablam! Oct 15 16:15:23.459 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 15 16:15:23.459 INFO kablam! --> examples/tinyhttp.rs:81:35 Oct 15 16:15:23.459 INFO kablam! | Oct 15 16:15:23.459 INFO kablam! 81 | let (tx, rx) = socket.framed(Http).split(); Oct 15 16:15:23.459 INFO kablam! | ^^^^^^ Oct 15 16:15:23.459 INFO kablam! | Oct 15 16:15:23.459 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 16:15:23.459 INFO kablam! Oct 15 16:15:31.890 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 54.15s Oct 15 16:15:31.925 INFO kablam! su: No module specific data is present Oct 15 16:15:32.387 INFO running `"docker" "rm" "-f" "541a1c32afd5a33c38677466b2f97b516040c9c1747dcfce4c82497c90c04fdd"` Oct 15 16:15:32.751 INFO blam! 541a1c32afd5a33c38677466b2f97b516040c9c1747dcfce4c82497c90c04fdd Oct 15 16:15:32.759 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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:15:33.135 INFO blam! 9b0860c121a98da00c0f415dd44128fa42676bcb506a33c9bd543716581e3aae Oct 15 16:15:33.139 INFO running `"docker" "start" "-a" "9b0860c121a98da00c0f415dd44128fa42676bcb506a33c9bd543716581e3aae"` Oct 15 16:15:33.807 INFO kablam! usermod: no changes Oct 15 16:15:33.993 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s Oct 15 16:15:34.026 INFO kablam! Running /target/debug/deps/tokio_core-34be46ad719549c3 Oct 15 16:15:34.027 INFO blam! Oct 15 16:15:34.027 INFO kablam! Running /target/debug/deps/buffered-cd4db488ae0a45b6 Oct 15 16:15:34.027 INFO blam! running 12 tests Oct 15 16:15:34.027 INFO blam! test io::frame::tests::debug_small_easybuf_split ... ok Oct 15 16:15:34.027 INFO blam! test io::frame::tests::easybuf_equality_different_underlying_vec ... ok Oct 15 16:15:34.027 INFO blam! test io::frame::tests::debug_small_easybuf ... ok Oct 15 16:15:34.027 INFO blam! test io::frame::tests::debug_large_easybuf ... ok Oct 15 16:15:34.027 INFO blam! test io::frame::tests::easybuf_get_mut_sliced ... ok Oct 15 16:15:34.027 INFO blam! test io::frame::tests::easybuf_get_mut_sliced_allocating_at_least_initial_capacity ... ok Oct 15 16:15:34.027 INFO blam! test io::frame::tests::easybuf_equality_same_underlying_vec ... ok Oct 15 16:15:34.027 INFO blam! test io::frame::tests::easybuf_into_vec_sliced ... ok Oct 15 16:15:34.027 INFO blam! test io::frame::tests::debug_empty_easybuf ... ok Oct 15 16:15:34.027 INFO blam! test io::frame::tests::easybuf_into_vec_sliced_allocating ... ok Oct 15 16:15:34.027 INFO blam! test io::frame::tests::easybuf_get_mut_sliced_allocating_required_capacity ... ok Oct 15 16:15:34.027 INFO blam! test io::frame::tests::easybuf_into_vec_simple ... ok Oct 15 16:15:34.027 INFO blam! Oct 15 16:15:34.027 INFO blam! test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:15:34.027 INFO blam! Oct 15 16:15:34.030 INFO blam! Oct 15 16:15:34.031 INFO blam! running 1 test Oct 15 16:15:34.042 INFO blam! test echo_server ... ok Oct 15 16:15:34.042 INFO blam! Oct 15 16:15:34.043 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:15:34.043 INFO kablam! Running /target/debug/deps/chain-4f951da3ec13310f Oct 15 16:15:34.043 INFO blam! Oct 15 16:15:34.045 INFO blam! Oct 15 16:15:34.045 INFO blam! running 1 test Oct 15 16:15:34.048 INFO blam! test chain_clients ... ok Oct 15 16:15:34.049 INFO blam! Oct 15 16:15:34.049 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:15:34.049 INFO blam! Oct 15 16:15:34.050 INFO kablam! Running /target/debug/deps/echo-1c395bd398c207e3 Oct 15 16:15:34.052 INFO blam! Oct 15 16:15:34.052 INFO blam! running 1 test Oct 15 16:15:34.123 INFO blam! test echo_server ... ok Oct 15 16:15:34.123 INFO blam! Oct 15 16:15:34.123 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:15:34.123 INFO blam! Oct 15 16:15:34.124 INFO kablam! Running /target/debug/deps/interval-d606f487b8464c57 Oct 15 16:15:34.126 INFO blam! Oct 15 16:15:34.126 INFO blam! running 2 tests Oct 15 16:15:34.138 INFO blam! test single ... ok Oct 15 16:15:34.149 INFO blam! test two_times ... ok Oct 15 16:15:34.149 INFO kablam! Running /target/debug/deps/limit-f23708d9b581dc8c Oct 15 16:15:34.149 INFO blam! Oct 15 16:15:34.149 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:15:34.149 INFO blam! Oct 15 16:15:34.151 INFO blam! Oct 15 16:15:34.151 INFO blam! running 1 test Oct 15 16:15:34.154 INFO blam! test limit ... ok Oct 15 16:15:34.154 INFO kablam! Running /target/debug/deps/line_frames-84620e9f1a9f5866 Oct 15 16:15:34.154 INFO blam! Oct 15 16:15:34.154 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:15:34.154 INFO blam! Oct 15 16:15:34.156 INFO blam! Oct 15 16:15:34.156 INFO blam! running 1 test Oct 15 16:15:34.160 INFO blam! test echo ... ok Oct 15 16:15:34.160 INFO kablam! Running /target/debug/deps/pipe_hup-1497b3d0c63552eb Oct 15 16:15:34.160 INFO blam! Oct 15 16:15:34.160 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:15:34.160 INFO blam! Oct 15 16:15:34.160 INFO blam! Oct 15 16:15:34.160 INFO blam! running 1 test Oct 15 16:15:34.271 INFO blam! test hup ... ok Oct 15 16:15:34.271 INFO blam! Oct 15 16:15:34.271 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:15:34.271 INFO blam! Oct 15 16:15:34.272 INFO kablam! Running /target/debug/deps/spawn-00da58a14d60859a Oct 15 16:15:34.273 INFO blam! Oct 15 16:15:34.273 INFO blam! running 9 tests Oct 15 16:15:34.286 INFO blam! test simple ... ok Oct 15 16:15:34.288 INFO blam! test drop_timeout_in_spawn ... ok Oct 15 16:15:34.288 INFO blam! test spawn_in_drop ... ok Oct 15 16:15:34.289 INFO blam! test spawn_in_poll ... ok Oct 15 16:15:34.289 INFO blam! test simple_core_poll ... ok Oct 15 16:15:34.291 INFO blam! test spawn_in_poll2 ... ok Oct 15 16:15:34.291 INFO blam! test simple_send_current_thread ... ok Oct 15 16:15:34.292 INFO blam! test tokio_spawn_from_fut ... ok Oct 15 16:15:34.300 INFO blam! test simple_send ... ok Oct 15 16:15:34.300 INFO blam! Oct 15 16:15:34.300 INFO blam! test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:15:34.300 INFO blam! Oct 15 16:15:34.300 INFO kablam! Running /target/debug/deps/stream_buffered-92cfa6b275c0a307 Oct 15 16:15:34.302 INFO blam! Oct 15 16:15:34.303 INFO blam! running 1 test Oct 15 16:15:34.304 INFO blam! test echo_server ... ok Oct 15 16:15:34.304 INFO blam! Oct 15 16:15:34.305 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:15:34.305 INFO blam! Oct 15 16:15:34.307 INFO kablam! Running /target/debug/deps/tcp-b492e7e2927e3849 Oct 15 16:15:34.312 INFO blam! Oct 15 16:15:34.312 INFO blam! running 5 tests Oct 15 16:15:34.319 INFO blam! test accept ... ok Oct 15 16:15:34.319 INFO blam! test accept2 ... ok Oct 15 16:15:34.319 INFO blam! test accept_2 ... ok Oct 15 16:15:34.319 INFO blam! test connect ... ok Oct 15 16:15:34.320 INFO blam! test connect2 ... ok Oct 15 16:15:34.320 INFO blam! Oct 15 16:15:34.320 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:15:34.320 INFO blam! Oct 15 16:15:34.327 INFO kablam! Running /target/debug/deps/timeout-956174e996e7eebd Oct 15 16:15:34.327 INFO blam! Oct 15 16:15:34.327 INFO blam! running 2 tests Oct 15 16:15:34.339 INFO blam! test smoke ... ok Oct 15 16:15:34.346 INFO kablam! Running /target/debug/deps/udp-de247ffecdd7db89 Oct 15 16:15:34.346 INFO blam! test two ... ok Oct 15 16:15:34.346 INFO blam! Oct 15 16:15:34.346 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:15:34.346 INFO blam! Oct 15 16:15:34.348 INFO blam! Oct 15 16:15:34.348 INFO blam! running 4 tests Oct 15 16:15:34.355 INFO blam! test send_framed ... ok Oct 15 16:15:34.355 INFO blam! test send_to_and_recv_from ... ok Oct 15 16:15:34.355 INFO blam! test send_dgrams ... ok Oct 15 16:15:34.356 INFO blam! test send_and_recv ... ok Oct 15 16:15:34.356 INFO blam! Oct 15 16:15:34.356 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:15:34.356 INFO blam! Oct 15 16:15:34.356 INFO kablam! Doc-tests tokio-core Oct 15 16:15:38.391 INFO blam! Oct 15 16:15:38.391 INFO blam! running 2 tests Oct 15 16:15:38.391 INFO blam! test src/reactor/poll_evented2.rs - reactor::poll_evented2::PollEvented (line 54) ... ignored Oct 15 16:15:42.046 INFO blam! test src/lib.rs - (line 44) ... ok Oct 15 16:15:42.046 INFO blam! Oct 15 16:15:42.046 INFO blam! test result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out Oct 15 16:15:42.046 INFO blam! Oct 15 16:15:42.063 INFO kablam! su: No module specific data is present Oct 15 16:15:42.312 INFO running `"docker" "rm" "-f" "9b0860c121a98da00c0f415dd44128fa42676bcb506a33c9bd543716581e3aae"` Oct 15 16:15:42.426 INFO blam! 9b0860c121a98da00c0f415dd44128fa42676bcb506a33c9bd543716581e3aae