Oct 13 16:18:45.004 INFO checking daemon-engine-0.1.0 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 16:18:45.005 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 16:18:45.474 INFO blam! 908a2b44c4838b9b028995eb95c7283cfb7aedd2daa1faf84c7c100bd3044ee3 Oct 13 16:18:45.481 INFO running `"docker" "start" "-a" "908a2b44c4838b9b028995eb95c7283cfb7aedd2daa1faf84c7c100bd3044ee3"` Oct 13 16:18:46.626 INFO kablam! usermod: no changes Oct 13 16:18:46.941 INFO kablam! Checking tokio-serde v0.2.0 Oct 13 16:18:48.117 INFO kablam! Checking tokio-serde-json-mirror v0.1.0 Oct 13 16:18:49.219 INFO kablam! Checking daemon-engine v0.1.0 (/source) Oct 13 16:18:55.392 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 13 16:18:55.392 INFO kablam! --> src/client.rs:15:41 Oct 13 16:18:55.392 INFO kablam! | Oct 13 16:18:55.392 INFO kablam! 15 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 13 16:18:55.392 INFO kablam! | ^^^^^^^^^^ Oct 13 16:18:55.392 INFO kablam! | Oct 13 16:18:55.392 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 16:18:55.392 INFO kablam! Oct 13 16:18:55.393 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 13 16:18:55.393 INFO kablam! --> src/client.rs:15:53 Oct 13 16:18:55.393 INFO kablam! | Oct 13 16:18:55.393 INFO kablam! 15 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 13 16:18:55.393 INFO kablam! | ^^^^^^^^^^^ Oct 13 16:18:55.393 INFO kablam! Oct 13 16:18:55.393 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 13 16:18:55.393 INFO kablam! --> src/client.rs:24:43 Oct 13 16:18:55.393 INFO kablam! | Oct 13 16:18:55.393 INFO kablam! 24 | type Receive = Arc>, MSG>>>; Oct 13 16:18:55.393 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 16:18:55.393 INFO kablam! Oct 13 16:18:55.393 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 13 16:18:55.393 INFO kablam! --> src/client.rs:27:45 Oct 13 16:18:55.393 INFO kablam! | Oct 13 16:18:55.393 INFO kablam! 27 | type Transmit = Arc>, MSG>>>; Oct 13 16:18:55.393 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 16:18:55.393 INFO kablam! Oct 13 16:18:55.393 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 13 16:18:55.393 INFO kablam! --> src/client.rs:104:68 Oct 13 16:18:55.393 INFO kablam! | Oct 13 16:18:55.393 INFO kablam! 104 | let receive = Arc::new(Mutex::new(ReadJson::<_, RESP>::new(FramedRead::new( Oct 13 16:18:55.393 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 16:18:55.393 INFO kablam! Oct 13 16:18:55.393 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 13 16:18:55.393 INFO kablam! --> src/client.rs:107:69 Oct 13 16:18:55.393 INFO kablam! | Oct 13 16:18:55.393 INFO kablam! 107 | let transmit = Arc::new(Mutex::new(WriteJson::<_, REQ>::new(FramedWrite::new( Oct 13 16:18:55.393 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 16:18:55.393 INFO kablam! Oct 13 16:18:56.468 INFO kablam! warning: unused import: `Instant` Oct 13 16:18:56.469 INFO kablam! --> src/lib.rs:51:31 Oct 13 16:18:56.470 INFO kablam! | Oct 13 16:18:56.471 INFO kablam! 51 | use std::time::{Duration, Instant}; Oct 13 16:18:56.471 INFO kablam! | ^^^^^^^ Oct 13 16:18:56.472 INFO kablam! | Oct 13 16:18:56.472 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 16:18:56.473 INFO kablam! Oct 13 16:18:56.641 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 13 16:18:56.641 INFO kablam! --> src/client.rs:15:41 Oct 13 16:18:56.641 INFO kablam! | Oct 13 16:18:56.641 INFO kablam! 15 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 13 16:18:56.641 INFO kablam! | ^^^^^^^^^^ Oct 13 16:18:56.652 INFO kablam! | Oct 13 16:18:56.652 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 16:18:56.652 INFO kablam! Oct 13 16:18:56.652 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 13 16:18:56.652 INFO kablam! --> src/client.rs:15:53 Oct 13 16:18:56.652 INFO kablam! | Oct 13 16:18:56.652 INFO kablam! 15 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 13 16:18:56.652 INFO kablam! | ^^^^^^^^^^^ Oct 13 16:18:56.652 INFO kablam! Oct 13 16:18:56.653 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 13 16:18:56.653 INFO kablam! --> src/client.rs:24:43 Oct 13 16:18:56.653 INFO kablam! | Oct 13 16:18:56.653 INFO kablam! 24 | type Receive = Arc>, MSG>>>; Oct 13 16:18:56.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 16:18:56.653 INFO kablam! Oct 13 16:18:56.653 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 13 16:18:56.653 INFO kablam! --> src/client.rs:27:45 Oct 13 16:18:56.653 INFO kablam! | Oct 13 16:18:56.653 INFO kablam! 27 | type Transmit = Arc>, MSG>>>; Oct 13 16:18:56.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 16:18:56.653 INFO kablam! Oct 13 16:18:56.654 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 13 16:18:56.654 INFO kablam! --> src/client.rs:104:68 Oct 13 16:18:56.654 INFO kablam! | Oct 13 16:18:56.654 INFO kablam! 104 | let receive = Arc::new(Mutex::new(ReadJson::<_, RESP>::new(FramedRead::new( Oct 13 16:18:56.654 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 16:18:56.654 INFO kablam! Oct 13 16:18:56.654 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 13 16:18:56.654 INFO kablam! --> src/client.rs:107:69 Oct 13 16:18:56.654 INFO kablam! | Oct 13 16:18:56.654 INFO kablam! 107 | let transmit = Arc::new(Mutex::new(WriteJson::<_, REQ>::new(FramedWrite::new( Oct 13 16:18:56.654 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 16:18:56.654 INFO kablam! Oct 13 16:19:13.801 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 27.14s Oct 13 16:19:13.820 INFO kablam! su: No module specific data is present Oct 13 16:19:14.887 INFO running `"docker" "rm" "-f" "908a2b44c4838b9b028995eb95c7283cfb7aedd2daa1faf84c7c100bd3044ee3"` Oct 13 16:19:15.264 INFO blam! 908a2b44c4838b9b028995eb95c7283cfb7aedd2daa1faf84c7c100bd3044ee3