Oct 16 15:32:42.375 INFO testing carrier-cli-0.2.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 15:32:42.376 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 16 15:32:42.577 INFO blam! 238aad3766ca24dd0893adbe7e9dda9bba926bf1b3b8ab377c4ff3cb696230e2 Oct 16 15:32:42.584 INFO running `"docker" "start" "-a" "238aad3766ca24dd0893adbe7e9dda9bba926bf1b3b8ab377c4ff3cb696230e2"` Oct 16 15:32:43.486 INFO kablam! usermod: no changes Oct 16 15:32:43.898 INFO kablam! Compiling subtle v0.7.1 Oct 16 15:32:43.923 INFO kablam! Compiling static_slice v0.0.3 Oct 16 15:32:43.923 INFO kablam! Compiling bs58 v0.2.2 Oct 16 15:32:43.923 INFO kablam! Compiling crc8 v0.1.1 Oct 16 15:32:43.927 INFO kablam! Compiling chacha20-poly1305-aead v0.1.2 Oct 16 15:32:43.936 INFO kablam! Compiling bytes v0.4.10 Oct 16 15:32:43.936 INFO kablam! Compiling mio v0.6.16 Oct 16 15:32:43.936 INFO kablam! Compiling clap v2.32.0 Oct 16 15:32:45.664 INFO kablam! Compiling snow v0.4.0 Oct 16 15:32:47.025 INFO kablam! Compiling hpack v0.3.0 Oct 16 15:32:47.027 INFO kablam! Compiling curve25519-dalek v0.19.1 Oct 16 15:32:47.028 INFO kablam! Compiling parking_lot_core v0.3.1 Oct 16 15:32:47.227 INFO kablam! Compiling tokio-threadpool v0.1.7 Oct 16 15:32:52.520 INFO kablam! Compiling ed25519-dalek v0.8.1 Oct 16 15:32:57.943 INFO kablam! Compiling prost v0.4.0 Oct 16 15:33:00.355 INFO kablam! Compiling tokio-io v0.1.9 Oct 16 15:33:00.363 INFO kablam! Compiling parking_lot v0.6.4 Oct 16 15:33:03.015 INFO kablam! Compiling mio-uds v0.6.7 Oct 16 15:33:05.895 INFO kablam! Compiling prost-types v0.4.0 Oct 16 15:33:08.085 INFO kablam! Compiling tokio-codec v0.1.1 Oct 16 15:33:08.085 INFO kablam! Compiling tokio-reactor v0.1.6 Oct 16 15:33:08.085 INFO kablam! Compiling tokio-fs v0.1.3 Oct 16 15:33:12.049 INFO kablam! Compiling x25519-dalek v0.3.0 Oct 16 15:33:26.251 INFO kablam! Compiling tokio-tcp v0.1.2 Oct 16 15:33:26.268 INFO kablam! Compiling tokio-udp v0.1.2 Oct 16 15:33:26.716 INFO kablam! Compiling tokio-uds v0.2.2 Oct 16 15:33:27.531 INFO kablam! Compiling tokio-file-unix v0.5.1 Oct 16 15:33:28.087 INFO kablam! Compiling prost-build v0.4.0 Oct 16 15:33:35.583 INFO kablam! Compiling trust-dns-proto v0.5.0-alpha.3 Oct 16 15:33:35.583 INFO kablam! Compiling tokio v0.1.11 Oct 16 15:33:37.283 INFO kablam! Compiling carrier v0.2.0 Oct 16 15:33:48.635 INFO kablam! Compiling trust-dns-resolver v0.10.0-alpha.3 Oct 16 15:34:10.025 INFO kablam! Compiling carrier-cli v0.2.0 (/source) Oct 16 15:34:17.411 INFO kablam! warning: use of deprecated item 'tokio::timer::Deadline': use Timeout instead Oct 16 15:34:17.411 INFO kablam! --> src/main.rs:39:5 Oct 16 15:34:17.411 INFO kablam! | Oct 16 15:34:17.411 INFO kablam! 39 | use tokio::timer::Deadline; Oct 16 15:34:17.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 15:34:17.411 INFO kablam! | Oct 16 15:34:17.411 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 15:34:17.411 INFO kablam! Oct 16 15:34:17.423 INFO kablam! warning: use of deprecated item 'tokio::timer::Deadline': use Timeout instead Oct 16 15:34:17.423 INFO kablam! --> src/main.rs:170:13 Oct 16 15:34:17.423 INFO kablam! | Oct 16 15:34:17.423 INFO kablam! 170 | Deadline::new(expect, Instant::now() + Duration::from_secs(10)) Oct 16 15:34:17.423 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 15:34:17.423 INFO kablam! Oct 16 15:34:17.423 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 16 15:34:17.423 INFO kablam! --> src/main.rs:380:27 Oct 16 15:34:17.423 INFO kablam! | Oct 16 15:34:17.423 INFO kablam! 380 | let defaultfile = env::home_dir().unwrap_or("/root/".into()).join(".devguard/secret"); Oct 16 15:34:17.423 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 15:34:17.423 INFO kablam! Oct 16 15:34:17.423 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 16 15:34:17.423 INFO kablam! --> src/main.rs:431:31 Oct 16 15:34:17.423 INFO kablam! | Oct 16 15:34:17.423 INFO kablam! 431 | let defaultfile = env::home_dir().unwrap_or("/root/".into()).join(".devguard/secret"); Oct 16 15:34:17.423 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 15:34:17.423 INFO kablam! Oct 16 15:34:17.423 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 16 15:34:17.423 INFO kablam! --> src/main.rs:436:23 Oct 16 15:34:17.423 INFO kablam! | Oct 16 15:34:17.423 INFO kablam! 436 | let dir = env::home_dir().unwrap().join(".devguard/"); Oct 16 15:34:17.423 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 15:34:17.423 INFO kablam! Oct 16 15:34:17.819 INFO kablam! warning: unused variable: `path` Oct 16 15:34:17.820 INFO kablam! --> src/main.rs:142:9 Oct 16 15:34:17.820 INFO kablam! | Oct 16 15:34:17.820 INFO kablam! 142 | let path = url.path().to_string(); Oct 16 15:34:17.821 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 16 15:34:17.821 INFO kablam! | Oct 16 15:34:17.821 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 15:34:17.822 INFO kablam! Oct 16 15:34:17.822 INFO kablam! warning: unused variable: `header` Oct 16 15:34:17.822 INFO kablam! --> src/main.rs:271:38 Oct 16 15:34:17.823 INFO kablam! | Oct 16 15:34:17.823 INFO kablam! 271 | let (stream, header) = stream.unwrap(); Oct 16 15:34:17.823 INFO kablam! | ^^^^^^ help: consider using `_header` instead Oct 16 15:34:17.824 INFO kablam! Oct 16 15:34:17.824 INFO kablam! warning: unused variable: `secrets` Oct 16 15:34:17.824 INFO kablam! --> src/main.rs:466:17 Oct 16 15:34:17.824 INFO kablam! | Oct 16 15:34:17.825 INFO kablam! 466 | let secrets = get_secrets(); Oct 16 15:34:17.825 INFO kablam! | ^^^^^^^ help: consider using `_secrets` instead Oct 16 15:34:17.825 INFO kablam! Oct 16 15:34:25.816 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 42s Oct 16 15:34:25.824 INFO kablam! su: No module specific data is present Oct 16 15:34:26.342 INFO running `"docker" "rm" "-f" "238aad3766ca24dd0893adbe7e9dda9bba926bf1b3b8ab377c4ff3cb696230e2"` Oct 16 15:34:26.595 INFO blam! 238aad3766ca24dd0893adbe7e9dda9bba926bf1b3b8ab377c4ff3cb696230e2 Oct 16 15:34:26.599 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 16 15:34:26.836 INFO blam! c16bb47918f1bf761ad0fb6cf6a9d0104b33cbfc105c4c9d3700b63dadb1a6fa Oct 16 15:34:26.838 INFO running `"docker" "start" "-a" "c16bb47918f1bf761ad0fb6cf6a9d0104b33cbfc105c4c9d3700b63dadb1a6fa"` Oct 16 15:34:27.467 INFO kablam! usermod: no changes Oct 16 15:34:27.724 INFO kablam! Compiling carrier-cli v0.2.0 (/source) Oct 16 15:34:34.108 INFO kablam! warning: use of deprecated item 'tokio::timer::Deadline': use Timeout instead Oct 16 15:34:34.108 INFO kablam! --> src/main.rs:39:5 Oct 16 15:34:34.108 INFO kablam! | Oct 16 15:34:34.108 INFO kablam! 39 | use tokio::timer::Deadline; Oct 16 15:34:34.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 15:34:34.108 INFO kablam! | Oct 16 15:34:34.108 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 15:34:34.108 INFO kablam! Oct 16 15:34:34.109 INFO kablam! warning: use of deprecated item 'tokio::timer::Deadline': use Timeout instead Oct 16 15:34:34.110 INFO kablam! --> src/main.rs:170:13 Oct 16 15:34:34.110 INFO kablam! | Oct 16 15:34:34.110 INFO kablam! 170 | Deadline::new(expect, Instant::now() + Duration::from_secs(10)) Oct 16 15:34:34.110 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 15:34:34.110 INFO kablam! Oct 16 15:34:34.110 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 16 15:34:34.110 INFO kablam! --> src/main.rs:380:27 Oct 16 15:34:34.110 INFO kablam! | Oct 16 15:34:34.110 INFO kablam! 380 | let defaultfile = env::home_dir().unwrap_or("/root/".into()).join(".devguard/secret"); Oct 16 15:34:34.110 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 15:34:34.110 INFO kablam! Oct 16 15:34:34.110 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 16 15:34:34.110 INFO kablam! --> src/main.rs:431:31 Oct 16 15:34:34.110 INFO kablam! | Oct 16 15:34:34.110 INFO kablam! 431 | let defaultfile = env::home_dir().unwrap_or("/root/".into()).join(".devguard/secret"); Oct 16 15:34:34.110 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 15:34:34.110 INFO kablam! Oct 16 15:34:34.110 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 16 15:34:34.110 INFO kablam! --> src/main.rs:436:23 Oct 16 15:34:34.110 INFO kablam! | Oct 16 15:34:34.110 INFO kablam! 436 | let dir = env::home_dir().unwrap().join(".devguard/"); Oct 16 15:34:34.110 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 15:34:34.110 INFO kablam! Oct 16 15:34:34.503 INFO kablam! warning: unused variable: `path` Oct 16 15:34:34.503 INFO kablam! --> src/main.rs:142:9 Oct 16 15:34:34.503 INFO kablam! | Oct 16 15:34:34.503 INFO kablam! 142 | let path = url.path().to_string(); Oct 16 15:34:34.503 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 16 15:34:34.503 INFO kablam! | Oct 16 15:34:34.503 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 15:34:34.503 INFO kablam! Oct 16 15:34:34.503 INFO kablam! warning: unused variable: `header` Oct 16 15:34:34.503 INFO kablam! --> src/main.rs:271:38 Oct 16 15:34:34.503 INFO kablam! | Oct 16 15:34:34.503 INFO kablam! 271 | let (stream, header) = stream.unwrap(); Oct 16 15:34:34.503 INFO kablam! | ^^^^^^ help: consider using `_header` instead Oct 16 15:34:34.503 INFO kablam! Oct 16 15:34:34.503 INFO kablam! warning: unused variable: `secrets` Oct 16 15:34:34.503 INFO kablam! --> src/main.rs:466:17 Oct 16 15:34:34.503 INFO kablam! | Oct 16 15:34:34.503 INFO kablam! 466 | let secrets = get_secrets(); Oct 16 15:34:34.503 INFO kablam! | ^^^^^^^ help: consider using `_secrets` instead Oct 16 15:34:34.503 INFO kablam! Oct 16 15:34:36.051 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.55s Oct 16 15:34:36.079 INFO kablam! su: No module specific data is present Oct 16 15:34:36.911 INFO running `"docker" "rm" "-f" "c16bb47918f1bf761ad0fb6cf6a9d0104b33cbfc105c4c9d3700b63dadb1a6fa"` Oct 16 15:34:36.997 INFO blam! c16bb47918f1bf761ad0fb6cf6a9d0104b33cbfc105c4c9d3700b63dadb1a6fa Oct 16 15:34:37.006 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 16 15:34:37.543 INFO blam! 4f7f454084af46b7a3f4b958ff85f7cf57d019e722cdec594453baacee61920d Oct 16 15:34:37.545 INFO running `"docker" "start" "-a" "4f7f454084af46b7a3f4b958ff85f7cf57d019e722cdec594453baacee61920d"` Oct 16 15:34:38.008 INFO kablam! usermod: no changes Oct 16 15:34:38.153 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 16 15:34:38.160 INFO kablam! Running /target/debug/deps/carrier-fb463e6135cb6e06 Oct 16 15:34:38.163 INFO blam! Oct 16 15:34:38.163 INFO blam! running 0 tests Oct 16 15:34:38.163 INFO blam! Oct 16 15:34:38.163 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 15:34:38.163 INFO blam! Oct 16 15:34:38.164 INFO kablam! su: No module specific data is present Oct 16 15:34:38.453 INFO running `"docker" "rm" "-f" "4f7f454084af46b7a3f4b958ff85f7cf57d019e722cdec594453baacee61920d"` Oct 16 15:34:38.571 INFO blam! 4f7f454084af46b7a3f4b958ff85f7cf57d019e722cdec594453baacee61920d