Oct 27 15:02:48.356 INFO checking stund-0.1.3 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 15:02:48.356 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/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 27 15:02:48.635 INFO blam! bfae7871ec77bd1e0920171b29a1e98543503a22d9fe9c340694e3642ef3ec7e Oct 27 15:02:48.647 INFO running `"docker" "start" "-a" "bfae7871ec77bd1e0920171b29a1e98543503a22d9fe9c340694e3642ef3ec7e"` Oct 27 15:02:49.179 INFO kablam! usermod: no changes Oct 27 15:02:49.435 INFO kablam! Checking tokio-serde v0.1.0 Oct 27 15:02:49.441 INFO kablam! Compiling derive-error v0.0.3 Oct 27 15:02:49.445 INFO kablam! Checking bincode v0.8.0 Oct 27 15:02:49.445 INFO kablam! Compiling darling_core v0.8.0 Oct 27 15:02:49.445 INFO kablam! Compiling synstructure v0.10.0 Oct 27 15:02:49.445 INFO kablam! Checking structopt v0.2.12 Oct 27 15:02:49.445 INFO kablam! Checking tokio-signal v0.2.6 Oct 27 15:02:49.445 INFO kablam! Checking tokio-uds v0.1.7 Oct 27 15:02:55.007 INFO kablam! Checking tokio-borrow-stdio v0.1.0 Oct 27 15:02:55.627 INFO kablam! Checking tokio-signal v0.1.5 Oct 27 15:03:03.811 INFO kablam! Checking tokio-pty-process v0.3.0 Oct 27 15:03:12.728 INFO kablam! Checking tokio-serde-bincode v0.1.1 Oct 27 15:03:19.688 INFO kablam! Compiling failure_derive v0.1.3 Oct 27 15:03:28.372 INFO kablam! Compiling darling_macro v0.8.0 Oct 27 15:03:33.501 INFO kablam! Checking failure v0.1.3 Oct 27 15:03:36.408 INFO kablam! Compiling darling v0.8.0 Oct 27 15:03:39.740 INFO kablam! Compiling derive_state_machine_future v0.1.8 Oct 27 15:03:51.051 INFO kablam! Checking state_machine_future v0.1.8 Oct 27 15:03:51.632 INFO kablam! Checking stund_protocol v0.1.3 Oct 27 15:03:56.655 INFO kablam! Checking stund v0.1.3 (/source) Oct 27 15:04:03.188 INFO kablam! warning: unused `#[macro_use]` import Oct 27 15:04:03.188 INFO kablam! --> src/main.rs:14:1 Oct 27 15:04:03.188 INFO kablam! | Oct 27 15:04:03.188 INFO kablam! 14 | #[macro_use] extern crate structopt; Oct 27 15:04:03.188 INFO kablam! | ^^^^^^^^^^^^ Oct 27 15:04:03.188 INFO kablam! | Oct 27 15:04:03.188 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 15:04:03.188 INFO kablam! Oct 27 15:04:03.307 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 27 15:04:03.307 INFO kablam! --> src/daemon.rs:30:41 Oct 27 15:04:03.307 INFO kablam! | Oct 27 15:04:03.307 INFO kablam! 30 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 27 15:04:03.307 INFO kablam! | ^^^^^^^^^^ Oct 27 15:04:03.307 INFO kablam! | Oct 27 15:04:03.307 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 15:04:03.307 INFO kablam! Oct 27 15:04:03.307 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 27 15:04:03.307 INFO kablam! --> src/daemon.rs:30:53 Oct 27 15:04:03.307 INFO kablam! | Oct 27 15:04:03.307 INFO kablam! 30 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 27 15:04:03.307 INFO kablam! | ^^^^^^^^^^^ Oct 27 15:04:03.307 INFO kablam! Oct 27 15:04:03.307 INFO kablam! warning: use of deprecated item 'tokio_io::codec::BytesCodec': Moved to tokio-codec Oct 27 15:04:03.307 INFO kablam! --> src/daemon.rs:31:23 Oct 27 15:04:03.307 INFO kablam! | Oct 27 15:04:03.307 INFO kablam! 31 | use tokio_io::codec::{BytesCodec, Framed}; Oct 27 15:04:03.307 INFO kablam! | ^^^^^^^^^^ Oct 27 15:04:03.307 INFO kablam! Oct 27 15:04:03.307 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:04:03.307 INFO kablam! --> src/daemon.rs:31:35 Oct 27 15:04:03.307 INFO kablam! | Oct 27 15:04:03.307 INFO kablam! 31 | use tokio_io::codec::{BytesCodec, Framed}; Oct 27 15:04:03.307 INFO kablam! | ^^^^^^ Oct 27 15:04:03.307 INFO kablam! Oct 27 15:04:03.307 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 27 15:04:03.307 INFO kablam! --> src/daemon.rs:40:25 Oct 27 15:04:03.308 INFO kablam! | Oct 27 15:04:03.308 INFO kablam! 40 | type Ser = WriteBincode>, ServerMessage>; Oct 27 15:04:03.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:04:03.308 INFO kablam! Oct 27 15:04:03.308 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 27 15:04:03.308 INFO kablam! --> src/daemon.rs:41:23 Oct 27 15:04:03.308 INFO kablam! | Oct 27 15:04:03.308 INFO kablam! 41 | type De = ReadBincode>, ClientMessage>; Oct 27 15:04:03.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:04:03.308 INFO kablam! Oct 27 15:04:03.308 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:04:03.308 INFO kablam! --> src/daemon.rs:195:30 Oct 27 15:04:03.308 INFO kablam! | Oct 27 15:04:03.308 INFO kablam! 195 | type PtyStream = SplitStream>; Oct 27 15:04:03.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:04:03.308 INFO kablam! Oct 27 15:04:03.308 INFO kablam! warning: use of deprecated item 'tokio_io::codec::BytesCodec': Moved to tokio-codec Oct 27 15:04:03.308 INFO kablam! --> src/daemon.rs:195:53 Oct 27 15:04:03.308 INFO kablam! | Oct 27 15:04:03.308 INFO kablam! 195 | type PtyStream = SplitStream>; Oct 27 15:04:03.308 INFO kablam! | ^^^^^^^^^^ Oct 27 15:04:03.308 INFO kablam! Oct 27 15:04:03.308 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:04:03.308 INFO kablam! --> src/daemon.rs:196:26 Oct 27 15:04:03.308 INFO kablam! | Oct 27 15:04:03.308 INFO kablam! 196 | type PtySink = SplitSink>; Oct 27 15:04:03.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:04:03.308 INFO kablam! Oct 27 15:04:03.308 INFO kablam! warning: use of deprecated item 'tokio_io::codec::BytesCodec': Moved to tokio-codec Oct 27 15:04:03.308 INFO kablam! --> src/daemon.rs:196:49 Oct 27 15:04:03.308 INFO kablam! | Oct 27 15:04:03.308 INFO kablam! 196 | type PtySink = SplitSink>; Oct 27 15:04:03.308 INFO kablam! | ^^^^^^^^^^ Oct 27 15:04:03.308 INFO kablam! Oct 27 15:04:03.308 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 27 15:04:03.308 INFO kablam! --> src/daemon.rs:330:18 Oct 27 15:04:03.308 INFO kablam! | Oct 27 15:04:03.308 INFO kablam! 330 | let wdelim = FramedWrite::new(write); Oct 27 15:04:03.308 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 15:04:03.308 INFO kablam! Oct 27 15:04:03.308 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 27 15:04:03.308 INFO kablam! --> src/daemon.rs:332:18 Oct 27 15:04:03.308 INFO kablam! | Oct 27 15:04:03.308 INFO kablam! 332 | let rdelim = FramedRead::new(read); Oct 27 15:04:03.308 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 15:04:03.308 INFO kablam! Oct 27 15:04:03.308 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:04:03.308 INFO kablam! --> src/daemon.rs:676:17 Oct 27 15:04:03.308 INFO kablam! | Oct 27 15:04:03.308 INFO kablam! 676 | ) -> Result, Error> { Oct 27 15:04:03.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:04:03.308 INFO kablam! Oct 27 15:04:03.308 INFO kablam! warning: use of deprecated item 'tokio_io::codec::BytesCodec': Moved to tokio-codec Oct 27 15:04:03.308 INFO kablam! --> src/daemon.rs:676:40 Oct 27 15:04:03.308 INFO kablam! | Oct 27 15:04:03.308 INFO kablam! 676 | ) -> Result, Error> { Oct 27 15:04:03.308 INFO kablam! | ^^^^^^^^^^ Oct 27 15:04:03.308 INFO kablam! Oct 27 15:04:03.308 INFO kablam! warning: use of deprecated item 'tokio_io::codec::BytesCodec': Moved to tokio-codec Oct 27 15:04:03.308 INFO kablam! --> src/daemon.rs:705:29 Oct 27 15:04:03.308 INFO kablam! | Oct 27 15:04:03.308 INFO kablam! 705 | Ok(ptymaster.framed(BytesCodec::new())) Oct 27 15:04:03.308 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 15:04:03.308 INFO kablam! Oct 27 15:04:03.468 INFO kablam! warning: unused `#[macro_use]` import Oct 27 15:04:03.468 INFO kablam! --> src/main.rs:14:1 Oct 27 15:04:03.468 INFO kablam! | Oct 27 15:04:03.468 INFO kablam! 14 | #[macro_use] extern crate structopt; Oct 27 15:04:03.468 INFO kablam! | ^^^^^^^^^^^^ Oct 27 15:04:03.468 INFO kablam! | Oct 27 15:04:03.468 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 15:04:03.468 INFO kablam! Oct 27 15:04:03.542 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 27 15:04:03.542 INFO kablam! --> src/daemon.rs:30:41 Oct 27 15:04:03.542 INFO kablam! | Oct 27 15:04:03.542 INFO kablam! 30 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 27 15:04:03.542 INFO kablam! | ^^^^^^^^^^ Oct 27 15:04:03.542 INFO kablam! | Oct 27 15:04:03.542 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 15:04:03.542 INFO kablam! Oct 27 15:04:03.542 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 27 15:04:03.542 INFO kablam! --> src/daemon.rs:30:53 Oct 27 15:04:03.542 INFO kablam! | Oct 27 15:04:03.542 INFO kablam! 30 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 27 15:04:03.542 INFO kablam! | ^^^^^^^^^^^ Oct 27 15:04:03.542 INFO kablam! Oct 27 15:04:03.542 INFO kablam! warning: use of deprecated item 'tokio_io::codec::BytesCodec': Moved to tokio-codec Oct 27 15:04:03.542 INFO kablam! --> src/daemon.rs:31:23 Oct 27 15:04:03.542 INFO kablam! | Oct 27 15:04:03.542 INFO kablam! 31 | use tokio_io::codec::{BytesCodec, Framed}; Oct 27 15:04:03.542 INFO kablam! | ^^^^^^^^^^ Oct 27 15:04:03.542 INFO kablam! Oct 27 15:04:03.542 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:04:03.542 INFO kablam! --> src/daemon.rs:31:35 Oct 27 15:04:03.542 INFO kablam! | Oct 27 15:04:03.542 INFO kablam! 31 | use tokio_io::codec::{BytesCodec, Framed}; Oct 27 15:04:03.542 INFO kablam! | ^^^^^^ Oct 27 15:04:03.542 INFO kablam! Oct 27 15:04:03.542 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 27 15:04:03.542 INFO kablam! --> src/daemon.rs:40:25 Oct 27 15:04:03.542 INFO kablam! | Oct 27 15:04:03.542 INFO kablam! 40 | type Ser = WriteBincode>, ServerMessage>; Oct 27 15:04:03.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:04:03.542 INFO kablam! Oct 27 15:04:03.542 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 27 15:04:03.542 INFO kablam! --> src/daemon.rs:41:23 Oct 27 15:04:03.542 INFO kablam! | Oct 27 15:04:03.542 INFO kablam! 41 | type De = ReadBincode>, ClientMessage>; Oct 27 15:04:03.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:04:03.542 INFO kablam! Oct 27 15:04:03.542 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:04:03.542 INFO kablam! --> src/daemon.rs:195:30 Oct 27 15:04:03.542 INFO kablam! | Oct 27 15:04:03.542 INFO kablam! 195 | type PtyStream = SplitStream>; Oct 27 15:04:03.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:04:03.542 INFO kablam! Oct 27 15:04:03.542 INFO kablam! warning: use of deprecated item 'tokio_io::codec::BytesCodec': Moved to tokio-codec Oct 27 15:04:03.542 INFO kablam! --> src/daemon.rs:195:53 Oct 27 15:04:03.542 INFO kablam! | Oct 27 15:04:03.542 INFO kablam! 195 | type PtyStream = SplitStream>; Oct 27 15:04:03.543 INFO kablam! | ^^^^^^^^^^ Oct 27 15:04:03.543 INFO kablam! Oct 27 15:04:03.543 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:04:03.543 INFO kablam! --> src/daemon.rs:196:26 Oct 27 15:04:03.544 INFO kablam! | Oct 27 15:04:03.544 INFO kablam! 196 | type PtySink = SplitSink>; Oct 27 15:04:03.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:04:03.544 INFO kablam! Oct 27 15:04:03.545 INFO kablam! warning: use of deprecated item 'tokio_io::codec::BytesCodec': Moved to tokio-codec Oct 27 15:04:03.545 INFO kablam! --> src/daemon.rs:196:49 Oct 27 15:04:03.545 INFO kablam! | Oct 27 15:04:03.545 INFO kablam! 196 | type PtySink = SplitSink>; Oct 27 15:04:03.545 INFO kablam! | ^^^^^^^^^^ Oct 27 15:04:03.545 INFO kablam! Oct 27 15:04:03.545 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 27 15:04:03.545 INFO kablam! --> src/daemon.rs:330:18 Oct 27 15:04:03.545 INFO kablam! | Oct 27 15:04:03.545 INFO kablam! 330 | let wdelim = FramedWrite::new(write); Oct 27 15:04:03.545 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 15:04:03.545 INFO kablam! Oct 27 15:04:03.545 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 27 15:04:03.545 INFO kablam! --> src/daemon.rs:332:18 Oct 27 15:04:03.545 INFO kablam! | Oct 27 15:04:03.545 INFO kablam! 332 | let rdelim = FramedRead::new(read); Oct 27 15:04:03.546 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 15:04:03.546 INFO kablam! Oct 27 15:04:03.546 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 15:04:03.546 INFO kablam! --> src/daemon.rs:676:17 Oct 27 15:04:03.546 INFO kablam! | Oct 27 15:04:03.546 INFO kablam! 676 | ) -> Result, Error> { Oct 27 15:04:03.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:04:03.546 INFO kablam! Oct 27 15:04:03.546 INFO kablam! warning: use of deprecated item 'tokio_io::codec::BytesCodec': Moved to tokio-codec Oct 27 15:04:03.546 INFO kablam! --> src/daemon.rs:676:40 Oct 27 15:04:03.546 INFO kablam! | Oct 27 15:04:03.546 INFO kablam! 676 | ) -> Result, Error> { Oct 27 15:04:03.546 INFO kablam! | ^^^^^^^^^^ Oct 27 15:04:03.546 INFO kablam! Oct 27 15:04:03.546 INFO kablam! warning: use of deprecated item 'tokio_io::codec::BytesCodec': Moved to tokio-codec Oct 27 15:04:03.546 INFO kablam! --> src/daemon.rs:705:29 Oct 27 15:04:03.546 INFO kablam! | Oct 27 15:04:03.546 INFO kablam! 705 | Ok(ptymaster.framed(BytesCodec::new())) Oct 27 15:04:03.546 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 15:04:03.546 INFO kablam! Oct 27 15:04:03.751 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 15:04:03.751 INFO kablam! --> src/daemon.rs:705:22 Oct 27 15:04:03.751 INFO kablam! | Oct 27 15:04:03.751 INFO kablam! 705 | Ok(ptymaster.framed(BytesCodec::new())) Oct 27 15:04:03.751 INFO kablam! | ^^^^^^ Oct 27 15:04:03.751 INFO kablam! Oct 27 15:04:03.939 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 15:04:03.939 INFO kablam! --> src/daemon.rs:705:22 Oct 27 15:04:03.939 INFO kablam! | Oct 27 15:04:03.939 INFO kablam! 705 | Ok(ptymaster.framed(BytesCodec::new())) Oct 27 15:04:03.939 INFO kablam! | ^^^^^^ Oct 27 15:04:03.939 INFO kablam! Oct 27 15:04:04.152 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 14s Oct 27 15:04:04.168 INFO kablam! su: No module specific data is present Oct 27 15:04:04.655 INFO running `"docker" "rm" "-f" "bfae7871ec77bd1e0920171b29a1e98543503a22d9fe9c340694e3642ef3ec7e"` Oct 27 15:04:04.803 INFO blam! bfae7871ec77bd1e0920171b29a1e98543503a22d9fe9c340694e3642ef3ec7e