Oct 27 01:29:48.293 INFO checking llambda/nary against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 01:29:48.295 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 27 01:29:48.887 INFO blam! a82d86989e00de48d79b6b14dec65549980235ebb985c251e7316edcae209734 Oct 27 01:29:48.907 INFO running `"docker" "start" "-a" "a82d86989e00de48d79b6b14dec65549980235ebb985c251e7316edcae209734"` Oct 27 01:29:49.993 INFO kablam! usermod: no changes Oct 27 01:29:50.299 INFO kablam! Compiling cc v1.0.20 Oct 27 01:29:50.313 INFO kablam! Compiling serde v1.0.74 Oct 27 01:29:50.335 INFO kablam! Checking termios v0.2.2 Oct 27 01:29:50.335 INFO kablam! Checking clicolors-control v0.2.0 Oct 27 01:29:50.335 INFO kablam! Checking hyper v0.10.13 Oct 27 01:29:50.335 INFO kablam! Compiling serde_derive v1.0.74 Oct 27 01:29:52.901 INFO kablam! Checking console v0.6.1 Oct 27 01:29:59.077 INFO kablam! Compiling libz-sys v1.0.20 Oct 27 01:29:59.078 INFO kablam! Compiling cmake v0.1.33 Oct 27 01:29:59.084 INFO kablam! Compiling openssl-sys v0.9.35 Oct 27 01:29:59.086 INFO kablam! Compiling curl-sys v0.4.8 Oct 27 01:30:00.755 INFO kablam! Compiling backtrace-sys v0.1.24 Oct 27 01:30:09.066 INFO kablam! Compiling miniz-sys v0.1.10 Oct 27 01:30:09.068 INFO kablam! Checking indicatif v0.9.0 Oct 27 01:30:12.826 INFO kablam! Compiling libssh2-sys v0.2.10 Oct 27 01:30:13.771 INFO kablam! Compiling libgit2-sys v0.7.7 Oct 27 01:30:19.439 INFO kablam! Compiling openssl v0.9.24 Oct 27 01:30:19.564 INFO kablam! Checking backtrace v0.3.9 Oct 27 01:30:22.567 INFO kablam! Checking flate2 v1.0.2 Oct 27 01:30:24.011 INFO kablam! Checking failure v0.1.2 Oct 27 01:30:42.151 INFO kablam! Checking native-tls v0.1.5 Oct 27 01:30:46.984 INFO kablam! Checking hyper-native-tls v0.2.4 Oct 27 01:31:06.140 INFO kablam! Checking serde_json v1.0.26 Oct 27 01:31:33.938 INFO kablam! Checking git2 v0.7.5 Oct 27 01:31:38.367 INFO kablam! Checking nary v0.1.0 (/source) Oct 27 01:31:41.768 INFO kablam! warning: unused `#[macro_use]` import Oct 27 01:31:41.769 INFO kablam! --> src/main.rs:3:1 Oct 27 01:31:41.770 INFO kablam! | Oct 27 01:31:41.770 INFO kablam! 3 | #[macro_use] extern crate serde_derive; Oct 27 01:31:41.770 INFO kablam! | ^^^^^^^^^^^^ Oct 27 01:31:41.771 INFO kablam! | Oct 27 01:31:41.772 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 01:31:41.772 INFO kablam! Oct 27 01:31:41.772 INFO kablam! warning: unused import: `failure::err_msg` Oct 27 01:31:41.772 INFO kablam! --> src/main.rs:14:5 Oct 27 01:31:41.772 INFO kablam! | Oct 27 01:31:41.772 INFO kablam! 14 | use failure::err_msg; Oct 27 01:31:41.772 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 01:31:41.772 INFO kablam! Oct 27 01:31:41.802 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 27 01:31:41.802 INFO kablam! --> src/main.rs:32:5 Oct 27 01:31:41.802 INFO kablam! | Oct 27 01:31:41.803 INFO kablam! 32 | use std::env::home_dir; Oct 27 01:31:41.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 01:31:41.803 INFO kablam! | Oct 27 01:31:41.803 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 01:31:41.803 INFO kablam! Oct 27 01:31:41.811 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 27 01:31:41.811 INFO kablam! --> src/main.rs:126:25 Oct 27 01:31:41.811 INFO kablam! | Oct 27 01:31:41.811 INFO kablam! 126 | let mut cache_dir = home_dir().ok_or(NeedHomeDir)?; Oct 27 01:31:41.811 INFO kablam! | ^^^^^^^^ Oct 27 01:31:41.811 INFO kablam! Oct 27 01:31:41.915 INFO kablam! warning: use of deprecated item 'failure::Error::cause': please use 'as_fail()' method instead Oct 27 01:31:41.915 INFO kablam! --> src/main.rs:56:28 Oct 27 01:31:41.915 INFO kablam! | Oct 27 01:31:41.915 INFO kablam! 56 | let mut fail = err.cause(); Oct 27 01:31:41.915 INFO kablam! | ^^^^^ Oct 27 01:31:41.915 INFO kablam! Oct 27 01:31:42.207 INFO kablam! warning: unused `#[macro_use]` import Oct 27 01:31:42.207 INFO kablam! --> src/main.rs:3:1 Oct 27 01:31:42.207 INFO kablam! | Oct 27 01:31:42.207 INFO kablam! 3 | #[macro_use] extern crate serde_derive; Oct 27 01:31:42.207 INFO kablam! | ^^^^^^^^^^^^ Oct 27 01:31:42.207 INFO kablam! | Oct 27 01:31:42.207 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 01:31:42.207 INFO kablam! Oct 27 01:31:42.207 INFO kablam! warning: unused import: `failure::err_msg` Oct 27 01:31:42.207 INFO kablam! --> src/main.rs:14:5 Oct 27 01:31:42.207 INFO kablam! | Oct 27 01:31:42.207 INFO kablam! 14 | use failure::err_msg; Oct 27 01:31:42.207 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 01:31:42.207 INFO kablam! Oct 27 01:31:42.235 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 27 01:31:42.235 INFO kablam! --> src/main.rs:32:5 Oct 27 01:31:42.235 INFO kablam! | Oct 27 01:31:42.235 INFO kablam! 32 | use std::env::home_dir; Oct 27 01:31:42.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 01:31:42.235 INFO kablam! | Oct 27 01:31:42.235 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 01:31:42.236 INFO kablam! Oct 27 01:31:42.236 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 27 01:31:42.236 INFO kablam! --> src/main.rs:126:25 Oct 27 01:31:42.236 INFO kablam! | Oct 27 01:31:42.236 INFO kablam! 126 | let mut cache_dir = home_dir().ok_or(NeedHomeDir)?; Oct 27 01:31:42.236 INFO kablam! | ^^^^^^^^ Oct 27 01:31:42.236 INFO kablam! Oct 27 01:31:42.297 INFO kablam! warning: use of deprecated item 'failure::Error::cause': please use 'as_fail()' method instead Oct 27 01:31:42.297 INFO kablam! --> src/main.rs:56:28 Oct 27 01:31:42.297 INFO kablam! | Oct 27 01:31:42.297 INFO kablam! 56 | let mut fail = err.cause(); Oct 27 01:31:42.297 INFO kablam! | ^^^^^ Oct 27 01:31:42.297 INFO kablam! Oct 27 01:31:42.541 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 52s Oct 27 01:31:42.559 INFO kablam! su: No module specific data is present Oct 27 01:31:43.959 INFO running `"docker" "rm" "-f" "a82d86989e00de48d79b6b14dec65549980235ebb985c251e7316edcae209734"` Oct 27 01:31:44.275 INFO blam! a82d86989e00de48d79b6b14dec65549980235ebb985c251e7316edcae209734