Oct 26 18:45:22.737 INFO checking uma0317/bom_installer against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 18:45:22.737 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 26 18:45:23.212 INFO blam! 058f7c21edeeb5e856cb49d2e0196cac70025d1090a998a21e8b97e7795a59cd Oct 26 18:45:23.218 INFO running `"docker" "start" "-a" "058f7c21edeeb5e856cb49d2e0196cac70025d1090a998a21e8b97e7795a59cd"` Oct 26 18:45:24.612 INFO kablam! usermod: no changes Oct 26 18:45:24.671 INFO kablam! Checking bom_installer v0.1.0 (/source) Oct 26 18:45:25.048 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:25.049 INFO kablam! --> src/main.rs:15:11 Oct 26 18:45:25.049 INFO kablam! | Oct 26 18:45:25.049 INFO kablam! 15 | match env::home_dir() { Oct 26 18:45:25.049 INFO kablam! | ^^^^^^^^^^^^^ Oct 26 18:45:25.049 INFO kablam! | Oct 26 18:45:25.050 INFO kablam! = note: #[warn(deprecated)] on by default Oct 26 18:45:25.050 INFO kablam! Oct 26 18:45:25.076 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:25.077 INFO kablam! --> src/main.rs:15:11 Oct 26 18:45:25.077 INFO kablam! | Oct 26 18:45:25.077 INFO kablam! 15 | match env::home_dir() { Oct 26 18:45:25.077 INFO kablam! | ^^^^^^^^^^^^^ Oct 26 18:45:25.078 INFO kablam! | Oct 26 18:45:25.078 INFO kablam! = note: #[warn(deprecated)] on by default Oct 26 18:45:25.078 INFO kablam! Oct 26 18:45:25.139 INFO kablam! warning: unused variable: `err` Oct 26 18:45:25.139 INFO kablam! --> src/main.rs:61:13 Oct 26 18:45:25.139 INFO kablam! | Oct 26 18:45:25.139 INFO kablam! 61 | Err(err) => { Oct 26 18:45:25.139 INFO kablam! | ^^^ help: consider using `_err` instead Oct 26 18:45:25.139 INFO kablam! | Oct 26 18:45:25.139 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 18:45:25.139 INFO kablam! Oct 26 18:45:25.139 INFO kablam! warning: unused variable: `err` Oct 26 18:45:25.139 INFO kablam! --> src/main.rs:79:13 Oct 26 18:45:25.139 INFO kablam! | Oct 26 18:45:25.139 INFO kablam! 79 | Err(err) => { Oct 26 18:45:25.139 INFO kablam! | ^^^ help: consider using `_err` instead Oct 26 18:45:25.139 INFO kablam! Oct 26 18:45:25.139 INFO kablam! warning: unused variable: `dir` Oct 26 18:45:25.139 INFO kablam! --> src/main.rs:88:12 Oct 26 18:45:25.140 INFO kablam! | Oct 26 18:45:25.140 INFO kablam! 88 | Ok(dir) => { Oct 26 18:45:25.140 INFO kablam! | ^^^ help: consider using `_dir` instead Oct 26 18:45:25.140 INFO kablam! Oct 26 18:45:25.140 INFO kablam! warning: unused variable: `err` Oct 26 18:45:25.140 INFO kablam! --> src/main.rs:95:13 Oct 26 18:45:25.140 INFO kablam! | Oct 26 18:45:25.140 INFO kablam! 95 | Err(err) => { Oct 26 18:45:25.140 INFO kablam! | ^^^ help: consider using `_err` instead Oct 26 18:45:25.140 INFO kablam! Oct 26 18:45:25.167 INFO kablam! warning: variable does not need to be mutable Oct 26 18:45:25.168 INFO kablam! --> src/main.rs:14:9 Oct 26 18:45:25.168 INFO kablam! | Oct 26 18:45:25.168 INFO kablam! 14 | let mut ignore_list = vec![".git", ".bomignore"]; Oct 26 18:45:25.168 INFO kablam! | ----^^^^^^^^^^^ Oct 26 18:45:25.169 INFO kablam! | | Oct 26 18:45:25.169 INFO kablam! | help: remove this `mut` Oct 26 18:45:25.169 INFO kablam! | Oct 26 18:45:25.169 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 18:45:25.170 INFO kablam! Oct 26 18:45:25.183 INFO kablam! warning: function `setEnv` should have a snake case name such as `set_env` Oct 26 18:45:25.184 INFO kablam! --> src/main.rs:114:1 Oct 26 18:45:25.184 INFO kablam! | Oct 26 18:45:25.184 INFO kablam! 114 | / fn setEnv(bin_path: &Path) { Oct 26 18:45:25.185 INFO kablam! 115 | | Oct 26 18:45:25.185 INFO kablam! 116 | | if cfg!(target_os = "windows") { Oct 26 18:45:25.185 INFO kablam! 117 | | let mut arg = "setx /M path \"%path%;".to_string(); Oct 26 18:45:25.186 INFO kablam! ... | Oct 26 18:45:25.186 INFO kablam! 136 | | }; Oct 26 18:45:25.186 INFO kablam! 137 | | } Oct 26 18:45:25.186 INFO kablam! | |_^ Oct 26 18:45:25.187 INFO kablam! | Oct 26 18:45:25.187 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 26 18:45:25.187 INFO kablam! Oct 26 18:45:25.199 INFO kablam! warning: unused variable: `err` Oct 26 18:45:25.200 INFO kablam! --> src/main.rs:61:13 Oct 26 18:45:25.200 INFO kablam! | Oct 26 18:45:25.200 INFO kablam! 61 | Err(err) => { Oct 26 18:45:25.200 INFO kablam! | ^^^ help: consider using `_err` instead Oct 26 18:45:25.201 INFO kablam! | Oct 26 18:45:25.201 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 18:45:25.201 INFO kablam! Oct 26 18:45:25.202 INFO kablam! warning: unused variable: `err` Oct 26 18:45:25.202 INFO kablam! --> src/main.rs:79:13 Oct 26 18:45:25.202 INFO kablam! | Oct 26 18:45:25.202 INFO kablam! 79 | Err(err) => { Oct 26 18:45:25.203 INFO kablam! | ^^^ help: consider using `_err` instead Oct 26 18:45:25.203 INFO kablam! Oct 26 18:45:25.203 INFO kablam! warning: unused variable: `dir` Oct 26 18:45:25.204 INFO kablam! --> src/main.rs:88:12 Oct 26 18:45:25.204 INFO kablam! | Oct 26 18:45:25.204 INFO kablam! 88 | Ok(dir) => { Oct 26 18:45:25.205 INFO kablam! | ^^^ help: consider using `_dir` instead Oct 26 18:45:25.205 INFO kablam! Oct 26 18:45:25.205 INFO kablam! warning: unused variable: `err` Oct 26 18:45:25.205 INFO kablam! --> src/main.rs:95:13 Oct 26 18:45:25.206 INFO kablam! | Oct 26 18:45:25.206 INFO kablam! 95 | Err(err) => { Oct 26 18:45:25.206 INFO kablam! | ^^^ help: consider using `_err` instead Oct 26 18:45:25.207 INFO kablam! Oct 26 18:45:25.238 INFO kablam! warning: variable does not need to be mutable Oct 26 18:45:25.238 INFO kablam! --> src/main.rs:14:9 Oct 26 18:45:25.238 INFO kablam! | Oct 26 18:45:25.238 INFO kablam! 14 | let mut ignore_list = vec![".git", ".bomignore"]; Oct 26 18:45:25.238 INFO kablam! | ----^^^^^^^^^^^ Oct 26 18:45:25.238 INFO kablam! | | Oct 26 18:45:25.239 INFO kablam! | help: remove this `mut` Oct 26 18:45:25.239 INFO kablam! | Oct 26 18:45:25.239 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 18:45:25.239 INFO kablam! Oct 26 18:45:25.251 INFO kablam! warning: function `setEnv` should have a snake case name such as `set_env` Oct 26 18:45:25.251 INFO kablam! --> src/main.rs:114:1 Oct 26 18:45:25.251 INFO kablam! | Oct 26 18:45:25.251 INFO kablam! 114 | / fn setEnv(bin_path: &Path) { Oct 26 18:45:25.251 INFO kablam! 115 | | Oct 26 18:45:25.251 INFO kablam! 116 | | if cfg!(target_os = "windows") { Oct 26 18:45:25.251 INFO kablam! 117 | | let mut arg = "setx /M path \"%path%;".to_string(); Oct 26 18:45:25.251 INFO kablam! ... | Oct 26 18:45:25.251 INFO kablam! 136 | | }; Oct 26 18:45:25.251 INFO kablam! 137 | | } Oct 26 18:45:25.251 INFO kablam! | |_^ Oct 26 18:45:25.251 INFO kablam! | Oct 26 18:45:25.251 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 26 18:45:25.251 INFO kablam! Oct 26 18:45:25.291 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.65s Oct 26 18:45:25.291 INFO kablam! su: No module specific data is present Oct 26 18:45:26.048 INFO running `"docker" "rm" "-f" "058f7c21edeeb5e856cb49d2e0196cac70025d1090a998a21e8b97e7795a59cd"` Oct 26 18:45:26.375 INFO blam! 058f7c21edeeb5e856cb49d2e0196cac70025d1090a998a21e8b97e7795a59cd