Oct 27 15:02:48.170 INFO checking stund-0.1.3 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 15:02:48.171 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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.491 INFO blam! 855449203ff6893436647abb010d636bddded6c910e830316b59d8ae81d53f93 Oct 27 15:02:48.507 INFO running `"docker" "start" "-a" "855449203ff6893436647abb010d636bddded6c910e830316b59d8ae81d53f93"` Oct 27 15:02:49.196 INFO kablam! usermod: no changes Oct 27 15:02:49.464 INFO kablam! Compiling case v0.1.0 Oct 27 15:02:49.464 INFO kablam! Checking rent_to_own v0.1.0 Oct 27 15:02:49.467 INFO kablam! Checking daemonize v0.2.3 Oct 27 15:02:49.471 INFO kablam! Checking tokio-serde v0.1.0 Oct 27 15:02:49.471 INFO kablam! Compiling serde_derive v1.0.55 Oct 27 15:02:49.471 INFO kablam! Checking bincode v0.8.0 Oct 27 15:02:49.471 INFO kablam! Compiling synstructure v0.10.0 Oct 27 15:02:49.471 INFO kablam! Compiling structopt-derive v0.2.12 Oct 27 15:02:54.087 INFO kablam! Checking tokio-signal v0.2.6 Oct 27 15:02:54.207 INFO kablam! Compiling derive_state_machine_future v0.1.8 Oct 27 15:02:54.207 INFO kablam! Compiling derive-error v0.0.3 Oct 27 15:02:54.515 INFO kablam! Checking tokio-uds v0.1.7 Oct 27 15:02:56.929 INFO kablam! Checking tokio-borrow-stdio v0.1.0 Oct 27 15:03:05.843 INFO kablam! Checking tokio-signal v0.1.5 Oct 27 15:03:18.528 INFO kablam! Checking tokio-pty-process v0.3.0 Oct 27 15:03:27.031 INFO kablam! Checking tokio-serde-bincode v0.1.1 Oct 27 15:03:27.571 INFO kablam! Checking structopt v0.2.12 Oct 27 15:03:31.476 INFO kablam! Compiling failure_derive v0.1.3 Oct 27 15:03:38.547 INFO kablam! Checking state_machine_future v0.1.8 Oct 27 15:03:46.659 INFO kablam! Checking failure v0.1.3 Oct 27 15:03:47.671 INFO kablam! Checking stund_protocol v0.1.3 Oct 27 15:03:52.466 INFO kablam! Checking stund v0.1.3 (/source) Oct 27 15:04:01.875 INFO kablam! warning: unused `#[macro_use]` import Oct 27 15:04:01.875 INFO kablam! --> src/main.rs:14:1 Oct 27 15:04:01.876 INFO kablam! | Oct 27 15:04:01.876 INFO kablam! 14 | #[macro_use] extern crate structopt; Oct 27 15:04:01.876 INFO kablam! | ^^^^^^^^^^^^ Oct 27 15:04:01.876 INFO kablam! | Oct 27 15:04:01.877 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 15:04:01.877 INFO kablam! Oct 27 15:04:01.957 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 27 15:04:01.957 INFO kablam! --> src/daemon.rs:30:41 Oct 27 15:04:01.957 INFO kablam! | Oct 27 15:04:01.957 INFO kablam! 30 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 27 15:04:01.958 INFO kablam! | ^^^^^^^^^^ Oct 27 15:04:01.958 INFO kablam! | Oct 27 15:04:01.958 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 15:04:01.959 INFO kablam! Oct 27 15:04:01.959 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 27 15:04:01.959 INFO kablam! --> src/daemon.rs:30:53 Oct 27 15:04:01.959 INFO kablam! | Oct 27 15:04:01.960 INFO kablam! 30 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 27 15:04:01.960 INFO kablam! | ^^^^^^^^^^^ Oct 27 15:04:01.960 INFO kablam! Oct 27 15:04:01.960 INFO kablam! warning: use of deprecated item 'tokio_io::codec::BytesCodec': Moved to tokio-codec Oct 27 15:04:01.961 INFO kablam! --> src/daemon.rs:31:23 Oct 27 15:04:01.961 INFO kablam! | Oct 27 15:04:01.961 INFO kablam! 31 | use tokio_io::codec::{BytesCodec, Framed}; Oct 27 15:04:01.961 INFO kablam! | ^^^^^^^^^^ Oct 27 15:04:01.962 INFO kablam! Oct 27 15:04:01.962 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:04:01.962 INFO kablam! --> src/daemon.rs:31:35 Oct 27 15:04:01.962 INFO kablam! | Oct 27 15:04:01.963 INFO kablam! 31 | use tokio_io::codec::{BytesCodec, Framed}; Oct 27 15:04:01.963 INFO kablam! | ^^^^^^ Oct 27 15:04:01.963 INFO kablam! Oct 27 15:04:01.963 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 27 15:04:01.964 INFO kablam! --> src/daemon.rs:40:25 Oct 27 15:04:01.964 INFO kablam! | Oct 27 15:04:01.964 INFO kablam! 40 | type Ser = WriteBincode>, ServerMessage>; Oct 27 15:04:01.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:04:01.968 INFO kablam! Oct 27 15:04:01.968 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 27 15:04:01.968 INFO kablam! --> src/daemon.rs:41:23 Oct 27 15:04:01.968 INFO kablam! | Oct 27 15:04:01.969 INFO kablam! 41 | type De = ReadBincode>, ClientMessage>; Oct 27 15:04:01.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:04:01.969 INFO kablam! Oct 27 15:04:01.969 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:04:01.970 INFO kablam! --> src/daemon.rs:195:30 Oct 27 15:04:01.970 INFO kablam! | Oct 27 15:04:01.970 INFO kablam! 195 | type PtyStream = SplitStream>; Oct 27 15:04:01.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:04:01.971 INFO kablam! Oct 27 15:04:01.971 INFO kablam! warning: use of deprecated item 'tokio_io::codec::BytesCodec': Moved to tokio-codec Oct 27 15:04:01.971 INFO kablam! --> src/daemon.rs:195:53 Oct 27 15:04:01.972 INFO kablam! | Oct 27 15:04:01.972 INFO kablam! 195 | type PtyStream = SplitStream>; Oct 27 15:04:01.972 INFO kablam! | ^^^^^^^^^^ Oct 27 15:04:01.972 INFO kablam! Oct 27 15:04:01.973 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:04:01.973 INFO kablam! --> src/daemon.rs:196:26 Oct 27 15:04:01.973 INFO kablam! | Oct 27 15:04:01.974 INFO kablam! 196 | type PtySink = SplitSink>; Oct 27 15:04:01.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:04:01.974 INFO kablam! Oct 27 15:04:01.975 INFO kablam! warning: use of deprecated item 'tokio_io::codec::BytesCodec': Moved to tokio-codec Oct 27 15:04:01.975 INFO kablam! --> src/daemon.rs:196:49 Oct 27 15:04:01.975 INFO kablam! | Oct 27 15:04:01.975 INFO kablam! 196 | type PtySink = SplitSink>; Oct 27 15:04:01.976 INFO kablam! | ^^^^^^^^^^ Oct 27 15:04:01.976 INFO kablam! Oct 27 15:04:01.976 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 27 15:04:01.976 INFO kablam! --> src/daemon.rs:330:18 Oct 27 15:04:01.977 INFO kablam! | Oct 27 15:04:01.977 INFO kablam! 330 | let wdelim = FramedWrite::new(write); Oct 27 15:04:01.977 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 15:04:01.977 INFO kablam! Oct 27 15:04:01.978 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 27 15:04:01.978 INFO kablam! --> src/daemon.rs:332:18 Oct 27 15:04:01.978 INFO kablam! | Oct 27 15:04:01.978 INFO kablam! 332 | let rdelim = FramedRead::new(read); Oct 27 15:04:01.979 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 15:04:01.979 INFO kablam! Oct 27 15:04:01.979 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:04:01.979 INFO kablam! --> src/daemon.rs:676:17 Oct 27 15:04:01.980 INFO kablam! | Oct 27 15:04:01.980 INFO kablam! 676 | ) -> Result, Error> { Oct 27 15:04:01.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:04:01.980 INFO kablam! Oct 27 15:04:01.981 INFO kablam! warning: use of deprecated item 'tokio_io::codec::BytesCodec': Moved to tokio-codec Oct 27 15:04:01.981 INFO kablam! --> src/daemon.rs:676:40 Oct 27 15:04:01.981 INFO kablam! | Oct 27 15:04:01.981 INFO kablam! 676 | ) -> Result, Error> { Oct 27 15:04:01.982 INFO kablam! | ^^^^^^^^^^ Oct 27 15:04:01.982 INFO kablam! Oct 27 15:04:01.982 INFO kablam! warning: use of deprecated item 'tokio_io::codec::BytesCodec': Moved to tokio-codec Oct 27 15:04:01.982 INFO kablam! --> src/daemon.rs:705:29 Oct 27 15:04:01.987 INFO kablam! | Oct 27 15:04:01.987 INFO kablam! 705 | Ok(ptymaster.framed(BytesCodec::new())) Oct 27 15:04:01.987 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 15:04:01.988 INFO kablam! Oct 27 15:04:02.389 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 15:04:02.389 INFO kablam! --> src/daemon.rs:705:22 Oct 27 15:04:02.389 INFO kablam! | Oct 27 15:04:02.390 INFO kablam! 705 | Ok(ptymaster.framed(BytesCodec::new())) Oct 27 15:04:02.390 INFO kablam! | ^^^^^^ Oct 27 15:04:02.390 INFO kablam! Oct 27 15:04:03.047 INFO kablam! warning: unused `#[macro_use]` import Oct 27 15:04:03.047 INFO kablam! --> src/main.rs:14:1 Oct 27 15:04:03.047 INFO kablam! | Oct 27 15:04:03.047 INFO kablam! 14 | #[macro_use] extern crate structopt; Oct 27 15:04:03.047 INFO kablam! | ^^^^^^^^^^^^ Oct 27 15:04:03.047 INFO kablam! | Oct 27 15:04:03.047 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 15:04:03.047 INFO kablam! Oct 27 15:04:03.091 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 27 15:04:03.091 INFO kablam! --> src/daemon.rs:30:41 Oct 27 15:04:03.091 INFO kablam! | Oct 27 15:04:03.091 INFO kablam! 30 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 27 15:04:03.091 INFO kablam! | ^^^^^^^^^^ Oct 27 15:04:03.091 INFO kablam! | Oct 27 15:04:03.091 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 15:04:03.091 INFO kablam! Oct 27 15:04:03.091 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 27 15:04:03.091 INFO kablam! --> src/daemon.rs:30:53 Oct 27 15:04:03.091 INFO kablam! | Oct 27 15:04:03.091 INFO kablam! 30 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 27 15:04:03.091 INFO kablam! | ^^^^^^^^^^^ Oct 27 15:04:03.091 INFO kablam! Oct 27 15:04:03.091 INFO kablam! warning: use of deprecated item 'tokio_io::codec::BytesCodec': Moved to tokio-codec Oct 27 15:04:03.091 INFO kablam! --> src/daemon.rs:31:23 Oct 27 15:04:03.091 INFO kablam! | Oct 27 15:04:03.091 INFO kablam! 31 | use tokio_io::codec::{BytesCodec, Framed}; Oct 27 15:04:03.091 INFO kablam! | ^^^^^^^^^^ Oct 27 15:04:03.091 INFO kablam! Oct 27 15:04:03.091 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:04:03.091 INFO kablam! --> src/daemon.rs:31:35 Oct 27 15:04:03.091 INFO kablam! | Oct 27 15:04:03.091 INFO kablam! 31 | use tokio_io::codec::{BytesCodec, Framed}; Oct 27 15:04:03.091 INFO kablam! | ^^^^^^ Oct 27 15:04:03.091 INFO kablam! Oct 27 15:04:03.091 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 27 15:04:03.091 INFO kablam! --> src/daemon.rs:40:25 Oct 27 15:04:03.091 INFO kablam! | Oct 27 15:04:03.091 INFO kablam! 40 | type Ser = WriteBincode>, ServerMessage>; Oct 27 15:04:03.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:04:03.091 INFO kablam! Oct 27 15:04:03.091 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 27 15:04:03.092 INFO kablam! --> src/daemon.rs:41:23 Oct 27 15:04:03.092 INFO kablam! | Oct 27 15:04:03.092 INFO kablam! 41 | type De = ReadBincode>, ClientMessage>; Oct 27 15:04:03.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:04:03.092 INFO kablam! Oct 27 15:04:03.092 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:04:03.092 INFO kablam! --> src/daemon.rs:195:30 Oct 27 15:04:03.092 INFO kablam! | Oct 27 15:04:03.092 INFO kablam! 195 | type PtyStream = SplitStream>; Oct 27 15:04:03.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:04:03.092 INFO kablam! Oct 27 15:04:03.092 INFO kablam! warning: use of deprecated item 'tokio_io::codec::BytesCodec': Moved to tokio-codec Oct 27 15:04:03.092 INFO kablam! --> src/daemon.rs:195:53 Oct 27 15:04:03.092 INFO kablam! | Oct 27 15:04:03.092 INFO kablam! 195 | type PtyStream = SplitStream>; Oct 27 15:04:03.092 INFO kablam! | ^^^^^^^^^^ Oct 27 15:04:03.092 INFO kablam! Oct 27 15:04:03.092 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:04:03.092 INFO kablam! --> src/daemon.rs:196:26 Oct 27 15:04:03.092 INFO kablam! | Oct 27 15:04:03.092 INFO kablam! 196 | type PtySink = SplitSink>; Oct 27 15:04:03.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:04:03.092 INFO kablam! Oct 27 15:04:03.092 INFO kablam! warning: use of deprecated item 'tokio_io::codec::BytesCodec': Moved to tokio-codec Oct 27 15:04:03.092 INFO kablam! --> src/daemon.rs:196:49 Oct 27 15:04:03.092 INFO kablam! | Oct 27 15:04:03.092 INFO kablam! 196 | type PtySink = SplitSink>; Oct 27 15:04:03.092 INFO kablam! | ^^^^^^^^^^ Oct 27 15:04:03.092 INFO kablam! Oct 27 15:04:03.092 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 27 15:04:03.092 INFO kablam! --> src/daemon.rs:330:18 Oct 27 15:04:03.092 INFO kablam! | Oct 27 15:04:03.092 INFO kablam! 330 | let wdelim = FramedWrite::new(write); Oct 27 15:04:03.092 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 15:04:03.092 INFO kablam! Oct 27 15:04:03.092 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 27 15:04:03.092 INFO kablam! --> src/daemon.rs:332:18 Oct 27 15:04:03.092 INFO kablam! | Oct 27 15:04:03.092 INFO kablam! 332 | let rdelim = FramedRead::new(read); Oct 27 15:04:03.092 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 15:04:03.092 INFO kablam! Oct 27 15:04:03.092 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:04:03.092 INFO kablam! --> src/daemon.rs:676:17 Oct 27 15:04:03.092 INFO kablam! | Oct 27 15:04:03.092 INFO kablam! 676 | ) -> Result, Error> { Oct 27 15:04:03.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:04:03.092 INFO kablam! Oct 27 15:04:03.092 INFO kablam! warning: use of deprecated item 'tokio_io::codec::BytesCodec': Moved to tokio-codec Oct 27 15:04:03.092 INFO kablam! --> src/daemon.rs:676:40 Oct 27 15:04:03.092 INFO kablam! | Oct 27 15:04:03.092 INFO kablam! 676 | ) -> Result, Error> { Oct 27 15:04:03.092 INFO kablam! | ^^^^^^^^^^ Oct 27 15:04:03.092 INFO kablam! Oct 27 15:04:03.092 INFO kablam! warning: use of deprecated item 'tokio_io::codec::BytesCodec': Moved to tokio-codec Oct 27 15:04:03.092 INFO kablam! --> src/daemon.rs:705:29 Oct 27 15:04:03.092 INFO kablam! | Oct 27 15:04:03.092 INFO kablam! 705 | Ok(ptymaster.framed(BytesCodec::new())) Oct 27 15:04:03.092 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 15:04:03.092 INFO kablam! Oct 27 15:04:03.379 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 15:04:03.379 INFO kablam! --> src/daemon.rs:705:22 Oct 27 15:04:03.379 INFO kablam! | Oct 27 15:04:03.379 INFO kablam! 705 | Ok(ptymaster.framed(BytesCodec::new())) Oct 27 15:04:03.379 INFO kablam! | ^^^^^^ Oct 27 15:04:03.379 INFO kablam! Oct 27 15:04:03.570 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 14s Oct 27 15:04:03.582 INFO kablam! su: No module specific data is present Oct 27 15:04:04.311 INFO running `"docker" "rm" "-f" "855449203ff6893436647abb010d636bddded6c910e830316b59d8ae81d53f93"` Oct 27 15:04:04.479 INFO blam! 855449203ff6893436647abb010d636bddded6c910e830316b59d8ae81d53f93