Oct 22 03:45:42.935 INFO checking daemon-engine-0.1.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 03:45:42.937 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192/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 22 03:45:43.328 INFO blam! 5275bbe037637cec1c7323da64ba588566323a10ce46fb7e479628430cfbf671 Oct 22 03:45:43.330 INFO running `"docker" "start" "-a" "5275bbe037637cec1c7323da64ba588566323a10ce46fb7e479628430cfbf671"` Oct 22 03:45:43.762 INFO kablam! usermod: no changes Oct 22 03:45:43.929 INFO kablam! Checking users v0.7.0 Oct 22 03:45:43.930 INFO kablam! Checking tokio-serde v0.2.0 Oct 22 03:45:44.965 INFO kablam! Checking tokio-serde-json-mirror v0.1.0 Oct 22 03:45:46.168 INFO kablam! Checking daemon-engine v0.1.0 (/source) Oct 22 03:45:50.880 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 22 03:45:50.880 INFO kablam! --> src/client.rs:15:41 Oct 22 03:45:50.880 INFO kablam! | Oct 22 03:45:50.880 INFO kablam! 15 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 22 03:45:50.880 INFO kablam! | ^^^^^^^^^^ Oct 22 03:45:50.880 INFO kablam! | Oct 22 03:45:50.880 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 03:45:50.880 INFO kablam! Oct 22 03:45:50.880 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 22 03:45:50.880 INFO kablam! --> src/client.rs:15:53 Oct 22 03:45:50.880 INFO kablam! | Oct 22 03:45:50.880 INFO kablam! 15 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 22 03:45:50.880 INFO kablam! | ^^^^^^^^^^^ Oct 22 03:45:50.880 INFO kablam! Oct 22 03:45:50.880 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 22 03:45:50.880 INFO kablam! --> src/client.rs:24:43 Oct 22 03:45:50.880 INFO kablam! | Oct 22 03:45:50.880 INFO kablam! 24 | type Receive = Arc>, MSG>>>; Oct 22 03:45:50.880 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 03:45:50.880 INFO kablam! Oct 22 03:45:50.880 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 22 03:45:50.880 INFO kablam! --> src/client.rs:27:45 Oct 22 03:45:50.880 INFO kablam! | Oct 22 03:45:50.880 INFO kablam! 27 | type Transmit = Arc>, MSG>>>; Oct 22 03:45:50.880 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 03:45:50.880 INFO kablam! Oct 22 03:45:50.880 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 22 03:45:50.880 INFO kablam! --> src/client.rs:104:68 Oct 22 03:45:50.880 INFO kablam! | Oct 22 03:45:50.880 INFO kablam! 104 | let receive = Arc::new(Mutex::new(ReadJson::<_, RESP>::new(FramedRead::new( Oct 22 03:45:50.880 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 22 03:45:50.880 INFO kablam! Oct 22 03:45:50.880 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 22 03:45:50.880 INFO kablam! --> src/client.rs:107:69 Oct 22 03:45:50.880 INFO kablam! | Oct 22 03:45:50.880 INFO kablam! 107 | let transmit = Arc::new(Mutex::new(WriteJson::<_, REQ>::new(FramedWrite::new( Oct 22 03:45:50.880 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 22 03:45:50.880 INFO kablam! Oct 22 03:45:51.081 INFO kablam! warning: unused import: `Instant` Oct 22 03:45:51.081 INFO kablam! --> src/lib.rs:51:31 Oct 22 03:45:51.081 INFO kablam! | Oct 22 03:45:51.081 INFO kablam! 51 | use std::time::{Duration, Instant}; Oct 22 03:45:51.081 INFO kablam! | ^^^^^^^ Oct 22 03:45:51.081 INFO kablam! | Oct 22 03:45:51.081 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 03:45:51.081 INFO kablam! Oct 22 03:45:51.112 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 22 03:45:51.112 INFO kablam! --> src/client.rs:15:41 Oct 22 03:45:51.112 INFO kablam! | Oct 22 03:45:51.112 INFO kablam! 15 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 22 03:45:51.112 INFO kablam! | ^^^^^^^^^^ Oct 22 03:45:51.112 INFO kablam! | Oct 22 03:45:51.112 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 03:45:51.112 INFO kablam! Oct 22 03:45:51.112 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 22 03:45:51.112 INFO kablam! --> src/client.rs:15:53 Oct 22 03:45:51.112 INFO kablam! | Oct 22 03:45:51.112 INFO kablam! 15 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 22 03:45:51.112 INFO kablam! | ^^^^^^^^^^^ Oct 22 03:45:51.112 INFO kablam! Oct 22 03:45:51.113 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 22 03:45:51.113 INFO kablam! --> src/client.rs:24:43 Oct 22 03:45:51.113 INFO kablam! | Oct 22 03:45:51.113 INFO kablam! 24 | type Receive = Arc>, MSG>>>; Oct 22 03:45:51.113 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 03:45:51.113 INFO kablam! Oct 22 03:45:51.113 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 22 03:45:51.113 INFO kablam! --> src/client.rs:27:45 Oct 22 03:45:51.113 INFO kablam! | Oct 22 03:45:51.113 INFO kablam! 27 | type Transmit = Arc>, MSG>>>; Oct 22 03:45:51.113 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 03:45:51.113 INFO kablam! Oct 22 03:45:51.113 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 22 03:45:51.113 INFO kablam! --> src/client.rs:104:68 Oct 22 03:45:51.113 INFO kablam! | Oct 22 03:45:51.113 INFO kablam! 104 | let receive = Arc::new(Mutex::new(ReadJson::<_, RESP>::new(FramedRead::new( Oct 22 03:45:51.113 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 22 03:45:51.113 INFO kablam! Oct 22 03:45:51.113 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 22 03:45:51.113 INFO kablam! --> src/client.rs:107:69 Oct 22 03:45:51.113 INFO kablam! | Oct 22 03:45:51.113 INFO kablam! 107 | let transmit = Arc::new(Mutex::new(WriteJson::<_, REQ>::new(FramedWrite::new( Oct 22 03:45:51.113 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 22 03:45:51.113 INFO kablam! Oct 22 03:46:00.615 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.83s Oct 22 03:46:00.632 INFO kablam! su: No module specific data is present Oct 22 03:46:01.245 INFO running `"docker" "rm" "-f" "5275bbe037637cec1c7323da64ba588566323a10ce46fb7e479628430cfbf671"` Oct 22 03:46:01.580 INFO blam! 5275bbe037637cec1c7323da64ba588566323a10ce46fb7e479628430cfbf671