Oct 27 23:22:54.748 INFO checking daemon-engine-0.1.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 23:22:54.748 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 23:22:55.176 INFO blam! 9990ce37d6bbe69375c868222ff56f1f152f522a9a5e2846489512b5aab2be73 Oct 27 23:22:55.191 INFO running `"docker" "start" "-a" "9990ce37d6bbe69375c868222ff56f1f152f522a9a5e2846489512b5aab2be73"` Oct 27 23:22:56.551 INFO kablam! usermod: no changes Oct 27 23:22:56.739 INFO kablam! Checking users v0.7.0 Oct 27 23:22:56.739 INFO kablam! Checking tokio-serde v0.2.0 Oct 27 23:22:58.069 INFO kablam! Checking tokio-serde-json-mirror v0.1.0 Oct 27 23:22:59.183 INFO kablam! Checking daemon-engine v0.1.0 (/source) Oct 27 23:23:05.618 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 27 23:23:05.618 INFO kablam! --> src/client.rs:15:41 Oct 27 23:23:05.618 INFO kablam! | Oct 27 23:23:05.618 INFO kablam! 15 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 27 23:23:05.618 INFO kablam! | ^^^^^^^^^^ Oct 27 23:23:05.618 INFO kablam! | Oct 27 23:23:05.618 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 23:23:05.618 INFO kablam! Oct 27 23:23:05.618 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 27 23:23:05.618 INFO kablam! --> src/client.rs:15:53 Oct 27 23:23:05.618 INFO kablam! | Oct 27 23:23:05.618 INFO kablam! 15 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 27 23:23:05.618 INFO kablam! | ^^^^^^^^^^^ Oct 27 23:23:05.618 INFO kablam! Oct 27 23:23:05.618 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 27 23:23:05.618 INFO kablam! --> src/client.rs:24:43 Oct 27 23:23:05.618 INFO kablam! | Oct 27 23:23:05.618 INFO kablam! 24 | type Receive = Arc>, MSG>>>; Oct 27 23:23:05.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 23:23:05.618 INFO kablam! Oct 27 23:23:05.618 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 27 23:23:05.618 INFO kablam! --> src/client.rs:27:45 Oct 27 23:23:05.618 INFO kablam! | Oct 27 23:23:05.618 INFO kablam! 27 | type Transmit = Arc>, MSG>>>; Oct 27 23:23:05.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 23:23:05.618 INFO kablam! Oct 27 23:23:05.619 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 27 23:23:05.619 INFO kablam! --> src/client.rs:104:68 Oct 27 23:23:05.619 INFO kablam! | Oct 27 23:23:05.619 INFO kablam! 104 | let receive = Arc::new(Mutex::new(ReadJson::<_, RESP>::new(FramedRead::new( Oct 27 23:23:05.619 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 23:23:05.619 INFO kablam! Oct 27 23:23:05.619 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 27 23:23:05.619 INFO kablam! --> src/client.rs:107:69 Oct 27 23:23:05.619 INFO kablam! | Oct 27 23:23:05.619 INFO kablam! 107 | let transmit = Arc::new(Mutex::new(WriteJson::<_, REQ>::new(FramedWrite::new( Oct 27 23:23:05.619 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 23:23:05.619 INFO kablam! Oct 27 23:23:06.165 INFO kablam! warning: unused import: `Instant` Oct 27 23:23:06.167 INFO kablam! --> src/lib.rs:51:31 Oct 27 23:23:06.167 INFO kablam! | Oct 27 23:23:06.167 INFO kablam! 51 | use std::time::{Duration, Instant}; Oct 27 23:23:06.167 INFO kablam! | ^^^^^^^ Oct 27 23:23:06.167 INFO kablam! | Oct 27 23:23:06.167 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 23:23:06.167 INFO kablam! Oct 27 23:23:06.287 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 27 23:23:06.287 INFO kablam! --> src/client.rs:15:41 Oct 27 23:23:06.287 INFO kablam! | Oct 27 23:23:06.287 INFO kablam! 15 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 27 23:23:06.287 INFO kablam! | ^^^^^^^^^^ Oct 27 23:23:06.287 INFO kablam! | Oct 27 23:23:06.287 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 23:23:06.287 INFO kablam! Oct 27 23:23:06.287 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 27 23:23:06.287 INFO kablam! --> src/client.rs:15:53 Oct 27 23:23:06.287 INFO kablam! | Oct 27 23:23:06.287 INFO kablam! 15 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 27 23:23:06.287 INFO kablam! | ^^^^^^^^^^^ Oct 27 23:23:06.288 INFO kablam! Oct 27 23:23:06.288 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 27 23:23:06.288 INFO kablam! --> src/client.rs:24:43 Oct 27 23:23:06.288 INFO kablam! | Oct 27 23:23:06.288 INFO kablam! 24 | type Receive = Arc>, MSG>>>; Oct 27 23:23:06.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 23:23:06.288 INFO kablam! Oct 27 23:23:06.288 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 27 23:23:06.288 INFO kablam! --> src/client.rs:27:45 Oct 27 23:23:06.288 INFO kablam! | Oct 27 23:23:06.288 INFO kablam! 27 | type Transmit = Arc>, MSG>>>; Oct 27 23:23:06.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 23:23:06.288 INFO kablam! Oct 27 23:23:06.289 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 27 23:23:06.289 INFO kablam! --> src/client.rs:104:68 Oct 27 23:23:06.289 INFO kablam! | Oct 27 23:23:06.289 INFO kablam! 104 | let receive = Arc::new(Mutex::new(ReadJson::<_, RESP>::new(FramedRead::new( Oct 27 23:23:06.289 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 23:23:06.289 INFO kablam! Oct 27 23:23:06.289 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 27 23:23:06.289 INFO kablam! --> src/client.rs:107:69 Oct 27 23:23:06.289 INFO kablam! | Oct 27 23:23:06.289 INFO kablam! 107 | let transmit = Arc::new(Mutex::new(WriteJson::<_, REQ>::new(FramedWrite::new( Oct 27 23:23:06.289 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 23:23:06.289 INFO kablam! Oct 27 23:23:23.064 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 26.50s Oct 27 23:23:23.079 INFO kablam! su: No module specific data is present Oct 27 23:23:23.846 INFO running `"docker" "rm" "-f" "9990ce37d6bbe69375c868222ff56f1f152f522a9a5e2846489512b5aab2be73"` Oct 27 23:23:24.115 INFO blam! 9990ce37d6bbe69375c868222ff56f1f152f522a9a5e2846489512b5aab2be73