Oct 28 00:08:00.483 INFO checking carrier-cli-0.2.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 28 00:08:00.484 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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:08:01.137 INFO blam! fb60c03b4c2db6629cfbf69db59619974f67ab670b381e48f2bde58ae8f62a76 Oct 28 00:08:01.138 INFO running `"docker" "start" "-a" "fb60c03b4c2db6629cfbf69db59619974f67ab670b381e48f2bde58ae8f62a76"` Oct 28 00:08:01.923 INFO kablam! usermod: no changes Oct 28 00:08:02.331 INFO kablam! Compiling subtle v0.7.1 Oct 28 00:08:02.334 INFO kablam! Compiling multimap v0.4.0 Oct 28 00:08:02.363 INFO kablam! Checking static_slice v0.0.3 Oct 28 00:08:02.373 INFO kablam! Checking crc8 v0.1.1 Oct 28 00:08:02.381 INFO kablam! Compiling petgraph v0.4.13 Oct 28 00:08:02.383 INFO kablam! Checking chacha20-poly1305-aead v0.1.2 Oct 28 00:08:02.385 INFO kablam! Compiling bytes v0.4.10 Oct 28 00:08:04.281 INFO kablam! Compiling rand v0.5.5 Oct 28 00:08:05.015 INFO kablam! Compiling snow v0.4.0 Oct 28 00:08:05.120 INFO kablam! Checking prost v0.4.0 Oct 28 00:08:06.429 INFO kablam! Checking hpack v0.3.0 Oct 28 00:08:06.997 INFO kablam! Checking parking_lot_core v0.3.1 Oct 28 00:08:07.751 INFO kablam! Checking tokio-threadpool v0.1.8 Oct 28 00:08:14.347 INFO kablam! Compiling prost-build v0.4.0 Oct 28 00:08:15.075 INFO kablam! Checking parking_lot v0.6.4 Oct 28 00:08:19.867 INFO kablam! Checking tokio-fs v0.1.4 Oct 28 00:08:20.115 INFO kablam! Checking tokio-reactor v0.1.6 Oct 28 00:08:21.538 INFO kablam! Compiling prost-types v0.4.0 Oct 28 00:08:21.859 INFO kablam! Compiling curve25519-dalek v0.19.1 Oct 28 00:08:21.859 INFO kablam! Compiling curve25519-dalek v0.20.0 Oct 28 00:08:27.246 INFO kablam! Checking tokio-uds v0.2.3 Oct 28 00:08:27.246 INFO kablam! Checking tokio-udp v0.1.2 Oct 28 00:08:27.246 INFO kablam! Checking tokio-tcp v0.1.2 Oct 28 00:08:27.246 INFO kablam! Checking tokio-file-unix v0.5.1 Oct 28 00:08:38.695 INFO kablam! Checking x25519-dalek v0.3.0 Oct 28 00:08:44.059 INFO kablam! Checking tokio v0.1.11 Oct 28 00:08:44.087 INFO kablam! Checking trust-dns-proto v0.5.0-alpha.5 Oct 28 00:08:45.818 INFO kablam! Checking ed25519-dalek v0.8.1 Oct 28 00:08:53.495 INFO kablam! Compiling carrier v0.2.0 Oct 28 00:08:56.564 INFO kablam! Checking trust-dns-resolver v0.10.0-alpha.3 Oct 28 00:09:12.202 INFO kablam! Checking carrier-cli v0.2.0 (/source) Oct 28 00:09:24.432 INFO kablam! warning: use of deprecated item 'tokio::timer::Deadline': use Timeout instead Oct 28 00:09:24.433 INFO kablam! --> src/main.rs:39:5 Oct 28 00:09:24.433 INFO kablam! | Oct 28 00:09:24.433 INFO kablam! 39 | use tokio::timer::Deadline; Oct 28 00:09:24.433 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:09:24.433 INFO kablam! | Oct 28 00:09:24.433 INFO kablam! = note: #[warn(deprecated)] on by default Oct 28 00:09:24.434 INFO kablam! Oct 28 00:09:24.434 INFO kablam! warning: use of deprecated item 'tokio::timer::Deadline': use Timeout instead Oct 28 00:09:24.434 INFO kablam! --> src/main.rs:170:13 Oct 28 00:09:24.434 INFO kablam! | Oct 28 00:09:24.434 INFO kablam! 170 | Deadline::new(expect, Instant::now() + Duration::from_secs(10)) Oct 28 00:09:24.434 INFO kablam! | ^^^^^^^^^^^^^ Oct 28 00:09:24.434 INFO kablam! Oct 28 00:09:24.435 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:24.435 INFO kablam! --> src/main.rs:380:27 Oct 28 00:09:24.435 INFO kablam! | Oct 28 00:09:24.435 INFO kablam! 380 | let defaultfile = env::home_dir().unwrap_or("/root/".into()).join(".devguard/secret"); Oct 28 00:09:24.435 INFO kablam! | ^^^^^^^^^^^^^ Oct 28 00:09:24.435 INFO kablam! Oct 28 00:09:24.435 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:24.435 INFO kablam! --> src/main.rs:431:31 Oct 28 00:09:24.435 INFO kablam! | Oct 28 00:09:24.435 INFO kablam! 431 | let defaultfile = env::home_dir().unwrap_or("/root/".into()).join(".devguard/secret"); Oct 28 00:09:24.436 INFO kablam! | ^^^^^^^^^^^^^ Oct 28 00:09:24.436 INFO kablam! Oct 28 00:09:24.436 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:24.436 INFO kablam! --> src/main.rs:436:23 Oct 28 00:09:24.436 INFO kablam! | Oct 28 00:09:24.436 INFO kablam! 436 | let dir = env::home_dir().unwrap().join(".devguard/"); Oct 28 00:09:24.436 INFO kablam! | ^^^^^^^^^^^^^ Oct 28 00:09:24.436 INFO kablam! Oct 28 00:09:24.919 INFO kablam! warning: unused variable: `path` Oct 28 00:09:24.919 INFO kablam! --> src/main.rs:142:9 Oct 28 00:09:24.919 INFO kablam! | Oct 28 00:09:24.919 INFO kablam! 142 | let path = url.path().to_string(); Oct 28 00:09:24.919 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 28 00:09:24.919 INFO kablam! | Oct 28 00:09:24.919 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 28 00:09:24.919 INFO kablam! Oct 28 00:09:24.919 INFO kablam! warning: unused variable: `header` Oct 28 00:09:24.919 INFO kablam! --> src/main.rs:271:38 Oct 28 00:09:24.919 INFO kablam! | Oct 28 00:09:24.919 INFO kablam! 271 | let (stream, header) = stream.unwrap(); Oct 28 00:09:24.919 INFO kablam! | ^^^^^^ help: consider using `_header` instead Oct 28 00:09:24.920 INFO kablam! Oct 28 00:09:24.920 INFO kablam! warning: unused variable: `secrets` Oct 28 00:09:24.920 INFO kablam! --> src/main.rs:466:17 Oct 28 00:09:24.920 INFO kablam! | Oct 28 00:09:24.920 INFO kablam! 466 | let secrets = get_secrets(); Oct 28 00:09:24.921 INFO kablam! | ^^^^^^^ help: consider using `_secrets` instead Oct 28 00:09:24.921 INFO kablam! Oct 28 00:09:24.947 INFO kablam! warning: use of deprecated item 'tokio::timer::Deadline': use Timeout instead Oct 28 00:09:24.947 INFO kablam! --> src/main.rs:39:5 Oct 28 00:09:24.947 INFO kablam! | Oct 28 00:09:24.947 INFO kablam! 39 | use tokio::timer::Deadline; Oct 28 00:09:24.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:09:24.947 INFO kablam! | Oct 28 00:09:24.947 INFO kablam! = note: #[warn(deprecated)] on by default Oct 28 00:09:24.947 INFO kablam! Oct 28 00:09:24.951 INFO kablam! warning: use of deprecated item 'tokio::timer::Deadline': use Timeout instead Oct 28 00:09:24.951 INFO kablam! --> src/main.rs:170:13 Oct 28 00:09:24.951 INFO kablam! | Oct 28 00:09:24.951 INFO kablam! 170 | Deadline::new(expect, Instant::now() + Duration::from_secs(10)) Oct 28 00:09:24.951 INFO kablam! | ^^^^^^^^^^^^^ Oct 28 00:09:24.951 INFO kablam! Oct 28 00:09:24.951 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:24.951 INFO kablam! --> src/main.rs:380:27 Oct 28 00:09:24.951 INFO kablam! | Oct 28 00:09:24.951 INFO kablam! 380 | let defaultfile = env::home_dir().unwrap_or("/root/".into()).join(".devguard/secret"); Oct 28 00:09:24.951 INFO kablam! | ^^^^^^^^^^^^^ Oct 28 00:09:24.951 INFO kablam! Oct 28 00:09:24.951 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:24.951 INFO kablam! --> src/main.rs:431:31 Oct 28 00:09:24.951 INFO kablam! | Oct 28 00:09:24.951 INFO kablam! 431 | let defaultfile = env::home_dir().unwrap_or("/root/".into()).join(".devguard/secret"); Oct 28 00:09:24.951 INFO kablam! | ^^^^^^^^^^^^^ Oct 28 00:09:24.951 INFO kablam! Oct 28 00:09:24.951 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:24.951 INFO kablam! --> src/main.rs:436:23 Oct 28 00:09:24.951 INFO kablam! | Oct 28 00:09:24.951 INFO kablam! 436 | let dir = env::home_dir().unwrap().join(".devguard/"); Oct 28 00:09:24.951 INFO kablam! | ^^^^^^^^^^^^^ Oct 28 00:09:24.951 INFO kablam! Oct 28 00:09:25.463 INFO kablam! warning: unused variable: `path` Oct 28 00:09:25.463 INFO kablam! --> src/main.rs:142:9 Oct 28 00:09:25.463 INFO kablam! | Oct 28 00:09:25.463 INFO kablam! 142 | let path = url.path().to_string(); Oct 28 00:09:25.463 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 28 00:09:25.463 INFO kablam! | Oct 28 00:09:25.463 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 28 00:09:25.463 INFO kablam! Oct 28 00:09:25.463 INFO kablam! warning: unused variable: `header` Oct 28 00:09:25.463 INFO kablam! --> src/main.rs:271:38 Oct 28 00:09:25.463 INFO kablam! | Oct 28 00:09:25.463 INFO kablam! 271 | let (stream, header) = stream.unwrap(); Oct 28 00:09:25.463 INFO kablam! | ^^^^^^ help: consider using `_header` instead Oct 28 00:09:25.463 INFO kablam! Oct 28 00:09:25.463 INFO kablam! warning: unused variable: `secrets` Oct 28 00:09:25.463 INFO kablam! --> src/main.rs:466:17 Oct 28 00:09:25.463 INFO kablam! | Oct 28 00:09:25.463 INFO kablam! 466 | let secrets = get_secrets(); Oct 28 00:09:25.463 INFO kablam! | ^^^^^^^ help: consider using `_secrets` instead Oct 28 00:09:25.463 INFO kablam! Oct 28 00:09:25.743 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 23s Oct 28 00:09:25.763 INFO kablam! su: No module specific data is present Oct 28 00:09:26.500 INFO running `"docker" "rm" "-f" "fb60c03b4c2db6629cfbf69db59619974f67ab670b381e48f2bde58ae8f62a76"` Oct 28 00:09:26.813 INFO blam! fb60c03b4c2db6629cfbf69db59619974f67ab670b381e48f2bde58ae8f62a76