Oct 13 17:06:07.870 INFO checking carrier-cli-0.2.0 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 17:06:07.872 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 17:06:08.242 INFO blam! 53c3b6e297ee189187c017ac4ea6589ab03d0c4d7968f3bcbd0af46264acbe01 Oct 13 17:06:08.244 INFO running `"docker" "start" "-a" "53c3b6e297ee189187c017ac4ea6589ab03d0c4d7968f3bcbd0af46264acbe01"` Oct 13 17:06:09.440 INFO kablam! usermod: no changes Oct 13 17:06:09.896 INFO kablam! Compiling subtle v0.7.1 Oct 13 17:06:09.896 INFO kablam! Compiling subtle v1.0.0 Oct 13 17:06:09.912 INFO kablam! Compiling multimap v0.4.0 Oct 13 17:06:09.912 INFO kablam! Checking static_slice v0.0.3 Oct 13 17:06:09.912 INFO kablam! Checking bs58 v0.2.2 Oct 13 17:06:09.920 INFO kablam! Compiling petgraph v0.4.13 Oct 13 17:06:11.980 INFO kablam! Checking chacha20-poly1305-aead v0.1.2 Oct 13 17:06:13.111 INFO kablam! Compiling bytes v0.4.10 Oct 13 17:06:14.021 INFO kablam! Compiling rand v0.5.5 Oct 13 17:06:14.060 INFO kablam! Compiling snow v0.4.0 Oct 13 17:06:14.085 INFO kablam! Checking tokio-io v0.1.9 Oct 13 17:06:14.497 INFO kablam! Checking prost v0.4.0 Oct 13 17:06:15.649 INFO kablam! Checking hpack v0.3.0 Oct 13 17:06:19.045 INFO kablam! Checking parking_lot_core v0.3.1 Oct 13 17:06:23.349 INFO kablam! Checking tokio-threadpool v0.1.7 Oct 13 17:06:25.397 INFO kablam! Checking tokio-codec v0.1.1 Oct 13 17:06:26.220 INFO kablam! Checking parking_lot v0.6.4 Oct 13 17:06:32.767 INFO kablam! Compiling curve25519-dalek v0.19.1 Oct 13 17:06:32.767 INFO kablam! Compiling curve25519-dalek v0.20.0 Oct 13 17:06:33.168 INFO kablam! Checking tokio-reactor v0.1.6 Oct 13 17:06:33.664 INFO kablam! Compiling prost-types v0.4.0 Oct 13 17:06:34.902 INFO kablam! Checking tokio-fs v0.1.3 Oct 13 17:06:40.811 INFO kablam! Checking tokio-uds v0.2.2 Oct 13 17:06:40.811 INFO kablam! Checking tokio-udp v0.1.2 Oct 13 17:06:40.811 INFO kablam! Checking tokio-tcp v0.1.2 Oct 13 17:06:40.811 INFO kablam! Checking tokio-file-unix v0.5.1 Oct 13 17:06:52.454 INFO kablam! Compiling prost-build v0.4.0 Oct 13 17:06:54.958 INFO kablam! Checking ed25519-dalek v0.8.1 Oct 13 17:06:55.161 INFO kablam! Checking x25519-dalek v0.3.0 Oct 13 17:06:56.003 INFO kablam! Checking tokio v0.1.11 Oct 13 17:06:56.003 INFO kablam! Checking trust-dns-proto v0.5.0-alpha.3 Oct 13 17:07:06.224 INFO kablam! Compiling carrier v0.2.0 Oct 13 17:07:10.500 INFO kablam! Checking trust-dns-resolver v0.10.0-alpha.3 Oct 13 17:07:27.149 INFO kablam! Checking carrier-cli v0.2.0 (/source) Oct 13 17:07:37.061 INFO kablam! warning: use of deprecated item 'tokio::timer::Deadline': use Timeout instead Oct 13 17:07:37.062 INFO kablam! --> src/main.rs:39:5 Oct 13 17:07:37.062 INFO kablam! | Oct 13 17:07:37.062 INFO kablam! 39 | use tokio::timer::Deadline; Oct 13 17:07:37.062 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 17:07:37.063 INFO kablam! | Oct 13 17:07:37.063 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 17:07:37.063 INFO kablam! Oct 13 17:07:37.063 INFO kablam! warning: use of deprecated item 'tokio::timer::Deadline': use Timeout instead Oct 13 17:07:37.064 INFO kablam! --> src/main.rs:170:13 Oct 13 17:07:37.064 INFO kablam! | Oct 13 17:07:37.064 INFO kablam! 170 | Deadline::new(expect, Instant::now() + Duration::from_secs(10)) Oct 13 17:07:37.064 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 17:07:37.065 INFO kablam! Oct 13 17:07:37.065 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 13 17:07:37.065 INFO kablam! --> src/main.rs:380:27 Oct 13 17:07:37.065 INFO kablam! | Oct 13 17:07:37.066 INFO kablam! 380 | let defaultfile = env::home_dir().unwrap_or("/root/".into()).join(".devguard/secret"); Oct 13 17:07:37.066 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 17:07:37.066 INFO kablam! Oct 13 17:07:37.066 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 13 17:07:37.067 INFO kablam! --> src/main.rs:431:31 Oct 13 17:07:37.067 INFO kablam! | Oct 13 17:07:37.067 INFO kablam! 431 | let defaultfile = env::home_dir().unwrap_or("/root/".into()).join(".devguard/secret"); Oct 13 17:07:37.067 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 17:07:37.068 INFO kablam! Oct 13 17:07:37.068 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 13 17:07:37.068 INFO kablam! --> src/main.rs:436:23 Oct 13 17:07:37.068 INFO kablam! | Oct 13 17:07:37.069 INFO kablam! 436 | let dir = env::home_dir().unwrap().join(".devguard/"); Oct 13 17:07:37.069 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 17:07:37.069 INFO kablam! Oct 13 17:07:37.696 INFO kablam! warning: unused variable: `path` Oct 13 17:07:37.697 INFO kablam! --> src/main.rs:142:9 Oct 13 17:07:37.697 INFO kablam! | Oct 13 17:07:37.697 INFO kablam! 142 | let path = url.path().to_string(); Oct 13 17:07:37.697 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 13 17:07:37.698 INFO kablam! | Oct 13 17:07:37.698 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 17:07:37.698 INFO kablam! Oct 13 17:07:37.699 INFO kablam! warning: unused variable: `header` Oct 13 17:07:37.699 INFO kablam! --> src/main.rs:271:38 Oct 13 17:07:37.699 INFO kablam! | Oct 13 17:07:37.699 INFO kablam! 271 | let (stream, header) = stream.unwrap(); Oct 13 17:07:37.699 INFO kablam! | ^^^^^^ help: consider using `_header` instead Oct 13 17:07:37.700 INFO kablam! Oct 13 17:07:37.700 INFO kablam! warning: unused variable: `secrets` Oct 13 17:07:37.700 INFO kablam! --> src/main.rs:466:17 Oct 13 17:07:37.700 INFO kablam! | Oct 13 17:07:37.701 INFO kablam! 466 | let secrets = get_secrets(); Oct 13 17:07:37.701 INFO kablam! | ^^^^^^^ help: consider using `_secrets` instead Oct 13 17:07:37.701 INFO kablam! Oct 13 17:07:38.372 INFO kablam! warning: use of deprecated item 'tokio::timer::Deadline': use Timeout instead Oct 13 17:07:38.373 INFO kablam! --> src/main.rs:39:5 Oct 13 17:07:38.373 INFO kablam! | Oct 13 17:07:38.373 INFO kablam! 39 | use tokio::timer::Deadline; Oct 13 17:07:38.373 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 17:07:38.374 INFO kablam! | Oct 13 17:07:38.374 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 17:07:38.374 INFO kablam! Oct 13 17:07:38.374 INFO kablam! warning: use of deprecated item 'tokio::timer::Deadline': use Timeout instead Oct 13 17:07:38.375 INFO kablam! --> src/main.rs:170:13 Oct 13 17:07:38.375 INFO kablam! | Oct 13 17:07:38.375 INFO kablam! 170 | Deadline::new(expect, Instant::now() + Duration::from_secs(10)) Oct 13 17:07:38.375 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 17:07:38.376 INFO kablam! Oct 13 17:07:38.376 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 13 17:07:38.376 INFO kablam! --> src/main.rs:380:27 Oct 13 17:07:38.376 INFO kablam! | Oct 13 17:07:38.376 INFO kablam! 380 | let defaultfile = env::home_dir().unwrap_or("/root/".into()).join(".devguard/secret"); Oct 13 17:07:38.377 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 17:07:38.377 INFO kablam! Oct 13 17:07:38.377 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 13 17:07:38.377 INFO kablam! --> src/main.rs:431:31 Oct 13 17:07:38.378 INFO kablam! | Oct 13 17:07:38.378 INFO kablam! 431 | let defaultfile = env::home_dir().unwrap_or("/root/".into()).join(".devguard/secret"); Oct 13 17:07:38.378 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 17:07:38.378 INFO kablam! Oct 13 17:07:38.379 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 13 17:07:38.379 INFO kablam! --> src/main.rs:436:23 Oct 13 17:07:38.379 INFO kablam! | Oct 13 17:07:38.379 INFO kablam! 436 | let dir = env::home_dir().unwrap().join(".devguard/"); Oct 13 17:07:38.380 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 17:07:38.380 INFO kablam! Oct 13 17:07:38.792 INFO kablam! warning: unused variable: `path` Oct 13 17:07:38.792 INFO kablam! --> src/main.rs:142:9 Oct 13 17:07:38.792 INFO kablam! | Oct 13 17:07:38.792 INFO kablam! 142 | let path = url.path().to_string(); Oct 13 17:07:38.792 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 13 17:07:38.792 INFO kablam! | Oct 13 17:07:38.792 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 17:07:38.792 INFO kablam! Oct 13 17:07:38.792 INFO kablam! warning: unused variable: `header` Oct 13 17:07:38.792 INFO kablam! --> src/main.rs:271:38 Oct 13 17:07:38.792 INFO kablam! | Oct 13 17:07:38.792 INFO kablam! 271 | let (stream, header) = stream.unwrap(); Oct 13 17:07:38.792 INFO kablam! | ^^^^^^ help: consider using `_header` instead Oct 13 17:07:38.793 INFO kablam! Oct 13 17:07:38.793 INFO kablam! warning: unused variable: `secrets` Oct 13 17:07:38.793 INFO kablam! --> src/main.rs:466:17 Oct 13 17:07:38.793 INFO kablam! | Oct 13 17:07:38.793 INFO kablam! 466 | let secrets = get_secrets(); Oct 13 17:07:38.793 INFO kablam! | ^^^^^^^ help: consider using `_secrets` instead Oct 13 17:07:38.793 INFO kablam! Oct 13 17:07:39.069 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 29s Oct 13 17:07:39.105 INFO kablam! su: No module specific data is present Oct 13 17:07:39.868 INFO running `"docker" "rm" "-f" "53c3b6e297ee189187c017ac4ea6589ab03d0c4d7968f3bcbd0af46264acbe01"` Oct 13 17:07:40.054 INFO blam! 53c3b6e297ee189187c017ac4ea6589ab03d0c4d7968f3bcbd0af46264acbe01