Oct 15 16:10:34.911 INFO testing tokio-proto-0.1.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 16:10:34.911 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15 16:10:35.101 INFO blam! aac6f3b98db615241fd47ad21e5598fe7b6fedf2053a441f8ddf422b89e0803f Oct 15 16:10:35.111 INFO running `"docker" "start" "-a" "aac6f3b98db615241fd47ad21e5598fe7b6fedf2053a441f8ddf422b89e0803f"` Oct 15 16:10:35.747 INFO kablam! usermod: no changes Oct 15 16:10:35.906 INFO kablam! Compiling tokio-proto v0.1.1 (/source) Oct 15 16:10:40.404 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.62s Oct 15 16:10:40.413 INFO kablam! su: No module specific data is present Oct 15 16:10:40.811 INFO running `"docker" "rm" "-f" "aac6f3b98db615241fd47ad21e5598fe7b6fedf2053a441f8ddf422b89e0803f"` Oct 15 16:10:40.942 INFO blam! aac6f3b98db615241fd47ad21e5598fe7b6fedf2053a441f8ddf422b89e0803f Oct 15 16:10:40.945 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15 16:10:41.223 INFO blam! 209109e003efe21da620c5fc89bd29550c0784950de76dc5a2d5464cafa7077f Oct 15 16:10:41.227 INFO running `"docker" "start" "-a" "209109e003efe21da620c5fc89bd29550c0784950de76dc5a2d5464cafa7077f"` Oct 15 16:10:41.731 INFO kablam! usermod: no changes Oct 15 16:10:41.911 INFO kablam! Compiling tokio-proto v0.1.1 (/source) Oct 15 16:10:51.035 INFO kablam! warning: unused `#[macro_use]` import Oct 15 16:10:51.035 INFO kablam! --> tests/test_multiplex_client.rs:9:1 Oct 15 16:10:51.035 INFO kablam! | Oct 15 16:10:51.035 INFO kablam! 9 | #[macro_use] Oct 15 16:10:51.035 INFO kablam! | ^^^^^^^^^^^^ Oct 15 16:10:51.035 INFO kablam! | Oct 15 16:10:51.035 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 16:10:51.035 INFO kablam! Oct 15 16:10:53.411 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 15 16:10:53.411 INFO kablam! --> tests/simple_framed.rs:11:5 Oct 15 16:10:53.411 INFO kablam! | Oct 15 16:10:53.411 INFO kablam! 11 | use futures::BoxFuture; Oct 15 16:10:53.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 16:10:53.423 INFO kablam! | Oct 15 16:10:53.423 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 16:10:53.423 INFO kablam! Oct 15 16:10:53.423 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 16:10:53.423 INFO kablam! --> tests/simple_framed.rs:13:41 Oct 15 16:10:53.423 INFO kablam! | Oct 15 16:10:53.423 INFO kablam! 13 | use tokio_io::codec::{Encoder, Decoder, Framed}; Oct 15 16:10:53.423 INFO kablam! | ^^^^^^ Oct 15 16:10:53.423 INFO kablam! Oct 15 16:10:53.423 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 16:10:53.423 INFO kablam! --> tests/simple_framed.rs:70:22 Oct 15 16:10:53.423 INFO kablam! | Oct 15 16:10:53.423 INFO kablam! 70 | type Transport = Framed; Oct 15 16:10:53.423 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:10:53.423 INFO kablam! Oct 15 16:10:53.423 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 16:10:53.423 INFO kablam! --> tests/simple_framed.rs:86:22 Oct 15 16:10:53.423 INFO kablam! | Oct 15 16:10:53.423 INFO kablam! 86 | type Transport = Framed; Oct 15 16:10:53.423 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:10:53.423 INFO kablam! Oct 15 16:10:53.423 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 15 16:10:53.423 INFO kablam! --> tests/simple_framed.rs:101:19 Oct 15 16:10:53.423 INFO kablam! | Oct 15 16:10:53.423 INFO kablam! 101 | type Future = BoxFuture; Oct 15 16:10:53.423 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:10:53.423 INFO kablam! Oct 15 16:10:53.587 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 15 16:10:53.587 INFO kablam! --> tests/simple_framed.rs:74:15 Oct 15 16:10:53.588 INFO kablam! | Oct 15 16:10:53.588 INFO kablam! 74 | Ok(io.framed(PipelineCodec)) Oct 15 16:10:53.588 INFO kablam! | ^^^^^^ Oct 15 16:10:53.589 INFO kablam! Oct 15 16:10:53.589 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 15 16:10:53.589 INFO kablam! --> tests/simple_framed.rs:90:15 Oct 15 16:10:53.590 INFO kablam! | Oct 15 16:10:53.590 INFO kablam! 90 | Ok(io.framed(MultiplexCodec)) Oct 15 16:10:53.590 INFO kablam! | ^^^^^^ Oct 15 16:10:53.591 INFO kablam! Oct 15 16:10:53.724 INFO kablam! warning: unused `#[macro_use]` import Oct 15 16:10:53.724 INFO kablam! --> tests/test_pipeline_client.rs:9:1 Oct 15 16:10:53.724 INFO kablam! | Oct 15 16:10:53.724 INFO kablam! 9 | #[macro_use] Oct 15 16:10:53.724 INFO kablam! | ^^^^^^^^^^^^ Oct 15 16:10:53.724 INFO kablam! | Oct 15 16:10:53.724 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 16:10:53.724 INFO kablam! Oct 15 16:10:54.679 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 16:10:54.679 INFO kablam! --> tests/simple_client_proto.rs:14:41 Oct 15 16:10:54.680 INFO kablam! | Oct 15 16:10:54.680 INFO kablam! 14 | use tokio_io::codec::{Encoder, Decoder, Framed}; Oct 15 16:10:54.680 INFO kablam! | ^^^^^^ Oct 15 16:10:54.680 INFO kablam! | Oct 15 16:10:54.681 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 16:10:54.681 INFO kablam! Oct 15 16:10:54.681 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 16:10:54.682 INFO kablam! --> tests/simple_client_proto.rs:85:22 Oct 15 16:10:54.682 INFO kablam! | Oct 15 16:10:54.682 INFO kablam! 85 | type Transport = Framed; Oct 15 16:10:54.682 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 16:10:54.683 INFO kablam! Oct 15 16:10:55.158 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 15 16:10:55.158 INFO kablam! --> tests/simple_client_proto.rs:89:15 Oct 15 16:10:55.158 INFO kablam! | Oct 15 16:10:55.158 INFO kablam! 89 | Ok(io.framed(IntCodec)) Oct 15 16:10:55.158 INFO kablam! | ^^^^^^ Oct 15 16:10:55.158 INFO kablam! Oct 15 16:10:55.263 INFO kablam! warning: unused `#[macro_use]` import Oct 15 16:10:55.263 INFO kablam! --> tests/test_multiplex_server.rs:9:1 Oct 15 16:10:55.263 INFO kablam! | Oct 15 16:10:55.263 INFO kablam! 9 | #[macro_use] Oct 15 16:10:55.263 INFO kablam! | ^^^^^^^^^^^^ Oct 15 16:10:55.263 INFO kablam! | Oct 15 16:10:55.263 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 16:10:55.263 INFO kablam! Oct 15 16:10:55.263 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 16:10:55.263 INFO kablam! --> tests/test_multiplex_server.rs:275:20 Oct 15 16:10:55.263 INFO kablam! | Oct 15 16:10:55.263 INFO kablam! 275 | c.complete((Ok(Message::WithoutBody("zomg")))); Oct 15 16:10:55.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 16:10:55.263 INFO kablam! | Oct 15 16:10:55.263 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 16:10:55.263 INFO kablam! Oct 15 16:11:07.292 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 25.54s Oct 15 16:11:07.305 INFO kablam! su: No module specific data is present Oct 15 16:11:08.372 INFO running `"docker" "rm" "-f" "209109e003efe21da620c5fc89bd29550c0784950de76dc5a2d5464cafa7077f"` Oct 15 16:11:08.783 INFO blam! 209109e003efe21da620c5fc89bd29550c0784950de76dc5a2d5464cafa7077f Oct 15 16:11:08.804 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15 16:11:09.420 INFO blam! 5e45a4c7809094411489561726b1d9ac9cc73dc5e4d2b6467b8d6253282b1970 Oct 15 16:11:09.437 INFO running `"docker" "start" "-a" "5e45a4c7809094411489561726b1d9ac9cc73dc5e4d2b6467b8d6253282b1970"` Oct 15 16:11:10.053 INFO kablam! usermod: no changes Oct 15 16:11:10.189 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 15 16:11:10.207 INFO kablam! Running /target/debug/deps/tokio_proto-00aa869ec8da7872 Oct 15 16:11:10.209 INFO blam! Oct 15 16:11:10.209 INFO blam! running 5 tests Oct 15 16:11:10.214 INFO blam! test streaming::multiplex::frame_buf::test::test_capacity ... ok Oct 15 16:11:10.214 INFO blam! test streaming::multiplex::frame_buf::test::test_reusing ... ok Oct 15 16:11:10.214 INFO blam! test streaming::multiplex::frame_buf::test::test_growing_buffer ... ok Oct 15 16:11:10.215 INFO blam! test streaming::multiplex::frame_buf::test::test_multiple_deque ... ok Oct 15 16:11:10.230 INFO blam! test streaming::multiplex::frame_buf::test::test_attempting_allocation_past_capacity ... ok Oct 15 16:11:10.230 INFO blam! Oct 15 16:11:10.230 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:11:10.230 INFO blam! Oct 15 16:11:10.235 INFO blam! Oct 15 16:11:10.235 INFO kablam! Running /target/debug/deps/simple_client_proto-0defda1d69969987 Oct 15 16:11:10.235 INFO blam! running 1 test Oct 15 16:11:10.235 INFO kablam! Running /target/debug/deps/simple_framed-decac7a4bb942442 Oct 15 16:11:10.235 INFO blam! test test_clone ... ok Oct 15 16:11:10.235 INFO blam! Oct 15 16:11:10.235 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:11:10.235 INFO blam! Oct 15 16:11:10.235 INFO blam! Oct 15 16:11:10.235 INFO blam! running 2 tests Oct 15 16:11:10.242 INFO blam! test test_streaming_multiplex_framed ... ok Oct 15 16:11:10.242 INFO kablam! Running /target/debug/deps/test_multiplex_client-11c9089badc57cad Oct 15 16:11:10.242 INFO blam! test test_streaming_pipeline_framed ... ok Oct 15 16:11:10.242 INFO blam! Oct 15 16:11:10.242 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:11:10.242 INFO blam! Oct 15 16:11:10.242 INFO blam! Oct 15 16:11:10.242 INFO blam! running 3 tests Oct 15 16:11:10.243 INFO blam! test test_ping_pong_close ... ok Oct 15 16:11:10.244 INFO blam! test drop_client_while_streaming_body ... ok Oct 15 16:11:10.248 INFO blam! test test_error_on_response ... ok Oct 15 16:11:10.248 INFO blam! Oct 15 16:11:10.248 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:11:10.248 INFO blam! Oct 15 16:11:10.249 INFO kablam! Running /target/debug/deps/test_multiplex_deadlock-14c5fbd8c2fa8876 Oct 15 16:11:10.260 INFO kablam! Running /target/debug/deps/test_multiplex_server-6d77c49f9aef4131 Oct 15 16:11:10.260 INFO blam! Oct 15 16:11:10.260 INFO blam! running 0 tests Oct 15 16:11:10.260 INFO blam! Oct 15 16:11:10.260 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:11:10.260 INFO blam! Oct 15 16:11:10.260 INFO blam! Oct 15 16:11:10.260 INFO blam! running 18 tests Oct 15 16:11:10.260 INFO blam! test test_error_handling_before_message_dispatched ... ignored Oct 15 16:11:10.260 INFO blam! test test_interleaving_response_body_chunks ... ignored Oct 15 16:11:10.264 INFO blam! test test_basic_streaming_request_body_read_then_respond ... ok Oct 15 16:11:10.267 INFO blam! test test_immediate_writable_echo ... ok Oct 15 16:11:10.267 INFO blam! test test_reaching_max_buffered_frames ... ignored Oct 15 16:11:10.267 INFO blam! test test_interleaving_request_body_chunks ... ok Oct 15 16:11:10.267 INFO blam! test test_basic_streaming_response_body ... ok Oct 15 16:11:10.267 INFO blam! test test_read_error_during_stream ... ignored Oct 15 16:11:10.267 INFO blam! test test_immediate_done ... ok Oct 15 16:11:10.267 INFO blam! test test_repeatedly_flushes_messages ... ok Oct 15 16:11:10.267 INFO blam! test test_transport_provides_invalid_request_ids ... ignored Oct 15 16:11:10.267 INFO blam! test test_multiplexing_while_transport_not_writable ... ok Oct 15 16:11:10.269 INFO blam! test test_out_of_order_multiplexing ... ok Oct 15 16:11:10.270 INFO blam! test test_reaching_max_in_flight_requests ... ok Oct 15 16:11:10.270 INFO blam! test test_read_error_as_first_frame ... ok Oct 15 16:11:10.279 INFO blam! test test_delayed_writable_immediate_response_echo ... ok Oct 15 16:11:10.279 INFO blam! test test_immediate_writable_delayed_response_echo ... ok Oct 15 16:11:10.309 INFO blam! test test_same_order_multiplexing ... ok Oct 15 16:11:10.309 INFO blam! Oct 15 16:11:10.309 INFO blam! test result: ok. 13 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out Oct 15 16:11:10.309 INFO blam! Oct 15 16:11:10.310 INFO kablam! Running /target/debug/deps/test_pipeline_client-ff9572b71796a38e Oct 15 16:11:10.311 INFO blam! Oct 15 16:11:10.311 INFO blam! running 6 tests Oct 15 16:11:10.312 INFO blam! test test_response_ready_before_request_sent ... ignored Oct 15 16:11:10.312 INFO blam! test test_streaming_response_body ... ignored Oct 15 16:11:10.313 INFO blam! test test_ping_pong_close ... ok Oct 15 16:11:10.313 INFO blam! test test_streaming_client_transport_dropped ... ok Oct 15 16:11:10.314 INFO blam! test test_streaming_request_body ... ok Oct 15 16:11:10.316 INFO blam! test test_streaming_client_dropped ... ok Oct 15 16:11:10.319 INFO kablam! Running /target/debug/deps/test_pipeline_server-33ec1ddf41979bdb Oct 15 16:11:10.319 INFO blam! Oct 15 16:11:10.319 INFO blam! test result: ok. 4 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out Oct 15 16:11:10.319 INFO blam! Oct 15 16:11:10.320 INFO blam! Oct 15 16:11:10.321 INFO blam! running 18 tests Oct 15 16:11:10.325 INFO blam! test test_immediate_done ... ok Oct 15 16:11:10.326 INFO blam! test test_immediate_writable_echo ... ok Oct 15 16:11:10.326 INFO blam! test test_reading_error_while_pipelining_from_transport ... ignored Oct 15 16:11:10.328 INFO blam! test test_pipeline_stream_response_body ... ok Oct 15 16:11:10.328 INFO blam! test test_pipelining_while_transport_not_writable ... ok Oct 15 16:11:10.329 INFO blam! test test_pipelining_while_service_is_processing ... ok Oct 15 16:11:10.332 INFO blam! test test_reading_error_frame_from_transport ... ok Oct 15 16:11:10.332 INFO blam! test test_returning_would_block_from_service ... ignored Oct 15 16:11:10.332 INFO blam! test test_repeatedly_flushes_messages ... ok Oct 15 16:11:10.332 INFO blam! test test_returning_error_from_service ... ok Oct 15 16:11:10.332 INFO blam! test test_transport_error_during_body_stream ... ignored Oct 15 16:11:10.334 INFO blam! test test_responding_then_streaming_request_body ... ok Oct 15 16:11:10.334 INFO blam! test test_streaming_request_body_then_responding ... ok Oct 15 16:11:10.335 INFO blam! test test_reading_io_error_from_transport ... ok Oct 15 16:11:10.335 INFO blam! test test_streaming_response_body ... ok Oct 15 16:11:10.342 INFO blam! test test_immediate_writable_delayed_response_echo ... ok Oct 15 16:11:10.347 INFO blam! test test_delayed_writable_immediate_response_echo ... ok Oct 15 16:11:10.431 INFO blam! test test_pipeline_streaming_body_without_consuming ... ok Oct 15 16:11:10.431 INFO kablam! Doc-tests tokio-proto Oct 15 16:11:10.431 INFO blam! Oct 15 16:11:10.431 INFO blam! test result: ok. 15 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out Oct 15 16:11:10.431 INFO blam! Oct 15 16:11:14.755 INFO blam! Oct 15 16:11:14.755 INFO blam! running 1 test Oct 15 16:11:19.919 INFO blam! test src/lib.rs - (line 72) ... ok Oct 15 16:11:19.919 INFO blam! Oct 15 16:11:19.919 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:11:19.919 INFO blam! Oct 15 16:11:19.926 INFO kablam! su: No module specific data is present Oct 15 16:11:20.965 INFO running `"docker" "rm" "-f" "5e45a4c7809094411489561726b1d9ac9cc73dc5e4d2b6467b8d6253282b1970"` Oct 15 16:11:21.306 INFO blam! 5e45a4c7809094411489561726b1d9ac9cc73dc5e4d2b6467b8d6253282b1970