Oct 27 15:02:48.072 INFO checking stund_protocol-0.1.3 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 15:02:48.072 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 15:02:48.445 INFO blam! 5e6189b7f446254091bb4b6dd36d21c0bcae6106fc1e9e14adf939d567c297ce Oct 27 15:02:48.451 INFO running `"docker" "start" "-a" "5e6189b7f446254091bb4b6dd36d21c0bcae6106fc1e9e14adf939d567c297ce"` Oct 27 15:02:49.137 INFO kablam! usermod: no changes Oct 27 15:02:49.295 INFO kablam! Compiling ident_case v1.0.0 Oct 27 15:02:49.295 INFO kablam! Compiling case v0.1.0 Oct 27 15:02:49.295 INFO kablam! Checking rent_to_own v0.1.0 Oct 27 15:02:49.299 INFO kablam! Compiling petgraph v0.4.13 Oct 27 15:02:49.302 INFO kablam! Compiling syn v0.13.11 Oct 27 15:02:49.303 INFO kablam! Checking tokio-serde v0.1.0 Oct 27 15:02:49.355 INFO kablam! Checking bincode v0.8.0 Oct 27 15:02:49.355 INFO kablam! Compiling synstructure v0.10.0 Oct 27 15:02:51.712 INFO kablam! Checking tokio-uds v0.1.7 Oct 27 15:02:53.463 INFO kablam! Compiling darling_core v0.8.0 Oct 27 15:02:53.567 INFO kablam! Compiling derive-error v0.0.3 Oct 27 15:03:18.588 INFO kablam! Checking tokio-serde-bincode v0.1.1 Oct 27 15:03:20.423 INFO kablam! Compiling failure_derive v0.1.3 Oct 27 15:03:28.061 INFO kablam! Compiling serde_derive v1.0.55 Oct 27 15:03:37.651 INFO kablam! Compiling darling_macro v0.8.0 Oct 27 15:03:42.409 INFO kablam! Checking failure v0.1.3 Oct 27 15:03:47.435 INFO kablam! Compiling darling v0.8.0 Oct 27 15:03:51.818 INFO kablam! Compiling derive_state_machine_future v0.1.8 Oct 27 15:04:05.545 INFO kablam! Checking state_machine_future v0.1.8 Oct 27 15:04:06.053 INFO kablam! Checking stund_protocol v0.1.3 (/source) Oct 27 15:04:12.719 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 27 15:04:12.720 INFO kablam! --> src/client.rs:24:41 Oct 27 15:04:12.720 INFO kablam! | Oct 27 15:04:12.721 INFO kablam! 24 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 27 15:04:12.722 INFO kablam! | ^^^^^^^^^^ Oct 27 15:04:12.722 INFO kablam! | Oct 27 15:04:12.723 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 15:04:12.723 INFO kablam! Oct 27 15:04:12.724 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 27 15:04:12.724 INFO kablam! --> src/client.rs:24:53 Oct 27 15:04:12.725 INFO kablam! | Oct 27 15:04:12.725 INFO kablam! 24 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 27 15:04:12.726 INFO kablam! | ^^^^^^^^^^^ Oct 27 15:04:12.726 INFO kablam! Oct 27 15:04:12.727 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 27 15:04:12.727 INFO kablam! --> src/client.rs:32:25 Oct 27 15:04:12.728 INFO kablam! | Oct 27 15:04:12.729 INFO kablam! 32 | type Ser = WriteBincode>, ClientMessage>; Oct 27 15:04:12.729 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:04:12.729 INFO kablam! Oct 27 15:04:12.729 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 27 15:04:12.729 INFO kablam! --> src/client.rs:33:23 Oct 27 15:04:12.729 INFO kablam! | Oct 27 15:04:12.735 INFO kablam! 33 | type De = ReadBincode>, ServerMessage>; Oct 27 15:04:12.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:04:12.735 INFO kablam! Oct 27 15:04:12.735 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 27 15:04:12.735 INFO kablam! --> src/lib.rs:39:17 Oct 27 15:04:12.735 INFO kablam! | Oct 27 15:04:12.735 INFO kablam! 39 | let mut p = env::home_dir().ok_or(format_err!("unable to determine your home directory"))?; Oct 27 15:04:12.735 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 15:04:12.735 INFO kablam! Oct 27 15:04:12.735 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 27 15:04:12.735 INFO kablam! --> src/client.rs:87:22 Oct 27 15:04:12.735 INFO kablam! | Oct 27 15:04:12.735 INFO kablam! 87 | let wdelim = FramedWrite::new(write); Oct 27 15:04:12.735 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 15:04:12.735 INFO kablam! Oct 27 15:04:12.735 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 27 15:04:12.735 INFO kablam! --> src/client.rs:89:22 Oct 27 15:04:12.735 INFO kablam! | Oct 27 15:04:12.735 INFO kablam! 89 | let rdelim = FramedRead::new(read); Oct 27 15:04:12.735 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 15:04:12.735 INFO kablam! Oct 27 15:04:13.215 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 27 15:04:13.215 INFO kablam! --> src/client.rs:24:41 Oct 27 15:04:13.215 INFO kablam! | Oct 27 15:04:13.215 INFO kablam! 24 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 27 15:04:13.215 INFO kablam! | ^^^^^^^^^^ Oct 27 15:04:13.215 INFO kablam! | Oct 27 15:04:13.215 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 15:04:13.215 INFO kablam! Oct 27 15:04:13.215 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 27 15:04:13.215 INFO kablam! --> src/client.rs:24:53 Oct 27 15:04:13.215 INFO kablam! | Oct 27 15:04:13.215 INFO kablam! 24 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 27 15:04:13.215 INFO kablam! | ^^^^^^^^^^^ Oct 27 15:04:13.215 INFO kablam! Oct 27 15:04:13.215 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 27 15:04:13.219 INFO kablam! --> src/client.rs:32:25 Oct 27 15:04:13.219 INFO kablam! | Oct 27 15:04:13.219 INFO kablam! 32 | type Ser = WriteBincode>, ClientMessage>; Oct 27 15:04:13.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:04:13.219 INFO kablam! Oct 27 15:04:13.219 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 27 15:04:13.219 INFO kablam! --> src/client.rs:33:23 Oct 27 15:04:13.219 INFO kablam! | Oct 27 15:04:13.219 INFO kablam! 33 | type De = ReadBincode>, ServerMessage>; Oct 27 15:04:13.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:04:13.219 INFO kablam! Oct 27 15:04:13.219 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 27 15:04:13.219 INFO kablam! --> src/lib.rs:39:17 Oct 27 15:04:13.219 INFO kablam! | Oct 27 15:04:13.219 INFO kablam! 39 | let mut p = env::home_dir().ok_or(format_err!("unable to determine your home directory"))?; Oct 27 15:04:13.219 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 15:04:13.219 INFO kablam! Oct 27 15:04:13.219 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 27 15:04:13.219 INFO kablam! --> src/client.rs:87:22 Oct 27 15:04:13.219 INFO kablam! | Oct 27 15:04:13.219 INFO kablam! 87 | let wdelim = FramedWrite::new(write); Oct 27 15:04:13.219 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 15:04:13.219 INFO kablam! Oct 27 15:04:13.219 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 27 15:04:13.219 INFO kablam! --> src/client.rs:89:22 Oct 27 15:04:13.219 INFO kablam! | Oct 27 15:04:13.219 INFO kablam! 89 | let rdelim = FramedRead::new(read); Oct 27 15:04:13.219 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 15:04:13.219 INFO kablam! Oct 27 15:04:14.183 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 25s Oct 27 15:04:14.194 INFO kablam! su: No module specific data is present Oct 27 15:04:15.442 INFO running `"docker" "rm" "-f" "5e6189b7f446254091bb4b6dd36d21c0bcae6106fc1e9e14adf939d567c297ce"` Oct 27 15:04:15.875 INFO blam! 5e6189b7f446254091bb4b6dd36d21c0bcae6106fc1e9e14adf939d567c297ce