Oct 22 04:10:28.659 INFO checking carrier-cli-0.2.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 04:10:28.661 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192/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 22 04:10:29.097 INFO blam! 091eba5a865d395261f7fa6400aec0452112d7abcd9708f88489fa3ff0884567 Oct 22 04:10:29.108 INFO running `"docker" "start" "-a" "091eba5a865d395261f7fa6400aec0452112d7abcd9708f88489fa3ff0884567"` Oct 22 04:10:30.093 INFO kablam! usermod: no changes Oct 22 04:10:30.408 INFO kablam! Compiling subtle v0.7.1 Oct 22 04:10:30.408 INFO kablam! Compiling subtle v1.0.0 Oct 22 04:10:30.435 INFO kablam! Checking static_slice v0.0.3 Oct 22 04:10:30.441 INFO kablam! Compiling petgraph v0.4.13 Oct 22 04:10:30.441 INFO kablam! Checking chacha20-poly1305-aead v0.1.2 Oct 22 04:10:30.441 INFO kablam! Compiling bytes v0.4.10 Oct 22 04:10:31.745 INFO kablam! Compiling rand v0.5.5 Oct 22 04:10:31.936 INFO kablam! Compiling snow v0.4.0 Oct 22 04:10:33.614 INFO kablam! Checking tokio-io v0.1.9 Oct 22 04:10:33.712 INFO kablam! Checking prost v0.4.0 Oct 22 04:10:34.616 INFO kablam! Checking hpack v0.3.0 Oct 22 04:10:34.941 INFO kablam! Compiling syn v0.14.9 Oct 22 04:10:37.910 INFO kablam! Checking parking_lot_core v0.3.1 Oct 22 04:10:38.054 INFO kablam! Checking tokio-threadpool v0.1.7 Oct 22 04:10:39.812 INFO kablam! Checking tokio-codec v0.1.1 Oct 22 04:10:39.895 INFO kablam! Compiling which v2.0.0 Oct 22 04:10:42.278 INFO kablam! Checking parking_lot v0.6.4 Oct 22 04:10:42.464 INFO kablam! Compiling curve25519-dalek v0.19.1 Oct 22 04:10:42.465 INFO kablam! Compiling curve25519-dalek v0.20.0 Oct 22 04:10:44.948 INFO kablam! Checking tokio-fs v0.1.3 Oct 22 04:10:45.764 INFO kablam! Compiling prost-build v0.4.0 Oct 22 04:10:47.964 INFO kablam! Checking tokio-reactor v0.1.6 Oct 22 04:10:52.389 INFO kablam! Checking tokio-udp v0.1.2 Oct 22 04:10:52.389 INFO kablam! Checking tokio-uds v0.2.2 Oct 22 04:10:52.390 INFO kablam! Checking tokio-tcp v0.1.2 Oct 22 04:10:52.390 INFO kablam! Checking tokio-file-unix v0.5.1 Oct 22 04:10:53.560 INFO kablam! Checking ed25519-dalek v0.8.1 Oct 22 04:10:54.596 INFO kablam! Checking x25519-dalek v0.3.0 Oct 22 04:10:58.476 INFO kablam! Checking trust-dns-proto v0.5.0-alpha.5 Oct 22 04:10:58.476 INFO kablam! Checking tokio v0.1.11 Oct 22 04:11:04.064 INFO kablam! Compiling prost-derive v0.4.0 Oct 22 04:11:07.748 INFO kablam! Checking trust-dns-resolver v0.10.0-alpha.3 Oct 22 04:11:16.720 INFO kablam! Compiling prost-types v0.4.0 Oct 22 04:11:26.294 INFO kablam! Compiling carrier v0.2.0 Oct 22 04:11:44.209 INFO kablam! Checking carrier-cli v0.2.0 (/source) Oct 22 04:11:52.407 INFO kablam! warning: use of deprecated item 'tokio::timer::Deadline': use Timeout instead Oct 22 04:11:52.407 INFO kablam! --> src/main.rs:39:5 Oct 22 04:11:52.407 INFO kablam! | Oct 22 04:11:52.407 INFO kablam! 39 | use tokio::timer::Deadline; Oct 22 04:11:52.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 22 04:11:52.408 INFO kablam! | Oct 22 04:11:52.409 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 04:11:52.409 INFO kablam! Oct 22 04:11:52.409 INFO kablam! warning: use of deprecated item 'tokio::timer::Deadline': use Timeout instead Oct 22 04:11:52.409 INFO kablam! --> src/main.rs:170:13 Oct 22 04:11:52.409 INFO kablam! | Oct 22 04:11:52.409 INFO kablam! 170 | Deadline::new(expect, Instant::now() + Duration::from_secs(10)) Oct 22 04:11:52.409 INFO kablam! | ^^^^^^^^^^^^^ Oct 22 04:11:52.409 INFO kablam! Oct 22 04:11:52.409 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 22 04:11:52.409 INFO kablam! --> src/main.rs:380:27 Oct 22 04:11:52.409 INFO kablam! | Oct 22 04:11:52.409 INFO kablam! 380 | let defaultfile = env::home_dir().unwrap_or("/root/".into()).join(".devguard/secret"); Oct 22 04:11:52.409 INFO kablam! | ^^^^^^^^^^^^^ Oct 22 04:11:52.409 INFO kablam! Oct 22 04:11:52.409 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 22 04:11:52.409 INFO kablam! --> src/main.rs:431:31 Oct 22 04:11:52.409 INFO kablam! | Oct 22 04:11:52.409 INFO kablam! 431 | let defaultfile = env::home_dir().unwrap_or("/root/".into()).join(".devguard/secret"); Oct 22 04:11:52.409 INFO kablam! | ^^^^^^^^^^^^^ Oct 22 04:11:52.409 INFO kablam! Oct 22 04:11:52.409 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 22 04:11:52.409 INFO kablam! --> src/main.rs:436:23 Oct 22 04:11:52.409 INFO kablam! | Oct 22 04:11:52.409 INFO kablam! 436 | let dir = env::home_dir().unwrap().join(".devguard/"); Oct 22 04:11:52.409 INFO kablam! | ^^^^^^^^^^^^^ Oct 22 04:11:52.409 INFO kablam! Oct 22 04:11:53.116 INFO kablam! warning: unused variable: `path` Oct 22 04:11:53.116 INFO kablam! --> src/main.rs:142:9 Oct 22 04:11:53.116 INFO kablam! | Oct 22 04:11:53.116 INFO kablam! 142 | let path = url.path().to_string(); Oct 22 04:11:53.116 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 22 04:11:53.116 INFO kablam! | Oct 22 04:11:53.116 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 22 04:11:53.116 INFO kablam! Oct 22 04:11:53.116 INFO kablam! warning: unused variable: `header` Oct 22 04:11:53.116 INFO kablam! --> src/main.rs:271:38 Oct 22 04:11:53.116 INFO kablam! | Oct 22 04:11:53.116 INFO kablam! 271 | let (stream, header) = stream.unwrap(); Oct 22 04:11:53.116 INFO kablam! | ^^^^^^ help: consider using `_header` instead Oct 22 04:11:53.116 INFO kablam! Oct 22 04:11:53.116 INFO kablam! warning: unused variable: `secrets` Oct 22 04:11:53.116 INFO kablam! --> src/main.rs:466:17 Oct 22 04:11:53.116 INFO kablam! | Oct 22 04:11:53.116 INFO kablam! 466 | let secrets = get_secrets(); Oct 22 04:11:53.116 INFO kablam! | ^^^^^^^ help: consider using `_secrets` instead Oct 22 04:11:53.116 INFO kablam! Oct 22 04:11:53.707 INFO kablam! warning: use of deprecated item 'tokio::timer::Deadline': use Timeout instead Oct 22 04:11:53.708 INFO kablam! --> src/main.rs:39:5 Oct 22 04:11:53.708 INFO kablam! | Oct 22 04:11:53.708 INFO kablam! 39 | use tokio::timer::Deadline; Oct 22 04:11:53.709 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 22 04:11:53.709 INFO kablam! | Oct 22 04:11:53.709 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 04:11:53.710 INFO kablam! Oct 22 04:11:53.710 INFO kablam! warning: use of deprecated item 'tokio::timer::Deadline': use Timeout instead Oct 22 04:11:53.710 INFO kablam! --> src/main.rs:170:13 Oct 22 04:11:53.711 INFO kablam! | Oct 22 04:11:53.711 INFO kablam! 170 | Deadline::new(expect, Instant::now() + Duration::from_secs(10)) Oct 22 04:11:53.711 INFO kablam! | ^^^^^^^^^^^^^ Oct 22 04:11:53.711 INFO kablam! Oct 22 04:11:53.712 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 22 04:11:53.712 INFO kablam! --> src/main.rs:380:27 Oct 22 04:11:53.712 INFO kablam! | Oct 22 04:11:53.713 INFO kablam! 380 | let defaultfile = env::home_dir().unwrap_or("/root/".into()).join(".devguard/secret"); Oct 22 04:11:53.713 INFO kablam! | ^^^^^^^^^^^^^ Oct 22 04:11:53.713 INFO kablam! Oct 22 04:11:53.713 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 22 04:11:53.714 INFO kablam! --> src/main.rs:431:31 Oct 22 04:11:53.714 INFO kablam! | Oct 22 04:11:53.714 INFO kablam! 431 | let defaultfile = env::home_dir().unwrap_or("/root/".into()).join(".devguard/secret"); Oct 22 04:11:53.714 INFO kablam! | ^^^^^^^^^^^^^ Oct 22 04:11:53.715 INFO kablam! Oct 22 04:11:53.715 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 22 04:11:53.715 INFO kablam! --> src/main.rs:436:23 Oct 22 04:11:53.715 INFO kablam! | Oct 22 04:11:53.716 INFO kablam! 436 | let dir = env::home_dir().unwrap().join(".devguard/"); Oct 22 04:11:53.716 INFO kablam! | ^^^^^^^^^^^^^ Oct 22 04:11:53.716 INFO kablam! Oct 22 04:11:54.136 INFO kablam! warning: unused variable: `path` Oct 22 04:11:54.137 INFO kablam! --> src/main.rs:142:9 Oct 22 04:11:54.137 INFO kablam! | Oct 22 04:11:54.137 INFO kablam! 142 | let path = url.path().to_string(); Oct 22 04:11:54.138 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 22 04:11:54.138 INFO kablam! | Oct 22 04:11:54.138 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 22 04:11:54.138 INFO kablam! Oct 22 04:11:54.139 INFO kablam! warning: unused variable: `header` Oct 22 04:11:54.139 INFO kablam! --> src/main.rs:271:38 Oct 22 04:11:54.139 INFO kablam! | Oct 22 04:11:54.140 INFO kablam! 271 | let (stream, header) = stream.unwrap(); Oct 22 04:11:54.140 INFO kablam! | ^^^^^^ help: consider using `_header` instead Oct 22 04:11:54.140 INFO kablam! Oct 22 04:11:54.140 INFO kablam! warning: unused variable: `secrets` Oct 22 04:11:54.141 INFO kablam! --> src/main.rs:466:17 Oct 22 04:11:54.141 INFO kablam! | Oct 22 04:11:54.141 INFO kablam! 466 | let secrets = get_secrets(); Oct 22 04:11:54.141 INFO kablam! | ^^^^^^^ help: consider using `_secrets` instead Oct 22 04:11:54.142 INFO kablam! Oct 22 04:11:54.405 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 24s Oct 22 04:11:54.420 INFO kablam! su: No module specific data is present Oct 22 04:11:55.120 INFO running `"docker" "rm" "-f" "091eba5a865d395261f7fa6400aec0452112d7abcd9708f88489fa3ff0884567"` Oct 22 04:11:55.307 INFO blam! 091eba5a865d395261f7fa6400aec0452112d7abcd9708f88489fa3ff0884567