Oct 12 20:14:30.339 INFO testing uma0317/bom_installer against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 20:14:30.339 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:30.859 INFO blam! bcd83d2d787055fa4b9e6adc2cd91551b12649ef8fdaca9805307f1ff7de2691 Oct 12 20:14:30.875 INFO running `"docker" "start" "-a" "bcd83d2d787055fa4b9e6adc2cd91551b12649ef8fdaca9805307f1ff7de2691"` Oct 12 20:14:32.175 INFO kablam! usermod: no changes Oct 12 20:14:32.219 INFO kablam! Compiling bom_installer v0.1.0 (/source) Oct 12 20:14:32.451 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:32.451 INFO kablam! --> src/main.rs:15:11 Oct 12 20:14:32.451 INFO kablam! | Oct 12 20:14:32.451 INFO kablam! 15 | match env::home_dir() { Oct 12 20:14:32.451 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 20:14:32.451 INFO kablam! | Oct 12 20:14:32.451 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 20:14:32.451 INFO kablam! Oct 12 20:14:32.512 INFO kablam! warning: unused variable: `err` Oct 12 20:14:32.512 INFO kablam! --> src/main.rs:61:13 Oct 12 20:14:32.512 INFO kablam! | Oct 12 20:14:32.513 INFO kablam! 61 | Err(err) => { Oct 12 20:14:32.513 INFO kablam! | ^^^ help: consider using `_err` instead Oct 12 20:14:32.514 INFO kablam! | Oct 12 20:14:32.514 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 20:14:32.514 INFO kablam! Oct 12 20:14:32.514 INFO kablam! warning: unused variable: `err` Oct 12 20:14:32.515 INFO kablam! --> src/main.rs:79:13 Oct 12 20:14:32.515 INFO kablam! | Oct 12 20:14:32.515 INFO kablam! 79 | Err(err) => { Oct 12 20:14:32.516 INFO kablam! | ^^^ help: consider using `_err` instead Oct 12 20:14:32.516 INFO kablam! Oct 12 20:14:32.516 INFO kablam! warning: unused variable: `dir` Oct 12 20:14:32.516 INFO kablam! --> src/main.rs:88:12 Oct 12 20:14:32.517 INFO kablam! | Oct 12 20:14:32.517 INFO kablam! 88 | Ok(dir) => { Oct 12 20:14:32.517 INFO kablam! | ^^^ help: consider using `_dir` instead Oct 12 20:14:32.517 INFO kablam! Oct 12 20:14:32.518 INFO kablam! warning: unused variable: `err` Oct 12 20:14:32.518 INFO kablam! --> src/main.rs:95:13 Oct 12 20:14:32.518 INFO kablam! | Oct 12 20:14:32.519 INFO kablam! 95 | Err(err) => { Oct 12 20:14:32.519 INFO kablam! | ^^^ help: consider using `_err` instead Oct 12 20:14:32.519 INFO kablam! Oct 12 20:14:32.531 INFO kablam! warning: variable does not need to be mutable Oct 12 20:14:32.532 INFO kablam! --> src/main.rs:14:9 Oct 12 20:14:32.532 INFO kablam! | Oct 12 20:14:32.532 INFO kablam! 14 | let mut ignore_list = vec![".git", ".bomignore"]; Oct 12 20:14:32.533 INFO kablam! | ----^^^^^^^^^^^ Oct 12 20:14:32.533 INFO kablam! | | Oct 12 20:14:32.533 INFO kablam! | help: remove this `mut` Oct 12 20:14:32.533 INFO kablam! | Oct 12 20:14:32.534 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 20:14:32.534 INFO kablam! Oct 12 20:14:32.539 INFO kablam! warning: function `setEnv` should have a snake case name such as `set_env` Oct 12 20:14:32.539 INFO kablam! --> src/main.rs:114:1 Oct 12 20:14:32.539 INFO kablam! | Oct 12 20:14:32.539 INFO kablam! 114 | / fn setEnv(bin_path: &Path) { Oct 12 20:14:32.539 INFO kablam! 115 | | Oct 12 20:14:32.539 INFO kablam! 116 | | if cfg!(target_os = "windows") { Oct 12 20:14:32.539 INFO kablam! 117 | | let mut arg = "setx /M path \"%path%;".to_string(); Oct 12 20:14:32.539 INFO kablam! ... | Oct 12 20:14:32.539 INFO kablam! 136 | | }; Oct 12 20:14:32.539 INFO kablam! 137 | | } Oct 12 20:14:32.539 INFO kablam! | |_^ Oct 12 20:14:32.539 INFO kablam! | Oct 12 20:14:32.539 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 20:14:32.539 INFO kablam! Oct 12 20:14:33.590 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.39s Oct 12 20:14:33.595 INFO kablam! su: No module specific data is present Oct 12 20:14:34.400 INFO running `"docker" "rm" "-f" "bcd83d2d787055fa4b9e6adc2cd91551b12649ef8fdaca9805307f1ff7de2691"` Oct 12 20:14:34.711 INFO blam! bcd83d2d787055fa4b9e6adc2cd91551b12649ef8fdaca9805307f1ff7de2691 Oct 12 20:14:34.719 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.202 INFO blam! 777edbbfc5a651f8b09565d9130e5715565d2ea286971c3fccc681e6712e7532 Oct 12 20:14:35.204 INFO running `"docker" "start" "-a" "777edbbfc5a651f8b09565d9130e5715565d2ea286971c3fccc681e6712e7532"` Oct 12 20:14:37.143 INFO kablam! usermod: no changes Oct 12 20:14:37.200 INFO kablam! Compiling bom_installer v0.1.0 (/source) Oct 12 20:14: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 12 20:14:37.395 INFO kablam! --> src/main.rs:15:11 Oct 12 20:14:37.395 INFO kablam! | Oct 12 20:14:37.395 INFO kablam! 15 | match env::home_dir() { Oct 12 20:14:37.395 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 20:14:37.395 INFO kablam! | Oct 12 20:14:37.395 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 20:14:37.395 INFO kablam! Oct 12 20:14:37.467 INFO kablam! warning: unused variable: `err` Oct 12 20:14:37.467 INFO kablam! --> src/main.rs:61:13 Oct 12 20:14:37.467 INFO kablam! | Oct 12 20:14:37.467 INFO kablam! 61 | Err(err) => { Oct 12 20:14:37.467 INFO kablam! | ^^^ help: consider using `_err` instead Oct 12 20:14:37.467 INFO kablam! | Oct 12 20:14:37.467 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 20:14:37.467 INFO kablam! Oct 12 20:14:37.467 INFO kablam! warning: unused variable: `err` Oct 12 20:14:37.467 INFO kablam! --> src/main.rs:79:13 Oct 12 20:14:37.467 INFO kablam! | Oct 12 20:14:37.467 INFO kablam! 79 | Err(err) => { Oct 12 20:14:37.467 INFO kablam! | ^^^ help: consider using `_err` instead Oct 12 20:14:37.467 INFO kablam! Oct 12 20:14:37.467 INFO kablam! warning: unused variable: `dir` Oct 12 20:14:37.467 INFO kablam! --> src/main.rs:88:12 Oct 12 20:14:37.467 INFO kablam! | Oct 12 20:14:37.467 INFO kablam! 88 | Ok(dir) => { Oct 12 20:14:37.467 INFO kablam! | ^^^ help: consider using `_dir` instead Oct 12 20:14:37.467 INFO kablam! Oct 12 20:14:37.467 INFO kablam! warning: unused variable: `err` Oct 12 20:14:37.467 INFO kablam! --> src/main.rs:95:13 Oct 12 20:14:37.467 INFO kablam! | Oct 12 20:14:37.467 INFO kablam! 95 | Err(err) => { Oct 12 20:14:37.467 INFO kablam! | ^^^ help: consider using `_err` instead Oct 12 20:14:37.467 INFO kablam! Oct 12 20:14:37.491 INFO kablam! warning: variable does not need to be mutable Oct 12 20:14:37.491 INFO kablam! --> src/main.rs:14:9 Oct 12 20:14:37.491 INFO kablam! | Oct 12 20:14:37.491 INFO kablam! 14 | let mut ignore_list = vec![".git", ".bomignore"]; Oct 12 20:14:37.491 INFO kablam! | ----^^^^^^^^^^^ Oct 12 20:14:37.491 INFO kablam! | | Oct 12 20:14:37.491 INFO kablam! | help: remove this `mut` Oct 12 20:14:37.491 INFO kablam! | Oct 12 20:14:37.491 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 20:14:37.491 INFO kablam! Oct 12 20:14:37.499 INFO kablam! warning: function `setEnv` should have a snake case name such as `set_env` Oct 12 20:14:37.499 INFO kablam! --> src/main.rs:114:1 Oct 12 20:14:37.499 INFO kablam! | Oct 12 20:14:37.499 INFO kablam! 114 | / fn setEnv(bin_path: &Path) { Oct 12 20:14:37.499 INFO kablam! 115 | | Oct 12 20:14:37.499 INFO kablam! 116 | | if cfg!(target_os = "windows") { Oct 12 20:14:37.499 INFO kablam! 117 | | let mut arg = "setx /M path \"%path%;".to_string(); Oct 12 20:14:37.499 INFO kablam! ... | Oct 12 20:14:37.499 INFO kablam! 136 | | }; Oct 12 20:14:37.499 INFO kablam! 137 | | } Oct 12 20:14:37.499 INFO kablam! | |_^ Oct 12 20:14:37.499 INFO kablam! | Oct 12 20:14:37.499 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 20:14:37.499 INFO kablam! Oct 12 20:14:38.004 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.82s Oct 12 20:14:38.006 INFO kablam! su: No module specific data is present Oct 12 20:14:39.463 INFO running `"docker" "rm" "-f" "777edbbfc5a651f8b09565d9130e5715565d2ea286971c3fccc681e6712e7532"` Oct 12 20:14:39.795 INFO blam! 777edbbfc5a651f8b09565d9130e5715565d2ea286971c3fccc681e6712e7532 Oct 12 20:14:39.800 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.243 INFO blam! 3151613a9bc78bcac88f9a0b38c5b2fd007a4c603c82a8d6ccbdb639c2ad7420 Oct 12 20:14:40.259 INFO running `"docker" "start" "-a" "3151613a9bc78bcac88f9a0b38c5b2fd007a4c603c82a8d6ccbdb639c2ad7420"` Oct 12 20:14:41.774 INFO kablam! usermod: no changes Oct 12 20:14:41.839 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 12 20:14:41.839 INFO kablam! Running /target/debug/deps/bom_installer-484a1304159b1faa Oct 12 20:14:41.839 INFO kablam! su: No module specific data is present Oct 12 20:14:41.839 INFO blam! Oct 12 20:14:41.839 INFO blam! running 0 tests Oct 12 20:14:41.839 INFO blam! Oct 12 20:14:41.839 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 20:14:41.839 INFO blam! Oct 12 20:14:42.943 INFO running `"docker" "rm" "-f" "3151613a9bc78bcac88f9a0b38c5b2fd007a4c603c82a8d6ccbdb639c2ad7420"` Oct 12 20:14:43.363 INFO blam! 3151613a9bc78bcac88f9a0b38c5b2fd007a4c603c82a8d6ccbdb639c2ad7420