Oct 13 07:16:40.329 INFO checking tokio-proto-0.1.1 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 07:16:40.329 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-alt check --frozen --all --all-targets" "-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 13 07:16:40.516 INFO blam! 83e887070b6f1dab0f677696a7ecf76ea9c2ca38161e75cd140f693bc54d424c Oct 13 07:16:40.518 INFO running `"docker" "start" "-a" "83e887070b6f1dab0f677696a7ecf76ea9c2ca38161e75cd140f693bc54d424c"` Oct 13 07:16:41.671 INFO kablam! usermod: no changes Oct 13 07:16:41.890 INFO kablam! Checking tokio-proto v0.1.1 (/source) Oct 13 07:17:01.725 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 07:17:01.726 INFO kablam! --> tests/simple_client_proto.rs:14:41 Oct 13 07:17:01.726 INFO kablam! | Oct 13 07:17:01.726 INFO kablam! 14 | use tokio_io::codec::{Encoder, Decoder, Framed}; Oct 13 07:17:01.726 INFO kablam! | ^^^^^^ Oct 13 07:17:01.741 INFO kablam! | Oct 13 07:17:01.741 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 07:17:01.741 INFO kablam! Oct 13 07:17:01.741 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 07:17:01.742 INFO kablam! --> tests/simple_client_proto.rs:85:22 Oct 13 07:17:01.742 INFO kablam! | Oct 13 07:17:01.743 INFO kablam! 85 | type Transport = Framed; Oct 13 07:17:01.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 07:17:01.743 INFO kablam! Oct 13 07:17:01.853 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 07:17:01.854 INFO kablam! --> tests/simple_client_proto.rs:89:15 Oct 13 07:17:01.854 INFO kablam! | Oct 13 07:17:01.854 INFO kablam! 89 | Ok(io.framed(IntCodec)) Oct 13 07:17:01.855 INFO kablam! | ^^^^^^ Oct 13 07:17:01.855 INFO kablam! Oct 13 07:17:02.397 INFO kablam! warning: unused `#[macro_use]` import Oct 13 07:17:02.397 INFO kablam! --> tests/test_pipeline_client.rs:9:1 Oct 13 07:17:02.397 INFO kablam! | Oct 13 07:17:02.398 INFO kablam! 9 | #[macro_use] Oct 13 07:17:02.398 INFO kablam! | ^^^^^^^^^^^^ Oct 13 07:17:02.398 INFO kablam! | Oct 13 07:17:02.398 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 07:17:02.399 INFO kablam! Oct 13 07:17:02.504 INFO kablam! warning: unused `#[macro_use]` import Oct 13 07:17:02.504 INFO kablam! --> tests/test_multiplex_server.rs:9:1 Oct 13 07:17:02.504 INFO kablam! | Oct 13 07:17:02.504 INFO kablam! 9 | #[macro_use] Oct 13 07:17:02.504 INFO kablam! | ^^^^^^^^^^^^ Oct 13 07:17:02.512 INFO kablam! | Oct 13 07:17:02.512 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 07:17:02.512 INFO kablam! Oct 13 07:17:02.512 INFO kablam! warning: unnecessary parentheses around method argument Oct 13 07:17:02.512 INFO kablam! --> tests/test_multiplex_server.rs:275:20 Oct 13 07:17:02.512 INFO kablam! | Oct 13 07:17:02.512 INFO kablam! 275 | c.complete((Ok(Message::WithoutBody("zomg")))); Oct 13 07:17:02.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 07:17:02.512 INFO kablam! | Oct 13 07:17:02.512 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 07:17:02.512 INFO kablam! Oct 13 07:17:02.961 INFO kablam! warning: unused `#[macro_use]` import Oct 13 07:17:02.961 INFO kablam! --> tests/test_multiplex_client.rs:9:1 Oct 13 07:17:02.962 INFO kablam! | Oct 13 07:17:02.962 INFO kablam! 9 | #[macro_use] Oct 13 07:17:02.962 INFO kablam! | ^^^^^^^^^^^^ Oct 13 07:17:02.963 INFO kablam! | Oct 13 07:17:02.963 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 07:17:02.963 INFO kablam! Oct 13 07:17:03.556 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 13 07:17:03.556 INFO kablam! --> tests/simple_framed.rs:11:5 Oct 13 07:17:03.556 INFO kablam! | Oct 13 07:17:03.556 INFO kablam! 11 | use futures::BoxFuture; Oct 13 07:17:03.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 07:17:03.556 INFO kablam! | Oct 13 07:17:03.556 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 07:17:03.556 INFO kablam! Oct 13 07:17:03.556 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 07:17:03.556 INFO kablam! --> tests/simple_framed.rs:13:41 Oct 13 07:17:03.556 INFO kablam! | Oct 13 07:17:03.556 INFO kablam! 13 | use tokio_io::codec::{Encoder, Decoder, Framed}; Oct 13 07:17:03.556 INFO kablam! | ^^^^^^ Oct 13 07:17:03.556 INFO kablam! Oct 13 07:17:03.556 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 07:17:03.556 INFO kablam! --> tests/simple_framed.rs:70:22 Oct 13 07:17:03.556 INFO kablam! | Oct 13 07:17:03.556 INFO kablam! 70 | type Transport = Framed; Oct 13 07:17:03.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:17:03.556 INFO kablam! Oct 13 07:17:03.556 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 07:17:03.556 INFO kablam! --> tests/simple_framed.rs:86:22 Oct 13 07:17:03.556 INFO kablam! | Oct 13 07:17:03.556 INFO kablam! 86 | type Transport = Framed; Oct 13 07:17:03.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:17:03.556 INFO kablam! Oct 13 07:17:03.556 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 13 07:17:03.556 INFO kablam! --> tests/simple_framed.rs:101:19 Oct 13 07:17:03.556 INFO kablam! | Oct 13 07:17:03.556 INFO kablam! 101 | type Future = BoxFuture; Oct 13 07:17:03.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:17:03.556 INFO kablam! Oct 13 07:17:03.593 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 07:17:03.593 INFO kablam! --> tests/simple_framed.rs:74:15 Oct 13 07:17:03.593 INFO kablam! | Oct 13 07:17:03.593 INFO kablam! 74 | Ok(io.framed(PipelineCodec)) Oct 13 07:17:03.593 INFO kablam! | ^^^^^^ Oct 13 07:17:03.593 INFO kablam! Oct 13 07:17:03.593 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 07:17:03.593 INFO kablam! --> tests/simple_framed.rs:90:15 Oct 13 07:17:03.593 INFO kablam! | Oct 13 07:17:03.593 INFO kablam! 90 | Ok(io.framed(MultiplexCodec)) Oct 13 07:17:03.593 INFO kablam! | ^^^^^^ Oct 13 07:17:03.593 INFO kablam! Oct 13 07:17:03.706 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 22.02s Oct 13 07:17:03.716 INFO kablam! su: No module specific data is present Oct 13 07:17:04.058 INFO running `"docker" "rm" "-f" "83e887070b6f1dab0f677696a7ecf76ea9c2ca38161e75cd140f693bc54d424c"` Oct 13 07:17:04.268 INFO blam! 83e887070b6f1dab0f677696a7ecf76ea9c2ca38161e75cd140f693bc54d424c