Oct 26 18:45:24.040 INFO checking uma0317/bom against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 18:45:24.040 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 26 18:45:24.476 INFO blam! 8195c604b0eeed8818a4c6d5af7b6c50cde3dddb88a5c16e1c7cca6f41966e22 Oct 26 18:45:24.479 INFO running `"docker" "start" "-a" "8195c604b0eeed8818a4c6d5af7b6c50cde3dddb88a5c16e1c7cca6f41966e22"` Oct 26 18:45:26.168 INFO kablam! usermod: no changes Oct 26 18:45:26.591 INFO kablam! Checking atty v0.2.8 Oct 26 18:45:26.592 INFO kablam! Checking termion v1.5.1 Oct 26 18:45:26.619 INFO kablam! Checking parking_lot_core v0.2.13 Oct 26 18:45:26.632 INFO kablam! Checking regex v0.2.10 Oct 26 18:45:27.151 INFO kablam! Checking clap v2.31.2 Oct 26 18:45:29.127 INFO kablam! Checking parking_lot v0.5.4 Oct 26 18:45:32.917 INFO kablam! Checking console v0.6.1 Oct 26 18:45:34.319 INFO kablam! Checking indicatif v0.9.0 Oct 26 18:45:36.723 INFO kablam! Checking bom v0.1.2 (/source) Oct 26 18:45:37.355 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 26 18:45:37.355 INFO kablam! --> src/commands.rs:248:11 Oct 26 18:45:37.355 INFO kablam! | Oct 26 18:45:37.355 INFO kablam! 248 | if(n.to_string() == target_ignore_file_name) { continue; } Oct 26 18:45:37.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 18:45:37.355 INFO kablam! | Oct 26 18:45:37.355 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 26 18:45:37.355 INFO kablam! Oct 26 18:45:37.355 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 26 18:45:37.355 INFO kablam! --> src/main.rs:26:15 Oct 26 18:45:37.355 INFO kablam! | Oct 26 18:45:37.355 INFO kablam! 26 | if(!bom_path.exists()) {fs::create_dir(bom_path);} Oct 26 18:45:37.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 18:45:37.355 INFO kablam! Oct 26 18:45:37.355 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 26 18:45:37.355 INFO kablam! --> src/main.rs:34:7 Oct 26 18:45:37.355 INFO kablam! | Oct 26 18:45:37.355 INFO kablam! 34 | if(!&boilerplates_path.exists()) { Oct 26 18:45:37.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 18:45:37.355 INFO kablam! Oct 26 18:45:37.355 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 26 18:45:37.355 INFO kablam! --> src/main.rs:38:7 Oct 26 18:45:37.355 INFO kablam! | Oct 26 18:45:37.355 INFO kablam! 38 | if(!&global_ignore_path.exists()) { Oct 26 18:45:37.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 18:45:37.355 INFO kablam! Oct 26 18:45:37.395 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 26 18:45:37.395 INFO kablam! --> src/main.rs:23:11 Oct 26 18:45:37.395 INFO kablam! | Oct 26 18:45:37.395 INFO kablam! 23 | match env::home_dir() { Oct 26 18:45:37.395 INFO kablam! | ^^^^^^^^^^^^^ Oct 26 18:45:37.395 INFO kablam! | Oct 26 18:45:37.395 INFO kablam! = note: #[warn(deprecated)] on by default Oct 26 18:45:37.395 INFO kablam! Oct 26 18:45:37.435 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 26 18:45:37.435 INFO kablam! --> src/commands.rs:248:11 Oct 26 18:45:37.435 INFO kablam! | Oct 26 18:45:37.435 INFO kablam! 248 | if(n.to_string() == target_ignore_file_name) { continue; } Oct 26 18:45:37.435 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 18:45:37.435 INFO kablam! | Oct 26 18:45:37.435 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 26 18:45:37.435 INFO kablam! Oct 26 18:45:37.435 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 26 18:45:37.435 INFO kablam! --> src/main.rs:26:15 Oct 26 18:45:37.435 INFO kablam! | Oct 26 18:45:37.435 INFO kablam! 26 | if(!bom_path.exists()) {fs::create_dir(bom_path);} Oct 26 18:45:37.435 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 18:45:37.435 INFO kablam! Oct 26 18:45:37.435 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 26 18:45:37.435 INFO kablam! --> src/main.rs:34:7 Oct 26 18:45:37.435 INFO kablam! | Oct 26 18:45:37.435 INFO kablam! 34 | if(!&boilerplates_path.exists()) { Oct 26 18:45:37.435 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 18:45:37.435 INFO kablam! Oct 26 18:45:37.435 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 26 18:45:37.435 INFO kablam! --> src/main.rs:38:7 Oct 26 18:45:37.435 INFO kablam! | Oct 26 18:45:37.435 INFO kablam! 38 | if(!&global_ignore_path.exists()) { Oct 26 18:45:37.435 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 18:45:37.435 INFO kablam! Oct 26 18:45:37.447 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 26 18:45:37.447 INFO kablam! --> src/main.rs:23:11 Oct 26 18:45:37.447 INFO kablam! | Oct 26 18:45:37.447 INFO kablam! 23 | match env::home_dir() { Oct 26 18:45:37.447 INFO kablam! | ^^^^^^^^^^^^^ Oct 26 18:45:37.447 INFO kablam! | Oct 26 18:45:37.447 INFO kablam! = note: #[warn(deprecated)] on by default Oct 26 18:45:37.447 INFO kablam! Oct 26 18:45:37.683 INFO kablam! warning: value assigned to `global_ignore_file_names` is never read Oct 26 18:45:37.683 INFO kablam! --> src/commands.rs:38:13 Oct 26 18:45:37.683 INFO kablam! | Oct 26 18:45:37.684 INFO kablam! 38 | let mut global_ignore_file_names: Vec = vec![]; Oct 26 18:45:37.684 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 18:45:37.685 INFO kablam! | Oct 26 18:45:37.685 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 26 18:45:37.685 INFO kablam! Oct 26 18:45:37.685 INFO kablam! warning: value assigned to `v` is never read Oct 26 18:45:37.686 INFO kablam! --> src/commands.rs:183:13 Oct 26 18:45:37.686 INFO kablam! | Oct 26 18:45:37.686 INFO kablam! 183 | let mut v: Vec = vec![]; Oct 26 18:45:37.687 INFO kablam! | ^ Oct 26 18:45:37.687 INFO kablam! Oct 26 18:45:37.687 INFO kablam! warning: value assigned to `v` is never read Oct 26 18:45:37.688 INFO kablam! --> src/commands.rs:201:13 Oct 26 18:45:37.688 INFO kablam! | Oct 26 18:45:37.688 INFO kablam! 201 | let mut v: Vec = vec![]; Oct 26 18:45:37.689 INFO kablam! | ^ Oct 26 18:45:37.689 INFO kablam! Oct 26 18:45:37.689 INFO kablam! warning: value assigned to `v` is never read Oct 26 18:45:37.689 INFO kablam! --> src/commands.rs:229:13 Oct 26 18:45:37.690 INFO kablam! | Oct 26 18:45:37.690 INFO kablam! 229 | let mut v: Vec = vec![]; Oct 26 18:45:37.690 INFO kablam! | ^ Oct 26 18:45:37.691 INFO kablam! Oct 26 18:45:37.691 INFO kablam! warning: unused variable: `err` Oct 26 18:45:37.691 INFO kablam! --> src/main.rs:57:25 Oct 26 18:45:37.692 INFO kablam! | Oct 26 18:45:37.692 INFO kablam! 57 | Err(err) => {}, Oct 26 18:45:37.692 INFO kablam! | ^^^ help: consider using `_err` instead Oct 26 18:45:37.692 INFO kablam! | Oct 26 18:45:37.693 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 18:45:37.693 INFO kablam! Oct 26 18:45:37.779 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 18:45:37.779 INFO kablam! --> src/main.rs:26:37 Oct 26 18:45:37.780 INFO kablam! | Oct 26 18:45:37.780 INFO kablam! 26 | if(!bom_path.exists()) {fs::create_dir(bom_path);} Oct 26 18:45:37.780 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 18:45:37.781 INFO kablam! | Oct 26 18:45:37.781 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 18:45:37.781 INFO kablam! Oct 26 18:45:37.782 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 18:45:37.782 INFO kablam! --> src/main.rs:35:9 Oct 26 18:45:37.782 INFO kablam! | Oct 26 18:45:37.782 INFO kablam! 35 | fs::create_dir(&boilerplates_path); Oct 26 18:45:37.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 18:45:37.783 INFO kablam! | Oct 26 18:45:37.783 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 18:45:37.784 INFO kablam! Oct 26 18:45:37.784 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 18:45:37.784 INFO kablam! --> src/main.rs:39:9 Oct 26 18:45:37.785 INFO kablam! | Oct 26 18:45:37.785 INFO kablam! 39 | fs::File::create(&global_ignore_path); Oct 26 18:45:37.785 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 18:45:37.785 INFO kablam! | Oct 26 18:45:37.786 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 18:45:37.786 INFO kablam! Oct 26 18:45:37.799 INFO kablam! warning: value assigned to `global_ignore_file_names` is never read Oct 26 18:45:37.799 INFO kablam! --> src/commands.rs:38:13 Oct 26 18:45:37.800 INFO kablam! | Oct 26 18:45:37.800 INFO kablam! 38 | let mut global_ignore_file_names: Vec = vec![]; Oct 26 18:45:37.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 18:45:37.801 INFO kablam! | Oct 26 18:45:37.801 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 26 18:45:37.801 INFO kablam! Oct 26 18:45:37.811 INFO kablam! warning: value assigned to `v` is never read Oct 26 18:45:37.811 INFO kablam! --> src/commands.rs:183:13 Oct 26 18:45:37.812 INFO kablam! | Oct 26 18:45:37.812 INFO kablam! 183 | let mut v: Vec = vec![]; Oct 26 18:45:37.812 INFO kablam! | ^ Oct 26 18:45:37.813 INFO kablam! Oct 26 18:45:37.813 INFO kablam! warning: value assigned to `v` is never read Oct 26 18:45:37.813 INFO kablam! --> src/commands.rs:201:13 Oct 26 18:45:37.813 INFO kablam! | Oct 26 18:45:37.814 INFO kablam! 201 | let mut v: Vec = vec![]; Oct 26 18:45:37.814 INFO kablam! | ^ Oct 26 18:45:37.814 INFO kablam! Oct 26 18:45:37.814 INFO kablam! warning: value assigned to `v` is never read Oct 26 18:45:37.815 INFO kablam! --> src/commands.rs:229:13 Oct 26 18:45:37.815 INFO kablam! | Oct 26 18:45:37.815 INFO kablam! 229 | let mut v: Vec = vec![]; Oct 26 18:45:37.816 INFO kablam! | ^ Oct 26 18:45:37.816 INFO kablam! Oct 26 18:45:37.816 INFO kablam! warning: unused variable: `err` Oct 26 18:45:37.817 INFO kablam! --> src/main.rs:57:25 Oct 26 18:45:37.817 INFO kablam! | Oct 26 18:45:37.817 INFO kablam! 57 | Err(err) => {}, Oct 26 18:45:37.817 INFO kablam! | ^^^ help: consider using `_err` instead Oct 26 18:45:37.818 INFO kablam! | Oct 26 18:45:37.818 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 18:45:37.819 INFO kablam! Oct 26 18:45:37.955 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 18:45:37.955 INFO kablam! --> src/main.rs:26:37 Oct 26 18:45:37.956 INFO kablam! | Oct 26 18:45:37.956 INFO kablam! 26 | if(!bom_path.exists()) {fs::create_dir(bom_path);} Oct 26 18:45:37.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 18:45:37.957 INFO kablam! | Oct 26 18:45:37.957 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 18:45:37.957 INFO kablam! Oct 26 18:45:37.958 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 18:45:37.958 INFO kablam! --> src/main.rs:35:9 Oct 26 18:45:37.958 INFO kablam! | Oct 26 18:45:37.959 INFO kablam! 35 | fs::create_dir(&boilerplates_path); Oct 26 18:45:37.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 18:45:37.959 INFO kablam! | Oct 26 18:45:37.960 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 18:45:37.960 INFO kablam! Oct 26 18:45:37.960 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 18:45:37.961 INFO kablam! --> src/main.rs:39:9 Oct 26 18:45:37.961 INFO kablam! | Oct 26 18:45:37.961 INFO kablam! 39 | fs::File::create(&global_ignore_path); Oct 26 18:45:37.961 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 18:45:37.962 INFO kablam! | Oct 26 18:45:37.962 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 18:45:37.962 INFO kablam! Oct 26 18:45:37.995 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.78s Oct 26 18:45:38.011 INFO kablam! su: No module specific data is present Oct 26 18:45:39.131 INFO running `"docker" "rm" "-f" "8195c604b0eeed8818a4c6d5af7b6c50cde3dddb88a5c16e1c7cca6f41966e22"` Oct 26 18:45:39.583 INFO blam! 8195c604b0eeed8818a4c6d5af7b6c50cde3dddb88a5c16e1c7cca6f41966e22