Oct 13 07:50:18.891 INFO checking stund_protocol-0.1.3 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 07:50:18.891 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 07:50:19.108 INFO blam! 21438ff2f381a0ae7cafe3b5566124b1384c6c2cba3c65f43c708fe7220acbeb Oct 13 07:50:19.110 INFO running `"docker" "start" "-a" "21438ff2f381a0ae7cafe3b5566124b1384c6c2cba3c65f43c708fe7220acbeb"` Oct 13 07:50:19.486 INFO kablam! usermod: no changes Oct 13 07:50:19.772 INFO kablam! Checking rent_to_own v0.1.0 Oct 13 07:50:19.773 INFO kablam! Compiling petgraph v0.4.13 Oct 13 07:50:19.778 INFO kablam! Checking tokio-serde v0.1.0 Oct 13 07:50:19.778 INFO kablam! Compiling derive-error v0.0.3 Oct 13 07:50:19.779 INFO kablam! Compiling darling_core v0.2.2 Oct 13 07:50:19.779 INFO kablam! Compiling serde_derive v1.0.55 Oct 13 07:50:19.779 INFO kablam! Checking bincode v0.8.0 Oct 13 07:50:19.780 INFO kablam! Checking tokio-uds v0.1.7 Oct 13 07:50:38.767 INFO kablam! Compiling darling_macro v0.2.2 Oct 13 07:50:40.984 INFO kablam! Checking tokio-serde-bincode v0.1.1 Oct 13 07:50:47.080 INFO kablam! Compiling darling v0.2.2 Oct 13 07:50:48.676 INFO kablam! Compiling derive_state_machine_future v0.1.7 Oct 13 07:51:05.692 INFO kablam! Checking state_machine_future v0.1.7 Oct 13 07:51:06.332 INFO kablam! Checking stund_protocol v0.1.3 (/source) Oct 13 07:51:12.827 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 13 07:51:12.828 INFO kablam! --> src/client.rs:24:41 Oct 13 07:51:12.828 INFO kablam! | Oct 13 07:51:12.829 INFO kablam! 24 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 13 07:51:12.829 INFO kablam! | ^^^^^^^^^^ Oct 13 07:51:12.830 INFO kablam! | Oct 13 07:51:12.830 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 07:51:12.830 INFO kablam! Oct 13 07:51:12.830 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 13 07:51:12.831 INFO kablam! --> src/client.rs:24:53 Oct 13 07:51:12.831 INFO kablam! | Oct 13 07:51:12.831 INFO kablam! 24 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 13 07:51:12.831 INFO kablam! | ^^^^^^^^^^^ Oct 13 07:51:12.832 INFO kablam! Oct 13 07:51:12.832 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 13 07:51:12.832 INFO kablam! --> src/client.rs:32:25 Oct 13 07:51:12.833 INFO kablam! | Oct 13 07:51:12.833 INFO kablam! 32 | type Ser = WriteBincode>, ClientMessage>; Oct 13 07:51:12.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:51:12.833 INFO kablam! Oct 13 07:51:12.833 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 13 07:51:12.833 INFO kablam! --> src/client.rs:33:23 Oct 13 07:51:12.833 INFO kablam! | Oct 13 07:51:12.833 INFO kablam! 33 | type De = ReadBincode>, ServerMessage>; Oct 13 07:51:12.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:51:12.833 INFO kablam! Oct 13 07:51:12.833 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 13 07:51:12.833 INFO kablam! --> src/lib.rs:39:17 Oct 13 07:51:12.833 INFO kablam! | Oct 13 07:51:12.833 INFO kablam! 39 | let mut p = env::home_dir().ok_or(format_err!("unable to determine your home directory"))?; Oct 13 07:51:12.833 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 07:51:12.833 INFO kablam! Oct 13 07:51:12.833 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 13 07:51:12.833 INFO kablam! --> src/client.rs:87:22 Oct 13 07:51:12.833 INFO kablam! | Oct 13 07:51:12.833 INFO kablam! 87 | let wdelim = FramedWrite::new(write); Oct 13 07:51:12.833 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 07:51:12.833 INFO kablam! Oct 13 07:51:12.833 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 13 07:51:12.833 INFO kablam! --> src/client.rs:89:22 Oct 13 07:51:12.833 INFO kablam! | Oct 13 07:51:12.833 INFO kablam! 89 | let rdelim = FramedRead::new(read); Oct 13 07:51:12.833 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 07:51:12.833 INFO kablam! Oct 13 07:51:13.693 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 13 07:51:13.693 INFO kablam! --> src/client.rs:24:41 Oct 13 07:51:13.693 INFO kablam! | Oct 13 07:51:13.693 INFO kablam! 24 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 13 07:51:13.694 INFO kablam! | ^^^^^^^^^^ Oct 13 07:51:13.694 INFO kablam! | Oct 13 07:51:13.694 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 07:51:13.694 INFO kablam! Oct 13 07:51:13.695 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 13 07:51:13.695 INFO kablam! --> src/client.rs:24:53 Oct 13 07:51:13.695 INFO kablam! | Oct 13 07:51:13.695 INFO kablam! 24 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 13 07:51:13.696 INFO kablam! | ^^^^^^^^^^^ Oct 13 07:51:13.696 INFO kablam! Oct 13 07:51:13.696 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 13 07:51:13.696 INFO kablam! --> src/client.rs:32:25 Oct 13 07:51:13.697 INFO kablam! | Oct 13 07:51:13.697 INFO kablam! 32 | type Ser = WriteBincode>, ClientMessage>; Oct 13 07:51:13.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:51:13.697 INFO kablam! Oct 13 07:51:13.698 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 13 07:51:13.698 INFO kablam! --> src/client.rs:33:23 Oct 13 07:51:13.698 INFO kablam! | Oct 13 07:51:13.698 INFO kablam! 33 | type De = ReadBincode>, ServerMessage>; Oct 13 07:51:13.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:51:13.699 INFO kablam! Oct 13 07:51:13.699 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 13 07:51:13.699 INFO kablam! --> src/lib.rs:39:17 Oct 13 07:51:13.699 INFO kablam! | Oct 13 07:51:13.700 INFO kablam! 39 | let mut p = env::home_dir().ok_or(format_err!("unable to determine your home directory"))?; Oct 13 07:51:13.700 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 07:51:13.700 INFO kablam! Oct 13 07:51:13.700 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 13 07:51:13.701 INFO kablam! --> src/client.rs:87:22 Oct 13 07:51:13.701 INFO kablam! | Oct 13 07:51:13.701 INFO kablam! 87 | let wdelim = FramedWrite::new(write); Oct 13 07:51:13.702 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 07:51:13.702 INFO kablam! Oct 13 07:51:13.702 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 13 07:51:13.702 INFO kablam! --> src/client.rs:89:22 Oct 13 07:51:13.703 INFO kablam! | Oct 13 07:51:13.703 INFO kablam! 89 | let rdelim = FramedRead::new(read); Oct 13 07:51:13.703 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 07:51:13.703 INFO kablam! Oct 13 07:51:14.364 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 54.86s Oct 13 07:51:14.374 INFO kablam! su: No module specific data is present Oct 13 07:51:15.192 INFO running `"docker" "rm" "-f" "21438ff2f381a0ae7cafe3b5566124b1384c6c2cba3c65f43c708fe7220acbeb"` Oct 13 07:51:15.496 INFO blam! 21438ff2f381a0ae7cafe3b5566124b1384c6c2cba3c65f43c708fe7220acbeb