Oct 12 04:46:09.253 INFO testing bom-0.1.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 04:46:09.255 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/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 04:46:09.456 INFO blam! 7c2cfd88a26a56adaf694e44d87c32f3ce77ed4ea700a3a18382a1435981e8f6 Oct 12 04:46:09.456 INFO running `"docker" "start" "-a" "7c2cfd88a26a56adaf694e44d87c32f3ce77ed4ea700a3a18382a1435981e8f6"` Oct 12 04:46:10.173 INFO kablam! usermod: no changes Oct 12 04:46:10.528 INFO kablam! Compiling indicatif v0.9.0 Oct 12 04:46:15.511 INFO kablam! Compiling bom v0.1.2 (/source) Oct 12 04:46:17.872 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 04:46:17.872 INFO kablam! --> src/commands.rs:248:11 Oct 12 04:46:17.872 INFO kablam! | Oct 12 04:46:17.872 INFO kablam! 248 | if(n.to_string() == target_ignore_file_name) { continue; } Oct 12 04:46:17.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 04:46:17.872 INFO kablam! | Oct 12 04:46:17.873 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 04:46:17.873 INFO kablam! Oct 12 04:46:17.873 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 04:46:17.873 INFO kablam! --> src/main.rs:26:15 Oct 12 04:46:17.873 INFO kablam! | Oct 12 04:46:17.873 INFO kablam! 26 | if(!bom_path.exists()) {fs::create_dir(bom_path);} Oct 12 04:46:17.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 04:46:17.873 INFO kablam! Oct 12 04:46:17.873 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 04:46:17.873 INFO kablam! --> src/main.rs:34:7 Oct 12 04:46:17.873 INFO kablam! | Oct 12 04:46:17.873 INFO kablam! 34 | if(!&boilerplates_path.exists()) { Oct 12 04:46:17.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 04:46:17.873 INFO kablam! Oct 12 04:46:17.873 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 04:46:17.873 INFO kablam! --> src/main.rs:38:7 Oct 12 04:46:17.873 INFO kablam! | Oct 12 04:46:17.873 INFO kablam! 38 | if(!&global_ignore_path.exists()) { Oct 12 04:46:17.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 04:46:17.873 INFO kablam! Oct 12 04:46:17.890 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:17.890 INFO kablam! --> src/main.rs:23:11 Oct 12 04:46:17.890 INFO kablam! | Oct 12 04:46:17.890 INFO kablam! 23 | match env::home_dir() { Oct 12 04:46:17.890 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 04:46:17.890 INFO kablam! | Oct 12 04:46:17.890 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 04:46:17.890 INFO kablam! Oct 12 04:46:18.089 INFO kablam! warning: value assigned to `global_ignore_file_names` is never read Oct 12 04:46:18.089 INFO kablam! --> src/commands.rs:38:13 Oct 12 04:46:18.089 INFO kablam! | Oct 12 04:46:18.090 INFO kablam! 38 | let mut global_ignore_file_names: Vec = vec![]; Oct 12 04:46:18.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:46:18.090 INFO kablam! | Oct 12 04:46:18.091 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 04:46:18.091 INFO kablam! Oct 12 04:46:18.091 INFO kablam! warning: value assigned to `v` is never read Oct 12 04:46:18.092 INFO kablam! --> src/commands.rs:183:13 Oct 12 04:46:18.092 INFO kablam! | Oct 12 04:46:18.092 INFO kablam! 183 | let mut v: Vec = vec![]; Oct 12 04:46:18.093 INFO kablam! | ^ Oct 12 04:46:18.093 INFO kablam! Oct 12 04:46:18.093 INFO kablam! warning: value assigned to `v` is never read Oct 12 04:46:18.093 INFO kablam! --> src/commands.rs:201:13 Oct 12 04:46:18.094 INFO kablam! | Oct 12 04:46:18.094 INFO kablam! 201 | let mut v: Vec = vec![]; Oct 12 04:46:18.094 INFO kablam! | ^ Oct 12 04:46:18.095 INFO kablam! Oct 12 04:46:18.095 INFO kablam! warning: value assigned to `v` is never read Oct 12 04:46:18.095 INFO kablam! --> src/commands.rs:229:13 Oct 12 04:46:18.096 INFO kablam! | Oct 12 04:46:18.096 INFO kablam! 229 | let mut v: Vec = vec![]; Oct 12 04:46:18.096 INFO kablam! | ^ Oct 12 04:46:18.097 INFO kablam! Oct 12 04:46:18.097 INFO kablam! warning: unused variable: `err` Oct 12 04:46:18.097 INFO kablam! --> src/main.rs:57:25 Oct 12 04:46:18.097 INFO kablam! | Oct 12 04:46:18.098 INFO kablam! 57 | Err(err) => {}, Oct 12 04:46:18.098 INFO kablam! | ^^^ help: consider using `_err` instead Oct 12 04:46:18.098 INFO kablam! | Oct 12 04:46:18.099 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 04:46:18.099 INFO kablam! Oct 12 04:46:18.180 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 04:46:18.180 INFO kablam! --> src/main.rs:26:37 Oct 12 04:46:18.180 INFO kablam! | Oct 12 04:46:18.180 INFO kablam! 26 | if(!bom_path.exists()) {fs::create_dir(bom_path);} Oct 12 04:46:18.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:46:18.180 INFO kablam! | Oct 12 04:46:18.180 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 04:46:18.180 INFO kablam! Oct 12 04:46:18.180 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 04:46:18.180 INFO kablam! --> src/main.rs:35:9 Oct 12 04:46:18.180 INFO kablam! | Oct 12 04:46:18.180 INFO kablam! 35 | fs::create_dir(&boilerplates_path); Oct 12 04:46:18.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:46:18.180 INFO kablam! | Oct 12 04:46:18.180 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 04:46:18.180 INFO kablam! Oct 12 04:46:18.180 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 04:46:18.180 INFO kablam! --> src/main.rs:39:9 Oct 12 04:46:18.180 INFO kablam! | Oct 12 04:46:18.180 INFO kablam! 39 | fs::File::create(&global_ignore_path); Oct 12 04:46:18.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:46:18.181 INFO kablam! | Oct 12 04:46:18.181 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 04:46:18.181 INFO kablam! Oct 12 04:46:21.029 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.83s Oct 12 04:46:21.048 INFO kablam! su: No module specific data is present Oct 12 04:46:21.474 INFO running `"docker" "rm" "-f" "7c2cfd88a26a56adaf694e44d87c32f3ce77ed4ea700a3a18382a1435981e8f6"` Oct 12 04:46:21.805 INFO blam! 7c2cfd88a26a56adaf694e44d87c32f3ce77ed4ea700a3a18382a1435981e8f6 Oct 12 04:46:21.808 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/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 04:46:22.230 INFO blam! 90357c96d5db7cb23ffa5a36b8690573f69c742d4fd5fac6c091329839ca50e0 Oct 12 04:46:22.231 INFO running `"docker" "start" "-a" "90357c96d5db7cb23ffa5a36b8690573f69c742d4fd5fac6c091329839ca50e0"` Oct 12 04:46:23.703 INFO kablam! usermod: no changes Oct 12 04:46:23.957 INFO kablam! Compiling bom v0.1.2 (/source) Oct 12 04:46:26.339 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 04:46:26.339 INFO kablam! --> src/commands.rs:248:11 Oct 12 04:46:26.339 INFO kablam! | Oct 12 04:46:26.339 INFO kablam! 248 | if(n.to_string() == target_ignore_file_name) { continue; } Oct 12 04:46:26.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 04:46:26.339 INFO kablam! | Oct 12 04:46:26.339 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 04:46:26.339 INFO kablam! Oct 12 04:46:26.339 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 04:46:26.339 INFO kablam! --> src/main.rs:26:15 Oct 12 04:46:26.339 INFO kablam! | Oct 12 04:46:26.339 INFO kablam! 26 | if(!bom_path.exists()) {fs::create_dir(bom_path);} Oct 12 04:46:26.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 04:46:26.339 INFO kablam! Oct 12 04:46:26.339 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 04:46:26.339 INFO kablam! --> src/main.rs:34:7 Oct 12 04:46:26.339 INFO kablam! | Oct 12 04:46:26.339 INFO kablam! 34 | if(!&boilerplates_path.exists()) { Oct 12 04:46:26.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 04:46:26.339 INFO kablam! Oct 12 04:46:26.339 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 04:46:26.339 INFO kablam! --> src/main.rs:38:7 Oct 12 04:46:26.339 INFO kablam! | Oct 12 04:46:26.339 INFO kablam! 38 | if(!&global_ignore_path.exists()) { Oct 12 04:46:26.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 04:46:26.339 INFO kablam! Oct 12 04:46:26.353 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.353 INFO kablam! --> src/main.rs:23:11 Oct 12 04:46:26.353 INFO kablam! | Oct 12 04:46:26.353 INFO kablam! 23 | match env::home_dir() { Oct 12 04:46:26.353 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 04:46:26.353 INFO kablam! | Oct 12 04:46:26.353 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 04:46:26.353 INFO kablam! Oct 12 04:46:26.486 INFO kablam! warning: value assigned to `global_ignore_file_names` is never read Oct 12 04:46:26.486 INFO kablam! --> src/commands.rs:38:13 Oct 12 04:46:26.486 INFO kablam! | Oct 12 04:46:26.486 INFO kablam! 38 | let mut global_ignore_file_names: Vec = vec![]; Oct 12 04:46:26.486 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:46:26.486 INFO kablam! | Oct 12 04:46:26.486 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 04:46:26.486 INFO kablam! Oct 12 04:46:26.486 INFO kablam! warning: value assigned to `v` is never read Oct 12 04:46:26.486 INFO kablam! --> src/commands.rs:183:13 Oct 12 04:46:26.486 INFO kablam! | Oct 12 04:46:26.486 INFO kablam! 183 | let mut v: Vec = vec![]; Oct 12 04:46:26.486 INFO kablam! | ^ Oct 12 04:46:26.486 INFO kablam! Oct 12 04:46:26.486 INFO kablam! warning: value assigned to `v` is never read Oct 12 04:46:26.486 INFO kablam! --> src/commands.rs:201:13 Oct 12 04:46:26.486 INFO kablam! | Oct 12 04:46:26.486 INFO kablam! 201 | let mut v: Vec = vec![]; Oct 12 04:46:26.486 INFO kablam! | ^ Oct 12 04:46:26.486 INFO kablam! Oct 12 04:46:26.492 INFO kablam! warning: value assigned to `v` is never read Oct 12 04:46:26.492 INFO kablam! --> src/commands.rs:229:13 Oct 12 04:46:26.492 INFO kablam! | Oct 12 04:46:26.493 INFO kablam! 229 | let mut v: Vec = vec![]; Oct 12 04:46:26.493 INFO kablam! | ^ Oct 12 04:46:26.493 INFO kablam! Oct 12 04:46:26.494 INFO kablam! warning: unused variable: `err` Oct 12 04:46:26.494 INFO kablam! --> src/main.rs:57:25 Oct 12 04:46:26.494 INFO kablam! | Oct 12 04:46:26.495 INFO kablam! 57 | Err(err) => {}, Oct 12 04:46:26.495 INFO kablam! | ^^^ help: consider using `_err` instead Oct 12 04:46:26.495 INFO kablam! | Oct 12 04:46:26.496 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 04:46:26.496 INFO kablam! Oct 12 04:46:26.553 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 04:46:26.553 INFO kablam! --> src/main.rs:26:37 Oct 12 04:46:26.554 INFO kablam! | Oct 12 04:46:26.554 INFO kablam! 26 | if(!bom_path.exists()) {fs::create_dir(bom_path);} Oct 12 04:46:26.554 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:46:26.554 INFO kablam! | Oct 12 04:46:26.555 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 04:46:26.555 INFO kablam! Oct 12 04:46:26.555 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 04:46:26.555 INFO kablam! --> src/main.rs:35:9 Oct 12 04:46:26.555 INFO kablam! | Oct 12 04:46:26.555 INFO kablam! 35 | fs::create_dir(&boilerplates_path); Oct 12 04:46:26.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:46:26.555 INFO kablam! | Oct 12 04:46:26.555 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 04:46:26.555 INFO kablam! Oct 12 04:46:26.555 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 04:46:26.555 INFO kablam! --> src/main.rs:39:9 Oct 12 04:46:26.555 INFO kablam! | Oct 12 04:46:26.555 INFO kablam! 39 | fs::File::create(&global_ignore_path); Oct 12 04:46:26.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:46:26.555 INFO kablam! | Oct 12 04:46:26.555 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 04:46:26.555 INFO kablam! Oct 12 04:46:26.963 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.23s Oct 12 04:46:26.974 INFO kablam! su: No module specific data is present Oct 12 04:46:27.358 INFO running `"docker" "rm" "-f" "90357c96d5db7cb23ffa5a36b8690573f69c742d4fd5fac6c091329839ca50e0"` Oct 12 04:46:27.518 INFO blam! 90357c96d5db7cb23ffa5a36b8690573f69c742d4fd5fac6c091329839ca50e0 Oct 12 04:46:27.521 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/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 04:46:27.833 INFO blam! 63ee3fd5dd4dc54ebd081d3e9ad78a37a2db2503eb0631f02d70ea1327a2ded6 Oct 12 04:46:27.837 INFO running `"docker" "start" "-a" "63ee3fd5dd4dc54ebd081d3e9ad78a37a2db2503eb0631f02d70ea1327a2ded6"` Oct 12 04:46:28.251 INFO kablam! usermod: no changes Oct 12 04:46:28.447 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.18s Oct 12 04:46:28.468 INFO kablam! Running /target/debug/deps/bom-10a4a0b730b63317 Oct 12 04:46:28.473 INFO blam! Oct 12 04:46:28.473 INFO blam! running 0 tests Oct 12 04:46:28.473 INFO kablam! su: No module specific data is present Oct 12 04:46:28.473 INFO blam! Oct 12 04:46:28.473 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 04:46:28.473 INFO blam! Oct 12 04:46:28.774 INFO running `"docker" "rm" "-f" "63ee3fd5dd4dc54ebd081d3e9ad78a37a2db2503eb0631f02d70ea1327a2ded6"` Oct 12 04:46:28.852 INFO blam! 63ee3fd5dd4dc54ebd081d3e9ad78a37a2db2503eb0631f02d70ea1327a2ded6