Oct 31 18:54:52.125 INFO checking uma0317/bom against master#05812fa8c588473f03e3fa7cf59cd84f4f37c715 for pr-55538 Oct 31 18:54:52.126 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-5/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/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 18:54:52.584 INFO blam! 0c3cfe9414718a6507689314ab69adfa8b33395f0f09374dc686ff208c9afe53 Oct 31 18:54:52.592 INFO running `"docker" "start" "-a" "0c3cfe9414718a6507689314ab69adfa8b33395f0f09374dc686ff208c9afe53"` Oct 31 18:54:54.292 INFO kablam! usermod: no changes Oct 31 18:54:54.523 INFO kablam! Compiling cc v1.0.9 Oct 31 18:54:54.530 INFO kablam! Checking termios v0.2.2 Oct 31 18:54:54.530 INFO kablam! Checking termion v1.5.1 Oct 31 18:54:54.531 INFO kablam! Checking clicolors-control v0.2.0 Oct 31 18:54:54.531 INFO kablam! Checking parking_lot_core v0.2.13 Oct 31 18:54:54.531 INFO kablam! Checking uuid v0.5.1 Oct 31 18:54:54.532 INFO kablam! Checking regex v0.2.10 Oct 31 18:54:54.532 INFO kablam! Checking libflate v0.1.14 Oct 31 18:54:55.687 INFO kablam! Checking serde_urlencoded v0.5.1 Oct 31 18:54:56.048 INFO kablam! Compiling phf_generator v0.7.21 Oct 31 18:54:57.205 INFO kablam! Checking tokio-core v0.1.16 Oct 31 18:54:57.888 INFO kablam! Compiling phf_codegen v0.7.21 Oct 31 18:54:58.632 INFO kablam! Checking parking_lot v0.5.4 Oct 31 18:54:59.728 INFO kablam! Compiling mime_guess v2.0.0-alpha.4 Oct 31 18:55:03.130 INFO kablam! Checking tokio-proto v0.1.1 Oct 31 18:55:06.060 INFO kablam! Compiling openssl-sys v0.9.28 Oct 31 18:55:07.505 INFO kablam! Checking console v0.6.1 Oct 31 18:55:11.169 INFO kablam! Checking indicatif v0.9.0 Oct 31 18:55:11.949 INFO kablam! Compiling openssl v0.9.24 Oct 31 18:55:13.171 INFO kablam! Checking hyper v0.11.25 Oct 31 18:55:19.641 INFO kablam! Checking native-tls v0.1.5 Oct 31 18:55:20.480 INFO kablam! Checking tokio-tls v0.1.4 Oct 31 18:55:22.308 INFO kablam! Checking hyper-tls v0.1.3 Oct 31 18:55:23.077 INFO kablam! Checking reqwest v0.8.5 Oct 31 18:55:24.796 INFO kablam! Checking bom v0.1.2 (/source) Oct 31 18:55:25.484 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 31 18:55:25.484 INFO kablam! --> src/commands.rs:248:11 Oct 31 18:55:25.484 INFO kablam! | Oct 31 18:55:25.484 INFO kablam! 248 | if(n.to_string() == target_ignore_file_name) { continue; } Oct 31 18:55:25.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 31 18:55:25.484 INFO kablam! | Oct 31 18:55:25.484 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 31 18:55:25.484 INFO kablam! Oct 31 18:55:25.484 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 31 18:55:25.484 INFO kablam! --> src/main.rs:26:15 Oct 31 18:55:25.484 INFO kablam! | Oct 31 18:55:25.484 INFO kablam! 26 | if(!bom_path.exists()) {fs::create_dir(bom_path);} Oct 31 18:55:25.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 31 18:55:25.484 INFO kablam! Oct 31 18:55:25.484 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 31 18:55:25.484 INFO kablam! --> src/main.rs:34:7 Oct 31 18:55:25.484 INFO kablam! | Oct 31 18:55:25.484 INFO kablam! 34 | if(!&boilerplates_path.exists()) { Oct 31 18:55:25.485 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 31 18:55:25.485 INFO kablam! Oct 31 18:55:25.485 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 31 18:55:25.485 INFO kablam! --> src/main.rs:38:7 Oct 31 18:55:25.485 INFO kablam! | Oct 31 18:55:25.485 INFO kablam! 38 | if(!&global_ignore_path.exists()) { Oct 31 18:55:25.485 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 31 18:55:25.485 INFO kablam! Oct 31 18:55:25.494 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 18:55:25.494 INFO kablam! --> src/main.rs:23:11 Oct 31 18:55:25.494 INFO kablam! | Oct 31 18:55:25.494 INFO kablam! 23 | match env::home_dir() { Oct 31 18:55:25.494 INFO kablam! | ^^^^^^^^^^^^^ Oct 31 18:55:25.494 INFO kablam! | Oct 31 18:55:25.494 INFO kablam! = note: #[warn(deprecated)] on by default Oct 31 18:55:25.494 INFO kablam! Oct 31 18:55:25.532 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 31 18:55:25.532 INFO kablam! --> src/commands.rs:248:11 Oct 31 18:55:25.532 INFO kablam! | Oct 31 18:55:25.532 INFO kablam! 248 | if(n.to_string() == target_ignore_file_name) { continue; } Oct 31 18:55:25.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 31 18:55:25.532 INFO kablam! | Oct 31 18:55:25.532 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 31 18:55:25.532 INFO kablam! Oct 31 18:55:25.532 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 31 18:55:25.532 INFO kablam! --> src/main.rs:26:15 Oct 31 18:55:25.532 INFO kablam! | Oct 31 18:55:25.532 INFO kablam! 26 | if(!bom_path.exists()) {fs::create_dir(bom_path);} Oct 31 18:55:25.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 31 18:55:25.532 INFO kablam! Oct 31 18:55:25.532 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 31 18:55:25.532 INFO kablam! --> src/main.rs:34:7 Oct 31 18:55:25.532 INFO kablam! | Oct 31 18:55:25.532 INFO kablam! 34 | if(!&boilerplates_path.exists()) { Oct 31 18:55:25.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 31 18:55:25.532 INFO kablam! Oct 31 18:55:25.532 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 31 18:55:25.532 INFO kablam! --> src/main.rs:38:7 Oct 31 18:55:25.532 INFO kablam! | Oct 31 18:55:25.532 INFO kablam! 38 | if(!&global_ignore_path.exists()) { Oct 31 18:55:25.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 31 18:55:25.532 INFO kablam! Oct 31 18:55:25.594 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 18:55:25.594 INFO kablam! --> src/main.rs:23:11 Oct 31 18:55:25.594 INFO kablam! | Oct 31 18:55:25.594 INFO kablam! 23 | match env::home_dir() { Oct 31 18:55:25.594 INFO kablam! | ^^^^^^^^^^^^^ Oct 31 18:55:25.594 INFO kablam! | Oct 31 18:55:25.594 INFO kablam! = note: #[warn(deprecated)] on by default Oct 31 18:55:25.594 INFO kablam! Oct 31 18:55:25.753 INFO kablam! warning: value assigned to `global_ignore_file_names` is never read Oct 31 18:55:25.753 INFO kablam! --> src/commands.rs:38:13 Oct 31 18:55:25.753 INFO kablam! | Oct 31 18:55:25.753 INFO kablam! 38 | let mut global_ignore_file_names: Vec = vec![]; Oct 31 18:55:25.753 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 18:55:25.753 INFO kablam! | Oct 31 18:55:25.753 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 31 18:55:25.753 INFO kablam! Oct 31 18:55:25.753 INFO kablam! warning: value assigned to `v` is never read Oct 31 18:55:25.753 INFO kablam! --> src/commands.rs:183:13 Oct 31 18:55:25.753 INFO kablam! | Oct 31 18:55:25.753 INFO kablam! 183 | let mut v: Vec = vec![]; Oct 31 18:55:25.753 INFO kablam! | ^ Oct 31 18:55:25.753 INFO kablam! Oct 31 18:55:25.754 INFO kablam! warning: value assigned to `v` is never read Oct 31 18:55:25.754 INFO kablam! --> src/commands.rs:201:13 Oct 31 18:55:25.754 INFO kablam! | Oct 31 18:55:25.754 INFO kablam! 201 | let mut v: Vec = vec![]; Oct 31 18:55:25.754 INFO kablam! | ^ Oct 31 18:55:25.754 INFO kablam! Oct 31 18:55:25.754 INFO kablam! warning: value assigned to `v` is never read Oct 31 18:55:25.754 INFO kablam! --> src/commands.rs:229:13 Oct 31 18:55:25.754 INFO kablam! | Oct 31 18:55:25.754 INFO kablam! 229 | let mut v: Vec = vec![]; Oct 31 18:55:25.754 INFO kablam! | ^ Oct 31 18:55:25.754 INFO kablam! Oct 31 18:55:25.755 INFO kablam! warning: unused variable: `err` Oct 31 18:55:25.755 INFO kablam! --> src/main.rs:57:25 Oct 31 18:55:25.755 INFO kablam! | Oct 31 18:55:25.755 INFO kablam! 57 | Err(err) => {}, Oct 31 18:55:25.755 INFO kablam! | ^^^ help: consider using `_err` instead Oct 31 18:55:25.755 INFO kablam! | Oct 31 18:55:25.755 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 18:55:25.755 INFO kablam! Oct 31 18:55:25.904 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 18:55:25.904 INFO kablam! --> src/main.rs:26:37 Oct 31 18:55:25.904 INFO kablam! | Oct 31 18:55:25.904 INFO kablam! 26 | if(!bom_path.exists()) {fs::create_dir(bom_path);} Oct 31 18:55:25.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 18:55:25.905 INFO kablam! | Oct 31 18:55:25.905 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 18:55:25.905 INFO kablam! Oct 31 18:55:25.905 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 18:55:25.905 INFO kablam! --> src/main.rs:35:9 Oct 31 18:55:25.905 INFO kablam! | Oct 31 18:55:25.905 INFO kablam! 35 | fs::create_dir(&boilerplates_path); Oct 31 18:55:25.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 18:55:25.905 INFO kablam! | Oct 31 18:55:25.905 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 18:55:25.905 INFO kablam! Oct 31 18:55:25.905 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 18:55:25.905 INFO kablam! --> src/main.rs:39:9 Oct 31 18:55:25.905 INFO kablam! | Oct 31 18:55:25.905 INFO kablam! 39 | fs::File::create(&global_ignore_path); Oct 31 18:55:25.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 18:55:25.905 INFO kablam! | Oct 31 18:55:25.905 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 18:55:25.905 INFO kablam! Oct 31 18:55:25.964 INFO kablam! warning: value assigned to `global_ignore_file_names` is never read Oct 31 18:55:25.964 INFO kablam! --> src/commands.rs:38:13 Oct 31 18:55:25.964 INFO kablam! | Oct 31 18:55:25.964 INFO kablam! 38 | let mut global_ignore_file_names: Vec = vec![]; Oct 31 18:55:25.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 18:55:25.964 INFO kablam! | Oct 31 18:55:25.964 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 31 18:55:25.964 INFO kablam! Oct 31 18:55:25.964 INFO kablam! warning: value assigned to `v` is never read Oct 31 18:55:25.964 INFO kablam! --> src/commands.rs:183:13 Oct 31 18:55:25.964 INFO kablam! | Oct 31 18:55:25.964 INFO kablam! 183 | let mut v: Vec = vec![]; Oct 31 18:55:25.964 INFO kablam! | ^ Oct 31 18:55:25.964 INFO kablam! Oct 31 18:55:25.964 INFO kablam! warning: value assigned to `v` is never read Oct 31 18:55:25.964 INFO kablam! --> src/commands.rs:201:13 Oct 31 18:55:25.964 INFO kablam! | Oct 31 18:55:25.964 INFO kablam! 201 | let mut v: Vec = vec![]; Oct 31 18:55:25.964 INFO kablam! | ^ Oct 31 18:55:25.964 INFO kablam! Oct 31 18:55:25.965 INFO kablam! warning: value assigned to `v` is never read Oct 31 18:55:25.965 INFO kablam! --> src/commands.rs:229:13 Oct 31 18:55:25.965 INFO kablam! | Oct 31 18:55:25.965 INFO kablam! 229 | let mut v: Vec = vec![]; Oct 31 18:55:25.965 INFO kablam! | ^ Oct 31 18:55:25.965 INFO kablam! Oct 31 18:55:25.965 INFO kablam! warning: unused variable: `err` Oct 31 18:55:25.965 INFO kablam! --> src/main.rs:57:25 Oct 31 18:55:25.965 INFO kablam! | Oct 31 18:55:25.965 INFO kablam! 57 | Err(err) => {}, Oct 31 18:55:25.965 INFO kablam! | ^^^ help: consider using `_err` instead Oct 31 18:55:25.965 INFO kablam! | Oct 31 18:55:25.965 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 18:55:25.965 INFO kablam! Oct 31 18:55:26.089 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 18:55:26.089 INFO kablam! --> src/main.rs:26:37 Oct 31 18:55:26.089 INFO kablam! | Oct 31 18:55:26.089 INFO kablam! 26 | if(!bom_path.exists()) {fs::create_dir(bom_path);} Oct 31 18:55:26.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 18:55:26.090 INFO kablam! | Oct 31 18:55:26.090 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 18:55:26.090 INFO kablam! Oct 31 18:55:26.090 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 18:55:26.090 INFO kablam! --> src/main.rs:35:9 Oct 31 18:55:26.090 INFO kablam! | Oct 31 18:55:26.090 INFO kablam! 35 | fs::create_dir(&boilerplates_path); Oct 31 18:55:26.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 18:55:26.090 INFO kablam! | Oct 31 18:55:26.090 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 18:55:26.090 INFO kablam! Oct 31 18:55:26.090 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 18:55:26.090 INFO kablam! --> src/main.rs:39:9 Oct 31 18:55:26.090 INFO kablam! | Oct 31 18:55:26.090 INFO kablam! 39 | fs::File::create(&global_ignore_path); Oct 31 18:55:26.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 18:55:26.090 INFO kablam! | Oct 31 18:55:26.090 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 18:55:26.090 INFO kablam! Oct 31 18:55:26.144 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 31.82s Oct 31 18:55:26.193 INFO kablam! su: No module specific data is present Oct 31 18:55:27.357 INFO running `"docker" "rm" "-f" "0c3cfe9414718a6507689314ab69adfa8b33395f0f09374dc686ff208c9afe53"` Oct 31 18:55:27.689 INFO blam! 0c3cfe9414718a6507689314ab69adfa8b33395f0f09374dc686ff208c9afe53