Oct 15 17:26:38.292 INFO testing stund_protocol-0.1.3 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 17:26:38.292 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:38.445 INFO blam! fe91c318b8e1f62e81e486522c750d92c0b3a15f1ed070c6754ad4cc96705ddf Oct 15 17:26:38.446 INFO running `"docker" "start" "-a" "fe91c318b8e1f62e81e486522c750d92c0b3a15f1ed070c6754ad4cc96705ddf"` Oct 15 17:26:38.875 INFO kablam! usermod: no changes Oct 15 17:26:39.095 INFO kablam! Compiling ident_case v1.0.0 Oct 15 17:26:39.096 INFO kablam! Compiling case v0.1.0 Oct 15 17:26:39.096 INFO kablam! Compiling rent_to_own v0.1.0 Oct 15 17:26:39.108 INFO kablam! Compiling tokio-serde v0.1.0 Oct 15 17:26:39.108 INFO kablam! Compiling crossbeam-epoch v0.5.2 Oct 15 17:26:39.108 INFO kablam! Compiling serde_derive v1.0.55 Oct 15 17:26:39.108 INFO kablam! Compiling bincode v0.8.0 Oct 15 17:26:39.108 INFO kablam! Compiling tokio-reactor v0.1.6 Oct 15 17:26:42.011 INFO kablam! Compiling darling_core v0.2.2 Oct 15 17:26:42.211 INFO kablam! Compiling derive-error v0.0.3 Oct 15 17:26:44.565 INFO kablam! Compiling crossbeam-deque v0.6.1 Oct 15 17:26:47.027 INFO kablam! Compiling tokio-threadpool v0.1.7 Oct 15 17:26:48.727 INFO kablam! Compiling tokio-uds v0.2.2 Oct 15 17:26:48.735 INFO kablam! Compiling tokio-udp v0.1.2 Oct 15 17:26:48.735 INFO kablam! Compiling tokio-tcp v0.1.2 Oct 15 17:27:03.935 INFO kablam! Compiling tokio-fs v0.1.3 Oct 15 17:27:05.531 INFO kablam! Compiling darling_macro v0.2.2 Oct 15 17:27:06.354 INFO kablam! Compiling tokio-serde-bincode v0.1.1 Oct 15 17:27:09.551 INFO kablam! Compiling tokio v0.1.11 Oct 15 17:27:14.947 INFO kablam! Compiling darling v0.2.2 Oct 15 17:27:18.417 INFO kablam! Compiling derive_state_machine_future v0.1.7 Oct 15 17:27:23.343 INFO kablam! Compiling tokio-core v0.1.17 Oct 15 17:27:32.131 INFO kablam! Compiling tokio-uds v0.1.7 Oct 15 17:27:36.667 INFO kablam! Compiling state_machine_future v0.1.7 Oct 15 17:27:38.802 INFO kablam! Compiling stund_protocol v0.1.3 (/source) Oct 15 17:27:42.455 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 15 17:27:42.455 INFO kablam! --> src/client.rs:24:41 Oct 15 17:27:42.455 INFO kablam! | Oct 15 17:27:42.455 INFO kablam! 24 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 15 17:27:42.455 INFO kablam! | ^^^^^^^^^^ Oct 15 17:27:42.455 INFO kablam! | Oct 15 17:27:42.455 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 17:27:42.455 INFO kablam! Oct 15 17:27:42.455 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 15 17:27:42.455 INFO kablam! --> src/client.rs:24:53 Oct 15 17:27:42.455 INFO kablam! | Oct 15 17:27:42.455 INFO kablam! 24 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 15 17:27:42.455 INFO kablam! | ^^^^^^^^^^^ Oct 15 17:27:42.455 INFO kablam! Oct 15 17:27:42.455 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 15 17:27:42.455 INFO kablam! --> src/client.rs:32:25 Oct 15 17:27:42.455 INFO kablam! | Oct 15 17:27:42.455 INFO kablam! 32 | type Ser = WriteBincode>, ClientMessage>; Oct 15 17:27:42.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:27:42.455 INFO kablam! Oct 15 17:27:42.455 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 15 17:27:42.455 INFO kablam! --> src/client.rs:33:23 Oct 15 17:27:42.455 INFO kablam! | Oct 15 17:27:42.455 INFO kablam! 33 | type De = ReadBincode>, ServerMessage>; Oct 15 17:27:42.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:27:42.455 INFO kablam! Oct 15 17:27:42.455 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 15 17:27:42.455 INFO kablam! --> src/lib.rs:39:17 Oct 15 17:27:42.455 INFO kablam! | Oct 15 17:27:42.455 INFO kablam! 39 | let mut p = env::home_dir().ok_or(format_err!("unable to determine your home directory"))?; Oct 15 17:27:42.455 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 17:27:42.455 INFO kablam! Oct 15 17:27:42.455 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 15 17:27:42.455 INFO kablam! --> src/client.rs:87:22 Oct 15 17:27:42.455 INFO kablam! | Oct 15 17:27:42.455 INFO kablam! 87 | let wdelim = FramedWrite::new(write); Oct 15 17:27:42.455 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 17:27:42.455 INFO kablam! Oct 15 17:27:42.455 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 15 17:27:42.455 INFO kablam! --> src/client.rs:89:22 Oct 15 17:27:42.455 INFO kablam! | Oct 15 17:27:42.455 INFO kablam! 89 | let rdelim = FramedRead::new(read); Oct 15 17:27:42.456 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 17:27:42.456 INFO kablam! Oct 15 17:27:45.823 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 06s Oct 15 17:27:45.842 INFO kablam! su: No module specific data is present Oct 15 17:27:47.059 INFO running `"docker" "rm" "-f" "fe91c318b8e1f62e81e486522c750d92c0b3a15f1ed070c6754ad4cc96705ddf"` Oct 15 17:27:47.331 INFO blam! fe91c318b8e1f62e81e486522c750d92c0b3a15f1ed070c6754ad4cc96705ddf Oct 15 17:27:47.333 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:27:47.831 INFO blam! bc17c596bb6b00a5ada53717e6d7e68032179ec860bd8ec4b6d08b41aa1140f5 Oct 15 17:27:47.834 INFO running `"docker" "start" "-a" "bc17c596bb6b00a5ada53717e6d7e68032179ec860bd8ec4b6d08b41aa1140f5"` Oct 15 17:27:49.115 INFO kablam! usermod: no changes Oct 15 17:27:49.371 INFO kablam! Compiling stund_protocol v0.1.3 (/source) Oct 15 17:27:52.785 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 15 17:27:52.786 INFO kablam! --> src/client.rs:24:41 Oct 15 17:27:52.787 INFO kablam! | Oct 15 17:27:52.787 INFO kablam! 24 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 15 17:27:52.788 INFO kablam! | ^^^^^^^^^^ Oct 15 17:27:52.789 INFO kablam! | Oct 15 17:27:52.789 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 17:27:52.790 INFO kablam! Oct 15 17:27:52.790 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 15 17:27:52.791 INFO kablam! --> src/client.rs:24:53 Oct 15 17:27:52.792 INFO kablam! | Oct 15 17:27:52.792 INFO kablam! 24 | use tokio_io::codec::length_delimited::{FramedRead, FramedWrite}; Oct 15 17:27:52.793 INFO kablam! | ^^^^^^^^^^^ Oct 15 17:27:52.793 INFO kablam! Oct 15 17:27:52.794 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 15 17:27:52.794 INFO kablam! --> src/client.rs:32:25 Oct 15 17:27:52.794 INFO kablam! | Oct 15 17:27:52.794 INFO kablam! 32 | type Ser = WriteBincode>, ClientMessage>; Oct 15 17:27:52.794 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:27:52.794 INFO kablam! Oct 15 17:27:52.794 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 15 17:27:52.794 INFO kablam! --> src/client.rs:33:23 Oct 15 17:27:52.794 INFO kablam! | Oct 15 17:27:52.794 INFO kablam! 33 | type De = ReadBincode>, ServerMessage>; Oct 15 17:27:52.794 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:27:52.794 INFO kablam! Oct 15 17:27:52.794 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 15 17:27:52.794 INFO kablam! --> src/lib.rs:39:17 Oct 15 17:27:52.794 INFO kablam! | Oct 15 17:27:52.794 INFO kablam! 39 | let mut p = env::home_dir().ok_or(format_err!("unable to determine your home directory"))?; Oct 15 17:27:52.794 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 17:27:52.794 INFO kablam! Oct 15 17:27:52.794 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 15 17:27:52.794 INFO kablam! --> src/client.rs:87:22 Oct 15 17:27:52.794 INFO kablam! | Oct 15 17:27:52.794 INFO kablam! 87 | let wdelim = FramedWrite::new(write); Oct 15 17:27:52.794 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 17:27:52.794 INFO kablam! Oct 15 17:27:52.794 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 15 17:27:52.794 INFO kablam! --> src/client.rs:89:22 Oct 15 17:27:52.794 INFO kablam! | Oct 15 17:27:52.794 INFO kablam! 89 | let rdelim = FramedRead::new(read); Oct 15 17:27:52.794 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 17:27:52.794 INFO kablam! Oct 15 17:27:53.799 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.65s Oct 15 17:27:53.809 INFO kablam! su: No module specific data is present Oct 15 17:27:55.121 INFO running `"docker" "rm" "-f" "bc17c596bb6b00a5ada53717e6d7e68032179ec860bd8ec4b6d08b41aa1140f5"` Oct 15 17:27:55.483 INFO blam! bc17c596bb6b00a5ada53717e6d7e68032179ec860bd8ec4b6d08b41aa1140f5 Oct 15 17:27:55.487 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:27:56.008 INFO blam! 04aa5f9d10cab22bf5ac49dbc64090b3e2806e331b3f455098fb35aea41fc7bd Oct 15 17:27:56.011 INFO running `"docker" "start" "-a" "04aa5f9d10cab22bf5ac49dbc64090b3e2806e331b3f455098fb35aea41fc7bd"` Oct 15 17:27:57.691 INFO kablam! usermod: no changes Oct 15 17:27:57.887 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.17s Oct 15 17:27:57.903 INFO kablam! Running /target/debug/deps/stund_protocol-10658d03ac70db12 Oct 15 17:27:57.904 INFO kablam! Doc-tests stund_protocol Oct 15 17:27:57.905 INFO blam! Oct 15 17:27:57.905 INFO blam! running 0 tests Oct 15 17:27:57.905 INFO blam! Oct 15 17:27:57.905 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 17:27:57.905 INFO blam! Oct 15 17:28:03.916 INFO blam! Oct 15 17:28:03.916 INFO blam! running 0 tests Oct 15 17:28:03.917 INFO blam! Oct 15 17:28:03.917 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 17:28:03.917 INFO blam! Oct 15 17:28:03.928 INFO kablam! su: No module specific data is present Oct 15 17:28:04.912 INFO running `"docker" "rm" "-f" "04aa5f9d10cab22bf5ac49dbc64090b3e2806e331b3f455098fb35aea41fc7bd"` Oct 15 17:28:05.043 INFO blam! 04aa5f9d10cab22bf5ac49dbc64090b3e2806e331b3f455098fb35aea41fc7bd