Oct 16 16:37:11.139 INFO testing bom-0.1.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 16:37:11.141 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 16 16:37:11.667 INFO blam! 51df7eb8c3807af043f6c9ec07fcf2a510b511a5614c7bb4d63a032eb4dfecd7 Oct 16 16:37:11.671 INFO running `"docker" "start" "-a" "51df7eb8c3807af043f6c9ec07fcf2a510b511a5614c7bb4d63a032eb4dfecd7"` Oct 16 16:37:12.888 INFO kablam! usermod: no changes Oct 16 16:37:13.363 INFO kablam! Compiling bom v0.1.2 (/source) Oct 16 16:37:15.519 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 16 16:37:15.519 INFO kablam! --> src/commands.rs:248:11 Oct 16 16:37:15.519 INFO kablam! | Oct 16 16:37:15.519 INFO kablam! 248 | if(n.to_string() == target_ignore_file_name) { continue; } Oct 16 16:37:15.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 16:37:15.519 INFO kablam! | Oct 16 16:37:15.519 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 16 16:37:15.519 INFO kablam! Oct 16 16:37:15.519 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 16 16:37:15.519 INFO kablam! --> src/main.rs:26:15 Oct 16 16:37:15.519 INFO kablam! | Oct 16 16:37:15.519 INFO kablam! 26 | if(!bom_path.exists()) {fs::create_dir(bom_path);} Oct 16 16:37:15.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 16:37:15.519 INFO kablam! Oct 16 16:37:15.519 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 16 16:37:15.519 INFO kablam! --> src/main.rs:34:7 Oct 16 16:37:15.519 INFO kablam! | Oct 16 16:37:15.519 INFO kablam! 34 | if(!&boilerplates_path.exists()) { Oct 16 16:37:15.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 16:37:15.519 INFO kablam! Oct 16 16:37:15.519 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 16 16:37:15.519 INFO kablam! --> src/main.rs:38:7 Oct 16 16:37:15.519 INFO kablam! | Oct 16 16:37:15.519 INFO kablam! 38 | if(!&global_ignore_path.exists()) { Oct 16 16:37:15.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 16:37:15.519 INFO kablam! Oct 16 16:37:15.539 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 16 16:37:15.539 INFO kablam! --> src/main.rs:23:11 Oct 16 16:37:15.539 INFO kablam! | Oct 16 16:37:15.539 INFO kablam! 23 | match env::home_dir() { Oct 16 16:37:15.539 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 16:37:15.539 INFO kablam! | Oct 16 16:37:15.539 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 16:37:15.539 INFO kablam! Oct 16 16:37:15.739 INFO kablam! warning: value assigned to `global_ignore_file_names` is never read Oct 16 16:37:15.739 INFO kablam! --> src/commands.rs:38:13 Oct 16 16:37:15.739 INFO kablam! | Oct 16 16:37:15.739 INFO kablam! 38 | let mut global_ignore_file_names: Vec = vec![]; Oct 16 16:37:15.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:37:15.739 INFO kablam! | Oct 16 16:37:15.739 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 16 16:37:15.739 INFO kablam! Oct 16 16:37:15.739 INFO kablam! warning: value assigned to `v` is never read Oct 16 16:37:15.739 INFO kablam! --> src/commands.rs:183:13 Oct 16 16:37:15.739 INFO kablam! | Oct 16 16:37:15.739 INFO kablam! 183 | let mut v: Vec = vec![]; Oct 16 16:37:15.739 INFO kablam! | ^ Oct 16 16:37:15.739 INFO kablam! Oct 16 16:37:15.739 INFO kablam! warning: value assigned to `v` is never read Oct 16 16:37:15.739 INFO kablam! --> src/commands.rs:201:13 Oct 16 16:37:15.739 INFO kablam! | Oct 16 16:37:15.739 INFO kablam! 201 | let mut v: Vec = vec![]; Oct 16 16:37:15.739 INFO kablam! | ^ Oct 16 16:37:15.739 INFO kablam! Oct 16 16:37:15.739 INFO kablam! warning: value assigned to `v` is never read Oct 16 16:37:15.739 INFO kablam! --> src/commands.rs:229:13 Oct 16 16:37:15.739 INFO kablam! | Oct 16 16:37:15.739 INFO kablam! 229 | let mut v: Vec = vec![]; Oct 16 16:37:15.739 INFO kablam! | ^ Oct 16 16:37:15.739 INFO kablam! Oct 16 16:37:15.739 INFO kablam! warning: unused variable: `err` Oct 16 16:37:15.739 INFO kablam! --> src/main.rs:57:25 Oct 16 16:37:15.739 INFO kablam! | Oct 16 16:37:15.739 INFO kablam! 57 | Err(err) => {}, Oct 16 16:37:15.739 INFO kablam! | ^^^ help: consider using `_err` instead Oct 16 16:37:15.739 INFO kablam! | Oct 16 16:37:15.739 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 16:37:15.739 INFO kablam! Oct 16 16:37:15.804 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 16:37:15.804 INFO kablam! --> src/main.rs:26:37 Oct 16 16:37:15.804 INFO kablam! | Oct 16 16:37:15.804 INFO kablam! 26 | if(!bom_path.exists()) {fs::create_dir(bom_path);} Oct 16 16:37:15.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:37:15.804 INFO kablam! | Oct 16 16:37:15.804 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 16:37:15.804 INFO kablam! Oct 16 16:37:15.804 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 16:37:15.804 INFO kablam! --> src/main.rs:35:9 Oct 16 16:37:15.804 INFO kablam! | Oct 16 16:37:15.804 INFO kablam! 35 | fs::create_dir(&boilerplates_path); Oct 16 16:37:15.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:37:15.804 INFO kablam! | Oct 16 16:37:15.804 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 16:37:15.804 INFO kablam! Oct 16 16:37:15.804 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 16:37:15.804 INFO kablam! --> src/main.rs:39:9 Oct 16 16:37:15.804 INFO kablam! | Oct 16 16:37:15.804 INFO kablam! 39 | fs::File::create(&global_ignore_path); Oct 16 16:37:15.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:37:15.804 INFO kablam! | Oct 16 16:37:15.804 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 16:37:15.804 INFO kablam! Oct 16 16:37:18.827 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.90s Oct 16 16:37:18.840 INFO kablam! su: No module specific data is present Oct 16 16:37:19.590 INFO running `"docker" "rm" "-f" "51df7eb8c3807af043f6c9ec07fcf2a510b511a5614c7bb4d63a032eb4dfecd7"` Oct 16 16:37:19.890 INFO blam! 51df7eb8c3807af043f6c9ec07fcf2a510b511a5614c7bb4d63a032eb4dfecd7 Oct 16 16:37:19.923 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 16 16:37:20.767 INFO blam! 54e7ad60cb925326182021f630dc3c42f89d57ef0260e1b0e11576e2e4569067 Oct 16 16:37:20.769 INFO running `"docker" "start" "-a" "54e7ad60cb925326182021f630dc3c42f89d57ef0260e1b0e11576e2e4569067"` Oct 16 16:37:21.815 INFO kablam! usermod: no changes Oct 16 16:37:22.025 INFO kablam! Compiling bom v0.1.2 (/source) Oct 16 16:37:23.555 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 16 16:37:23.555 INFO kablam! --> src/commands.rs:248:11 Oct 16 16:37:23.555 INFO kablam! | Oct 16 16:37:23.555 INFO kablam! 248 | if(n.to_string() == target_ignore_file_name) { continue; } Oct 16 16:37:23.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 16:37:23.555 INFO kablam! | Oct 16 16:37:23.555 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 16 16:37:23.555 INFO kablam! Oct 16 16:37:23.555 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 16 16:37:23.555 INFO kablam! --> src/main.rs:26:15 Oct 16 16:37:23.555 INFO kablam! | Oct 16 16:37:23.555 INFO kablam! 26 | if(!bom_path.exists()) {fs::create_dir(bom_path);} Oct 16 16:37:23.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 16:37:23.555 INFO kablam! Oct 16 16:37:23.555 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 16 16:37:23.555 INFO kablam! --> src/main.rs:34:7 Oct 16 16:37:23.555 INFO kablam! | Oct 16 16:37:23.555 INFO kablam! 34 | if(!&boilerplates_path.exists()) { Oct 16 16:37:23.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 16:37:23.555 INFO kablam! Oct 16 16:37:23.555 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 16 16:37:23.555 INFO kablam! --> src/main.rs:38:7 Oct 16 16:37:23.555 INFO kablam! | Oct 16 16:37:23.555 INFO kablam! 38 | if(!&global_ignore_path.exists()) { Oct 16 16:37:23.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 16:37:23.555 INFO kablam! Oct 16 16:37:23.573 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 16 16:37:23.573 INFO kablam! --> src/main.rs:23:11 Oct 16 16:37:23.573 INFO kablam! | Oct 16 16:37:23.573 INFO kablam! 23 | match env::home_dir() { Oct 16 16:37:23.573 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 16:37:23.573 INFO kablam! | Oct 16 16:37:23.573 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 16:37:23.573 INFO kablam! Oct 16 16:37:23.754 INFO kablam! warning: value assigned to `global_ignore_file_names` is never read Oct 16 16:37:23.754 INFO kablam! --> src/commands.rs:38:13 Oct 16 16:37:23.754 INFO kablam! | Oct 16 16:37:23.754 INFO kablam! 38 | let mut global_ignore_file_names: Vec = vec![]; Oct 16 16:37:23.754 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:37:23.754 INFO kablam! | Oct 16 16:37:23.754 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 16 16:37:23.754 INFO kablam! Oct 16 16:37:23.754 INFO kablam! warning: value assigned to `v` is never read Oct 16 16:37:23.754 INFO kablam! --> src/commands.rs:183:13 Oct 16 16:37:23.754 INFO kablam! | Oct 16 16:37:23.754 INFO kablam! 183 | let mut v: Vec = vec![]; Oct 16 16:37:23.754 INFO kablam! | ^ Oct 16 16:37:23.754 INFO kablam! Oct 16 16:37:23.754 INFO kablam! warning: value assigned to `v` is never read Oct 16 16:37:23.754 INFO kablam! --> src/commands.rs:201:13 Oct 16 16:37:23.754 INFO kablam! | Oct 16 16:37:23.754 INFO kablam! 201 | let mut v: Vec = vec![]; Oct 16 16:37:23.754 INFO kablam! | ^ Oct 16 16:37:23.755 INFO kablam! Oct 16 16:37:23.755 INFO kablam! warning: value assigned to `v` is never read Oct 16 16:37:23.755 INFO kablam! --> src/commands.rs:229:13 Oct 16 16:37:23.755 INFO kablam! | Oct 16 16:37:23.755 INFO kablam! 229 | let mut v: Vec = vec![]; Oct 16 16:37:23.755 INFO kablam! | ^ Oct 16 16:37:23.755 INFO kablam! Oct 16 16:37:23.756 INFO kablam! warning: unused variable: `err` Oct 16 16:37:23.756 INFO kablam! --> src/main.rs:57:25 Oct 16 16:37:23.756 INFO kablam! | Oct 16 16:37:23.756 INFO kablam! 57 | Err(err) => {}, Oct 16 16:37:23.756 INFO kablam! | ^^^ help: consider using `_err` instead Oct 16 16:37:23.756 INFO kablam! | Oct 16 16:37:23.756 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 16:37:23.756 INFO kablam! Oct 16 16:37:23.829 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 16:37:23.829 INFO kablam! --> src/main.rs:26:37 Oct 16 16:37:23.829 INFO kablam! | Oct 16 16:37:23.829 INFO kablam! 26 | if(!bom_path.exists()) {fs::create_dir(bom_path);} Oct 16 16:37:23.829 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:37:23.829 INFO kablam! | Oct 16 16:37:23.829 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 16:37:23.829 INFO kablam! Oct 16 16:37:23.829 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 16:37:23.829 INFO kablam! --> src/main.rs:35:9 Oct 16 16:37:23.829 INFO kablam! | Oct 16 16:37:23.829 INFO kablam! 35 | fs::create_dir(&boilerplates_path); Oct 16 16:37:23.829 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:37:23.829 INFO kablam! | Oct 16 16:37:23.829 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 16:37:23.829 INFO kablam! Oct 16 16:37:23.829 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 16:37:23.829 INFO kablam! --> src/main.rs:39:9 Oct 16 16:37:23.829 INFO kablam! | Oct 16 16:37:23.830 INFO kablam! 39 | fs::File::create(&global_ignore_path); Oct 16 16:37:23.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:37:23.830 INFO kablam! | Oct 16 16:37:23.830 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 16:37:23.830 INFO kablam! Oct 16 16:37:24.266 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.43s Oct 16 16:37:24.287 INFO kablam! su: No module specific data is present Oct 16 16:37:24.623 INFO running `"docker" "rm" "-f" "54e7ad60cb925326182021f630dc3c42f89d57ef0260e1b0e11576e2e4569067"` Oct 16 16:37:24.714 INFO blam! 54e7ad60cb925326182021f630dc3c42f89d57ef0260e1b0e11576e2e4569067 Oct 16 16:37:24.722 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 16 16:37:24.946 INFO blam! 2eca0222ae85622834ace5243dfa5f21a39d5b466f48c0dfc664c16d39f2621a Oct 16 16:37:24.949 INFO running `"docker" "start" "-a" "2eca0222ae85622834ace5243dfa5f21a39d5b466f48c0dfc664c16d39f2621a"` Oct 16 16:37:25.452 INFO kablam! usermod: no changes Oct 16 16:37:25.636 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s Oct 16 16:37:25.656 INFO kablam! Running /target/debug/deps/bom-d6f99e91270ef2aa Oct 16 16:37:25.659 INFO blam! Oct 16 16:37:25.659 INFO blam! running 0 tests Oct 16 16:37:25.659 INFO blam! Oct 16 16:37:25.660 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 16:37:25.660 INFO blam! Oct 16 16:37:25.662 INFO kablam! su: No module specific data is present Oct 16 16:37:25.936 INFO running `"docker" "rm" "-f" "2eca0222ae85622834ace5243dfa5f21a39d5b466f48c0dfc664c16d39f2621a"` Oct 16 16:37:26.068 INFO blam! 2eca0222ae85622834ace5243dfa5f21a39d5b466f48c0dfc664c16d39f2621a