Oct 12 03:42:59.663 INFO testing carrier-cli-0.2.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 03:42:59.663 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/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 12 03:42:59.947 INFO blam! 6d681cfd465e71333809958fbe08b70bce0e3b51764d6addcb4cf3c9103298e9 Oct 12 03:42:59.949 INFO running `"docker" "start" "-a" "6d681cfd465e71333809958fbe08b70bce0e3b51764d6addcb4cf3c9103298e9"` Oct 12 03:43:00.980 INFO kablam! usermod: no changes Oct 12 03:43:01.504 INFO kablam! Compiling clap v2.32.0 Oct 12 03:43:01.512 INFO kablam! Compiling tokio-file-unix v0.5.1 Oct 12 03:43:01.512 INFO kablam! Compiling trust-dns-proto v0.5.0-alpha.3 Oct 12 03:43:01.512 INFO kablam! Compiling carrier v0.2.0 Oct 12 03:43:32.936 INFO kablam! Compiling trust-dns-resolver v0.10.0-alpha.3 Oct 12 03:43:54.604 INFO kablam! Compiling carrier-cli v0.2.0 (/source) Oct 12 03:44:06.500 INFO kablam! warning: use of deprecated item 'tokio::timer::Deadline': use Timeout instead Oct 12 03:44:06.500 INFO kablam! --> src/main.rs:39:5 Oct 12 03:44:06.500 INFO kablam! | Oct 12 03:44:06.500 INFO kablam! 39 | use tokio::timer::Deadline; Oct 12 03:44:06.500 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 03:44:06.500 INFO kablam! | Oct 12 03:44:06.500 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 03:44:06.500 INFO kablam! Oct 12 03:44:06.501 INFO kablam! warning: use of deprecated item 'tokio::timer::Deadline': use Timeout instead Oct 12 03:44:06.501 INFO kablam! --> src/main.rs:170:13 Oct 12 03:44:06.501 INFO kablam! | Oct 12 03:44:06.501 INFO kablam! 170 | Deadline::new(expect, Instant::now() + Duration::from_secs(10)) Oct 12 03:44:06.501 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 03:44:06.501 INFO kablam! Oct 12 03:44:06.501 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 12 03:44:06.501 INFO kablam! --> src/main.rs:380:27 Oct 12 03:44:06.501 INFO kablam! | Oct 12 03:44:06.501 INFO kablam! 380 | let defaultfile = env::home_dir().unwrap_or("/root/".into()).join(".devguard/secret"); Oct 12 03:44:06.501 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 03:44:06.501 INFO kablam! Oct 12 03:44:06.501 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 12 03:44:06.501 INFO kablam! --> src/main.rs:431:31 Oct 12 03:44:06.501 INFO kablam! | Oct 12 03:44:06.501 INFO kablam! 431 | let defaultfile = env::home_dir().unwrap_or("/root/".into()).join(".devguard/secret"); Oct 12 03:44:06.501 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 03:44:06.501 INFO kablam! Oct 12 03:44:06.501 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 12 03:44:06.501 INFO kablam! --> src/main.rs:436:23 Oct 12 03:44:06.501 INFO kablam! | Oct 12 03:44:06.501 INFO kablam! 436 | let dir = env::home_dir().unwrap().join(".devguard/"); Oct 12 03:44:06.501 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 03:44:06.501 INFO kablam! Oct 12 03:44:06.956 INFO kablam! warning: unused variable: `path` Oct 12 03:44:06.956 INFO kablam! --> src/main.rs:142:9 Oct 12 03:44:06.956 INFO kablam! | Oct 12 03:44:06.956 INFO kablam! 142 | let path = url.path().to_string(); Oct 12 03:44:06.956 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 12 03:44:06.956 INFO kablam! | Oct 12 03:44:06.956 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 03:44:06.956 INFO kablam! Oct 12 03:44:06.956 INFO kablam! warning: unused variable: `header` Oct 12 03:44:06.956 INFO kablam! --> src/main.rs:271:38 Oct 12 03:44:06.956 INFO kablam! | Oct 12 03:44:06.956 INFO kablam! 271 | let (stream, header) = stream.unwrap(); Oct 12 03:44:06.956 INFO kablam! | ^^^^^^ help: consider using `_header` instead Oct 12 03:44:06.956 INFO kablam! Oct 12 03:44:06.956 INFO kablam! warning: unused variable: `secrets` Oct 12 03:44:06.956 INFO kablam! --> src/main.rs:466:17 Oct 12 03:44:06.957 INFO kablam! | Oct 12 03:44:06.957 INFO kablam! 466 | let secrets = get_secrets(); Oct 12 03:44:06.957 INFO kablam! | ^^^^^^^ help: consider using `_secrets` instead Oct 12 03:44:06.957 INFO kablam! Oct 12 03:44:17.437 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 16s Oct 12 03:44:17.451 INFO kablam! su: No module specific data is present Oct 12 03:44:18.085 INFO running `"docker" "rm" "-f" "6d681cfd465e71333809958fbe08b70bce0e3b51764d6addcb4cf3c9103298e9"` Oct 12 03:44:18.311 INFO blam! 6d681cfd465e71333809958fbe08b70bce0e3b51764d6addcb4cf3c9103298e9 Oct 12 03:44:18.313 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/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 12 03:44:18.705 INFO blam! 22121078d5a1eab5733d2aa908cdbf044e27730f5bf02e7ab89e7b2336f040cd Oct 12 03:44:18.710 INFO running `"docker" "start" "-a" "22121078d5a1eab5733d2aa908cdbf044e27730f5bf02e7ab89e7b2336f040cd"` Oct 12 03:44:20.115 INFO kablam! usermod: no changes Oct 12 03:44:20.420 INFO kablam! Compiling carrier-cli v0.2.0 (/source) Oct 12 03:44:31.117 INFO kablam! warning: use of deprecated item 'tokio::timer::Deadline': use Timeout instead Oct 12 03:44:31.117 INFO kablam! --> src/main.rs:39:5 Oct 12 03:44:31.117 INFO kablam! | Oct 12 03:44:31.117 INFO kablam! 39 | use tokio::timer::Deadline; Oct 12 03:44:31.117 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 03:44:31.117 INFO kablam! | Oct 12 03:44:31.117 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 03:44:31.117 INFO kablam! Oct 12 03:44:31.118 INFO kablam! warning: use of deprecated item 'tokio::timer::Deadline': use Timeout instead Oct 12 03:44:31.118 INFO kablam! --> src/main.rs:170:13 Oct 12 03:44:31.118 INFO kablam! | Oct 12 03:44:31.118 INFO kablam! 170 | Deadline::new(expect, Instant::now() + Duration::from_secs(10)) Oct 12 03:44:31.118 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 03:44:31.118 INFO kablam! Oct 12 03:44:31.118 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 12 03:44:31.118 INFO kablam! --> src/main.rs:380:27 Oct 12 03:44:31.118 INFO kablam! | Oct 12 03:44:31.118 INFO kablam! 380 | let defaultfile = env::home_dir().unwrap_or("/root/".into()).join(".devguard/secret"); Oct 12 03:44:31.118 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 03:44:31.118 INFO kablam! Oct 12 03:44:31.118 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 12 03:44:31.118 INFO kablam! --> src/main.rs:431:31 Oct 12 03:44:31.118 INFO kablam! | Oct 12 03:44:31.118 INFO kablam! 431 | let defaultfile = env::home_dir().unwrap_or("/root/".into()).join(".devguard/secret"); Oct 12 03:44:31.118 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 03:44:31.118 INFO kablam! Oct 12 03:44:31.118 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 12 03:44:31.118 INFO kablam! --> src/main.rs:436:23 Oct 12 03:44:31.118 INFO kablam! | Oct 12 03:44:31.119 INFO kablam! 436 | let dir = env::home_dir().unwrap().join(".devguard/"); Oct 12 03:44:31.119 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 03:44:31.119 INFO kablam! Oct 12 03:44:31.552 INFO kablam! warning: unused variable: `path` Oct 12 03:44:31.552 INFO kablam! --> src/main.rs:142:9 Oct 12 03:44:31.552 INFO kablam! | Oct 12 03:44:31.552 INFO kablam! 142 | let path = url.path().to_string(); Oct 12 03:44:31.552 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 12 03:44:31.552 INFO kablam! | Oct 12 03:44:31.553 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 03:44:31.553 INFO kablam! Oct 12 03:44:31.553 INFO kablam! warning: unused variable: `header` Oct 12 03:44:31.553 INFO kablam! --> src/main.rs:271:38 Oct 12 03:44:31.553 INFO kablam! | Oct 12 03:44:31.553 INFO kablam! 271 | let (stream, header) = stream.unwrap(); Oct 12 03:44:31.553 INFO kablam! | ^^^^^^ help: consider using `_header` instead Oct 12 03:44:31.553 INFO kablam! Oct 12 03:44:31.553 INFO kablam! warning: unused variable: `secrets` Oct 12 03:44:31.553 INFO kablam! --> src/main.rs:466:17 Oct 12 03:44:31.553 INFO kablam! | Oct 12 03:44:31.553 INFO kablam! 466 | let secrets = get_secrets(); Oct 12 03:44:31.553 INFO kablam! | ^^^^^^^ help: consider using `_secrets` instead Oct 12 03:44:31.553 INFO kablam! Oct 12 03:44:33.438 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.29s Oct 12 03:44:33.452 INFO kablam! su: No module specific data is present Oct 12 03:44:33.860 INFO running `"docker" "rm" "-f" "22121078d5a1eab5733d2aa908cdbf044e27730f5bf02e7ab89e7b2336f040cd"` Oct 12 03:44:33.996 INFO blam! 22121078d5a1eab5733d2aa908cdbf044e27730f5bf02e7ab89e7b2336f040cd Oct 12 03:44:33.997 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/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 12 03:44:34.267 INFO blam! 227e87ce7fd3ce7e9a74262801dec1b1d3185ea8f285c6f241f27c51b6d4b2bf Oct 12 03:44:34.271 INFO running `"docker" "start" "-a" "227e87ce7fd3ce7e9a74262801dec1b1d3185ea8f285c6f241f27c51b6d4b2bf"` Oct 12 03:44:34.812 INFO kablam! usermod: no changes Oct 12 03:44:35.052 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.20s Oct 12 03:44:35.067 INFO kablam! Running /target/debug/deps/carrier-5b7cb869d2111119 Oct 12 03:44:35.071 INFO blam! Oct 12 03:44:35.071 INFO blam! running 0 tests Oct 12 03:44:35.071 INFO blam! Oct 12 03:44:35.071 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 03:44:35.071 INFO blam! Oct 12 03:44:35.072 INFO kablam! su: No module specific data is present Oct 12 03:44:35.433 INFO running `"docker" "rm" "-f" "227e87ce7fd3ce7e9a74262801dec1b1d3185ea8f285c6f241f27c51b6d4b2bf"` Oct 12 03:44:35.559 INFO blam! 227e87ce7fd3ce7e9a74262801dec1b1d3185ea8f285c6f241f27c51b6d4b2bf