Oct 28 00:35:00.547 INFO checking bom-0.1.2 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 28 00:35:00.548 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 28 00:35:00.931 INFO blam! 206a2a239cb3eea9e9d23619e8574fa0686c8299362edfa5bdec0dad57be5cf9 Oct 28 00:35:00.933 INFO running `"docker" "start" "-a" "206a2a239cb3eea9e9d23619e8574fa0686c8299362edfa5bdec0dad57be5cf9"` Oct 28 00:35:02.037 INFO kablam! usermod: no changes Oct 28 00:35:02.407 INFO kablam! Checking bom v0.1.2 (/source) Oct 28 00:35:04.483 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 28 00:35:04.483 INFO kablam! --> src/commands.rs:248:11 Oct 28 00:35:04.484 INFO kablam! | Oct 28 00:35:04.484 INFO kablam! 248 | if(n.to_string() == target_ignore_file_name) { continue; } Oct 28 00:35:04.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 28 00:35:04.484 INFO kablam! | Oct 28 00:35:04.485 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 28 00:35:04.485 INFO kablam! Oct 28 00:35:04.485 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 28 00:35:04.485 INFO kablam! --> src/main.rs:26:15 Oct 28 00:35:04.486 INFO kablam! | Oct 28 00:35:04.486 INFO kablam! 26 | if(!bom_path.exists()) {fs::create_dir(bom_path);} Oct 28 00:35:04.486 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 28 00:35:04.486 INFO kablam! Oct 28 00:35:04.487 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 28 00:35:04.487 INFO kablam! --> src/main.rs:34:7 Oct 28 00:35:04.487 INFO kablam! | Oct 28 00:35:04.488 INFO kablam! 34 | if(!&boilerplates_path.exists()) { Oct 28 00:35:04.488 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 28 00:35:04.488 INFO kablam! Oct 28 00:35:04.488 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 28 00:35:04.489 INFO kablam! --> src/main.rs:38:7 Oct 28 00:35:04.489 INFO kablam! | Oct 28 00:35:04.489 INFO kablam! 38 | if(!&global_ignore_path.exists()) { Oct 28 00:35:04.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 28 00:35:04.489 INFO kablam! Oct 28 00:35:04.503 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:04.503 INFO kablam! --> src/main.rs:23:11 Oct 28 00:35:04.503 INFO kablam! | Oct 28 00:35:04.504 INFO kablam! 23 | match env::home_dir() { Oct 28 00:35:04.504 INFO kablam! | ^^^^^^^^^^^^^ Oct 28 00:35:04.504 INFO kablam! | Oct 28 00:35:04.504 INFO kablam! = note: #[warn(deprecated)] on by default Oct 28 00:35:04.505 INFO kablam! Oct 28 00:35:04.687 INFO kablam! warning: value assigned to `global_ignore_file_names` is never read Oct 28 00:35:04.688 INFO kablam! --> src/commands.rs:38:13 Oct 28 00:35:04.688 INFO kablam! | Oct 28 00:35:04.688 INFO kablam! 38 | let mut global_ignore_file_names: Vec = vec![]; Oct 28 00:35:04.688 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:35:04.689 INFO kablam! | Oct 28 00:35:04.689 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 28 00:35:04.689 INFO kablam! Oct 28 00:35:04.690 INFO kablam! warning: value assigned to `v` is never read Oct 28 00:35:04.690 INFO kablam! --> src/commands.rs:183:13 Oct 28 00:35:04.690 INFO kablam! | Oct 28 00:35:04.690 INFO kablam! 183 | let mut v: Vec = vec![]; Oct 28 00:35:04.691 INFO kablam! | ^ Oct 28 00:35:04.691 INFO kablam! Oct 28 00:35:04.691 INFO kablam! warning: value assigned to `v` is never read Oct 28 00:35:04.691 INFO kablam! --> src/commands.rs:201:13 Oct 28 00:35:04.692 INFO kablam! | Oct 28 00:35:04.692 INFO kablam! 201 | let mut v: Vec = vec![]; Oct 28 00:35:04.692 INFO kablam! | ^ Oct 28 00:35:04.692 INFO kablam! Oct 28 00:35:04.693 INFO kablam! warning: value assigned to `v` is never read Oct 28 00:35:04.693 INFO kablam! --> src/commands.rs:229:13 Oct 28 00:35:04.693 INFO kablam! | Oct 28 00:35:04.693 INFO kablam! 229 | let mut v: Vec = vec![]; Oct 28 00:35:04.694 INFO kablam! | ^ Oct 28 00:35:04.694 INFO kablam! Oct 28 00:35:04.694 INFO kablam! warning: unused variable: `err` Oct 28 00:35:04.694 INFO kablam! --> src/main.rs:57:25 Oct 28 00:35:04.695 INFO kablam! | Oct 28 00:35:04.695 INFO kablam! 57 | Err(err) => {}, Oct 28 00:35:04.695 INFO kablam! | ^^^ help: consider using `_err` instead Oct 28 00:35:04.695 INFO kablam! | Oct 28 00:35:04.696 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 28 00:35:04.696 INFO kablam! Oct 28 00:35:04.751 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 28 00:35:04.751 INFO kablam! --> src/commands.rs:248:11 Oct 28 00:35:04.752 INFO kablam! | Oct 28 00:35:04.752 INFO kablam! 248 | if(n.to_string() == target_ignore_file_name) { continue; } Oct 28 00:35:04.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 28 00:35:04.753 INFO kablam! | Oct 28 00:35:04.753 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 28 00:35:04.753 INFO kablam! Oct 28 00:35:04.754 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 28 00:35:04.754 INFO kablam! --> src/main.rs:26:15 Oct 28 00:35:04.754 INFO kablam! | Oct 28 00:35:04.755 INFO kablam! 26 | if(!bom_path.exists()) {fs::create_dir(bom_path);} Oct 28 00:35:04.755 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 28 00:35:04.755 INFO kablam! Oct 28 00:35:04.755 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 28 00:35:04.756 INFO kablam! --> src/main.rs:34:7 Oct 28 00:35:04.756 INFO kablam! | Oct 28 00:35:04.756 INFO kablam! 34 | if(!&boilerplates_path.exists()) { Oct 28 00:35:04.756 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 28 00:35:04.757 INFO kablam! Oct 28 00:35:04.757 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 28 00:35:04.757 INFO kablam! --> src/main.rs:38:7 Oct 28 00:35:04.757 INFO kablam! | Oct 28 00:35:04.758 INFO kablam! 38 | if(!&global_ignore_path.exists()) { Oct 28 00:35:04.758 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 28 00:35:04.758 INFO kablam! Oct 28 00:35:04.771 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:04.771 INFO kablam! --> src/main.rs:23:11 Oct 28 00:35:04.771 INFO kablam! | Oct 28 00:35:04.772 INFO kablam! 23 | match env::home_dir() { Oct 28 00:35:04.772 INFO kablam! | ^^^^^^^^^^^^^ Oct 28 00:35:04.772 INFO kablam! | Oct 28 00:35:04.773 INFO kablam! = note: #[warn(deprecated)] on by default Oct 28 00:35:04.773 INFO kablam! Oct 28 00:35:04.779 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 00:35:04.779 INFO kablam! --> src/main.rs:26:37 Oct 28 00:35:04.779 INFO kablam! | Oct 28 00:35:04.779 INFO kablam! 26 | if(!bom_path.exists()) {fs::create_dir(bom_path);} Oct 28 00:35:04.779 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:35:04.779 INFO kablam! | Oct 28 00:35:04.779 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 00:35:04.779 INFO kablam! Oct 28 00:35:04.779 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 00:35:04.779 INFO kablam! --> src/main.rs:35:9 Oct 28 00:35:04.779 INFO kablam! | Oct 28 00:35:04.779 INFO kablam! 35 | fs::create_dir(&boilerplates_path); Oct 28 00:35:04.779 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:35:04.779 INFO kablam! | Oct 28 00:35:04.779 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 00:35:04.779 INFO kablam! Oct 28 00:35:04.779 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 00:35:04.779 INFO kablam! --> src/main.rs:39:9 Oct 28 00:35:04.779 INFO kablam! | Oct 28 00:35:04.779 INFO kablam! 39 | fs::File::create(&global_ignore_path); Oct 28 00:35:04.779 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:35:04.779 INFO kablam! | Oct 28 00:35:04.779 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 00:35:04.779 INFO kablam! Oct 28 00:35:04.930 INFO kablam! warning: value assigned to `global_ignore_file_names` is never read Oct 28 00:35:04.931 INFO kablam! --> src/commands.rs:38:13 Oct 28 00:35:04.931 INFO kablam! | Oct 28 00:35:04.931 INFO kablam! 38 | let mut global_ignore_file_names: Vec = vec![]; Oct 28 00:35:04.931 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:35:04.932 INFO kablam! | Oct 28 00:35:04.932 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 28 00:35:04.933 INFO kablam! Oct 28 00:35:04.933 INFO kablam! warning: value assigned to `v` is never read Oct 28 00:35:04.933 INFO kablam! --> src/commands.rs:183:13 Oct 28 00:35:04.934 INFO kablam! | Oct 28 00:35:04.934 INFO kablam! 183 | let mut v: Vec = vec![]; Oct 28 00:35:04.934 INFO kablam! | ^ Oct 28 00:35:04.934 INFO kablam! Oct 28 00:35:04.934 INFO kablam! warning: value assigned to `v` is never read Oct 28 00:35:04.934 INFO kablam! --> src/commands.rs:201:13 Oct 28 00:35:04.934 INFO kablam! | Oct 28 00:35:04.934 INFO kablam! 201 | let mut v: Vec = vec![]; Oct 28 00:35:04.934 INFO kablam! | ^ Oct 28 00:35:04.934 INFO kablam! Oct 28 00:35:04.935 INFO kablam! warning: value assigned to `v` is never read Oct 28 00:35:04.935 INFO kablam! --> src/commands.rs:229:13 Oct 28 00:35:04.935 INFO kablam! | Oct 28 00:35:04.935 INFO kablam! 229 | let mut v: Vec = vec![]; Oct 28 00:35:04.935 INFO kablam! | ^ Oct 28 00:35:04.936 INFO kablam! Oct 28 00:35:04.936 INFO kablam! warning: unused variable: `err` Oct 28 00:35:04.936 INFO kablam! --> src/main.rs:57:25 Oct 28 00:35:04.936 INFO kablam! | Oct 28 00:35:04.936 INFO kablam! 57 | Err(err) => {}, Oct 28 00:35:04.936 INFO kablam! | ^^^ help: consider using `_err` instead Oct 28 00:35:04.943 INFO kablam! | Oct 28 00:35:04.943 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 28 00:35:04.943 INFO kablam! Oct 28 00:35:05.007 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 00:35:05.007 INFO kablam! --> src/main.rs:26:37 Oct 28 00:35:05.007 INFO kablam! | Oct 28 00:35:05.008 INFO kablam! 26 | if(!bom_path.exists()) {fs::create_dir(bom_path);} Oct 28 00:35:05.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:35:05.008 INFO kablam! | Oct 28 00:35:05.009 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 00:35:05.009 INFO kablam! Oct 28 00:35:05.009 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 00:35:05.009 INFO kablam! --> src/main.rs:35:9 Oct 28 00:35:05.009 INFO kablam! | Oct 28 00:35:05.009 INFO kablam! 35 | fs::create_dir(&boilerplates_path); Oct 28 00:35:05.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:35:05.009 INFO kablam! | Oct 28 00:35:05.009 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 00:35:05.009 INFO kablam! Oct 28 00:35:05.010 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 00:35:05.010 INFO kablam! --> src/main.rs:39:9 Oct 28 00:35:05.010 INFO kablam! | Oct 28 00:35:05.010 INFO kablam! 39 | fs::File::create(&global_ignore_path); Oct 28 00:35:05.010 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:35:05.010 INFO kablam! | Oct 28 00:35:05.011 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 00:35:05.011 INFO kablam! Oct 28 00:35:05.051 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.98s Oct 28 00:35:05.075 INFO kablam! su: No module specific data is present Oct 28 00:35:05.923 INFO running `"docker" "rm" "-f" "206a2a239cb3eea9e9d23619e8574fa0686c8299362edfa5bdec0dad57be5cf9"` Oct 28 00:35:06.248 INFO blam! 206a2a239cb3eea9e9d23619e8574fa0686c8299362edfa5bdec0dad57be5cf9