Oct 13 07:50:18.864 INFO checking stund_protocol-0.1.3 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 07:50:18.864 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 07:50:19.068 INFO blam! c54f110dc82a39cad93dab812b8b3c5ce78db4df4b5b478036d3c72a0026cfb3 Oct 13 07:50:19.069 INFO running `"docker" "start" "-a" "c54f110dc82a39cad93dab812b8b3c5ce78db4df4b5b478036d3c72a0026cfb3"` Oct 13 07:50:19.489 INFO kablam! usermod: no changes Oct 13 07:50:19.758 INFO kablam! Compiling ident_case v1.0.0 Oct 13 07:50:19.758 INFO kablam! Compiling ordermap v0.3.5 Oct 13 07:50:19.758 INFO kablam! Compiling fixedbitset v0.1.9 Oct 13 07:50:19.759 INFO kablam! Compiling case v0.1.0 Oct 13 07:50:19.759 INFO kablam! Checking rent_to_own v0.1.0 Oct 13 07:50:19.764 INFO kablam! Checking tokio-serde v0.1.0 Oct 13 07:50:19.764 INFO kablam! Compiling syn v0.13.11 Oct 13 07:50:19.764 INFO kablam! Checking bincode v0.8.0 Oct 13 07:50:23.769 INFO kablam! Compiling darling_core v0.2.2 Oct 13 07:50:23.801 INFO kablam! Checking tokio-uds v0.1.7 Oct 13 07:50:23.850 INFO kablam! Compiling derive-error v0.0.3 Oct 13 07:50:27.276 INFO kablam! Compiling petgraph v0.4.13 Oct 13 07:50:45.434 INFO kablam! Compiling darling_macro v0.2.2 Oct 13 07:50:47.429 INFO kablam! Checking tokio-serde-bincode v0.1.1 Oct 13 07:50:53.247 INFO kablam! Compiling serde_derive v1.0.55 Oct 13 07:50:56.668 INFO kablam! Compiling darling v0.2.2 Oct 13 07:50:58.028 INFO kablam! Compiling derive_state_machine_future v0.1.7 Oct 13 07:51:13.434 INFO kablam! Checking state_machine_future v0.1.7 Oct 13 07:51:15.106 INFO kablam! Checking stund_protocol v0.1.3 (/source) Oct 13 07:51:21.966 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 13 07:51:21.966 INFO kablam! --> src/client.rs:24:41 Oct 13 07:51:21.966 INFO kablam! | Oct 13 07:51:21.966 INFO kablam! 24 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 13 07:51:21.966 INFO kablam! | ^^^^^^^^^^ Oct 13 07:51:21.966 INFO kablam! | Oct 13 07:51:21.966 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 07:51:21.966 INFO kablam! Oct 13 07:51:21.966 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 13 07:51:21.966 INFO kablam! --> src/client.rs:24:53 Oct 13 07:51:21.966 INFO kablam! | Oct 13 07:51:21.966 INFO kablam! 24 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 13 07:51:21.966 INFO kablam! | ^^^^^^^^^^^ Oct 13 07:51:21.966 INFO kablam! Oct 13 07:51:21.966 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 13 07:51:21.966 INFO kablam! --> src/client.rs:32:25 Oct 13 07:51:21.966 INFO kablam! | Oct 13 07:51:21.967 INFO kablam! 32 | type Ser = WriteBincode>, ClientMessage>; Oct 13 07:51:21.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:51:21.967 INFO kablam! Oct 13 07:51:21.967 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 13 07:51:21.967 INFO kablam! --> src/client.rs:33:23 Oct 13 07:51:21.967 INFO kablam! | Oct 13 07:51:21.967 INFO kablam! 33 | type De = ReadBincode>, ServerMessage>; Oct 13 07:51:21.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:51:21.967 INFO kablam! Oct 13 07:51:21.976 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:21.976 INFO kablam! --> src/lib.rs:39:17 Oct 13 07:51:21.976 INFO kablam! | Oct 13 07:51:21.976 INFO kablam! 39 | let mut p = env::home_dir().ok_or(format_err!("unable to determine your home directory"))?; Oct 13 07:51:21.976 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 07:51:21.976 INFO kablam! Oct 13 07:51:21.976 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 13 07:51:21.976 INFO kablam! --> src/client.rs:87:22 Oct 13 07:51:21.976 INFO kablam! | Oct 13 07:51:21.976 INFO kablam! 87 | let wdelim = FramedWrite::new(write); Oct 13 07:51:21.976 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 07:51:21.976 INFO kablam! Oct 13 07:51:21.976 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 13 07:51:21.976 INFO kablam! --> src/client.rs:89:22 Oct 13 07:51:21.976 INFO kablam! | Oct 13 07:51:21.976 INFO kablam! 89 | let rdelim = FramedRead::new(read); Oct 13 07:51:21.976 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 07:51:21.976 INFO kablam! Oct 13 07:51:22.000 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 13 07:51:22.000 INFO kablam! --> src/client.rs:24:41 Oct 13 07:51:22.000 INFO kablam! | Oct 13 07:51:22.000 INFO kablam! 24 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 13 07:51:22.000 INFO kablam! | ^^^^^^^^^^ Oct 13 07:51:22.000 INFO kablam! | Oct 13 07:51:22.000 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 07:51:22.000 INFO kablam! Oct 13 07:51:22.000 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 13 07:51:22.000 INFO kablam! --> src/client.rs:24:53 Oct 13 07:51:22.000 INFO kablam! | Oct 13 07:51:22.000 INFO kablam! 24 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 13 07:51:22.000 INFO kablam! | ^^^^^^^^^^^ Oct 13 07:51:22.000 INFO kablam! Oct 13 07:51:22.001 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 13 07:51:22.001 INFO kablam! --> src/client.rs:32:25 Oct 13 07:51:22.001 INFO kablam! | Oct 13 07:51:22.001 INFO kablam! 32 | type Ser = WriteBincode>, ClientMessage>; Oct 13 07:51:22.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:51:22.001 INFO kablam! Oct 13 07:51:22.001 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 13 07:51:22.001 INFO kablam! --> src/client.rs:33:23 Oct 13 07:51:22.001 INFO kablam! | Oct 13 07:51:22.001 INFO kablam! 33 | type De = ReadBincode>, ServerMessage>; Oct 13 07:51:22.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:51:22.001 INFO kablam! Oct 13 07:51:22.001 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:22.001 INFO kablam! --> src/lib.rs:39:17 Oct 13 07:51:22.001 INFO kablam! | Oct 13 07:51:22.001 INFO kablam! 39 | let mut p = env::home_dir().ok_or(format_err!("unable to determine your home directory"))?; Oct 13 07:51:22.001 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 07:51:22.001 INFO kablam! Oct 13 07:51:22.001 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 13 07:51:22.001 INFO kablam! --> src/client.rs:87:22 Oct 13 07:51:22.001 INFO kablam! | Oct 13 07:51:22.001 INFO kablam! 87 | let wdelim = FramedWrite::new(write); Oct 13 07:51:22.001 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 07:51:22.001 INFO kablam! Oct 13 07:51:22.001 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 13 07:51:22.001 INFO kablam! --> src/client.rs:89:22 Oct 13 07:51:22.001 INFO kablam! | Oct 13 07:51:22.001 INFO kablam! 89 | let rdelim = FramedRead::new(read); Oct 13 07:51:22.001 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 07:51:22.001 INFO kablam! Oct 13 07:51:23.171 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 03s Oct 13 07:51:23.188 INFO kablam! su: No module specific data is present Oct 13 07:51:24.137 INFO running `"docker" "rm" "-f" "c54f110dc82a39cad93dab812b8b3c5ce78db4df4b5b478036d3c72a0026cfb3"` Oct 13 07:51:24.274 INFO blam! c54f110dc82a39cad93dab812b8b3c5ce78db4df4b5b478036d3c72a0026cfb3