Oct 13 16:18:45.031 INFO checking daemon-engine-0.1.0 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 16:18:45.033 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-6/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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.408 INFO blam! ee6115a82bf9103b75e59ccf03824787b0eecc803f4c0c2e89ed4c5b75376700 Oct 13 16:18:45.413 INFO running `"docker" "start" "-a" "ee6115a82bf9103b75e59ccf03824787b0eecc803f4c0c2e89ed4c5b75376700"` Oct 13 16:18:46.631 INFO kablam! usermod: no changes Oct 13 16:18:46.876 INFO kablam! Checking tokio-serde v0.2.0 Oct 13 16:18:47.926 INFO kablam! Checking tokio-serde-json-mirror v0.1.0 Oct 13 16:18:48.982 INFO kablam! Checking daemon-engine v0.1.0 (/source) Oct 13 16:18:54.400 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 13 16:18:54.400 INFO kablam! --> src/client.rs:15:41 Oct 13 16:18:54.400 INFO kablam! | Oct 13 16:18:54.400 INFO kablam! 15 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 13 16:18:54.400 INFO kablam! | ^^^^^^^^^^ Oct 13 16:18:54.400 INFO kablam! | Oct 13 16:18:54.400 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 16:18:54.400 INFO kablam! Oct 13 16:18:54.400 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 13 16:18:54.400 INFO kablam! --> src/client.rs:15:53 Oct 13 16:18:54.401 INFO kablam! | Oct 13 16:18:54.401 INFO kablam! 15 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 13 16:18:54.401 INFO kablam! | ^^^^^^^^^^^ Oct 13 16:18:54.401 INFO kablam! Oct 13 16:18:54.401 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 13 16:18:54.401 INFO kablam! --> src/client.rs:24:43 Oct 13 16:18:54.401 INFO kablam! | Oct 13 16:18:54.401 INFO kablam! 24 | type Receive = Arc>, MSG>>>; Oct 13 16:18:54.401 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 16:18:54.401 INFO kablam! Oct 13 16:18:54.401 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 13 16:18:54.401 INFO kablam! --> src/client.rs:27:45 Oct 13 16:18:54.401 INFO kablam! | Oct 13 16:18:54.401 INFO kablam! 27 | type Transmit = Arc>, MSG>>>; Oct 13 16:18:54.401 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 16:18:54.401 INFO kablam! Oct 13 16:18:54.401 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 13 16:18:54.401 INFO kablam! --> src/client.rs:104:68 Oct 13 16:18:54.401 INFO kablam! | Oct 13 16:18:54.401 INFO kablam! 104 | let receive = Arc::new(Mutex::new(ReadJson::<_, RESP>::new(FramedRead::new( Oct 13 16:18:54.401 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 16:18:54.401 INFO kablam! Oct 13 16:18:54.401 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 13 16:18:54.401 INFO kablam! --> src/client.rs:107:69 Oct 13 16:18:54.401 INFO kablam! | Oct 13 16:18:54.401 INFO kablam! 107 | let transmit = Arc::new(Mutex::new(WriteJson::<_, REQ>::new(FramedWrite::new( Oct 13 16:18:54.401 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 16:18:54.401 INFO kablam! Oct 13 16:18:55.532 INFO kablam! warning: unused import: `Instant` Oct 13 16:18:55.532 INFO kablam! --> src/lib.rs:51:31 Oct 13 16:18:55.532 INFO kablam! | Oct 13 16:18:55.532 INFO kablam! 51 | use std::time::{Duration, Instant}; Oct 13 16:18:55.532 INFO kablam! | ^^^^^^^ Oct 13 16:18:55.532 INFO kablam! | Oct 13 16:18:55.532 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 16:18:55.532 INFO kablam! Oct 13 16:18:55.760 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 13 16:18:55.760 INFO kablam! --> src/client.rs:15:41 Oct 13 16:18:55.760 INFO kablam! | Oct 13 16:18:55.760 INFO kablam! 15 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 13 16:18:55.760 INFO kablam! | ^^^^^^^^^^ Oct 13 16:18:55.784 INFO kablam! | Oct 13 16:18:55.784 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 16:18:55.784 INFO kablam! Oct 13 16:18:55.784 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 13 16:18:55.784 INFO kablam! --> src/client.rs:15:53 Oct 13 16:18:55.784 INFO kablam! | Oct 13 16:18:55.784 INFO kablam! 15 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 13 16:18:55.784 INFO kablam! | ^^^^^^^^^^^ Oct 13 16:18:55.784 INFO kablam! Oct 13 16:18:55.784 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 13 16:18:55.784 INFO kablam! --> src/client.rs:24:43 Oct 13 16:18:55.784 INFO kablam! | Oct 13 16:18:55.784 INFO kablam! 24 | type Receive = Arc>, MSG>>>; Oct 13 16:18:55.784 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 16:18:55.784 INFO kablam! Oct 13 16:18:55.785 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 13 16:18:55.785 INFO kablam! --> src/client.rs:27:45 Oct 13 16:18:55.785 INFO kablam! | Oct 13 16:18:55.785 INFO kablam! 27 | type Transmit = Arc>, MSG>>>; Oct 13 16:18:55.785 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 16:18:55.785 INFO kablam! Oct 13 16:18:55.785 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 13 16:18:55.785 INFO kablam! --> src/client.rs:104:68 Oct 13 16:18:55.785 INFO kablam! | Oct 13 16:18:55.785 INFO kablam! 104 | let receive = Arc::new(Mutex::new(ReadJson::<_, RESP>::new(FramedRead::new( Oct 13 16:18:55.785 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 16:18:55.785 INFO kablam! Oct 13 16:18:55.785 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 13 16:18:55.785 INFO kablam! --> src/client.rs:107:69 Oct 13 16:18:55.785 INFO kablam! | Oct 13 16:18:55.785 INFO kablam! 107 | let transmit = Arc::new(Mutex::new(WriteJson::<_, REQ>::new(FramedWrite::new( Oct 13 16:18:55.785 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 16:18:55.785 INFO kablam! Oct 13 16:19:13.677 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 26.99s Oct 13 16:19:13.711 INFO kablam! su: No module specific data is present Oct 13 16:19:15.013 INFO running `"docker" "rm" "-f" "ee6115a82bf9103b75e59ccf03824787b0eecc803f4c0c2e89ed4c5b75376700"` Oct 13 16:19:15.269 INFO blam! ee6115a82bf9103b75e59ccf03824787b0eecc803f4c0c2e89ed4c5b75376700