Oct 27 14:28:33.118 INFO checking tokio-proto-0.1.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 14:28:33.120 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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.320 INFO blam! 7fb7ea7218848cb815b312c0fd691e890c6489572e791181af949154e61253d3 Oct 27 14:28:33.321 INFO running `"docker" "start" "-a" "7fb7ea7218848cb815b312c0fd691e890c6489572e791181af949154e61253d3"` Oct 27 14:28:33.875 INFO kablam! usermod: no changes Oct 27 14:28:34.153 INFO kablam! Checking tokio-proto v0.1.1 (/source) Oct 27 14:28:54.139 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:28:54.139 INFO kablam! --> tests/simple_client_proto.rs:14:41 Oct 27 14:28:54.139 INFO kablam! | Oct 27 14:28:54.139 INFO kablam! 14 | use tokio_io::codec::{Encoder, Decoder, Framed}; Oct 27 14:28:54.139 INFO kablam! | ^^^^^^ Oct 27 14:28:54.139 INFO kablam! | Oct 27 14:28:54.139 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 14:28:54.139 INFO kablam! Oct 27 14:28:54.139 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:28:54.139 INFO kablam! --> tests/simple_client_proto.rs:85:22 Oct 27 14:28:54.139 INFO kablam! | Oct 27 14:28:54.139 INFO kablam! 85 | type Transport = Framed; Oct 27 14:28:54.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 14:28:54.139 INFO kablam! Oct 27 14:28:54.406 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 14:28:54.406 INFO kablam! --> tests/simple_client_proto.rs:89:15 Oct 27 14:28:54.406 INFO kablam! | Oct 27 14:28:54.406 INFO kablam! 89 | Ok(io.framed(IntCodec)) Oct 27 14:28:54.406 INFO kablam! | ^^^^^^ Oct 27 14:28:54.406 INFO kablam! Oct 27 14:28:55.115 INFO kablam! warning: unused `#[macro_use]` import Oct 27 14:28:55.115 INFO kablam! --> tests/test_multiplex_client.rs:9:1 Oct 27 14:28:55.116 INFO kablam! | Oct 27 14:28:55.116 INFO kablam! 9 | #[macro_use] Oct 27 14:28:55.116 INFO kablam! | ^^^^^^^^^^^^ Oct 27 14:28:55.116 INFO kablam! | Oct 27 14:28:55.117 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 14:28:55.117 INFO kablam! Oct 27 14:28:55.451 INFO kablam! warning: unused `#[macro_use]` import Oct 27 14:28:55.451 INFO kablam! --> tests/test_multiplex_server.rs:9:1 Oct 27 14:28:55.452 INFO kablam! | Oct 27 14:28:55.452 INFO kablam! 9 | #[macro_use] Oct 27 14:28:55.452 INFO kablam! | ^^^^^^^^^^^^ Oct 27 14:28:55.453 INFO kablam! | Oct 27 14:28:55.453 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 14:28:55.453 INFO kablam! Oct 27 14:28:55.453 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 14:28:55.454 INFO kablam! --> tests/test_multiplex_server.rs:275:20 Oct 27 14:28:55.454 INFO kablam! | Oct 27 14:28:55.454 INFO kablam! 275 | c.complete((Ok(Message::WithoutBody("zomg")))); Oct 27 14:28:55.454 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 14:28:55.455 INFO kablam! | Oct 27 14:28:55.455 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 14:28:55.455 INFO kablam! Oct 27 14:28:55.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:55.935 INFO kablam! --> tests/simple_framed.rs:11:5 Oct 27 14:28:55.936 INFO kablam! | Oct 27 14:28:55.936 INFO kablam! 11 | use futures::BoxFuture; Oct 27 14:28:55.936 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 14:28:55.937 INFO kablam! | Oct 27 14:28:55.938 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 14:28:55.938 INFO kablam! Oct 27 14:28:55.943 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:28:55.950 INFO kablam! --> tests/simple_framed.rs:13:41 Oct 27 14:28:55.950 INFO kablam! | Oct 27 14:28:55.950 INFO kablam! 13 | use tokio_io::codec::{Encoder, Decoder, Framed}; Oct 27 14:28:55.951 INFO kablam! | ^^^^^^ Oct 27 14:28:55.951 INFO kablam! Oct 27 14:28:55.951 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:28:55.952 INFO kablam! --> tests/simple_framed.rs:70:22 Oct 27 14:28:55.952 INFO kablam! | Oct 27 14:28:55.952 INFO kablam! 70 | type Transport = Framed; Oct 27 14:28:55.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:28:55.953 INFO kablam! Oct 27 14:28:55.953 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:28:55.953 INFO kablam! --> tests/simple_framed.rs:86:22 Oct 27 14:28:55.954 INFO kablam! | Oct 27 14:28:55.954 INFO kablam! 86 | type Transport = Framed; Oct 27 14:28:55.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:28:55.959 INFO kablam! Oct 27 14:28:55.959 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:55.959 INFO kablam! --> tests/simple_framed.rs:101:19 Oct 27 14:28:55.960 INFO kablam! | Oct 27 14:28:55.960 INFO kablam! 101 | type Future = BoxFuture; Oct 27 14:28:55.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:28:55.960 INFO kablam! Oct 27 14:28:55.985 INFO kablam! warning: unused `#[macro_use]` import Oct 27 14:28:55.986 INFO kablam! --> tests/test_pipeline_client.rs:9:1 Oct 27 14:28:55.986 INFO kablam! | Oct 27 14:28:55.986 INFO kablam! 9 | #[macro_use] Oct 27 14:28:55.987 INFO kablam! | ^^^^^^^^^^^^ Oct 27 14:28:55.988 INFO kablam! | Oct 27 14:28:55.988 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 14:28:55.988 INFO kablam! Oct 27 14:28:56.066 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 14:28:56.067 INFO kablam! --> tests/simple_framed.rs:74:15 Oct 27 14:28:56.067 INFO kablam! | Oct 27 14:28:56.067 INFO kablam! 74 | Ok(io.framed(PipelineCodec)) Oct 27 14:28:56.067 INFO kablam! | ^^^^^^ Oct 27 14:28:56.067 INFO kablam! Oct 27 14:28:56.067 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 14:28:56.067 INFO kablam! --> tests/simple_framed.rs:90:15 Oct 27 14:28:56.067 INFO kablam! | Oct 27 14:28:56.067 INFO kablam! 90 | Ok(io.framed(MultiplexCodec)) Oct 27 14:28:56.067 INFO kablam! | ^^^^^^ Oct 27 14:28:56.067 INFO kablam! Oct 27 14:28:56.440 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 22.53s Oct 27 14:28:56.452 INFO kablam! su: No module specific data is present Oct 27 14:28:56.711 INFO running `"docker" "rm" "-f" "7fb7ea7218848cb815b312c0fd691e890c6489572e791181af949154e61253d3"` Oct 27 14:28:56.802 INFO blam! 7fb7ea7218848cb815b312c0fd691e890c6489572e791181af949154e61253d3