Oct 12 20:14:31.132 INFO testing uma0317/bom_installer against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 20:14:31.134 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 12 20:14:31.690 INFO blam! 857f8af3f711c86be36215c9c45017555ac5696a8796f34991f150a6a5b657d1 Oct 12 20:14:31.690 INFO running `"docker" "start" "-a" "857f8af3f711c86be36215c9c45017555ac5696a8796f34991f150a6a5b657d1"` Oct 12 20:14:33.363 INFO kablam! usermod: no changes Oct 12 20:14:33.403 INFO kablam! Compiling bom_installer v0.1.0 (/source) Oct 12 20:14:33.687 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 12 20:14:33.687 INFO kablam! --> src/main.rs:15:11 Oct 12 20:14:33.687 INFO kablam! | Oct 12 20:14:33.687 INFO kablam! 15 | match env::home_dir() { Oct 12 20:14:33.687 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 20:14:33.687 INFO kablam! | Oct 12 20:14:33.687 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 20:14:33.687 INFO kablam! Oct 12 20:14:33.755 INFO kablam! warning: unused variable: `err` Oct 12 20:14:33.755 INFO kablam! --> src/main.rs:61:13 Oct 12 20:14:33.755 INFO kablam! | Oct 12 20:14:33.755 INFO kablam! 61 | Err(err) => { Oct 12 20:14:33.755 INFO kablam! | ^^^ help: consider using `_err` instead Oct 12 20:14:33.755 INFO kablam! | Oct 12 20:14:33.755 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 20:14:33.755 INFO kablam! Oct 12 20:14:33.755 INFO kablam! warning: unused variable: `err` Oct 12 20:14:33.755 INFO kablam! --> src/main.rs:79:13 Oct 12 20:14:33.755 INFO kablam! | Oct 12 20:14:33.755 INFO kablam! 79 | Err(err) => { Oct 12 20:14:33.755 INFO kablam! | ^^^ help: consider using `_err` instead Oct 12 20:14:33.755 INFO kablam! Oct 12 20:14:33.755 INFO kablam! warning: unused variable: `dir` Oct 12 20:14:33.755 INFO kablam! --> src/main.rs:88:12 Oct 12 20:14:33.755 INFO kablam! | Oct 12 20:14:33.755 INFO kablam! 88 | Ok(dir) => { Oct 12 20:14:33.755 INFO kablam! | ^^^ help: consider using `_dir` instead Oct 12 20:14:33.755 INFO kablam! Oct 12 20:14:33.755 INFO kablam! warning: unused variable: `err` Oct 12 20:14:33.755 INFO kablam! --> src/main.rs:95:13 Oct 12 20:14:33.755 INFO kablam! | Oct 12 20:14:33.755 INFO kablam! 95 | Err(err) => { Oct 12 20:14:33.755 INFO kablam! | ^^^ help: consider using `_err` instead Oct 12 20:14:33.755 INFO kablam! Oct 12 20:14:33.767 INFO kablam! warning: variable does not need to be mutable Oct 12 20:14:33.767 INFO kablam! --> src/main.rs:14:9 Oct 12 20:14:33.767 INFO kablam! | Oct 12 20:14:33.767 INFO kablam! 14 | let mut ignore_list = vec![".git", ".bomignore"]; Oct 12 20:14:33.767 INFO kablam! | ----^^^^^^^^^^^ Oct 12 20:14:33.767 INFO kablam! | | Oct 12 20:14:33.767 INFO kablam! | help: remove this `mut` Oct 12 20:14:33.767 INFO kablam! | Oct 12 20:14:33.767 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 20:14:33.767 INFO kablam! Oct 12 20:14:33.767 INFO kablam! warning: function `setEnv` should have a snake case name such as `set_env` Oct 12 20:14:33.767 INFO kablam! --> src/main.rs:114:1 Oct 12 20:14:33.767 INFO kablam! | Oct 12 20:14:33.767 INFO kablam! 114 | / fn setEnv(bin_path: &Path) { Oct 12 20:14:33.767 INFO kablam! 115 | | Oct 12 20:14:33.767 INFO kablam! 116 | | if cfg!(target_os = "windows") { Oct 12 20:14:33.767 INFO kablam! 117 | | let mut arg = "setx /M path \"%path%;".to_string(); Oct 12 20:14:33.767 INFO kablam! ... | Oct 12 20:14:33.767 INFO kablam! 136 | | }; Oct 12 20:14:33.767 INFO kablam! 137 | | } Oct 12 20:14:33.767 INFO kablam! | |_^ Oct 12 20:14:33.767 INFO kablam! | Oct 12 20:14:33.767 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 20:14:33.767 INFO kablam! Oct 12 20:14:34.691 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.31s Oct 12 20:14:34.691 INFO kablam! su: No module specific data is present Oct 12 20:14:35.316 INFO running `"docker" "rm" "-f" "857f8af3f711c86be36215c9c45017555ac5696a8796f34991f150a6a5b657d1"` Oct 12 20:14:35.511 INFO blam! 857f8af3f711c86be36215c9c45017555ac5696a8796f34991f150a6a5b657d1 Oct 12 20:14:35.520 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 12 20:14:35.996 INFO blam! c2de72f10b04902976e41762172d5f25f2f14150f32ccfa4fd3bae1694b9e876 Oct 12 20:14:35.998 INFO running `"docker" "start" "-a" "c2de72f10b04902976e41762172d5f25f2f14150f32ccfa4fd3bae1694b9e876"` Oct 12 20:14:37.530 INFO kablam! usermod: no changes Oct 12 20:14:37.599 INFO kablam! Compiling bom_installer v0.1.0 (/source) Oct 12 20:14:37.913 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 12 20:14:37.913 INFO kablam! --> src/main.rs:15:11 Oct 12 20:14:37.913 INFO kablam! | Oct 12 20:14:37.913 INFO kablam! 15 | match env::home_dir() { Oct 12 20:14:37.913 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 20:14:37.913 INFO kablam! | Oct 12 20:14:37.913 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 20:14:37.913 INFO kablam! Oct 12 20:14:37.993 INFO kablam! warning: unused variable: `err` Oct 12 20:14:37.993 INFO kablam! --> src/main.rs:61:13 Oct 12 20:14:37.993 INFO kablam! | Oct 12 20:14:37.993 INFO kablam! 61 | Err(err) => { Oct 12 20:14:37.993 INFO kablam! | ^^^ help: consider using `_err` instead Oct 12 20:14:37.993 INFO kablam! | Oct 12 20:14:37.994 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 20:14:37.995 INFO kablam! Oct 12 20:14:37.995 INFO kablam! warning: unused variable: `err` Oct 12 20:14:37.995 INFO kablam! --> src/main.rs:79:13 Oct 12 20:14:37.995 INFO kablam! | Oct 12 20:14:37.995 INFO kablam! 79 | Err(err) => { Oct 12 20:14:37.995 INFO kablam! | ^^^ help: consider using `_err` instead Oct 12 20:14:37.995 INFO kablam! Oct 12 20:14:37.996 INFO kablam! warning: unused variable: `dir` Oct 12 20:14:37.997 INFO kablam! --> src/main.rs:88:12 Oct 12 20:14:37.997 INFO kablam! | Oct 12 20:14:37.997 INFO kablam! 88 | Ok(dir) => { Oct 12 20:14:37.997 INFO kablam! | ^^^ help: consider using `_dir` instead Oct 12 20:14:37.997 INFO kablam! Oct 12 20:14:37.997 INFO kablam! warning: unused variable: `err` Oct 12 20:14:37.997 INFO kablam! --> src/main.rs:95:13 Oct 12 20:14:37.997 INFO kablam! | Oct 12 20:14:37.997 INFO kablam! 95 | Err(err) => { Oct 12 20:14:37.997 INFO kablam! | ^^^ help: consider using `_err` instead Oct 12 20:14:37.997 INFO kablam! Oct 12 20:14:38.016 INFO kablam! warning: variable does not need to be mutable Oct 12 20:14:38.016 INFO kablam! --> src/main.rs:14:9 Oct 12 20:14:38.016 INFO kablam! | Oct 12 20:14:38.016 INFO kablam! 14 | let mut ignore_list = vec![".git", ".bomignore"]; Oct 12 20:14:38.016 INFO kablam! | ----^^^^^^^^^^^ Oct 12 20:14:38.016 INFO kablam! | | Oct 12 20:14:38.016 INFO kablam! | help: remove this `mut` Oct 12 20:14:38.016 INFO kablam! | Oct 12 20:14:38.016 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 20:14:38.016 INFO kablam! Oct 12 20:14:38.019 INFO kablam! warning: function `setEnv` should have a snake case name such as `set_env` Oct 12 20:14:38.019 INFO kablam! --> src/main.rs:114:1 Oct 12 20:14:38.020 INFO kablam! | Oct 12 20:14:38.020 INFO kablam! 114 | / fn setEnv(bin_path: &Path) { Oct 12 20:14:38.020 INFO kablam! 115 | | Oct 12 20:14:38.020 INFO kablam! 116 | | if cfg!(target_os = "windows") { Oct 12 20:14:38.020 INFO kablam! 117 | | let mut arg = "setx /M path \"%path%;".to_string(); Oct 12 20:14:38.020 INFO kablam! ... | Oct 12 20:14:38.020 INFO kablam! 136 | | }; Oct 12 20:14:38.020 INFO kablam! 137 | | } Oct 12 20:14:38.020 INFO kablam! | |_^ Oct 12 20:14:38.020 INFO kablam! | Oct 12 20:14:38.020 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 20:14:38.020 INFO kablam! Oct 12 20:14:38.583 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.01s Oct 12 20:14:38.585 INFO kablam! su: No module specific data is present Oct 12 20:14:39.699 INFO running `"docker" "rm" "-f" "c2de72f10b04902976e41762172d5f25f2f14150f32ccfa4fd3bae1694b9e876"` Oct 12 20:14:40.088 INFO blam! c2de72f10b04902976e41762172d5f25f2f14150f32ccfa4fd3bae1694b9e876 Oct 12 20:14:40.095 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 12 20:14:40.500 INFO blam! bf1165ab500cec77a4c486e52e51e0e35e627d68c9670615e35c1a2e21f6ff45 Oct 12 20:14:40.507 INFO running `"docker" "start" "-a" "bf1165ab500cec77a4c486e52e51e0e35e627d68c9670615e35c1a2e21f6ff45"` Oct 12 20:14:42.378 INFO kablam! usermod: no changes Oct 12 20:14:42.431 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 12 20:14:42.439 INFO kablam! Running /target/debug/deps/bom_installer-20fd3136f6d85eb6 Oct 12 20:14:42.439 INFO blam! Oct 12 20:14:42.440 INFO blam! running 0 tests Oct 12 20:14:42.440 INFO blam! Oct 12 20:14:42.440 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 20:14:42.440 INFO blam! Oct 12 20:14:42.443 INFO kablam! su: No module specific data is present Oct 12 20:14:43.691 INFO running `"docker" "rm" "-f" "bf1165ab500cec77a4c486e52e51e0e35e627d68c9670615e35c1a2e21f6ff45"` Oct 12 20:14:43.979 INFO blam! bf1165ab500cec77a4c486e52e51e0e35e627d68c9670615e35c1a2e21f6ff45