Oct 11 10:40:22.654 INFO testing stund-0.1.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 10:40:22.654 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 10:40:22.654 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 10:40:22.998 INFO blam! 3d213101cad24e1afa569c42f3553b3462bd85a80f4d25455ae97499bda5258e Oct 11 10:40:23.000 INFO running `"docker" "start" "-a" "3d213101cad24e1afa569c42f3553b3462bd85a80f4d25455ae97499bda5258e"` Oct 11 10:40:23.792 INFO kablam! usermod: no changes Oct 11 10:40:24.060 INFO kablam! Compiling rent_to_own v0.1.0 Oct 11 10:40:24.060 INFO kablam! Compiling daemonize v0.2.3 Oct 11 10:40:24.066 INFO kablam! Compiling tokio-serde v0.1.0 Oct 11 10:40:24.066 INFO kablam! Compiling derive-error v0.0.3 Oct 11 10:40:24.066 INFO kablam! Compiling crossbeam-epoch v0.5.2 Oct 11 10:40:24.066 INFO kablam! Compiling darling_core v0.2.2 Oct 11 10:40:24.066 INFO kablam! Compiling serde_derive v1.0.55 Oct 11 10:40:24.067 INFO kablam! Compiling bincode v0.8.0 Oct 11 10:40:26.087 INFO kablam! Compiling tokio-reactor v0.1.6 Oct 11 10:40:29.328 INFO kablam! Compiling crossbeam-deque v0.6.1 Oct 11 10:40:36.916 INFO kablam! Compiling tokio-threadpool v0.1.7 Oct 11 10:40:38.492 INFO kablam! Compiling darling_macro v0.2.2 Oct 11 10:40:38.676 INFO kablam! Compiling tokio-tcp v0.1.2 Oct 11 10:40:38.677 INFO kablam! Compiling tokio-uds v0.2.2 Oct 11 10:40:38.677 INFO kablam! Compiling tokio-udp v0.1.2 Oct 11 10:40:48.148 INFO kablam! Compiling tokio-serde-bincode v0.1.1 Oct 11 10:40:48.548 INFO kablam! Compiling tokio-fs v0.1.3 Oct 11 10:40:54.452 INFO kablam! Compiling tokio v0.1.11 Oct 11 10:40:55.116 INFO kablam! Compiling darling v0.2.2 Oct 11 10:40:58.704 INFO kablam! Compiling derive_state_machine_future v0.1.7 Oct 11 10:41:01.985 INFO kablam! Compiling tokio-core v0.1.17 Oct 11 10:41:10.548 INFO kablam! Compiling tokio-uds v0.1.7 Oct 11 10:41:10.548 INFO kablam! Compiling tokio-signal v0.1.5 Oct 11 10:41:10.548 INFO kablam! Compiling tokio-borrow-stdio v0.1.0 Oct 11 10:41:12.904 INFO kablam! Compiling state_machine_future v0.1.7 Oct 11 10:41:19.620 INFO kablam! Compiling stund_protocol v0.1.3 Oct 11 10:41:19.887 INFO kablam! Compiling tokio-pty-process v0.1.0 Oct 11 10:41:29.624 INFO kablam! Compiling stund v0.1.2 (/source) Oct 11 10:41:38.824 INFO kablam! warning: unused `#[macro_use]` import Oct 11 10:41:38.824 INFO kablam! --> src/main.rs:14:1 Oct 11 10:41:38.824 INFO kablam! | Oct 11 10:41:38.824 INFO kablam! 14 | #[macro_use] extern crate structopt; Oct 11 10:41:38.824 INFO kablam! | ^^^^^^^^^^^^ Oct 11 10:41:38.824 INFO kablam! | Oct 11 10:41:38.824 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 10:41:38.824 INFO kablam! Oct 11 10:41:38.861 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 11 10:41:38.861 INFO kablam! --> src/daemon.rs:30:41 Oct 11 10:41:38.861 INFO kablam! | Oct 11 10:41:38.861 INFO kablam! 30 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 11 10:41:38.861 INFO kablam! | ^^^^^^^^^^ Oct 11 10:41:38.861 INFO kablam! | Oct 11 10:41:38.863 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 10:41:38.863 INFO kablam! Oct 11 10:41:38.863 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 11 10:41:38.863 INFO kablam! --> src/daemon.rs:30:53 Oct 11 10:41:38.863 INFO kablam! | Oct 11 10:41:38.863 INFO kablam! 30 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 11 10:41:38.863 INFO kablam! | ^^^^^^^^^^^ Oct 11 10:41:38.863 INFO kablam! Oct 11 10:41:38.863 INFO kablam! warning: use of deprecated item 'tokio_io::codec::BytesCodec': Moved to tokio-codec Oct 11 10:41:38.863 INFO kablam! --> src/daemon.rs:31:23 Oct 11 10:41:38.863 INFO kablam! | Oct 11 10:41:38.863 INFO kablam! 31 | use tokio_io::codec::{BytesCodec, Framed}; Oct 11 10:41:38.863 INFO kablam! | ^^^^^^^^^^ Oct 11 10:41:38.863 INFO kablam! Oct 11 10:41:38.863 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 10:41:38.863 INFO kablam! --> src/daemon.rs:31:35 Oct 11 10:41:38.863 INFO kablam! | Oct 11 10:41:38.863 INFO kablam! 31 | use tokio_io::codec::{BytesCodec, Framed}; Oct 11 10:41:38.863 INFO kablam! | ^^^^^^ Oct 11 10:41:38.863 INFO kablam! Oct 11 10:41:38.863 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 11 10:41:38.863 INFO kablam! --> src/daemon.rs:40:25 Oct 11 10:41:38.863 INFO kablam! | Oct 11 10:41:38.863 INFO kablam! 40 | type Ser = WriteBincode>, ServerMessage>; Oct 11 10:41:38.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 10:41:38.863 INFO kablam! Oct 11 10:41:38.863 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 11 10:41:38.863 INFO kablam! --> src/daemon.rs:41:23 Oct 11 10:41:38.863 INFO kablam! | Oct 11 10:41:38.863 INFO kablam! 41 | type De = ReadBincode>, ClientMessage>; Oct 11 10:41:38.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 10:41:38.863 INFO kablam! Oct 11 10:41:38.863 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 10:41:38.863 INFO kablam! --> src/daemon.rs:195:30 Oct 11 10:41:38.863 INFO kablam! | Oct 11 10:41:38.863 INFO kablam! 195 | type PtyStream = SplitStream>; Oct 11 10:41:38.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 10:41:38.863 INFO kablam! Oct 11 10:41:38.863 INFO kablam! warning: use of deprecated item 'tokio_io::codec::BytesCodec': Moved to tokio-codec Oct 11 10:41:38.863 INFO kablam! --> src/daemon.rs:195:53 Oct 11 10:41:38.863 INFO kablam! | Oct 11 10:41:38.863 INFO kablam! 195 | type PtyStream = SplitStream>; Oct 11 10:41:38.863 INFO kablam! | ^^^^^^^^^^ Oct 11 10:41:38.863 INFO kablam! Oct 11 10:41:38.863 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 10:41:38.863 INFO kablam! --> src/daemon.rs:196:26 Oct 11 10:41:38.863 INFO kablam! | Oct 11 10:41:38.863 INFO kablam! 196 | type PtySink = SplitSink>; Oct 11 10:41:38.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 10:41:38.863 INFO kablam! Oct 11 10:41:38.863 INFO kablam! warning: use of deprecated item 'tokio_io::codec::BytesCodec': Moved to tokio-codec Oct 11 10:41:38.863 INFO kablam! --> src/daemon.rs:196:49 Oct 11 10:41:38.863 INFO kablam! | Oct 11 10:41:38.863 INFO kablam! 196 | type PtySink = SplitSink>; Oct 11 10:41:38.863 INFO kablam! | ^^^^^^^^^^ Oct 11 10:41:38.863 INFO kablam! Oct 11 10:41:38.863 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 11 10:41:38.863 INFO kablam! --> src/daemon.rs:330:18 Oct 11 10:41:38.863 INFO kablam! | Oct 11 10:41:38.863 INFO kablam! 330 | let wdelim = FramedWrite::new(write); Oct 11 10:41:38.863 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 10:41:38.863 INFO kablam! Oct 11 10:41:38.863 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 11 10:41:38.863 INFO kablam! --> src/daemon.rs:332:18 Oct 11 10:41:38.863 INFO kablam! | Oct 11 10:41:38.863 INFO kablam! 332 | let rdelim = FramedRead::new(read); Oct 11 10:41:38.863 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 10:41:38.863 INFO kablam! Oct 11 10:41:38.863 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 10:41:38.863 INFO kablam! --> src/daemon.rs:676:17 Oct 11 10:41:38.863 INFO kablam! | Oct 11 10:41:38.863 INFO kablam! 676 | ) -> Result, Error> { Oct 11 10:41:38.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 10:41:38.863 INFO kablam! Oct 11 10:41:38.863 INFO kablam! warning: use of deprecated item 'tokio_io::codec::BytesCodec': Moved to tokio-codec Oct 11 10:41:38.863 INFO kablam! --> src/daemon.rs:676:40 Oct 11 10:41:38.863 INFO kablam! | Oct 11 10:41:38.863 INFO kablam! 676 | ) -> Result, Error> { Oct 11 10:41:38.863 INFO kablam! | ^^^^^^^^^^ Oct 11 10:41:38.863 INFO kablam! Oct 11 10:41:38.863 INFO kablam! warning: use of deprecated item 'tokio_io::codec::BytesCodec': Moved to tokio-codec Oct 11 10:41:38.863 INFO kablam! --> src/daemon.rs:705:29 Oct 11 10:41:38.863 INFO kablam! | Oct 11 10:41:38.863 INFO kablam! 705 | Ok(ptymaster.framed(BytesCodec::new())) Oct 11 10:41:38.863 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 10:41:38.863 INFO kablam! Oct 11 10:41:39.054 INFO kablam! warning: use of deprecated item 'failure::Error::causes': please use the 'iter_chain()' method instead Oct 11 10:41:39.054 INFO kablam! --> src/main.rs:273:28 Oct 11 10:41:39.054 INFO kablam! | Oct 11 10:41:39.054 INFO kablam! 273 | for cause in e.causes() { Oct 11 10:41:39.054 INFO kablam! | ^^^^^^ Oct 11 10:41:39.054 INFO kablam! Oct 11 10:41:39.160 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 11 10:41:39.160 INFO kablam! --> src/daemon.rs:705:22 Oct 11 10:41:39.160 INFO kablam! | Oct 11 10:41:39.160 INFO kablam! 705 | Ok(ptymaster.framed(BytesCodec::new())) Oct 11 10:41:39.160 INFO kablam! | ^^^^^^ Oct 11 10:41:39.160 INFO kablam! Oct 11 10:41:44.015 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 20s Oct 11 10:41:44.027 INFO kablam! su: No module specific data is present Oct 11 10:41:44.453 INFO running `"docker" "rm" "-f" "3d213101cad24e1afa569c42f3553b3462bd85a80f4d25455ae97499bda5258e"` Oct 11 10:41:44.582 INFO blam! 3d213101cad24e1afa569c42f3553b3462bd85a80f4d25455ae97499bda5258e Oct 11 10:41:44.584 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 10:41:44.584 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 10:41:44.823 INFO blam! c7520135bf21208336d7d057861d1e2edd6087b1a9a6d851348849f17b131061 Oct 11 10:41:44.830 INFO running `"docker" "start" "-a" "c7520135bf21208336d7d057861d1e2edd6087b1a9a6d851348849f17b131061"` Oct 11 10:41:45.316 INFO kablam! usermod: no changes Oct 11 10:41:45.494 INFO kablam! Compiling stund v0.1.2 (/source) Oct 11 10:41:52.708 INFO kablam! warning: unused `#[macro_use]` import Oct 11 10:41:52.708 INFO kablam! --> src/main.rs:14:1 Oct 11 10:41:52.708 INFO kablam! | Oct 11 10:41:52.708 INFO kablam! 14 | #[macro_use] extern crate structopt; Oct 11 10:41:52.708 INFO kablam! | ^^^^^^^^^^^^ Oct 11 10:41:52.708 INFO kablam! | Oct 11 10:41:52.708 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 10:41:52.708 INFO kablam! Oct 11 10:41:52.738 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 11 10:41:52.738 INFO kablam! --> src/daemon.rs:30:41 Oct 11 10:41:52.738 INFO kablam! | Oct 11 10:41:52.738 INFO kablam! 30 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 11 10:41:52.738 INFO kablam! | ^^^^^^^^^^ Oct 11 10:41:52.738 INFO kablam! | Oct 11 10:41:52.738 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 10:41:52.738 INFO kablam! Oct 11 10:41:52.738 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 11 10:41:52.738 INFO kablam! --> src/daemon.rs:30:53 Oct 11 10:41:52.739 INFO kablam! | Oct 11 10:41:52.739 INFO kablam! 30 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 11 10:41:52.739 INFO kablam! | ^^^^^^^^^^^ Oct 11 10:41:52.739 INFO kablam! Oct 11 10:41:52.739 INFO kablam! warning: use of deprecated item 'tokio_io::codec::BytesCodec': Moved to tokio-codec Oct 11 10:41:52.739 INFO kablam! --> src/daemon.rs:31:23 Oct 11 10:41:52.739 INFO kablam! | Oct 11 10:41:52.739 INFO kablam! 31 | use tokio_io::codec::{BytesCodec, Framed}; Oct 11 10:41:52.739 INFO kablam! | ^^^^^^^^^^ Oct 11 10:41:52.739 INFO kablam! Oct 11 10:41:52.739 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 10:41:52.739 INFO kablam! --> src/daemon.rs:31:35 Oct 11 10:41:52.739 INFO kablam! | Oct 11 10:41:52.739 INFO kablam! 31 | use tokio_io::codec::{BytesCodec, Framed}; Oct 11 10:41:52.739 INFO kablam! | ^^^^^^ Oct 11 10:41:52.739 INFO kablam! Oct 11 10:41:52.739 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 11 10:41:52.739 INFO kablam! --> src/daemon.rs:40:25 Oct 11 10:41:52.739 INFO kablam! | Oct 11 10:41:52.739 INFO kablam! 40 | type Ser = WriteBincode>, ServerMessage>; Oct 11 10:41:52.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 10:41:52.739 INFO kablam! Oct 11 10:41:52.739 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 11 10:41:52.739 INFO kablam! --> src/daemon.rs:41:23 Oct 11 10:41:52.739 INFO kablam! | Oct 11 10:41:52.739 INFO kablam! 41 | type De = ReadBincode>, ClientMessage>; Oct 11 10:41:52.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 10:41:52.739 INFO kablam! Oct 11 10:41:52.739 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 10:41:52.739 INFO kablam! --> src/daemon.rs:195:30 Oct 11 10:41:52.739 INFO kablam! | Oct 11 10:41:52.739 INFO kablam! 195 | type PtyStream = SplitStream>; Oct 11 10:41:52.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 10:41:52.739 INFO kablam! Oct 11 10:41:52.739 INFO kablam! warning: use of deprecated item 'tokio_io::codec::BytesCodec': Moved to tokio-codec Oct 11 10:41:52.739 INFO kablam! --> src/daemon.rs:195:53 Oct 11 10:41:52.739 INFO kablam! | Oct 11 10:41:52.739 INFO kablam! 195 | type PtyStream = SplitStream>; Oct 11 10:41:52.739 INFO kablam! | ^^^^^^^^^^ Oct 11 10:41:52.739 INFO kablam! Oct 11 10:41:52.739 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 10:41:52.739 INFO kablam! --> src/daemon.rs:196:26 Oct 11 10:41:52.739 INFO kablam! | Oct 11 10:41:52.739 INFO kablam! 196 | type PtySink = SplitSink>; Oct 11 10:41:52.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 10:41:52.739 INFO kablam! Oct 11 10:41:52.739 INFO kablam! warning: use of deprecated item 'tokio_io::codec::BytesCodec': Moved to tokio-codec Oct 11 10:41:52.739 INFO kablam! --> src/daemon.rs:196:49 Oct 11 10:41:52.739 INFO kablam! | Oct 11 10:41:52.739 INFO kablam! 196 | type PtySink = SplitSink>; Oct 11 10:41:52.739 INFO kablam! | ^^^^^^^^^^ Oct 11 10:41:52.739 INFO kablam! Oct 11 10:41:52.739 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 11 10:41:52.739 INFO kablam! --> src/daemon.rs:330:18 Oct 11 10:41:52.739 INFO kablam! | Oct 11 10:41:52.739 INFO kablam! 330 | let wdelim = FramedWrite::new(write); Oct 11 10:41:52.739 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 10:41:52.739 INFO kablam! Oct 11 10:41:52.739 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 11 10:41:52.739 INFO kablam! --> src/daemon.rs:332:18 Oct 11 10:41:52.739 INFO kablam! | Oct 11 10:41:52.739 INFO kablam! 332 | let rdelim = FramedRead::new(read); Oct 11 10:41:52.739 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 10:41:52.739 INFO kablam! Oct 11 10:41:52.739 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 10:41:52.739 INFO kablam! --> src/daemon.rs:676:17 Oct 11 10:41:52.739 INFO kablam! | Oct 11 10:41:52.739 INFO kablam! 676 | ) -> Result, Error> { Oct 11 10:41:52.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 10:41:52.739 INFO kablam! Oct 11 10:41:52.752 INFO kablam! warning: use of deprecated item 'tokio_io::codec::BytesCodec': Moved to tokio-codec Oct 11 10:41:52.752 INFO kablam! --> src/daemon.rs:676:40 Oct 11 10:41:52.752 INFO kablam! | Oct 11 10:41:52.752 INFO kablam! 676 | ) -> Result, Error> { Oct 11 10:41:52.752 INFO kablam! | ^^^^^^^^^^ Oct 11 10:41:52.752 INFO kablam! Oct 11 10:41:52.752 INFO kablam! warning: use of deprecated item 'tokio_io::codec::BytesCodec': Moved to tokio-codec Oct 11 10:41:52.752 INFO kablam! --> src/daemon.rs:705:29 Oct 11 10:41:52.752 INFO kablam! | Oct 11 10:41:52.752 INFO kablam! 705 | Ok(ptymaster.framed(BytesCodec::new())) Oct 11 10:41:52.752 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 10:41:52.752 INFO kablam! Oct 11 10:41:52.938 INFO kablam! warning: use of deprecated item 'failure::Error::causes': please use the 'iter_chain()' method instead Oct 11 10:41:52.938 INFO kablam! --> src/main.rs:273:28 Oct 11 10:41:52.938 INFO kablam! | Oct 11 10:41:52.938 INFO kablam! 273 | for cause in e.causes() { Oct 11 10:41:52.938 INFO kablam! | ^^^^^^ Oct 11 10:41:52.938 INFO kablam! Oct 11 10:41:53.040 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 11 10:41:53.040 INFO kablam! --> src/daemon.rs:705:22 Oct 11 10:41:53.040 INFO kablam! | Oct 11 10:41:53.040 INFO kablam! 705 | Ok(ptymaster.framed(BytesCodec::new())) Oct 11 10:41:53.040 INFO kablam! | ^^^^^^ Oct 11 10:41:53.040 INFO kablam! Oct 11 10:41:53.766 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.43s Oct 11 10:41:53.785 INFO kablam! su: No module specific data is present Oct 11 10:41:54.358 INFO running `"docker" "rm" "-f" "c7520135bf21208336d7d057861d1e2edd6087b1a9a6d851348849f17b131061"` Oct 11 10:41:54.548 INFO blam! c7520135bf21208336d7d057861d1e2edd6087b1a9a6d851348849f17b131061 Oct 11 10:41:54.554 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 10:41:54.554 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 10:41:55.016 INFO blam! 75a4b817393dda5518ce3e852147877eba77d8addf37bd2270d47f94a6228430 Oct 11 10:41:55.023 INFO running `"docker" "start" "-a" "75a4b817393dda5518ce3e852147877eba77d8addf37bd2270d47f94a6228430"` Oct 11 10:41:55.476 INFO kablam! usermod: no changes Oct 11 10:41:55.631 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 11 10:41:55.651 INFO kablam! Running /target/debug/deps/stund-f5492836949d85b5 Oct 11 10:41:55.655 INFO kablam! su: No module specific data is present Oct 11 10:41:55.655 INFO blam! Oct 11 10:41:55.655 INFO blam! running 0 tests Oct 11 10:41:55.655 INFO blam! Oct 11 10:41:55.655 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:41:55.655 INFO blam! Oct 11 10:41:55.980 INFO running `"docker" "rm" "-f" "75a4b817393dda5518ce3e852147877eba77d8addf37bd2270d47f94a6228430"` Oct 11 10:41:56.107 INFO blam! 75a4b817393dda5518ce3e852147877eba77d8addf37bd2270d47f94a6228430