Oct 12 04:46:09.072 INFO testing bom-0.1.2 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 12 04:46:09.072 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/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 04:46:09.291 INFO blam! 929967cddf7a6f5c41bababc7a9060cad5fb95a4da102559de66791a6832c753 Oct 12 04:46:09.293 INFO running `"docker" "start" "-a" "929967cddf7a6f5c41bababc7a9060cad5fb95a4da102559de66791a6832c753"` Oct 12 04:46:09.800 INFO kablam! usermod: no changes Oct 12 04:46:10.240 INFO kablam! Compiling termion v1.5.1 Oct 12 04:46:10.247 INFO kablam! Compiling console v0.6.2 Oct 12 04:46:10.247 INFO kablam! Compiling hyper-tls v0.1.4 Oct 12 04:46:12.348 INFO kablam! Compiling indicatif v0.9.0 Oct 12 04:46:12.677 INFO kablam! Compiling reqwest v0.8.8 Oct 12 04:46:19.233 INFO kablam! Compiling bom v0.1.2 (/source) Oct 12 04:46:19.644 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 04:46:19.644 INFO kablam! --> src/commands.rs:248:11 Oct 12 04:46:19.644 INFO kablam! | Oct 12 04:46:19.644 INFO kablam! 248 | if(n.to_string() == target_ignore_file_name) { continue; } Oct 12 04:46:19.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 04:46:19.644 INFO kablam! | Oct 12 04:46:19.644 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 04:46:19.644 INFO kablam! Oct 12 04:46:19.644 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 04:46:19.644 INFO kablam! --> src/main.rs:26:15 Oct 12 04:46:19.644 INFO kablam! | Oct 12 04:46:19.644 INFO kablam! 26 | if(!bom_path.exists()) {fs::create_dir(bom_path);} Oct 12 04:46:19.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 04:46:19.644 INFO kablam! Oct 12 04:46:19.644 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 04:46:19.644 INFO kablam! --> src/main.rs:34:7 Oct 12 04:46:19.644 INFO kablam! | Oct 12 04:46:19.644 INFO kablam! 34 | if(!&boilerplates_path.exists()) { Oct 12 04:46:19.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 04:46:19.644 INFO kablam! Oct 12 04:46:19.644 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 04:46:19.644 INFO kablam! --> src/main.rs:38:7 Oct 12 04:46:19.644 INFO kablam! | Oct 12 04:46:19.644 INFO kablam! 38 | if(!&global_ignore_path.exists()) { Oct 12 04:46:19.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 04:46:19.644 INFO kablam! Oct 12 04:46:19.653 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 04:46:19.653 INFO kablam! --> src/main.rs:23:11 Oct 12 04:46:19.653 INFO kablam! | Oct 12 04:46:19.653 INFO kablam! 23 | match env::home_dir() { Oct 12 04:46:19.653 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 04:46:19.653 INFO kablam! | Oct 12 04:46:19.653 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 04:46:19.653 INFO kablam! Oct 12 04:46:19.938 INFO kablam! warning: value assigned to `global_ignore_file_names` is never read Oct 12 04:46:19.938 INFO kablam! --> src/commands.rs:38:13 Oct 12 04:46:19.939 INFO kablam! | Oct 12 04:46:19.939 INFO kablam! 38 | let mut global_ignore_file_names: Vec = vec![]; Oct 12 04:46:19.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:46:19.939 INFO kablam! | Oct 12 04:46:19.940 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 04:46:19.940 INFO kablam! Oct 12 04:46:19.942 INFO kablam! warning: value assigned to `v` is never read Oct 12 04:46:19.943 INFO kablam! --> src/commands.rs:183:13 Oct 12 04:46:19.943 INFO kablam! | Oct 12 04:46:19.943 INFO kablam! 183 | let mut v: Vec = vec![]; Oct 12 04:46:19.943 INFO kablam! | ^ Oct 12 04:46:19.944 INFO kablam! Oct 12 04:46:19.944 INFO kablam! warning: value assigned to `v` is never read Oct 12 04:46:19.944 INFO kablam! --> src/commands.rs:201:13 Oct 12 04:46:19.944 INFO kablam! | Oct 12 04:46:19.945 INFO kablam! 201 | let mut v: Vec = vec![]; Oct 12 04:46:19.945 INFO kablam! | ^ Oct 12 04:46:19.945 INFO kablam! Oct 12 04:46:19.945 INFO kablam! warning: value assigned to `v` is never read Oct 12 04:46:19.946 INFO kablam! --> src/commands.rs:229:13 Oct 12 04:46:19.946 INFO kablam! | Oct 12 04:46:19.946 INFO kablam! 229 | let mut v: Vec = vec![]; Oct 12 04:46:19.946 INFO kablam! | ^ Oct 12 04:46:19.947 INFO kablam! Oct 12 04:46:19.947 INFO kablam! warning: unused variable: `err` Oct 12 04:46:19.952 INFO kablam! --> src/main.rs:57:25 Oct 12 04:46:19.952 INFO kablam! | Oct 12 04:46:19.952 INFO kablam! 57 | Err(err) => {}, Oct 12 04:46:19.952 INFO kablam! | ^^^ help: consider using `_err` instead Oct 12 04:46:19.952 INFO kablam! | Oct 12 04:46:19.952 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 04:46:19.952 INFO kablam! Oct 12 04:46:20.030 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 04:46:20.031 INFO kablam! --> src/main.rs:26:37 Oct 12 04:46:20.031 INFO kablam! | Oct 12 04:46:20.031 INFO kablam! 26 | if(!bom_path.exists()) {fs::create_dir(bom_path);} Oct 12 04:46:20.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:46:20.031 INFO kablam! | Oct 12 04:46:20.031 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 04:46:20.031 INFO kablam! Oct 12 04:46:20.031 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 04:46:20.031 INFO kablam! --> src/main.rs:35:9 Oct 12 04:46:20.031 INFO kablam! | Oct 12 04:46:20.031 INFO kablam! 35 | fs::create_dir(&boilerplates_path); Oct 12 04:46:20.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:46:20.031 INFO kablam! | Oct 12 04:46:20.031 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 04:46:20.031 INFO kablam! Oct 12 04:46:20.031 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 04:46:20.031 INFO kablam! --> src/main.rs:39:9 Oct 12 04:46:20.031 INFO kablam! | Oct 12 04:46:20.031 INFO kablam! 39 | fs::File::create(&global_ignore_path); Oct 12 04:46:20.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:46:20.031 INFO kablam! | Oct 12 04:46:20.031 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 04:46:20.031 INFO kablam! Oct 12 04:46:23.038 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.21s Oct 12 04:46:23.060 INFO kablam! su: No module specific data is present Oct 12 04:46:24.079 INFO running `"docker" "rm" "-f" "929967cddf7a6f5c41bababc7a9060cad5fb95a4da102559de66791a6832c753"` Oct 12 04:46:24.500 INFO blam! 929967cddf7a6f5c41bababc7a9060cad5fb95a4da102559de66791a6832c753 Oct 12 04:46:24.506 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/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 04:46:24.902 INFO blam! f815444dc9f09c1d382504a5f2695efcc767a7f199d606959f53839fb2063229 Oct 12 04:46:24.904 INFO running `"docker" "start" "-a" "f815444dc9f09c1d382504a5f2695efcc767a7f199d606959f53839fb2063229"` Oct 12 04:46:25.997 INFO kablam! usermod: no changes Oct 12 04:46:26.180 INFO kablam! Compiling bom v0.1.2 (/source) Oct 12 04:46:26.486 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 04:46:26.486 INFO kablam! --> src/commands.rs:248:11 Oct 12 04:46:26.486 INFO kablam! | Oct 12 04:46:26.486 INFO kablam! 248 | if(n.to_string() == target_ignore_file_name) { continue; } Oct 12 04:46:26.486 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 04:46:26.486 INFO kablam! | Oct 12 04:46:26.486 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 04:46:26.486 INFO kablam! Oct 12 04:46:26.496 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 04:46:26.497 INFO kablam! --> src/main.rs:26:15 Oct 12 04:46:26.497 INFO kablam! | Oct 12 04:46:26.498 INFO kablam! 26 | if(!bom_path.exists()) {fs::create_dir(bom_path);} Oct 12 04:46:26.498 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 04:46:26.498 INFO kablam! Oct 12 04:46:26.499 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 04:46:26.499 INFO kablam! --> src/main.rs:34:7 Oct 12 04:46:26.499 INFO kablam! | Oct 12 04:46:26.499 INFO kablam! 34 | if(!&boilerplates_path.exists()) { Oct 12 04:46:26.500 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 04:46:26.500 INFO kablam! Oct 12 04:46:26.500 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 04:46:26.501 INFO kablam! --> src/main.rs:38:7 Oct 12 04:46:26.501 INFO kablam! | Oct 12 04:46:26.501 INFO kablam! 38 | if(!&global_ignore_path.exists()) { Oct 12 04:46:26.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 04:46:26.502 INFO kablam! Oct 12 04:46:26.503 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 04:46:26.504 INFO kablam! --> src/main.rs:23:11 Oct 12 04:46:26.504 INFO kablam! | Oct 12 04:46:26.504 INFO kablam! 23 | match env::home_dir() { Oct 12 04:46:26.505 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 04:46:26.505 INFO kablam! | Oct 12 04:46:26.505 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 04:46:26.505 INFO kablam! Oct 12 04:46:26.674 INFO kablam! warning: value assigned to `global_ignore_file_names` is never read Oct 12 04:46:26.674 INFO kablam! --> src/commands.rs:38:13 Oct 12 04:46:26.674 INFO kablam! | Oct 12 04:46:26.674 INFO kablam! 38 | let mut global_ignore_file_names: Vec = vec![]; Oct 12 04:46:26.674 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:46:26.674 INFO kablam! | Oct 12 04:46:26.674 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 04:46:26.674 INFO kablam! Oct 12 04:46:26.674 INFO kablam! warning: value assigned to `v` is never read Oct 12 04:46:26.674 INFO kablam! --> src/commands.rs:183:13 Oct 12 04:46:26.674 INFO kablam! | Oct 12 04:46:26.674 INFO kablam! 183 | let mut v: Vec = vec![]; Oct 12 04:46:26.674 INFO kablam! | ^ Oct 12 04:46:26.674 INFO kablam! Oct 12 04:46:26.674 INFO kablam! warning: value assigned to `v` is never read Oct 12 04:46:26.674 INFO kablam! --> src/commands.rs:201:13 Oct 12 04:46:26.674 INFO kablam! | Oct 12 04:46:26.674 INFO kablam! 201 | let mut v: Vec = vec![]; Oct 12 04:46:26.674 INFO kablam! | ^ Oct 12 04:46:26.674 INFO kablam! Oct 12 04:46:26.674 INFO kablam! warning: value assigned to `v` is never read Oct 12 04:46:26.674 INFO kablam! --> src/commands.rs:229:13 Oct 12 04:46:26.674 INFO kablam! | Oct 12 04:46:26.674 INFO kablam! 229 | let mut v: Vec = vec![]; Oct 12 04:46:26.674 INFO kablam! | ^ Oct 12 04:46:26.674 INFO kablam! Oct 12 04:46:26.674 INFO kablam! warning: unused variable: `err` Oct 12 04:46:26.674 INFO kablam! --> src/main.rs:57:25 Oct 12 04:46:26.674 INFO kablam! | Oct 12 04:46:26.674 INFO kablam! 57 | Err(err) => {}, Oct 12 04:46:26.674 INFO kablam! | ^^^ help: consider using `_err` instead Oct 12 04:46:26.674 INFO kablam! | Oct 12 04:46:26.674 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 04:46:26.674 INFO kablam! Oct 12 04:46:26.749 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 04:46:26.749 INFO kablam! --> src/main.rs:26:37 Oct 12 04:46:26.749 INFO kablam! | Oct 12 04:46:26.749 INFO kablam! 26 | if(!bom_path.exists()) {fs::create_dir(bom_path);} Oct 12 04:46:26.749 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:46:26.749 INFO kablam! | Oct 12 04:46:26.749 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 04:46:26.749 INFO kablam! Oct 12 04:46:26.749 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 04:46:26.749 INFO kablam! --> src/main.rs:35:9 Oct 12 04:46:26.749 INFO kablam! | Oct 12 04:46:26.749 INFO kablam! 35 | fs::create_dir(&boilerplates_path); Oct 12 04:46:26.749 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:46:26.749 INFO kablam! | Oct 12 04:46:26.749 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 04:46:26.749 INFO kablam! Oct 12 04:46:26.749 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 04:46:26.749 INFO kablam! --> src/main.rs:39:9 Oct 12 04:46:26.749 INFO kablam! | Oct 12 04:46:26.749 INFO kablam! 39 | fs::File::create(&global_ignore_path); Oct 12 04:46:26.749 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:46:26.749 INFO kablam! | Oct 12 04:46:26.749 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 04:46:26.749 INFO kablam! Oct 12 04:46:27.171 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.14s Oct 12 04:46:27.187 INFO kablam! su: No module specific data is present Oct 12 04:46:27.546 INFO running `"docker" "rm" "-f" "f815444dc9f09c1d382504a5f2695efcc767a7f199d606959f53839fb2063229"` Oct 12 04:46:27.736 INFO blam! f815444dc9f09c1d382504a5f2695efcc767a7f199d606959f53839fb2063229 Oct 12 04:46:27.742 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/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 04:46:28.025 INFO blam! b1e820a3caac625171e3f67309e0513435c722e31b663461b014f0c0c9188613 Oct 12 04:46:28.027 INFO running `"docker" "start" "-a" "b1e820a3caac625171e3f67309e0513435c722e31b663461b014f0c0c9188613"` Oct 12 04:46:28.478 INFO kablam! usermod: no changes Oct 12 04:46:28.685 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.19s Oct 12 04:46:28.705 INFO kablam! Running /target/debug/deps/bom-4cbc639e5fa01f37 Oct 12 04:46:28.707 INFO blam! Oct 12 04:46:28.707 INFO blam! running 0 tests Oct 12 04:46:28.707 INFO blam! Oct 12 04:46:28.707 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 04:46:28.707 INFO blam! Oct 12 04:46:28.712 INFO kablam! su: No module specific data is present Oct 12 04:46:28.970 INFO running `"docker" "rm" "-f" "b1e820a3caac625171e3f67309e0513435c722e31b663461b014f0c0c9188613"` Oct 12 04:46:29.064 INFO blam! b1e820a3caac625171e3f67309e0513435c722e31b663461b014f0c0c9188613