Oct 27 15:40:20.772 INFO checking slacker-0.1.3 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 15:40:20.772 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15:40:21.059 INFO blam! b720e9bed42310bf2b0710f6665770d7409d7feb86f5a13b271603ff829a7f73 Oct 27 15:40:21.079 INFO running `"docker" "start" "-a" "b720e9bed42310bf2b0710f6665770d7409d7feb86f5a13b271603ff829a7f73"` Oct 27 15:40:21.787 INFO kablam! usermod: no changes Oct 27 15:40:22.088 INFO kablam! Checking slacker v0.1.3 (/source) Oct 27 15:40:26.692 INFO kablam! warning: use of deprecated item 'tio::codec::Framed': Moved to tokio-codec Oct 27 15:40:26.692 INFO kablam! --> src/lib.rs:28:5 Oct 27 15:40:26.692 INFO kablam! | Oct 27 15:40:26.692 INFO kablam! 28 | use tio::codec::Framed; Oct 27 15:40:26.692 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 15:40:26.692 INFO kablam! | Oct 27 15:40:26.692 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 15:40:26.692 INFO kablam! Oct 27 15:40:26.693 INFO kablam! warning: use of deprecated item 'tio::codec::Framed': Moved to tokio-codec Oct 27 15:40:26.693 INFO kablam! --> src/lib.rs:47:22 Oct 27 15:40:26.693 INFO kablam! | Oct 27 15:40:26.693 INFO kablam! 47 | type Transport = Framed; Oct 27 15:40:26.693 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:40:26.693 INFO kablam! Oct 27 15:40:26.693 INFO kablam! warning: use of deprecated item 'tio::codec::Framed': Moved to tokio-codec Oct 27 15:40:26.693 INFO kablam! --> src/lib.rs:110:22 Oct 27 15:40:26.693 INFO kablam! | Oct 27 15:40:26.693 INFO kablam! 110 | type Transport = Framed; Oct 27 15:40:26.693 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:40:26.694 INFO kablam! Oct 27 15:40:26.816 INFO kablam! warning: use of deprecated item 'tio::codec::Framed': Moved to tokio-codec Oct 27 15:40:26.816 INFO kablam! --> src/lib.rs:28:5 Oct 27 15:40:26.816 INFO kablam! | Oct 27 15:40:26.816 INFO kablam! 28 | use tio::codec::Framed; Oct 27 15:40:26.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 15:40:26.816 INFO kablam! | Oct 27 15:40:26.816 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 15:40:26.816 INFO kablam! Oct 27 15:40:26.818 INFO kablam! warning: use of deprecated item 'tio::codec::Framed': Moved to tokio-codec Oct 27 15:40:26.818 INFO kablam! --> src/lib.rs:47:22 Oct 27 15:40:26.818 INFO kablam! | Oct 27 15:40:26.818 INFO kablam! 47 | type Transport = Framed; Oct 27 15:40:26.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:40:26.818 INFO kablam! Oct 27 15:40:26.820 INFO kablam! warning: use of deprecated item 'tio::codec::Framed': Moved to tokio-codec Oct 27 15:40:26.820 INFO kablam! --> src/lib.rs:110:22 Oct 27 15:40:26.820 INFO kablam! | Oct 27 15:40:26.820 INFO kablam! 110 | type Transport = Framed; Oct 27 15:40:26.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:40:26.820 INFO kablam! Oct 27 15:40:26.855 INFO kablam! warning: use of deprecated item 'tio::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 15:40:26.855 INFO kablam! --> src/lib.rs:52:15 Oct 27 15:40:26.855 INFO kablam! | Oct 27 15:40:26.855 INFO kablam! 52 | Ok(io.framed(SlackerCodec)) Oct 27 15:40:26.855 INFO kablam! | ^^^^^^ Oct 27 15:40:26.855 INFO kablam! Oct 27 15:40:26.871 INFO kablam! warning: use of deprecated item 'tio::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 15:40:26.871 INFO kablam! --> src/lib.rs:115:15 Oct 27 15:40:26.871 INFO kablam! | Oct 27 15:40:26.871 INFO kablam! 115 | Ok(io.framed(SlackerCodec)) Oct 27 15:40:26.871 INFO kablam! | ^^^^^^ Oct 27 15:40:26.871 INFO kablam! Oct 27 15:40:26.923 INFO kablam! warning: use of deprecated item 'tio::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 15:40:26.923 INFO kablam! --> src/lib.rs:52:15 Oct 27 15:40:26.923 INFO kablam! | Oct 27 15:40:26.923 INFO kablam! 52 | Ok(io.framed(SlackerCodec)) Oct 27 15:40:26.923 INFO kablam! | ^^^^^^ Oct 27 15:40:26.923 INFO kablam! Oct 27 15:40:26.959 INFO kablam! warning: use of deprecated item 'tio::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 15:40:26.959 INFO kablam! --> src/lib.rs:115:15 Oct 27 15:40:26.959 INFO kablam! | Oct 27 15:40:26.959 INFO kablam! 115 | Ok(io.framed(SlackerCodec)) Oct 27 15:40:26.959 INFO kablam! | ^^^^^^ Oct 27 15:40:26.959 INFO kablam! Oct 27 15:40:34.751 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.94s Oct 27 15:40:34.773 INFO kablam! su: No module specific data is present Oct 27 15:40:35.631 INFO running `"docker" "rm" "-f" "b720e9bed42310bf2b0710f6665770d7409d7feb86f5a13b271603ff829a7f73"` Oct 27 15:40:35.811 INFO blam! b720e9bed42310bf2b0710f6665770d7409d7feb86f5a13b271603ff829a7f73