Oct 27 14:28:33.054 INFO checking tokio-proto-0.1.1 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 14:28:33.054 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 14:28:33.208 INFO blam! c4c4b531b7b56b6ae03e7086df1a20070ae1f0278cfdcd29430c0cfec3636472 Oct 27 14:28:33.210 INFO running `"docker" "start" "-a" "c4c4b531b7b56b6ae03e7086df1a20070ae1f0278cfdcd29430c0cfec3636472"` Oct 27 14:28:33.738 INFO kablam! usermod: no changes Oct 27 14:28:33.896 INFO kablam! Checking tokio-proto v0.1.1 (/source) Oct 27 14:28:52.303 INFO kablam! warning: unused `#[macro_use]` import Oct 27 14:28:52.303 INFO kablam! --> tests/test_multiplex_client.rs:9:1 Oct 27 14:28:52.303 INFO kablam! | Oct 27 14:28:52.303 INFO kablam! 9 | #[macro_use] Oct 27 14:28:52.303 INFO kablam! | ^^^^^^^^^^^^ Oct 27 14:28:52.303 INFO kablam! | Oct 27 14:28:52.303 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 14:28:52.303 INFO kablam! Oct 27 14:28:54.931 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 27 14:28:54.932 INFO kablam! --> tests/simple_framed.rs:11:5 Oct 27 14:28:54.932 INFO kablam! | Oct 27 14:28:54.934 INFO kablam! 11 | use futures::BoxFuture; Oct 27 14:28:54.934 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 14:28:54.934 INFO kablam! | Oct 27 14:28:54.934 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 14:28:54.936 INFO kablam! Oct 27 14:28:54.936 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:28:54.936 INFO kablam! --> tests/simple_framed.rs:13:41 Oct 27 14:28:54.937 INFO kablam! | Oct 27 14:28:54.937 INFO kablam! 13 | use tokio_io::codec::{Encoder, Decoder, Framed}; Oct 27 14:28:54.937 INFO kablam! | ^^^^^^ Oct 27 14:28:54.937 INFO kablam! Oct 27 14:28:54.938 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:28:54.938 INFO kablam! --> tests/simple_framed.rs:70:22 Oct 27 14:28:54.938 INFO kablam! | Oct 27 14:28:54.938 INFO kablam! 70 | type Transport = Framed; Oct 27 14:28:54.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:28:54.939 INFO kablam! Oct 27 14:28:54.939 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:28:54.940 INFO kablam! --> tests/simple_framed.rs:86:22 Oct 27 14:28:54.940 INFO kablam! | Oct 27 14:28:54.940 INFO kablam! 86 | type Transport = Framed; Oct 27 14:28:54.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:28:54.941 INFO kablam! Oct 27 14:28:54.941 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 27 14:28:54.941 INFO kablam! --> tests/simple_framed.rs:101:19 Oct 27 14:28:54.942 INFO kablam! | Oct 27 14:28:54.942 INFO kablam! 101 | type Future = BoxFuture; Oct 27 14:28:54.942 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:28:54.942 INFO kablam! Oct 27 14:28:55.031 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 14:28:55.035 INFO kablam! --> tests/simple_framed.rs:74:15 Oct 27 14:28:55.035 INFO kablam! | Oct 27 14:28:55.036 INFO kablam! 74 | Ok(io.framed(PipelineCodec)) Oct 27 14:28:55.036 INFO kablam! | ^^^^^^ Oct 27 14:28:55.036 INFO kablam! Oct 27 14:28:55.036 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 14:28:55.037 INFO kablam! --> tests/simple_framed.rs:90:15 Oct 27 14:28:55.037 INFO kablam! | Oct 27 14:28:55.037 INFO kablam! 90 | Ok(io.framed(MultiplexCodec)) Oct 27 14:28:55.038 INFO kablam! | ^^^^^^ Oct 27 14:28:55.038 INFO kablam! Oct 27 14:28:55.507 INFO kablam! warning: unused `#[macro_use]` import Oct 27 14:28:55.507 INFO kablam! --> tests/test_multiplex_server.rs:9:1 Oct 27 14:28:55.507 INFO kablam! | Oct 27 14:28:55.507 INFO kablam! 9 | #[macro_use] Oct 27 14:28:55.507 INFO kablam! | ^^^^^^^^^^^^ Oct 27 14:28:55.507 INFO kablam! | Oct 27 14:28:55.507 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 14:28:55.507 INFO kablam! Oct 27 14:28:55.507 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 14:28:55.507 INFO kablam! --> tests/test_multiplex_server.rs:275:20 Oct 27 14:28:55.507 INFO kablam! | Oct 27 14:28:55.507 INFO kablam! 275 | c.complete((Ok(Message::WithoutBody("zomg")))); Oct 27 14:28:55.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 14:28:55.507 INFO kablam! | Oct 27 14:28:55.507 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 14:28:55.507 INFO kablam! Oct 27 14:28:55.603 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:28:55.603 INFO kablam! --> tests/simple_client_proto.rs:14:41 Oct 27 14:28:55.603 INFO kablam! | Oct 27 14:28:55.603 INFO kablam! 14 | use tokio_io::codec::{Encoder, Decoder, Framed}; Oct 27 14:28:55.603 INFO kablam! | ^^^^^^ Oct 27 14:28:55.643 INFO kablam! | Oct 27 14:28:55.643 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 14:28:55.643 INFO kablam! Oct 27 14:28:55.643 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:28:55.643 INFO kablam! --> tests/simple_client_proto.rs:85:22 Oct 27 14:28:55.643 INFO kablam! | Oct 27 14:28:55.643 INFO kablam! 85 | type Transport = Framed; Oct 27 14:28:55.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 14:28:55.643 INFO kablam! Oct 27 14:28:55.771 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 14:28:55.771 INFO kablam! --> tests/simple_client_proto.rs:89:15 Oct 27 14:28:55.771 INFO kablam! | Oct 27 14:28:55.771 INFO kablam! 89 | Ok(io.framed(IntCodec)) Oct 27 14:28:55.771 INFO kablam! | ^^^^^^ Oct 27 14:28:55.782 INFO kablam! Oct 27 14:28:55.851 INFO kablam! warning: unused `#[macro_use]` import Oct 27 14:28:55.851 INFO kablam! --> tests/test_pipeline_client.rs:9:1 Oct 27 14:28:55.851 INFO kablam! | Oct 27 14:28:55.851 INFO kablam! 9 | #[macro_use] Oct 27 14:28:55.851 INFO kablam! | ^^^^^^^^^^^^ Oct 27 14:28:55.851 INFO kablam! | Oct 27 14:28:55.851 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 14:28:55.851 INFO kablam! Oct 27 14:28:56.427 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 22.67s Oct 27 14:28:56.439 INFO kablam! su: No module specific data is present Oct 27 14:28:56.681 INFO running `"docker" "rm" "-f" "c4c4b531b7b56b6ae03e7086df1a20070ae1f0278cfdcd29430c0cfec3636472"` Oct 27 14:28:56.777 INFO blam! c4c4b531b7b56b6ae03e7086df1a20070ae1f0278cfdcd29430c0cfec3636472