Oct 21 12:38:15.130 INFO checking uma0317/bom_installer against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 12:38:15.130 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192/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 21 12:38:15.741 INFO blam! 5435d36ec1c5d7ae46bbffb5ebd3b9cd38797682e9350bf4a44e6ef1e7173dea Oct 21 12:38:15.744 INFO running `"docker" "start" "-a" "5435d36ec1c5d7ae46bbffb5ebd3b9cd38797682e9350bf4a44e6ef1e7173dea"` Oct 21 12:38:16.840 INFO kablam! usermod: no changes Oct 21 12:38:16.901 INFO kablam! Checking bom_installer v0.1.0 (/source) Oct 21 12:38:17.260 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 21 12:38:17.260 INFO kablam! --> src/main.rs:15:11 Oct 21 12:38:17.260 INFO kablam! | Oct 21 12:38:17.260 INFO kablam! 15 | match env::home_dir() { Oct 21 12:38:17.260 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 12:38:17.260 INFO kablam! | Oct 21 12:38:17.260 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 12:38:17.260 INFO kablam! Oct 21 12:38:17.332 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 21 12:38:17.332 INFO kablam! --> src/main.rs:15:11 Oct 21 12:38:17.332 INFO kablam! | Oct 21 12:38:17.332 INFO kablam! 15 | match env::home_dir() { Oct 21 12:38:17.332 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 12:38:17.332 INFO kablam! | Oct 21 12:38:17.332 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 12:38:17.332 INFO kablam! Oct 21 12:38:17.348 INFO kablam! warning: unused variable: `err` Oct 21 12:38:17.348 INFO kablam! --> src/main.rs:61:13 Oct 21 12:38:17.348 INFO kablam! | Oct 21 12:38:17.348 INFO kablam! 61 | Err(err) => { Oct 21 12:38:17.348 INFO kablam! | ^^^ help: consider using `_err` instead Oct 21 12:38:17.348 INFO kablam! | Oct 21 12:38:17.348 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 12:38:17.348 INFO kablam! Oct 21 12:38:17.348 INFO kablam! warning: unused variable: `err` Oct 21 12:38:17.348 INFO kablam! --> src/main.rs:79:13 Oct 21 12:38:17.348 INFO kablam! | Oct 21 12:38:17.348 INFO kablam! 79 | Err(err) => { Oct 21 12:38:17.348 INFO kablam! | ^^^ help: consider using `_err` instead Oct 21 12:38:17.348 INFO kablam! Oct 21 12:38:17.348 INFO kablam! warning: unused variable: `dir` Oct 21 12:38:17.348 INFO kablam! --> src/main.rs:88:12 Oct 21 12:38:17.348 INFO kablam! | Oct 21 12:38:17.348 INFO kablam! 88 | Ok(dir) => { Oct 21 12:38:17.348 INFO kablam! | ^^^ help: consider using `_dir` instead Oct 21 12:38:17.348 INFO kablam! Oct 21 12:38:17.353 INFO kablam! warning: unused variable: `err` Oct 21 12:38:17.353 INFO kablam! --> src/main.rs:95:13 Oct 21 12:38:17.353 INFO kablam! | Oct 21 12:38:17.353 INFO kablam! 95 | Err(err) => { Oct 21 12:38:17.353 INFO kablam! | ^^^ help: consider using `_err` instead Oct 21 12:38:17.353 INFO kablam! Oct 21 12:38:17.364 INFO kablam! warning: variable does not need to be mutable Oct 21 12:38:17.368 INFO kablam! --> src/main.rs:14:9 Oct 21 12:38:17.368 INFO kablam! | Oct 21 12:38:17.368 INFO kablam! 14 | let mut ignore_list = vec![".git", ".bomignore"]; Oct 21 12:38:17.368 INFO kablam! | ----^^^^^^^^^^^ Oct 21 12:38:17.368 INFO kablam! | | Oct 21 12:38:17.368 INFO kablam! | help: remove this `mut` Oct 21 12:38:17.368 INFO kablam! | Oct 21 12:38:17.368 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 12:38:17.368 INFO kablam! Oct 21 12:38:17.368 INFO kablam! warning: function `setEnv` should have a snake case name such as `set_env` Oct 21 12:38:17.368 INFO kablam! --> src/main.rs:114:1 Oct 21 12:38:17.368 INFO kablam! | Oct 21 12:38:17.368 INFO kablam! 114 | / fn setEnv(bin_path: &Path) { Oct 21 12:38:17.368 INFO kablam! 115 | | Oct 21 12:38:17.368 INFO kablam! 116 | | if cfg!(target_os = "windows") { Oct 21 12:38:17.368 INFO kablam! 117 | | let mut arg = "setx /M path \"%path%;".to_string(); Oct 21 12:38:17.368 INFO kablam! ... | Oct 21 12:38:17.368 INFO kablam! 136 | | }; Oct 21 12:38:17.368 INFO kablam! 137 | | } Oct 21 12:38:17.368 INFO kablam! | |_^ Oct 21 12:38:17.368 INFO kablam! | Oct 21 12:38:17.368 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 12:38:17.368 INFO kablam! Oct 21 12:38:17.536 INFO kablam! warning: unused variable: `err` Oct 21 12:38:17.536 INFO kablam! --> src/main.rs:61:13 Oct 21 12:38:17.536 INFO kablam! | Oct 21 12:38:17.536 INFO kablam! 61 | Err(err) => { Oct 21 12:38:17.536 INFO kablam! | ^^^ help: consider using `_err` instead Oct 21 12:38:17.536 INFO kablam! | Oct 21 12:38:17.536 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 12:38:17.536 INFO kablam! Oct 21 12:38:17.536 INFO kablam! warning: unused variable: `err` Oct 21 12:38:17.536 INFO kablam! --> src/main.rs:79:13 Oct 21 12:38:17.536 INFO kablam! | Oct 21 12:38:17.536 INFO kablam! 79 | Err(err) => { Oct 21 12:38:17.536 INFO kablam! | ^^^ help: consider using `_err` instead Oct 21 12:38:17.536 INFO kablam! Oct 21 12:38:17.536 INFO kablam! warning: unused variable: `dir` Oct 21 12:38:17.536 INFO kablam! --> src/main.rs:88:12 Oct 21 12:38:17.536 INFO kablam! | Oct 21 12:38:17.536 INFO kablam! 88 | Ok(dir) => { Oct 21 12:38:17.536 INFO kablam! | ^^^ help: consider using `_dir` instead Oct 21 12:38:17.536 INFO kablam! Oct 21 12:38:17.536 INFO kablam! warning: unused variable: `err` Oct 21 12:38:17.536 INFO kablam! --> src/main.rs:95:13 Oct 21 12:38:17.537 INFO kablam! | Oct 21 12:38:17.537 INFO kablam! 95 | Err(err) => { Oct 21 12:38:17.537 INFO kablam! | ^^^ help: consider using `_err` instead Oct 21 12:38:17.537 INFO kablam! Oct 21 12:38:17.567 INFO kablam! warning: variable does not need to be mutable Oct 21 12:38:17.567 INFO kablam! --> src/main.rs:14:9 Oct 21 12:38:17.567 INFO kablam! | Oct 21 12:38:17.567 INFO kablam! 14 | let mut ignore_list = vec![".git", ".bomignore"]; Oct 21 12:38:17.567 INFO kablam! | ----^^^^^^^^^^^ Oct 21 12:38:17.567 INFO kablam! | | Oct 21 12:38:17.567 INFO kablam! | help: remove this `mut` Oct 21 12:38:17.567 INFO kablam! | Oct 21 12:38:17.567 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 12:38:17.567 INFO kablam! Oct 21 12:38:17.569 INFO kablam! warning: function `setEnv` should have a snake case name such as `set_env` Oct 21 12:38:17.570 INFO kablam! --> src/main.rs:114:1 Oct 21 12:38:17.570 INFO kablam! | Oct 21 12:38:17.570 INFO kablam! 114 | / fn setEnv(bin_path: &Path) { Oct 21 12:38:17.570 INFO kablam! 115 | | Oct 21 12:38:17.570 INFO kablam! 116 | | if cfg!(target_os = "windows") { Oct 21 12:38:17.570 INFO kablam! 117 | | let mut arg = "setx /M path \"%path%;".to_string(); Oct 21 12:38:17.570 INFO kablam! ... | Oct 21 12:38:17.570 INFO kablam! 136 | | }; Oct 21 12:38:17.570 INFO kablam! 137 | | } Oct 21 12:38:17.570 INFO kablam! | |_^ Oct 21 12:38:17.570 INFO kablam! | Oct 21 12:38:17.570 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 12:38:17.570 INFO kablam! Oct 21 12:38:17.597 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.74s Oct 21 12:38:17.601 INFO kablam! su: No module specific data is present Oct 21 12:38:18.149 INFO running `"docker" "rm" "-f" "5435d36ec1c5d7ae46bbffb5ebd3b9cd38797682e9350bf4a44e6ef1e7173dea"` Oct 21 12:38:18.496 INFO blam! 5435d36ec1c5d7ae46bbffb5ebd3b9cd38797682e9350bf4a44e6ef1e7173dea