Oct 21 23:15:36.433 INFO checking stund_protocol-0.1.3 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 23:15:36.433 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 21 23:15:36.602 INFO blam! 757a6d5e9935d2eb41ca3f0207303f55b631568c4868928b4faa320214091220 Oct 21 23:15:36.613 INFO running `"docker" "start" "-a" "757a6d5e9935d2eb41ca3f0207303f55b631568c4868928b4faa320214091220"` Oct 21 23:15:37.121 INFO kablam! usermod: no changes Oct 21 23:15:37.330 INFO kablam! Compiling ident_case v1.0.0 Oct 21 23:15:37.336 INFO kablam! Compiling case v0.1.0 Oct 21 23:15:37.336 INFO kablam! Checking rent_to_own v0.1.0 Oct 21 23:15:37.340 INFO kablam! Checking tokio-serde v0.1.0 Oct 21 23:15:37.341 INFO kablam! Compiling syn v0.15.13 Oct 21 23:15:37.341 INFO kablam! Compiling serde_derive v1.0.55 Oct 21 23:15:37.341 INFO kablam! Checking bincode v0.8.0 Oct 21 23:15:37.384 INFO kablam! Checking tokio-uds v0.1.7 Oct 21 23:15:39.728 INFO kablam! Compiling derive-error v0.0.3 Oct 21 23:15:48.844 INFO kablam! Checking tokio-serde-bincode v0.1.1 Oct 21 23:16:09.836 INFO kablam! Compiling darling_core v0.8.0 Oct 21 23:16:09.836 INFO kablam! Compiling synstructure v0.10.0 Oct 21 23:16:19.780 INFO kablam! Compiling failure_derive v0.1.3 Oct 21 23:16:24.146 INFO kablam! Compiling darling_macro v0.8.0 Oct 21 23:16:28.636 INFO kablam! Checking failure v0.1.3 Oct 21 23:16:30.660 INFO kablam! Compiling darling v0.8.0 Oct 21 23:16:33.648 INFO kablam! Compiling derive_state_machine_future v0.1.8 Oct 21 23:16:42.068 INFO kablam! Checking state_machine_future v0.1.8 Oct 21 23:16:42.576 INFO kablam! Checking stund_protocol v0.1.3 (/source) Oct 21 23:16:47.352 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 21 23:16:47.352 INFO kablam! --> src/client.rs:24:41 Oct 21 23:16:47.352 INFO kablam! | Oct 21 23:16:47.352 INFO kablam! 24 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 21 23:16:47.352 INFO kablam! | ^^^^^^^^^^ Oct 21 23:16:47.352 INFO kablam! | Oct 21 23:16:47.352 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 23:16:47.352 INFO kablam! Oct 21 23:16:47.352 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 21 23:16:47.352 INFO kablam! --> src/client.rs:24:53 Oct 21 23:16:47.352 INFO kablam! | Oct 21 23:16:47.352 INFO kablam! 24 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 21 23:16:47.352 INFO kablam! | ^^^^^^^^^^^ Oct 21 23:16:47.352 INFO kablam! Oct 21 23:16:47.352 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 21 23:16:47.352 INFO kablam! --> src/client.rs:32:25 Oct 21 23:16:47.352 INFO kablam! | Oct 21 23:16:47.352 INFO kablam! 32 | type Ser = WriteBincode>, ClientMessage>; Oct 21 23:16:47.352 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:16:47.352 INFO kablam! Oct 21 23:16:47.352 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 21 23:16:47.352 INFO kablam! --> src/client.rs:33:23 Oct 21 23:16:47.352 INFO kablam! | Oct 21 23:16:47.352 INFO kablam! 33 | type De = ReadBincode>, ServerMessage>; Oct 21 23:16:47.352 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:16:47.352 INFO kablam! Oct 21 23:16:47.352 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 21 23:16:47.352 INFO kablam! --> src/lib.rs:39:17 Oct 21 23:16:47.352 INFO kablam! | Oct 21 23:16:47.352 INFO kablam! 39 | let mut p = env::home_dir().ok_or(format_err!("unable to determine your home directory"))?; Oct 21 23:16:47.352 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 23:16:47.352 INFO kablam! Oct 21 23:16:47.352 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 21 23:16:47.352 INFO kablam! --> src/client.rs:87:22 Oct 21 23:16:47.352 INFO kablam! | Oct 21 23:16:47.352 INFO kablam! 87 | let wdelim = FramedWrite::new(write); Oct 21 23:16:47.352 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 23:16:47.352 INFO kablam! Oct 21 23:16:47.352 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 21 23:16:47.352 INFO kablam! --> src/client.rs:89:22 Oct 21 23:16:47.352 INFO kablam! | Oct 21 23:16:47.353 INFO kablam! 89 | let rdelim = FramedRead::new(read); Oct 21 23:16:47.353 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 23:16:47.353 INFO kablam! Oct 21 23:16:47.388 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 21 23:16:47.388 INFO kablam! --> src/client.rs:24:41 Oct 21 23:16:47.388 INFO kablam! | Oct 21 23:16:47.388 INFO kablam! 24 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 21 23:16:47.388 INFO kablam! | ^^^^^^^^^^ Oct 21 23:16:47.388 INFO kablam! | Oct 21 23:16:47.388 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 23:16:47.388 INFO kablam! Oct 21 23:16:47.388 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 21 23:16:47.388 INFO kablam! --> src/client.rs:24:53 Oct 21 23:16:47.388 INFO kablam! | Oct 21 23:16:47.388 INFO kablam! 24 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 21 23:16:47.388 INFO kablam! | ^^^^^^^^^^^ Oct 21 23:16:47.388 INFO kablam! Oct 21 23:16:47.388 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 21 23:16:47.388 INFO kablam! --> src/client.rs:32:25 Oct 21 23:16:47.389 INFO kablam! | Oct 21 23:16:47.389 INFO kablam! 32 | type Ser = WriteBincode>, ClientMessage>; Oct 21 23:16:47.389 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:16:47.389 INFO kablam! Oct 21 23:16:47.389 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 21 23:16:47.389 INFO kablam! --> src/client.rs:33:23 Oct 21 23:16:47.389 INFO kablam! | Oct 21 23:16:47.389 INFO kablam! 33 | type De = ReadBincode>, ServerMessage>; Oct 21 23:16:47.389 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:16:47.389 INFO kablam! Oct 21 23:16:47.389 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 21 23:16:47.389 INFO kablam! --> src/lib.rs:39:17 Oct 21 23:16:47.389 INFO kablam! | Oct 21 23:16:47.389 INFO kablam! 39 | let mut p = env::home_dir().ok_or(format_err!("unable to determine your home directory"))?; Oct 21 23:16:47.389 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 23:16:47.389 INFO kablam! Oct 21 23:16:47.392 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 21 23:16:47.392 INFO kablam! --> src/client.rs:87:22 Oct 21 23:16:47.392 INFO kablam! | Oct 21 23:16:47.392 INFO kablam! 87 | let wdelim = FramedWrite::new(write); Oct 21 23:16:47.393 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 23:16:47.393 INFO kablam! Oct 21 23:16:47.393 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 21 23:16:47.393 INFO kablam! --> src/client.rs:89:22 Oct 21 23:16:47.393 INFO kablam! | Oct 21 23:16:47.393 INFO kablam! 89 | let rdelim = FramedRead::new(read); Oct 21 23:16:47.393 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 23:16:47.393 INFO kablam! Oct 21 23:16:47.959 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 10s Oct 21 23:16:47.971 INFO kablam! su: No module specific data is present Oct 21 23:16:48.343 INFO running `"docker" "rm" "-f" "757a6d5e9935d2eb41ca3f0207303f55b631568c4868928b4faa320214091220"` Oct 21 23:16:48.491 INFO blam! 757a6d5e9935d2eb41ca3f0207303f55b631568c4868928b4faa320214091220