Oct 15 17:26:46.331 INFO testing stund-0.1.3 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 17:26:46.333 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 15 17:26:46.691 INFO blam! 35e751dc8f177d1ba748f834dfe2cceecb1f524505ffcb00d2dabb21a6778857 Oct 15 17:26:46.694 INFO running `"docker" "start" "-a" "35e751dc8f177d1ba748f834dfe2cceecb1f524505ffcb00d2dabb21a6778857"` Oct 15 17:26:48.163 INFO kablam! usermod: no changes Oct 15 17:26:48.476 INFO kablam! Compiling ident_case v1.0.0 Oct 15 17:26:48.477 INFO kablam! Compiling rent_to_own v0.1.0 Oct 15 17:26:48.491 INFO kablam! Compiling daemonize v0.2.3 Oct 15 17:26:48.492 INFO kablam! Compiling petgraph v0.4.13 Oct 15 17:26:48.493 INFO kablam! Compiling tokio-serde v0.1.0 Oct 15 17:26:48.494 INFO kablam! Compiling derive-error v0.0.3 Oct 15 17:26:48.503 INFO kablam! Compiling crossbeam-epoch v0.5.2 Oct 15 17:26:48.504 INFO kablam! Compiling serde_derive v1.0.55 Oct 15 17:26:51.323 INFO kablam! Compiling bincode v0.8.0 Oct 15 17:26:53.643 INFO kablam! Compiling darling_core v0.2.2 Oct 15 17:26:53.703 INFO kablam! Compiling tokio-reactor v0.1.6 Oct 15 17:26:56.805 INFO kablam! Compiling crossbeam-deque v0.6.1 Oct 15 17:27:01.688 INFO kablam! Compiling tokio-threadpool v0.1.7 Oct 15 17:27:10.055 INFO kablam! Compiling tokio-serde-bincode v0.1.1 Oct 15 17:27:12.275 INFO kablam! Compiling tokio-uds v0.2.2 Oct 15 17:27:12.889 INFO kablam! Compiling tokio-tcp v0.1.2 Oct 15 17:27:13.205 INFO kablam! Compiling tokio-udp v0.1.2 Oct 15 17:27:13.283 INFO kablam! Compiling tokio-signal v0.2.5 Oct 15 17:27:16.919 INFO kablam! Compiling darling_macro v0.2.2 Oct 15 17:27:20.907 INFO kablam! Compiling tokio-fs v0.1.3 Oct 15 17:27:30.003 INFO kablam! Compiling tokio v0.1.11 Oct 15 17:27:35.807 INFO kablam! Compiling darling v0.2.2 Oct 15 17:27:40.301 INFO kablam! Compiling derive_state_machine_future v0.1.7 Oct 15 17:27:42.663 INFO kablam! Compiling tokio-core v0.1.17 Oct 15 17:27:42.663 INFO kablam! Compiling tokio-pty-process v0.3.0 Oct 15 17:27:51.022 INFO kablam! Compiling tokio-uds v0.1.7 Oct 15 17:27:51.022 INFO kablam! Compiling tokio-borrow-stdio v0.1.0 Oct 15 17:27:51.022 INFO kablam! Compiling tokio-signal v0.1.5 Oct 15 17:27:57.235 INFO kablam! Compiling state_machine_future v0.1.7 Oct 15 17:28:00.491 INFO kablam! Compiling stund_protocol v0.1.3 Oct 15 17:28:06.428 INFO kablam! Compiling stund v0.1.3 (/source) Oct 15 17:28:11.481 INFO kablam! warning: unused `#[macro_use]` import Oct 15 17:28:11.481 INFO kablam! --> src/main.rs:14:1 Oct 15 17:28:11.481 INFO kablam! | Oct 15 17:28:11.481 INFO kablam! 14 | #[macro_use] extern crate structopt; Oct 15 17:28:11.481 INFO kablam! | ^^^^^^^^^^^^ Oct 15 17:28:11.481 INFO kablam! | Oct 15 17:28:11.481 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 17:28:11.481 INFO kablam! Oct 15 17:28:11.511 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 15 17:28:11.511 INFO kablam! --> src/daemon.rs:30:41 Oct 15 17:28:11.511 INFO kablam! | Oct 15 17:28:11.511 INFO kablam! 30 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 15 17:28:11.511 INFO kablam! | ^^^^^^^^^^ Oct 15 17:28:11.511 INFO kablam! | Oct 15 17:28:11.511 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 17:28:11.511 INFO kablam! Oct 15 17:28:11.511 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 15 17:28:11.511 INFO kablam! --> src/daemon.rs:30:53 Oct 15 17:28:11.511 INFO kablam! | Oct 15 17:28:11.511 INFO kablam! 30 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 15 17:28:11.511 INFO kablam! | ^^^^^^^^^^^ Oct 15 17:28:11.511 INFO kablam! Oct 15 17:28:11.511 INFO kablam! warning: use of deprecated item 'tokio_io::codec::BytesCodec': Moved to tokio-codec Oct 15 17:28:11.511 INFO kablam! --> src/daemon.rs:31:23 Oct 15 17:28:11.511 INFO kablam! | Oct 15 17:28:11.511 INFO kablam! 31 | use tokio_io::codec::{BytesCodec, Framed}; Oct 15 17:28:11.511 INFO kablam! | ^^^^^^^^^^ Oct 15 17:28:11.511 INFO kablam! Oct 15 17:28:11.511 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 17:28:11.511 INFO kablam! --> src/daemon.rs:31:35 Oct 15 17:28:11.511 INFO kablam! | Oct 15 17:28:11.511 INFO kablam! 31 | use tokio_io::codec::{BytesCodec, Framed}; Oct 15 17:28:11.511 INFO kablam! | ^^^^^^ Oct 15 17:28:11.511 INFO kablam! Oct 15 17:28:11.511 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 15 17:28:11.511 INFO kablam! --> src/daemon.rs:40:25 Oct 15 17:28:11.511 INFO kablam! | Oct 15 17:28:11.511 INFO kablam! 40 | type Ser = WriteBincode>, ServerMessage>; Oct 15 17:28:11.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:28:11.511 INFO kablam! Oct 15 17:28:11.511 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 15 17:28:11.511 INFO kablam! --> src/daemon.rs:41:23 Oct 15 17:28:11.511 INFO kablam! | Oct 15 17:28:11.511 INFO kablam! 41 | type De = ReadBincode>, ClientMessage>; Oct 15 17:28:11.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:28:11.511 INFO kablam! Oct 15 17:28:11.511 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 17:28:11.511 INFO kablam! --> src/daemon.rs:195:30 Oct 15 17:28:11.511 INFO kablam! | Oct 15 17:28:11.511 INFO kablam! 195 | type PtyStream = SplitStream>; Oct 15 17:28:11.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:28:11.511 INFO kablam! Oct 15 17:28:11.511 INFO kablam! warning: use of deprecated item 'tokio_io::codec::BytesCodec': Moved to tokio-codec Oct 15 17:28:11.511 INFO kablam! --> src/daemon.rs:195:53 Oct 15 17:28:11.511 INFO kablam! | Oct 15 17:28:11.511 INFO kablam! 195 | type PtyStream = SplitStream>; Oct 15 17:28:11.511 INFO kablam! | ^^^^^^^^^^ Oct 15 17:28:11.511 INFO kablam! Oct 15 17:28:11.511 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 17:28:11.511 INFO kablam! --> src/daemon.rs:196:26 Oct 15 17:28:11.511 INFO kablam! | Oct 15 17:28:11.511 INFO kablam! 196 | type PtySink = SplitSink>; Oct 15 17:28:11.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:28:11.511 INFO kablam! Oct 15 17:28:11.511 INFO kablam! warning: use of deprecated item 'tokio_io::codec::BytesCodec': Moved to tokio-codec Oct 15 17:28:11.512 INFO kablam! --> src/daemon.rs:196:49 Oct 15 17:28:11.512 INFO kablam! | Oct 15 17:28:11.512 INFO kablam! 196 | type PtySink = SplitSink>; Oct 15 17:28:11.512 INFO kablam! | ^^^^^^^^^^ Oct 15 17:28:11.512 INFO kablam! Oct 15 17:28:11.512 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 15 17:28:11.512 INFO kablam! --> src/daemon.rs:330:18 Oct 15 17:28:11.512 INFO kablam! | Oct 15 17:28:11.512 INFO kablam! 330 | let wdelim = FramedWrite::new(write); Oct 15 17:28:11.512 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 17:28:11.512 INFO kablam! Oct 15 17:28:11.512 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 15 17:28:11.512 INFO kablam! --> src/daemon.rs:332:18 Oct 15 17:28:11.512 INFO kablam! | Oct 15 17:28:11.512 INFO kablam! 332 | let rdelim = FramedRead::new(read); Oct 15 17:28:11.512 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 17:28:11.512 INFO kablam! Oct 15 17:28:11.512 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 17:28:11.512 INFO kablam! --> src/daemon.rs:676:17 Oct 15 17:28:11.512 INFO kablam! | Oct 15 17:28:11.512 INFO kablam! 676 | ) -> Result, Error> { Oct 15 17:28:11.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:28:11.512 INFO kablam! Oct 15 17:28:11.512 INFO kablam! warning: use of deprecated item 'tokio_io::codec::BytesCodec': Moved to tokio-codec Oct 15 17:28:11.512 INFO kablam! --> src/daemon.rs:676:40 Oct 15 17:28:11.512 INFO kablam! | Oct 15 17:28:11.512 INFO kablam! 676 | ) -> Result, Error> { Oct 15 17:28:11.512 INFO kablam! | ^^^^^^^^^^ Oct 15 17:28:11.512 INFO kablam! Oct 15 17:28:11.512 INFO kablam! warning: use of deprecated item 'tokio_io::codec::BytesCodec': Moved to tokio-codec Oct 15 17:28:11.512 INFO kablam! --> src/daemon.rs:705:29 Oct 15 17:28:11.512 INFO kablam! | Oct 15 17:28:11.512 INFO kablam! 705 | Ok(ptymaster.framed(BytesCodec::new())) Oct 15 17:28:11.512 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 17:28:11.512 INFO kablam! Oct 15 17:28:11.819 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 15 17:28:11.823 INFO kablam! --> src/daemon.rs:705:22 Oct 15 17:28:11.823 INFO kablam! | Oct 15 17:28:11.823 INFO kablam! 705 | Ok(ptymaster.framed(BytesCodec::new())) Oct 15 17:28:11.823 INFO kablam! | ^^^^^^ Oct 15 17:28:11.823 INFO kablam! Oct 15 17:28:18.175 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 29s Oct 15 17:28:18.186 INFO kablam! su: No module specific data is present Oct 15 17:28:19.366 INFO running `"docker" "rm" "-f" "35e751dc8f177d1ba748f834dfe2cceecb1f524505ffcb00d2dabb21a6778857"` Oct 15 17:28:19.543 INFO blam! 35e751dc8f177d1ba748f834dfe2cceecb1f524505ffcb00d2dabb21a6778857 Oct 15 17:28:19.552 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 15 17:28:19.893 INFO blam! 7c35282594d0df25c5c1940e09647287975d241e6234621e37ffdcef1cbedfee Oct 15 17:28:19.894 INFO running `"docker" "start" "-a" "7c35282594d0df25c5c1940e09647287975d241e6234621e37ffdcef1cbedfee"` Oct 15 17:28:20.505 INFO kablam! usermod: no changes Oct 15 17:28:20.686 INFO kablam! Compiling stund v0.1.3 (/source) Oct 15 17:28:24.883 INFO kablam! warning: unused `#[macro_use]` import Oct 15 17:28:24.883 INFO kablam! --> src/main.rs:14:1 Oct 15 17:28:24.883 INFO kablam! | Oct 15 17:28:24.883 INFO kablam! 14 | #[macro_use] extern crate structopt; Oct 15 17:28:24.883 INFO kablam! | ^^^^^^^^^^^^ Oct 15 17:28:24.883 INFO kablam! | Oct 15 17:28:24.883 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 17:28:24.883 INFO kablam! Oct 15 17:28:24.914 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 15 17:28:24.914 INFO kablam! --> src/daemon.rs:30:41 Oct 15 17:28:24.914 INFO kablam! | Oct 15 17:28:24.914 INFO kablam! 30 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 15 17:28:24.914 INFO kablam! | ^^^^^^^^^^ Oct 15 17:28:24.914 INFO kablam! | Oct 15 17:28:24.914 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 17:28:24.914 INFO kablam! Oct 15 17:28:24.917 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 15 17:28:24.917 INFO kablam! --> src/daemon.rs:30:53 Oct 15 17:28:24.917 INFO kablam! | Oct 15 17:28:24.917 INFO kablam! 30 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 15 17:28:24.917 INFO kablam! | ^^^^^^^^^^^ Oct 15 17:28:24.917 INFO kablam! Oct 15 17:28:24.917 INFO kablam! warning: use of deprecated item 'tokio_io::codec::BytesCodec': Moved to tokio-codec Oct 15 17:28:24.917 INFO kablam! --> src/daemon.rs:31:23 Oct 15 17:28:24.917 INFO kablam! | Oct 15 17:28:24.917 INFO kablam! 31 | use tokio_io::codec::{BytesCodec, Framed}; Oct 15 17:28:24.917 INFO kablam! | ^^^^^^^^^^ Oct 15 17:28:24.917 INFO kablam! Oct 15 17:28:24.917 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 17:28:24.917 INFO kablam! --> src/daemon.rs:31:35 Oct 15 17:28:24.917 INFO kablam! | Oct 15 17:28:24.917 INFO kablam! 31 | use tokio_io::codec::{BytesCodec, Framed}; Oct 15 17:28:24.917 INFO kablam! | ^^^^^^ Oct 15 17:28:24.917 INFO kablam! Oct 15 17:28:24.917 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 15 17:28:24.917 INFO kablam! --> src/daemon.rs:40:25 Oct 15 17:28:24.917 INFO kablam! | Oct 15 17:28:24.917 INFO kablam! 40 | type Ser = WriteBincode>, ServerMessage>; Oct 15 17:28:24.917 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:28:24.917 INFO kablam! Oct 15 17:28:24.917 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 15 17:28:24.917 INFO kablam! --> src/daemon.rs:41:23 Oct 15 17:28:24.917 INFO kablam! | Oct 15 17:28:24.917 INFO kablam! 41 | type De = ReadBincode>, ClientMessage>; Oct 15 17:28:24.917 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:28:24.917 INFO kablam! Oct 15 17:28:24.917 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 17:28:24.917 INFO kablam! --> src/daemon.rs:195:30 Oct 15 17:28:24.917 INFO kablam! | Oct 15 17:28:24.917 INFO kablam! 195 | type PtyStream = SplitStream>; Oct 15 17:28:24.917 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:28:24.917 INFO kablam! Oct 15 17:28:24.917 INFO kablam! warning: use of deprecated item 'tokio_io::codec::BytesCodec': Moved to tokio-codec Oct 15 17:28:24.917 INFO kablam! --> src/daemon.rs:195:53 Oct 15 17:28:24.917 INFO kablam! | Oct 15 17:28:24.917 INFO kablam! 195 | type PtyStream = SplitStream>; Oct 15 17:28:24.917 INFO kablam! | ^^^^^^^^^^ Oct 15 17:28:24.917 INFO kablam! Oct 15 17:28:24.917 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 17:28:24.917 INFO kablam! --> src/daemon.rs:196:26 Oct 15 17:28:24.917 INFO kablam! | Oct 15 17:28:24.917 INFO kablam! 196 | type PtySink = SplitSink>; Oct 15 17:28:24.917 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:28:24.917 INFO kablam! Oct 15 17:28:24.917 INFO kablam! warning: use of deprecated item 'tokio_io::codec::BytesCodec': Moved to tokio-codec Oct 15 17:28:24.917 INFO kablam! --> src/daemon.rs:196:49 Oct 15 17:28:24.917 INFO kablam! | Oct 15 17:28:24.917 INFO kablam! 196 | type PtySink = SplitSink>; Oct 15 17:28:24.917 INFO kablam! | ^^^^^^^^^^ Oct 15 17:28:24.917 INFO kablam! Oct 15 17:28:24.917 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 15 17:28:24.917 INFO kablam! --> src/daemon.rs:330:18 Oct 15 17:28:24.917 INFO kablam! | Oct 15 17:28:24.917 INFO kablam! 330 | let wdelim = FramedWrite::new(write); Oct 15 17:28:24.917 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 17:28:24.917 INFO kablam! Oct 15 17:28:24.917 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 15 17:28:24.918 INFO kablam! --> src/daemon.rs:332:18 Oct 15 17:28:24.918 INFO kablam! | Oct 15 17:28:24.918 INFO kablam! 332 | let rdelim = FramedRead::new(read); Oct 15 17:28:24.918 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 17:28:24.918 INFO kablam! Oct 15 17:28:24.918 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 17:28:24.918 INFO kablam! --> src/daemon.rs:676:17 Oct 15 17:28:24.918 INFO kablam! | Oct 15 17:28:24.918 INFO kablam! 676 | ) -> Result, Error> { Oct 15 17:28:24.918 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:28:24.918 INFO kablam! Oct 15 17:28:24.918 INFO kablam! warning: use of deprecated item 'tokio_io::codec::BytesCodec': Moved to tokio-codec Oct 15 17:28:24.918 INFO kablam! --> src/daemon.rs:676:40 Oct 15 17:28:24.918 INFO kablam! | Oct 15 17:28:24.918 INFO kablam! 676 | ) -> Result, Error> { Oct 15 17:28:24.918 INFO kablam! | ^^^^^^^^^^ Oct 15 17:28:24.918 INFO kablam! Oct 15 17:28:24.918 INFO kablam! warning: use of deprecated item 'tokio_io::codec::BytesCodec': Moved to tokio-codec Oct 15 17:28:24.918 INFO kablam! --> src/daemon.rs:705:29 Oct 15 17:28:24.918 INFO kablam! | Oct 15 17:28:24.918 INFO kablam! 705 | Ok(ptymaster.framed(BytesCodec::new())) Oct 15 17:28:24.918 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 17:28:24.918 INFO kablam! Oct 15 17:28:25.223 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 15 17:28:25.223 INFO kablam! --> src/daemon.rs:705:22 Oct 15 17:28:25.223 INFO kablam! | Oct 15 17:28:25.223 INFO kablam! 705 | Ok(ptymaster.framed(BytesCodec::new())) Oct 15 17:28:25.223 INFO kablam! | ^^^^^^ Oct 15 17:28:25.223 INFO kablam! Oct 15 17:28:25.791 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.27s Oct 15 17:28:25.796 INFO kablam! su: No module specific data is present Oct 15 17:28:26.103 INFO running `"docker" "rm" "-f" "7c35282594d0df25c5c1940e09647287975d241e6234621e37ffdcef1cbedfee"` Oct 15 17:28:26.201 INFO blam! 7c35282594d0df25c5c1940e09647287975d241e6234621e37ffdcef1cbedfee Oct 15 17:28:26.203 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 15 17:28:26.443 INFO blam! 358bf14b03255a886a6e75e398364ec34dbefa31b5c7ecdb6616d6bab26eb20a Oct 15 17:28:26.443 INFO running `"docker" "start" "-a" "358bf14b03255a886a6e75e398364ec34dbefa31b5c7ecdb6616d6bab26eb20a"` Oct 15 17:28:26.936 INFO kablam! usermod: no changes Oct 15 17:28:27.131 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.17s Oct 15 17:28:27.155 INFO kablam! Running /target/debug/deps/stund-2138cd728fddb03f Oct 15 17:28:27.155 INFO blam! Oct 15 17:28:27.155 INFO blam! running 0 tests Oct 15 17:28:27.155 INFO blam! Oct 15 17:28:27.155 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 17:28:27.156 INFO blam! Oct 15 17:28:27.156 INFO kablam! su: No module specific data is present Oct 15 17:28:27.778 INFO running `"docker" "rm" "-f" "358bf14b03255a886a6e75e398364ec34dbefa31b5c7ecdb6616d6bab26eb20a"` Oct 15 17:28:27.894 INFO blam! 358bf14b03255a886a6e75e398364ec34dbefa31b5c7ecdb6616d6bab26eb20a