Oct 31 17:50:53.786 INFO checking xliiv/ff against master#05812fa8c588473f03e3fa7cf59cd84f4f37c715 for pr-55538 Oct 31 17:50:53.786 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-1/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55538/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/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 +05812fa8c588473f03e3fa7cf59cd84f4f37c715-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 31 17:50:54.245 INFO blam! f21f885e9c3e439d4c330a338d7ed3ed5314fd40ef2a7ea8a2a62492a8f5338c Oct 31 17:50:54.246 INFO running `"docker" "start" "-a" "f21f885e9c3e439d4c330a338d7ed3ed5314fd40ef2a7ea8a2a62492a8f5338c"` Oct 31 17:50:55.376 INFO kablam! usermod: no changes Oct 31 17:50:55.564 INFO kablam! Checking num-traits v0.2.2 Oct 31 17:50:55.564 INFO kablam! Checking bit-vec v0.4.4 Oct 31 17:50:55.568 INFO kablam! Checking array-macro v1.0.0 Oct 31 17:50:55.568 INFO kablam! Checking stable_deref_trait v1.0.0 Oct 31 17:50:55.568 INFO kablam! Compiling regex v0.2.10 Oct 31 17:50:55.576 INFO kablam! Checking serde v1.0.33 Oct 31 17:50:55.576 INFO kablam! Checking itoa v0.4.0 Oct 31 17:50:55.576 INFO kablam! Checking enumset v0.3.3 Oct 31 17:50:55.932 INFO kablam! Checking xi-unicode v0.1.0 Oct 31 17:50:56.620 INFO kablam! Checking remove_dir_all v0.5.0 Oct 31 17:50:56.632 INFO kablam! Checking memchr v2.0.1 Oct 31 17:50:57.304 INFO kablam! Checking atty v0.2.8 Oct 31 17:50:57.444 INFO kablam! Checking termion v1.5.1 Oct 31 17:50:57.456 INFO kablam! Checking log v0.4.1 Oct 31 17:50:57.861 INFO kablam! Checking regex-syntax v0.5.3 Oct 31 17:50:57.992 INFO kablam! Checking owning_ref v0.3.3 Oct 31 17:50:58.072 INFO kablam! Checking tempdir v0.3.7 Oct 31 17:50:58.392 INFO kablam! Compiling syn v0.11.11 Oct 31 17:50:58.849 INFO kablam! Checking aho-corasick v0.6.4 Oct 31 17:50:59.109 INFO kablam! Checking bit-set v0.4.0 Oct 31 17:50:59.628 INFO kablam! Checking chan v0.1.21 Oct 31 17:51:00.048 INFO kablam! Checking clap v2.31.2 Oct 31 17:51:00.544 INFO kablam! Checking log v0.3.9 Oct 31 17:51:01.080 INFO kablam! Checking walkdir v0.1.8 Oct 31 17:51:01.120 INFO kablam! Checking chan-signal v0.3.1 Oct 31 17:51:01.714 INFO kablam! Checking rust-ini v0.9.12 Oct 31 17:51:03.333 INFO kablam! Checking num-integer v0.1.36 Oct 31 17:51:03.333 INFO kablam! Checking num-complex v0.1.43 Oct 31 17:51:04.192 INFO kablam! Checking num-bigint v0.1.43 Oct 31 17:51:04.193 INFO kablam! Checking num-iter v0.1.35 Oct 31 17:51:10.264 INFO kablam! Checking num-rational v0.1.42 Oct 31 17:51:10.272 INFO kablam! Compiling enum-map-derive v0.2.4 Oct 31 17:51:12.094 INFO kablam! Checking num v0.1.42 Oct 31 17:51:14.700 INFO kablam! Checking enum-map v0.2.24 Oct 31 17:51:19.740 INFO kablam! Checking toml v0.4.5 Oct 31 17:51:19.748 INFO kablam! Checking serde_json v1.0.12 Oct 31 17:51:22.481 INFO kablam! Checking cursive v0.8.1 Oct 31 17:51:26.170 INFO kablam! Checking fui v0.8.0 Oct 31 17:51:27.051 INFO kablam! Checking ff v2.0.0 (/source) Oct 31 17:51:27.355 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 31 17:51:27.355 INFO kablam! --> src/cli.rs:115:25 Oct 31 17:51:27.355 INFO kablam! | Oct 31 17:51:27.355 INFO kablam! 115 | let mut conf_file = env::home_dir().expect("Can't find home dir"); Oct 31 17:51:27.355 INFO kablam! | ^^^^^^^^^^^^^ Oct 31 17:51:27.355 INFO kablam! | Oct 31 17:51:27.355 INFO kablam! = note: #[warn(deprecated)] on by default Oct 31 17:51:27.355 INFO kablam! Oct 31 17:51:27.355 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 31 17:51:27.355 INFO kablam! --> src/cli.rs:122:20 Oct 31 17:51:27.355 INFO kablam! | Oct 31 17:51:27.355 INFO kablam! 122 | let home_dir = std::env::home_dir().ok_or("Can't find home dir")?; Oct 31 17:51:27.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 31 17:51:27.355 INFO kablam! Oct 31 17:51:27.355 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 31 17:51:27.355 INFO kablam! --> src/cli.rs:173:20 Oct 31 17:51:27.355 INFO kablam! | Oct 31 17:51:27.356 INFO kablam! 173 | let home_dir = env::home_dir().ok_or("Can't get home dir")?; Oct 31 17:51:27.356 INFO kablam! | ^^^^^^^^^^^^^ Oct 31 17:51:27.356 INFO kablam! Oct 31 17:51:27.356 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 31 17:51:27.356 INFO kablam! --> src/cli.rs:208:20 Oct 31 17:51:27.356 INFO kablam! | Oct 31 17:51:27.356 INFO kablam! 208 | let home_dir = std::env::home_dir().ok_or("Can't get home dir")?; Oct 31 17:51:27.356 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 31 17:51:27.356 INFO kablam! Oct 31 17:51:27.401 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 31 17:51:27.401 INFO kablam! --> src/cli.rs:115:25 Oct 31 17:51:27.401 INFO kablam! | Oct 31 17:51:27.401 INFO kablam! 115 | let mut conf_file = env::home_dir().expect("Can't find home dir"); Oct 31 17:51:27.401 INFO kablam! | ^^^^^^^^^^^^^ Oct 31 17:51:27.401 INFO kablam! | Oct 31 17:51:27.401 INFO kablam! = note: #[warn(deprecated)] on by default Oct 31 17:51:27.401 INFO kablam! Oct 31 17:51:27.401 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 31 17:51:27.401 INFO kablam! --> src/cli.rs:122:20 Oct 31 17:51:27.401 INFO kablam! | Oct 31 17:51:27.401 INFO kablam! 122 | let home_dir = std::env::home_dir().ok_or("Can't find home dir")?; Oct 31 17:51:27.401 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 31 17:51:27.401 INFO kablam! Oct 31 17:51:27.401 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 31 17:51:27.401 INFO kablam! --> src/cli.rs:173:20 Oct 31 17:51:27.401 INFO kablam! | Oct 31 17:51:27.402 INFO kablam! 173 | let home_dir = env::home_dir().ok_or("Can't get home dir")?; Oct 31 17:51:27.402 INFO kablam! | ^^^^^^^^^^^^^ Oct 31 17:51:27.402 INFO kablam! Oct 31 17:51:27.402 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 31 17:51:27.402 INFO kablam! --> src/cli.rs:208:20 Oct 31 17:51:27.402 INFO kablam! | Oct 31 17:51:27.402 INFO kablam! 208 | let home_dir = std::env::home_dir().ok_or("Can't get home dir")?; Oct 31 17:51:27.402 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 31 17:51:27.402 INFO kablam! Oct 31 17:51:27.961 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 32.56s Oct 31 17:51:27.970 INFO kablam! su: No module specific data is present Oct 31 17:51:28.844 INFO running `"docker" "rm" "-f" "f21f885e9c3e439d4c330a338d7ed3ed5314fd40ef2a7ea8a2a62492a8f5338c"` Oct 31 17:51:29.012 INFO blam! f21f885e9c3e439d4c330a338d7ed3ed5314fd40ef2a7ea8a2a62492a8f5338c