Oct 28 00:07:59.112 INFO checking carrier-cli-0.2.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 28 00:07:59.113 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-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 28 00:07:59.404 INFO blam! a6d565901da8b3fa96e3bbfcf02d9ee672841a3a05664266bc038239635aa972 Oct 28 00:07:59.406 INFO running `"docker" "start" "-a" "a6d565901da8b3fa96e3bbfcf02d9ee672841a3a05664266bc038239635aa972"` Oct 28 00:08:00.072 INFO kablam! usermod: no changes Oct 28 00:08:00.426 INFO kablam! Compiling subtle v0.7.1 Oct 28 00:08:00.430 INFO kablam! Checking static_slice v0.0.3 Oct 28 00:08:00.430 INFO kablam! Checking bs58 v0.2.2 Oct 28 00:08:00.433 INFO kablam! Compiling petgraph v0.4.13 Oct 28 00:08:00.435 INFO kablam! Checking chacha20-poly1305-aead v0.1.2 Oct 28 00:08:00.437 INFO kablam! Compiling bytes v0.4.10 Oct 28 00:08:00.439 INFO kablam! Compiling rand v0.5.5 Oct 28 00:08:01.835 INFO kablam! Compiling snow v0.4.0 Oct 28 00:08:02.231 INFO kablam! Checking tokio-io v0.1.10 Oct 28 00:08:02.231 INFO kablam! Checking prost v0.4.0 Oct 28 00:08:02.667 INFO kablam! Checking hpack v0.3.0 Oct 28 00:08:03.699 INFO kablam! Checking parking_lot_core v0.3.1 Oct 28 00:08:08.835 INFO kablam! Checking tokio-threadpool v0.1.8 Oct 28 00:08:09.999 INFO kablam! Compiling prost-build v0.4.0 Oct 28 00:08:12.131 INFO kablam! Checking tokio-codec v0.1.1 Oct 28 00:08:12.883 INFO kablam! Checking parking_lot v0.6.4 Oct 28 00:08:19.228 INFO kablam! Compiling curve25519-dalek v0.19.1 Oct 28 00:08:19.259 INFO kablam! Compiling curve25519-dalek v0.20.0 Oct 28 00:08:19.378 INFO kablam! Compiling prost-types v0.4.0 Oct 28 00:08:20.035 INFO kablam! Checking tokio-fs v0.1.4 Oct 28 00:08:21.186 INFO kablam! Checking tokio-reactor v0.1.6 Oct 28 00:08:25.730 INFO kablam! Checking tokio-tcp v0.1.2 Oct 28 00:08:25.732 INFO kablam! Checking tokio-uds v0.2.3 Oct 28 00:08:25.735 INFO kablam! Checking tokio-udp v0.1.2 Oct 28 00:08:25.736 INFO kablam! Checking tokio-file-unix v0.5.1 Oct 28 00:08:39.459 INFO kablam! Checking trust-dns-proto v0.5.0-alpha.5 Oct 28 00:08:39.539 INFO kablam! Checking tokio v0.1.11 Oct 28 00:08:41.251 INFO kablam! Checking ed25519-dalek v0.8.1 Oct 28 00:08:43.971 INFO kablam! Checking x25519-dalek v0.3.0 Oct 28 00:08:52.947 INFO kablam! Compiling carrier v0.2.0 Oct 28 00:08:55.015 INFO kablam! Checking trust-dns-resolver v0.10.0-alpha.3 Oct 28 00:09:12.513 INFO kablam! Checking carrier-cli v0.2.0 (/source) Oct 28 00:09:25.003 INFO kablam! warning: use of deprecated item 'tokio::timer::Deadline': use Timeout instead Oct 28 00:09:25.003 INFO kablam! --> src/main.rs:39:5 Oct 28 00:09:25.003 INFO kablam! | Oct 28 00:09:25.003 INFO kablam! 39 | use tokio::timer::Deadline; Oct 28 00:09:25.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:09:25.003 INFO kablam! | Oct 28 00:09:25.003 INFO kablam! = note: #[warn(deprecated)] on by default Oct 28 00:09:25.003 INFO kablam! Oct 28 00:09:25.003 INFO kablam! warning: use of deprecated item 'tokio::timer::Deadline': use Timeout instead Oct 28 00:09:25.003 INFO kablam! --> src/main.rs:170:13 Oct 28 00:09:25.003 INFO kablam! | Oct 28 00:09:25.003 INFO kablam! 170 | Deadline::new(expect, Instant::now() + Duration::from_secs(10)) Oct 28 00:09:25.003 INFO kablam! | ^^^^^^^^^^^^^ Oct 28 00:09:25.003 INFO kablam! Oct 28 00:09:25.003 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 28 00:09:25.003 INFO kablam! --> src/main.rs:380:27 Oct 28 00:09:25.003 INFO kablam! | Oct 28 00:09:25.003 INFO kablam! 380 | let defaultfile = env::home_dir().unwrap_or("/root/".into()).join(".devguard/secret"); Oct 28 00:09:25.003 INFO kablam! | ^^^^^^^^^^^^^ Oct 28 00:09:25.003 INFO kablam! Oct 28 00:09:25.003 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 28 00:09:25.003 INFO kablam! --> src/main.rs:431:31 Oct 28 00:09:25.003 INFO kablam! | Oct 28 00:09:25.003 INFO kablam! 431 | let defaultfile = env::home_dir().unwrap_or("/root/".into()).join(".devguard/secret"); Oct 28 00:09:25.003 INFO kablam! | ^^^^^^^^^^^^^ Oct 28 00:09:25.003 INFO kablam! Oct 28 00:09:25.003 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 28 00:09:25.003 INFO kablam! --> src/main.rs:436:23 Oct 28 00:09:25.003 INFO kablam! | Oct 28 00:09:25.003 INFO kablam! 436 | let dir = env::home_dir().unwrap().join(".devguard/"); Oct 28 00:09:25.003 INFO kablam! | ^^^^^^^^^^^^^ Oct 28 00:09:25.003 INFO kablam! Oct 28 00:09:25.138 INFO kablam! warning: use of deprecated item 'tokio::timer::Deadline': use Timeout instead Oct 28 00:09:25.138 INFO kablam! --> src/main.rs:39:5 Oct 28 00:09:25.138 INFO kablam! | Oct 28 00:09:25.138 INFO kablam! 39 | use tokio::timer::Deadline; Oct 28 00:09:25.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:09:25.138 INFO kablam! | Oct 28 00:09:25.138 INFO kablam! = note: #[warn(deprecated)] on by default Oct 28 00:09:25.138 INFO kablam! Oct 28 00:09:25.140 INFO kablam! warning: use of deprecated item 'tokio::timer::Deadline': use Timeout instead Oct 28 00:09:25.140 INFO kablam! --> src/main.rs:170:13 Oct 28 00:09:25.140 INFO kablam! | Oct 28 00:09:25.140 INFO kablam! 170 | Deadline::new(expect, Instant::now() + Duration::from_secs(10)) Oct 28 00:09:25.140 INFO kablam! | ^^^^^^^^^^^^^ Oct 28 00:09:25.140 INFO kablam! Oct 28 00:09:25.140 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 28 00:09:25.140 INFO kablam! --> src/main.rs:380:27 Oct 28 00:09:25.140 INFO kablam! | Oct 28 00:09:25.140 INFO kablam! 380 | let defaultfile = env::home_dir().unwrap_or("/root/".into()).join(".devguard/secret"); Oct 28 00:09:25.140 INFO kablam! | ^^^^^^^^^^^^^ Oct 28 00:09:25.140 INFO kablam! Oct 28 00:09:25.140 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 28 00:09:25.140 INFO kablam! --> src/main.rs:431:31 Oct 28 00:09:25.140 INFO kablam! | Oct 28 00:09:25.140 INFO kablam! 431 | let defaultfile = env::home_dir().unwrap_or("/root/".into()).join(".devguard/secret"); Oct 28 00:09:25.140 INFO kablam! | ^^^^^^^^^^^^^ Oct 28 00:09:25.140 INFO kablam! Oct 28 00:09:25.140 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 28 00:09:25.140 INFO kablam! --> src/main.rs:436:23 Oct 28 00:09:25.140 INFO kablam! | Oct 28 00:09:25.140 INFO kablam! 436 | let dir = env::home_dir().unwrap().join(".devguard/"); Oct 28 00:09:25.140 INFO kablam! | ^^^^^^^^^^^^^ Oct 28 00:09:25.140 INFO kablam! Oct 28 00:09:25.507 INFO kablam! warning: unused variable: `path` Oct 28 00:09:25.507 INFO kablam! --> src/main.rs:142:9 Oct 28 00:09:25.507 INFO kablam! | Oct 28 00:09:25.507 INFO kablam! 142 | let path = url.path().to_string(); Oct 28 00:09:25.507 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 28 00:09:25.507 INFO kablam! | Oct 28 00:09:25.507 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 28 00:09:25.507 INFO kablam! Oct 28 00:09:25.507 INFO kablam! warning: unused variable: `header` Oct 28 00:09:25.507 INFO kablam! --> src/main.rs:271:38 Oct 28 00:09:25.507 INFO kablam! | Oct 28 00:09:25.507 INFO kablam! 271 | let (stream, header) = stream.unwrap(); Oct 28 00:09:25.507 INFO kablam! | ^^^^^^ help: consider using `_header` instead Oct 28 00:09:25.507 INFO kablam! Oct 28 00:09:25.507 INFO kablam! warning: unused variable: `secrets` Oct 28 00:09:25.507 INFO kablam! --> src/main.rs:466:17 Oct 28 00:09:25.507 INFO kablam! | Oct 28 00:09:25.507 INFO kablam! 466 | let secrets = get_secrets(); Oct 28 00:09:25.507 INFO kablam! | ^^^^^^^ help: consider using `_secrets` instead Oct 28 00:09:25.507 INFO kablam! Oct 28 00:09:25.795 INFO kablam! warning: unused variable: `path` Oct 28 00:09:25.795 INFO kablam! --> src/main.rs:142:9 Oct 28 00:09:25.795 INFO kablam! | Oct 28 00:09:25.795 INFO kablam! 142 | let path = url.path().to_string(); Oct 28 00:09:25.795 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 28 00:09:25.795 INFO kablam! | Oct 28 00:09:25.795 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 28 00:09:25.795 INFO kablam! Oct 28 00:09:25.795 INFO kablam! warning: unused variable: `header` Oct 28 00:09:25.795 INFO kablam! --> src/main.rs:271:38 Oct 28 00:09:25.795 INFO kablam! | Oct 28 00:09:25.795 INFO kablam! 271 | let (stream, header) = stream.unwrap(); Oct 28 00:09:25.795 INFO kablam! | ^^^^^^ help: consider using `_header` instead Oct 28 00:09:25.795 INFO kablam! Oct 28 00:09:25.795 INFO kablam! warning: unused variable: `secrets` Oct 28 00:09:25.795 INFO kablam! --> src/main.rs:466:17 Oct 28 00:09:25.795 INFO kablam! | Oct 28 00:09:25.795 INFO kablam! 466 | let secrets = get_secrets(); Oct 28 00:09:25.795 INFO kablam! | ^^^^^^^ help: consider using `_secrets` instead Oct 28 00:09:25.795 INFO kablam! Oct 28 00:09:26.059 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 25s Oct 28 00:09:26.093 INFO kablam! su: No module specific data is present Oct 28 00:09:26.624 INFO running `"docker" "rm" "-f" "a6d565901da8b3fa96e3bbfcf02d9ee672841a3a05664266bc038239635aa972"` Oct 28 00:09:26.995 INFO blam! a6d565901da8b3fa96e3bbfcf02d9ee672841a3a05664266bc038239635aa972