Oct 21 23:15:36.934 INFO checking stund-0.1.3 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 23:15:36.934 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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:37.131 INFO blam! cccdfce51b33f2ceceff3f8bd200eed2fdea2172fca168a82ab770246f8eeeb0 Oct 21 23:15:37.137 INFO running `"docker" "start" "-a" "cccdfce51b33f2ceceff3f8bd200eed2fdea2172fca168a82ab770246f8eeeb0"` Oct 21 23:15:38.032 INFO kablam! usermod: no changes Oct 21 23:15:38.433 INFO kablam! Compiling darling_core v0.8.0 Oct 21 23:15:38.433 INFO kablam! Compiling structopt-derive v0.2.12 Oct 21 23:15:38.433 INFO kablam! Checking tokio-serde-bincode v0.1.1 Oct 21 23:15:38.433 INFO kablam! Checking failure v0.1.3 Oct 21 23:15:38.433 INFO kablam! Checking tokio-pty-process v0.3.0 Oct 21 23:15:38.433 INFO kablam! Checking tokio-uds v0.1.7 Oct 21 23:15:38.433 INFO kablam! Checking tokio-signal v0.1.5 Oct 21 23:15:38.433 INFO kablam! Checking tokio-borrow-stdio v0.1.0 Oct 21 23:15:52.176 INFO kablam! Checking structopt v0.2.12 Oct 21 23:15:58.870 INFO kablam! Compiling darling_macro v0.8.0 Oct 21 23:16:03.551 INFO kablam! Compiling darling v0.8.0 Oct 21 23:16:06.800 INFO kablam! Compiling derive_state_machine_future v0.1.8 Oct 21 23:16:18.040 INFO kablam! Checking state_machine_future v0.1.8 Oct 21 23:16:18.577 INFO kablam! Checking stund_protocol v0.1.3 Oct 21 23:16:23.788 INFO kablam! Checking stund v0.1.3 (/source) Oct 21 23:16:31.820 INFO kablam! warning: unused `#[macro_use]` import Oct 21 23:16:31.820 INFO kablam! --> src/main.rs:14:1 Oct 21 23:16:31.820 INFO kablam! | Oct 21 23:16:31.820 INFO kablam! 14 | #[macro_use] extern crate structopt; Oct 21 23:16:31.820 INFO kablam! | ^^^^^^^^^^^^ Oct 21 23:16:31.820 INFO kablam! | Oct 21 23:16:31.820 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 23:16:31.820 INFO kablam! Oct 21 23:16:31.856 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 21 23:16:31.857 INFO kablam! --> src/daemon.rs:30:41 Oct 21 23:16:31.857 INFO kablam! | Oct 21 23:16:31.857 INFO kablam! 30 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 21 23:16:31.857 INFO kablam! | ^^^^^^^^^^ Oct 21 23:16:31.857 INFO kablam! | Oct 21 23:16:31.857 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 23:16:31.857 INFO kablam! Oct 21 23:16:31.857 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 21 23:16:31.857 INFO kablam! --> src/daemon.rs:30:53 Oct 21 23:16:31.857 INFO kablam! | Oct 21 23:16:31.857 INFO kablam! 30 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 21 23:16:31.857 INFO kablam! | ^^^^^^^^^^^ Oct 21 23:16:31.857 INFO kablam! Oct 21 23:16:31.857 INFO kablam! warning: use of deprecated item 'tokio_io::codec::BytesCodec': Moved to tokio-codec Oct 21 23:16:31.857 INFO kablam! --> src/daemon.rs:31:23 Oct 21 23:16:31.857 INFO kablam! | Oct 21 23:16:31.857 INFO kablam! 31 | use tokio_io::codec::{BytesCodec, Framed}; Oct 21 23:16:31.857 INFO kablam! | ^^^^^^^^^^ Oct 21 23:16:31.857 INFO kablam! Oct 21 23:16:31.857 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 23:16:31.857 INFO kablam! --> src/daemon.rs:31:35 Oct 21 23:16:31.857 INFO kablam! | Oct 21 23:16:31.857 INFO kablam! 31 | use tokio_io::codec::{BytesCodec, Framed}; Oct 21 23:16:31.857 INFO kablam! | ^^^^^^ Oct 21 23:16:31.857 INFO kablam! Oct 21 23:16:31.857 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 21 23:16:31.857 INFO kablam! --> src/daemon.rs:40:25 Oct 21 23:16:31.857 INFO kablam! | Oct 21 23:16:31.857 INFO kablam! 40 | type Ser = WriteBincode>, ServerMessage>; Oct 21 23:16:31.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:16:31.857 INFO kablam! Oct 21 23:16:31.857 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 21 23:16:31.857 INFO kablam! --> src/daemon.rs:41:23 Oct 21 23:16:31.857 INFO kablam! | Oct 21 23:16:31.857 INFO kablam! 41 | type De = ReadBincode>, ClientMessage>; Oct 21 23:16:31.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:16:31.857 INFO kablam! Oct 21 23:16:31.857 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 23:16:31.857 INFO kablam! --> src/daemon.rs:195:30 Oct 21 23:16:31.857 INFO kablam! | Oct 21 23:16:31.857 INFO kablam! 195 | type PtyStream = SplitStream>; Oct 21 23:16:31.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:16:31.857 INFO kablam! Oct 21 23:16:31.857 INFO kablam! warning: use of deprecated item 'tokio_io::codec::BytesCodec': Moved to tokio-codec Oct 21 23:16:31.857 INFO kablam! --> src/daemon.rs:195:53 Oct 21 23:16:31.857 INFO kablam! | Oct 21 23:16:31.857 INFO kablam! 195 | type PtyStream = SplitStream>; Oct 21 23:16:31.857 INFO kablam! | ^^^^^^^^^^ Oct 21 23:16:31.857 INFO kablam! Oct 21 23:16:31.857 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 23:16:31.857 INFO kablam! --> src/daemon.rs:196:26 Oct 21 23:16:31.857 INFO kablam! | Oct 21 23:16:31.857 INFO kablam! 196 | type PtySink = SplitSink>; Oct 21 23:16:31.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:16:31.857 INFO kablam! Oct 21 23:16:31.857 INFO kablam! warning: use of deprecated item 'tokio_io::codec::BytesCodec': Moved to tokio-codec Oct 21 23:16:31.857 INFO kablam! --> src/daemon.rs:196:49 Oct 21 23:16:31.857 INFO kablam! | Oct 21 23:16:31.857 INFO kablam! 196 | type PtySink = SplitSink>; Oct 21 23:16:31.857 INFO kablam! | ^^^^^^^^^^ Oct 21 23:16:31.857 INFO kablam! Oct 21 23:16:31.857 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 21 23:16:31.857 INFO kablam! --> src/daemon.rs:330:18 Oct 21 23:16:31.857 INFO kablam! | Oct 21 23:16:31.857 INFO kablam! 330 | let wdelim = FramedWrite::new(write); Oct 21 23:16:31.857 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 23:16:31.857 INFO kablam! Oct 21 23:16:31.857 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 21 23:16:31.857 INFO kablam! --> src/daemon.rs:332:18 Oct 21 23:16:31.857 INFO kablam! | Oct 21 23:16:31.857 INFO kablam! 332 | let rdelim = FramedRead::new(read); Oct 21 23:16:31.857 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 23:16:31.857 INFO kablam! Oct 21 23:16:31.872 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 23:16:31.872 INFO kablam! --> src/daemon.rs:676:17 Oct 21 23:16:31.872 INFO kablam! | Oct 21 23:16:31.872 INFO kablam! 676 | ) -> Result, Error> { Oct 21 23:16:31.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:16:31.872 INFO kablam! Oct 21 23:16:31.872 INFO kablam! warning: use of deprecated item 'tokio_io::codec::BytesCodec': Moved to tokio-codec Oct 21 23:16:31.872 INFO kablam! --> src/daemon.rs:676:40 Oct 21 23:16:31.872 INFO kablam! | Oct 21 23:16:31.872 INFO kablam! 676 | ) -> Result, Error> { Oct 21 23:16:31.872 INFO kablam! | ^^^^^^^^^^ Oct 21 23:16:31.872 INFO kablam! Oct 21 23:16:31.872 INFO kablam! warning: use of deprecated item 'tokio_io::codec::BytesCodec': Moved to tokio-codec Oct 21 23:16:31.872 INFO kablam! --> src/daemon.rs:705:29 Oct 21 23:16:31.872 INFO kablam! | Oct 21 23:16:31.872 INFO kablam! 705 | Ok(ptymaster.framed(BytesCodec::new())) Oct 21 23:16:31.872 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 23:16:31.872 INFO kablam! Oct 21 23:16:31.924 INFO kablam! warning: unused `#[macro_use]` import Oct 21 23:16:31.924 INFO kablam! --> src/main.rs:14:1 Oct 21 23:16:31.924 INFO kablam! | Oct 21 23:16:31.924 INFO kablam! 14 | #[macro_use] extern crate structopt; Oct 21 23:16:31.924 INFO kablam! | ^^^^^^^^^^^^ Oct 21 23:16:31.924 INFO kablam! | Oct 21 23:16:31.924 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 23:16:31.924 INFO kablam! Oct 21 23:16:31.970 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 21 23:16:31.970 INFO kablam! --> src/daemon.rs:30:41 Oct 21 23:16:31.970 INFO kablam! | Oct 21 23:16:31.970 INFO kablam! 30 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 21 23:16:31.970 INFO kablam! | ^^^^^^^^^^ Oct 21 23:16:31.970 INFO kablam! | Oct 21 23:16:31.970 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 23:16:31.970 INFO kablam! Oct 21 23:16:31.970 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 21 23:16:31.970 INFO kablam! --> src/daemon.rs:30:53 Oct 21 23:16:31.970 INFO kablam! | Oct 21 23:16:31.970 INFO kablam! 30 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 21 23:16:31.970 INFO kablam! | ^^^^^^^^^^^ Oct 21 23:16:31.970 INFO kablam! Oct 21 23:16:31.970 INFO kablam! warning: use of deprecated item 'tokio_io::codec::BytesCodec': Moved to tokio-codec Oct 21 23:16:31.970 INFO kablam! --> src/daemon.rs:31:23 Oct 21 23:16:31.970 INFO kablam! | Oct 21 23:16:31.970 INFO kablam! 31 | use tokio_io::codec::{BytesCodec, Framed}; Oct 21 23:16:31.970 INFO kablam! | ^^^^^^^^^^ Oct 21 23:16:31.970 INFO kablam! Oct 21 23:16:31.970 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 23:16:31.970 INFO kablam! --> src/daemon.rs:31:35 Oct 21 23:16:31.970 INFO kablam! | Oct 21 23:16:31.970 INFO kablam! 31 | use tokio_io::codec::{BytesCodec, Framed}; Oct 21 23:16:31.970 INFO kablam! | ^^^^^^ Oct 21 23:16:31.970 INFO kablam! Oct 21 23:16:31.970 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 21 23:16:31.970 INFO kablam! --> src/daemon.rs:40:25 Oct 21 23:16:31.970 INFO kablam! | Oct 21 23:16:31.970 INFO kablam! 40 | type Ser = WriteBincode>, ServerMessage>; Oct 21 23:16:31.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:16:31.970 INFO kablam! Oct 21 23:16:31.970 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 21 23:16:31.970 INFO kablam! --> src/daemon.rs:41:23 Oct 21 23:16:31.970 INFO kablam! | Oct 21 23:16:31.970 INFO kablam! 41 | type De = ReadBincode>, ClientMessage>; Oct 21 23:16:31.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:16:31.970 INFO kablam! Oct 21 23:16:31.970 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 23:16:31.970 INFO kablam! --> src/daemon.rs:195:30 Oct 21 23:16:31.970 INFO kablam! | Oct 21 23:16:31.970 INFO kablam! 195 | type PtyStream = SplitStream>; Oct 21 23:16:31.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:16:31.970 INFO kablam! Oct 21 23:16:31.970 INFO kablam! warning: use of deprecated item 'tokio_io::codec::BytesCodec': Moved to tokio-codec Oct 21 23:16:31.970 INFO kablam! --> src/daemon.rs:195:53 Oct 21 23:16:31.970 INFO kablam! | Oct 21 23:16:31.970 INFO kablam! 195 | type PtyStream = SplitStream>; Oct 21 23:16:31.970 INFO kablam! | ^^^^^^^^^^ Oct 21 23:16:31.970 INFO kablam! Oct 21 23:16:31.970 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 23:16:31.970 INFO kablam! --> src/daemon.rs:196:26 Oct 21 23:16:31.970 INFO kablam! | Oct 21 23:16:31.970 INFO kablam! 196 | type PtySink = SplitSink>; Oct 21 23:16:31.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:16:31.970 INFO kablam! Oct 21 23:16:31.970 INFO kablam! warning: use of deprecated item 'tokio_io::codec::BytesCodec': Moved to tokio-codec Oct 21 23:16:31.970 INFO kablam! --> src/daemon.rs:196:49 Oct 21 23:16:31.970 INFO kablam! | Oct 21 23:16:31.970 INFO kablam! 196 | type PtySink = SplitSink>; Oct 21 23:16:31.970 INFO kablam! | ^^^^^^^^^^ Oct 21 23:16:31.970 INFO kablam! Oct 21 23:16:31.970 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 21 23:16:31.970 INFO kablam! --> src/daemon.rs:330:18 Oct 21 23:16:31.970 INFO kablam! | Oct 21 23:16:31.970 INFO kablam! 330 | let wdelim = FramedWrite::new(write); Oct 21 23:16:31.970 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 23:16:31.970 INFO kablam! Oct 21 23:16:31.970 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 21 23:16:31.970 INFO kablam! --> src/daemon.rs:332:18 Oct 21 23:16:31.970 INFO kablam! | Oct 21 23:16:31.970 INFO kablam! 332 | let rdelim = FramedRead::new(read); Oct 21 23:16:31.970 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 23:16:31.970 INFO kablam! Oct 21 23:16:31.970 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 23:16:31.970 INFO kablam! --> src/daemon.rs:676:17 Oct 21 23:16:31.970 INFO kablam! | Oct 21 23:16:31.970 INFO kablam! 676 | ) -> Result, Error> { Oct 21 23:16:31.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:16:31.970 INFO kablam! Oct 21 23:16:31.970 INFO kablam! warning: use of deprecated item 'tokio_io::codec::BytesCodec': Moved to tokio-codec Oct 21 23:16:31.970 INFO kablam! --> src/daemon.rs:676:40 Oct 21 23:16:31.970 INFO kablam! | Oct 21 23:16:31.970 INFO kablam! 676 | ) -> Result, Error> { Oct 21 23:16:31.970 INFO kablam! | ^^^^^^^^^^ Oct 21 23:16:31.971 INFO kablam! Oct 21 23:16:31.971 INFO kablam! warning: use of deprecated item 'tokio_io::codec::BytesCodec': Moved to tokio-codec Oct 21 23:16:31.971 INFO kablam! --> src/daemon.rs:705:29 Oct 21 23:16:31.971 INFO kablam! | Oct 21 23:16:31.971 INFO kablam! 705 | Ok(ptymaster.framed(BytesCodec::new())) Oct 21 23:16:31.971 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 23:16:31.971 INFO kablam! Oct 21 23:16:32.175 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 21 23:16:32.175 INFO kablam! --> src/daemon.rs:705:22 Oct 21 23:16:32.175 INFO kablam! | Oct 21 23:16:32.175 INFO kablam! 705 | Ok(ptymaster.framed(BytesCodec::new())) Oct 21 23:16:32.175 INFO kablam! | ^^^^^^ Oct 21 23:16:32.175 INFO kablam! Oct 21 23:16:32.324 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 21 23:16:32.324 INFO kablam! --> src/daemon.rs:705:22 Oct 21 23:16:32.324 INFO kablam! | Oct 21 23:16:32.324 INFO kablam! 705 | Ok(ptymaster.framed(BytesCodec::new())) Oct 21 23:16:32.324 INFO kablam! | ^^^^^^ Oct 21 23:16:32.324 INFO kablam! Oct 21 23:16:32.556 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 54.46s Oct 21 23:16:32.565 INFO kablam! su: No module specific data is present Oct 21 23:16:32.898 INFO running `"docker" "rm" "-f" "cccdfce51b33f2ceceff3f8bd200eed2fdea2172fca168a82ab770246f8eeeb0"` Oct 21 23:16:33.123 INFO blam! cccdfce51b33f2ceceff3f8bd200eed2fdea2172fca168a82ab770246f8eeeb0