Oct 28 00:35:01.030 INFO checking bom-0.1.2 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 28 00:35:01.031 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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:35:01.621 INFO blam! 66f2c2abcd27cf1df8096ebe3925337925041f9339b5030b6ad80a67ba580151 Oct 28 00:35:01.627 INFO running `"docker" "start" "-a" "66f2c2abcd27cf1df8096ebe3925337925041f9339b5030b6ad80a67ba580151"` Oct 28 00:35:02.839 INFO kablam! usermod: no changes Oct 28 00:35:03.211 INFO kablam! Checking bom v0.1.2 (/source) Oct 28 00:35:06.107 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 28 00:35:06.107 INFO kablam! --> src/commands.rs:248:11 Oct 28 00:35:06.107 INFO kablam! | Oct 28 00:35:06.107 INFO kablam! 248 | if(n.to_string() == target_ignore_file_name) { continue; } Oct 28 00:35:06.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 28 00:35:06.107 INFO kablam! | Oct 28 00:35:06.107 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 28 00:35:06.107 INFO kablam! Oct 28 00:35:06.107 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 28 00:35:06.107 INFO kablam! --> src/main.rs:26:15 Oct 28 00:35:06.107 INFO kablam! | Oct 28 00:35:06.107 INFO kablam! 26 | if(!bom_path.exists()) {fs::create_dir(bom_path);} Oct 28 00:35:06.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 28 00:35:06.107 INFO kablam! Oct 28 00:35:06.107 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 28 00:35:06.107 INFO kablam! --> src/main.rs:34:7 Oct 28 00:35:06.107 INFO kablam! | Oct 28 00:35:06.107 INFO kablam! 34 | if(!&boilerplates_path.exists()) { Oct 28 00:35:06.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 28 00:35:06.107 INFO kablam! Oct 28 00:35:06.107 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 28 00:35:06.107 INFO kablam! --> src/main.rs:38:7 Oct 28 00:35:06.107 INFO kablam! | Oct 28 00:35:06.107 INFO kablam! 38 | if(!&global_ignore_path.exists()) { Oct 28 00:35:06.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 28 00:35:06.107 INFO kablam! Oct 28 00:35:06.115 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:35:06.115 INFO kablam! --> src/main.rs:23:11 Oct 28 00:35:06.115 INFO kablam! | Oct 28 00:35:06.115 INFO kablam! 23 | match env::home_dir() { Oct 28 00:35:06.115 INFO kablam! | ^^^^^^^^^^^^^ Oct 28 00:35:06.115 INFO kablam! | Oct 28 00:35:06.115 INFO kablam! = note: #[warn(deprecated)] on by default Oct 28 00:35:06.115 INFO kablam! Oct 28 00:35:06.275 INFO kablam! warning: value assigned to `global_ignore_file_names` is never read Oct 28 00:35:06.275 INFO kablam! --> src/commands.rs:38:13 Oct 28 00:35:06.275 INFO kablam! | Oct 28 00:35:06.275 INFO kablam! 38 | let mut global_ignore_file_names: Vec = vec![]; Oct 28 00:35:06.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:35:06.275 INFO kablam! | Oct 28 00:35:06.275 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 28 00:35:06.275 INFO kablam! Oct 28 00:35:06.275 INFO kablam! warning: value assigned to `v` is never read Oct 28 00:35:06.275 INFO kablam! --> src/commands.rs:183:13 Oct 28 00:35:06.275 INFO kablam! | Oct 28 00:35:06.275 INFO kablam! 183 | let mut v: Vec = vec![]; Oct 28 00:35:06.275 INFO kablam! | ^ Oct 28 00:35:06.275 INFO kablam! Oct 28 00:35:06.275 INFO kablam! warning: value assigned to `v` is never read Oct 28 00:35:06.275 INFO kablam! --> src/commands.rs:201:13 Oct 28 00:35:06.275 INFO kablam! | Oct 28 00:35:06.275 INFO kablam! 201 | let mut v: Vec = vec![]; Oct 28 00:35:06.275 INFO kablam! | ^ Oct 28 00:35:06.275 INFO kablam! Oct 28 00:35:06.275 INFO kablam! warning: value assigned to `v` is never read Oct 28 00:35:06.275 INFO kablam! --> src/commands.rs:229:13 Oct 28 00:35:06.275 INFO kablam! | Oct 28 00:35:06.275 INFO kablam! 229 | let mut v: Vec = vec![]; Oct 28 00:35:06.275 INFO kablam! | ^ Oct 28 00:35:06.275 INFO kablam! Oct 28 00:35:06.275 INFO kablam! warning: unused variable: `err` Oct 28 00:35:06.275 INFO kablam! --> src/main.rs:57:25 Oct 28 00:35:06.275 INFO kablam! | Oct 28 00:35:06.275 INFO kablam! 57 | Err(err) => {}, Oct 28 00:35:06.275 INFO kablam! | ^^^ help: consider using `_err` instead Oct 28 00:35:06.275 INFO kablam! | Oct 28 00:35:06.275 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 28 00:35:06.275 INFO kablam! Oct 28 00:35:06.368 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 00:35:06.368 INFO kablam! --> src/main.rs:26:37 Oct 28 00:35:06.369 INFO kablam! | Oct 28 00:35:06.369 INFO kablam! 26 | if(!bom_path.exists()) {fs::create_dir(bom_path);} Oct 28 00:35:06.369 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:35:06.369 INFO kablam! | Oct 28 00:35:06.369 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 00:35:06.369 INFO kablam! Oct 28 00:35:06.370 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 00:35:06.370 INFO kablam! --> src/main.rs:35:9 Oct 28 00:35:06.370 INFO kablam! | Oct 28 00:35:06.370 INFO kablam! 35 | fs::create_dir(&boilerplates_path); Oct 28 00:35:06.370 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:35:06.370 INFO kablam! | Oct 28 00:35:06.370 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 00:35:06.371 INFO kablam! Oct 28 00:35:06.371 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 00:35:06.371 INFO kablam! --> src/main.rs:39:9 Oct 28 00:35:06.371 INFO kablam! | Oct 28 00:35:06.371 INFO kablam! 39 | fs::File::create(&global_ignore_path); Oct 28 00:35:06.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:35:06.372 INFO kablam! | Oct 28 00:35:06.372 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 00:35:06.372 INFO kablam! Oct 28 00:35:06.435 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 28 00:35:06.435 INFO kablam! --> src/commands.rs:248:11 Oct 28 00:35:06.435 INFO kablam! | Oct 28 00:35:06.435 INFO kablam! 248 | if(n.to_string() == target_ignore_file_name) { continue; } Oct 28 00:35:06.435 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 28 00:35:06.435 INFO kablam! | Oct 28 00:35:06.435 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 28 00:35:06.435 INFO kablam! Oct 28 00:35:06.435 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 28 00:35:06.435 INFO kablam! --> src/main.rs:26:15 Oct 28 00:35:06.435 INFO kablam! | Oct 28 00:35:06.435 INFO kablam! 26 | if(!bom_path.exists()) {fs::create_dir(bom_path);} Oct 28 00:35:06.435 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 28 00:35:06.435 INFO kablam! Oct 28 00:35:06.435 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 28 00:35:06.435 INFO kablam! --> src/main.rs:34:7 Oct 28 00:35:06.435 INFO kablam! | Oct 28 00:35:06.435 INFO kablam! 34 | if(!&boilerplates_path.exists()) { Oct 28 00:35:06.435 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 28 00:35:06.435 INFO kablam! Oct 28 00:35:06.435 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 28 00:35:06.435 INFO kablam! --> src/main.rs:38:7 Oct 28 00:35:06.435 INFO kablam! | Oct 28 00:35:06.435 INFO kablam! 38 | if(!&global_ignore_path.exists()) { Oct 28 00:35:06.435 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 28 00:35:06.435 INFO kablam! Oct 28 00:35:06.480 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:35:06.480 INFO kablam! --> src/main.rs:23:11 Oct 28 00:35:06.480 INFO kablam! | Oct 28 00:35:06.480 INFO kablam! 23 | match env::home_dir() { Oct 28 00:35:06.480 INFO kablam! | ^^^^^^^^^^^^^ Oct 28 00:35:06.480 INFO kablam! | Oct 28 00:35:06.480 INFO kablam! = note: #[warn(deprecated)] on by default Oct 28 00:35:06.480 INFO kablam! Oct 28 00:35:06.662 INFO kablam! warning: value assigned to `global_ignore_file_names` is never read Oct 28 00:35:06.663 INFO kablam! --> src/commands.rs:38:13 Oct 28 00:35:06.663 INFO kablam! | Oct 28 00:35:06.663 INFO kablam! 38 | let mut global_ignore_file_names: Vec = vec![]; Oct 28 00:35:06.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:35:06.664 INFO kablam! | Oct 28 00:35:06.664 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 28 00:35:06.664 INFO kablam! Oct 28 00:35:06.664 INFO kablam! warning: value assigned to `v` is never read Oct 28 00:35:06.665 INFO kablam! --> src/commands.rs:183:13 Oct 28 00:35:06.665 INFO kablam! | Oct 28 00:35:06.665 INFO kablam! 183 | let mut v: Vec = vec![]; Oct 28 00:35:06.665 INFO kablam! | ^ Oct 28 00:35:06.666 INFO kablam! Oct 28 00:35:06.666 INFO kablam! warning: value assigned to `v` is never read Oct 28 00:35:06.666 INFO kablam! --> src/commands.rs:201:13 Oct 28 00:35:06.666 INFO kablam! | Oct 28 00:35:06.667 INFO kablam! 201 | let mut v: Vec = vec![]; Oct 28 00:35:06.667 INFO kablam! | ^ Oct 28 00:35:06.667 INFO kablam! Oct 28 00:35:06.667 INFO kablam! warning: value assigned to `v` is never read Oct 28 00:35:06.668 INFO kablam! --> src/commands.rs:229:13 Oct 28 00:35:06.668 INFO kablam! | Oct 28 00:35:06.668 INFO kablam! 229 | let mut v: Vec = vec![]; Oct 28 00:35:06.668 INFO kablam! | ^ Oct 28 00:35:06.669 INFO kablam! Oct 28 00:35:06.669 INFO kablam! warning: unused variable: `err` Oct 28 00:35:06.669 INFO kablam! --> src/main.rs:57:25 Oct 28 00:35:06.669 INFO kablam! | Oct 28 00:35:06.670 INFO kablam! 57 | Err(err) => {}, Oct 28 00:35:06.670 INFO kablam! | ^^^ help: consider using `_err` instead Oct 28 00:35:06.670 INFO kablam! | Oct 28 00:35:06.670 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 28 00:35:06.671 INFO kablam! Oct 28 00:35:06.731 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 00:35:06.731 INFO kablam! --> src/main.rs:26:37 Oct 28 00:35:06.732 INFO kablam! | Oct 28 00:35:06.732 INFO kablam! 26 | if(!bom_path.exists()) {fs::create_dir(bom_path);} Oct 28 00:35:06.732 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:35:06.733 INFO kablam! | Oct 28 00:35:06.733 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 00:35:06.733 INFO kablam! Oct 28 00:35:06.733 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 00:35:06.733 INFO kablam! --> src/main.rs:35:9 Oct 28 00:35:06.734 INFO kablam! | Oct 28 00:35:06.734 INFO kablam! 35 | fs::create_dir(&boilerplates_path); Oct 28 00:35:06.734 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:35:06.734 INFO kablam! | Oct 28 00:35:06.735 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 00:35:06.735 INFO kablam! Oct 28 00:35:06.735 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 00:35:06.735 INFO kablam! --> src/main.rs:39:9 Oct 28 00:35:06.736 INFO kablam! | Oct 28 00:35:06.736 INFO kablam! 39 | fs::File::create(&global_ignore_path); Oct 28 00:35:06.736 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:35:06.736 INFO kablam! | Oct 28 00:35:06.737 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 00:35:06.737 INFO kablam! Oct 28 00:35:06.829 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.96s Oct 28 00:35:06.843 INFO kablam! su: No module specific data is present Oct 28 00:35:07.331 INFO running `"docker" "rm" "-f" "66f2c2abcd27cf1df8096ebe3925337925041f9339b5030b6ad80a67ba580151"` Oct 28 00:35:07.504 INFO blam! 66f2c2abcd27cf1df8096ebe3925337925041f9339b5030b6ad80a67ba580151