Oct 16 16:37:10.820 INFO testing bom-0.1.2 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 16:37:10.820 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 16 16:37:11.219 INFO blam! f95db0d5ab7c3ebd58e61a2bd417cc89f920de058c213a2b526938bda25ca886 Oct 16 16:37:11.221 INFO running `"docker" "start" "-a" "f95db0d5ab7c3ebd58e61a2bd417cc89f920de058c213a2b526938bda25ca886"` Oct 16 16:37:12.259 INFO kablam! usermod: no changes Oct 16 16:37:12.555 INFO kablam! Compiling console v0.6.2 Oct 16 16:37:15.982 INFO kablam! Compiling indicatif v0.9.0 Oct 16 16:37:20.179 INFO kablam! Compiling bom v0.1.2 (/source) Oct 16 16:37:21.639 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 16 16:37:21.639 INFO kablam! --> src/commands.rs:248:11 Oct 16 16:37:21.639 INFO kablam! | Oct 16 16:37:21.639 INFO kablam! 248 | if(n.to_string() == target_ignore_file_name) { continue; } Oct 16 16:37:21.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 16:37:21.639 INFO kablam! | Oct 16 16:37:21.639 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 16 16:37:21.639 INFO kablam! Oct 16 16:37:21.639 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 16 16:37:21.639 INFO kablam! --> src/main.rs:26:15 Oct 16 16:37:21.639 INFO kablam! | Oct 16 16:37:21.639 INFO kablam! 26 | if(!bom_path.exists()) {fs::create_dir(bom_path);} Oct 16 16:37:21.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 16:37:21.639 INFO kablam! Oct 16 16:37:21.639 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 16 16:37:21.639 INFO kablam! --> src/main.rs:34:7 Oct 16 16:37:21.639 INFO kablam! | Oct 16 16:37:21.639 INFO kablam! 34 | if(!&boilerplates_path.exists()) { Oct 16 16:37:21.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 16:37:21.639 INFO kablam! Oct 16 16:37:21.639 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 16 16:37:21.639 INFO kablam! --> src/main.rs:38:7 Oct 16 16:37:21.639 INFO kablam! | Oct 16 16:37:21.639 INFO kablam! 38 | if(!&global_ignore_path.exists()) { Oct 16 16:37:21.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 16:37:21.639 INFO kablam! Oct 16 16:37:21.647 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:21.647 INFO kablam! --> src/main.rs:23:11 Oct 16 16:37:21.647 INFO kablam! | Oct 16 16:37:21.647 INFO kablam! 23 | match env::home_dir() { Oct 16 16:37:21.647 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 16:37:21.647 INFO kablam! | Oct 16 16:37:21.647 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 16:37:21.647 INFO kablam! Oct 16 16:37:21.819 INFO kablam! warning: value assigned to `global_ignore_file_names` is never read Oct 16 16:37:21.819 INFO kablam! --> src/commands.rs:38:13 Oct 16 16:37:21.819 INFO kablam! | Oct 16 16:37:21.819 INFO kablam! 38 | let mut global_ignore_file_names: Vec = vec![]; Oct 16 16:37:21.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:37:21.819 INFO kablam! | Oct 16 16:37:21.819 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 16 16:37:21.819 INFO kablam! Oct 16 16:37:21.819 INFO kablam! warning: value assigned to `v` is never read Oct 16 16:37:21.819 INFO kablam! --> src/commands.rs:183:13 Oct 16 16:37:21.819 INFO kablam! | Oct 16 16:37:21.819 INFO kablam! 183 | let mut v: Vec = vec![]; Oct 16 16:37:21.819 INFO kablam! | ^ Oct 16 16:37:21.819 INFO kablam! Oct 16 16:37:21.819 INFO kablam! warning: value assigned to `v` is never read Oct 16 16:37:21.819 INFO kablam! --> src/commands.rs:201:13 Oct 16 16:37:21.819 INFO kablam! | Oct 16 16:37:21.819 INFO kablam! 201 | let mut v: Vec = vec![]; Oct 16 16:37:21.819 INFO kablam! | ^ Oct 16 16:37:21.819 INFO kablam! Oct 16 16:37:21.819 INFO kablam! warning: value assigned to `v` is never read Oct 16 16:37:21.819 INFO kablam! --> src/commands.rs:229:13 Oct 16 16:37:21.819 INFO kablam! | Oct 16 16:37:21.819 INFO kablam! 229 | let mut v: Vec = vec![]; Oct 16 16:37:21.819 INFO kablam! | ^ Oct 16 16:37:21.819 INFO kablam! Oct 16 16:37:21.819 INFO kablam! warning: unused variable: `err` Oct 16 16:37:21.819 INFO kablam! --> src/main.rs:57:25 Oct 16 16:37:21.819 INFO kablam! | Oct 16 16:37:21.819 INFO kablam! 57 | Err(err) => {}, Oct 16 16:37:21.819 INFO kablam! | ^^^ help: consider using `_err` instead Oct 16 16:37:21.819 INFO kablam! | Oct 16 16:37:21.819 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 16:37:21.819 INFO kablam! Oct 16 16:37:21.894 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 16:37:21.894 INFO kablam! --> src/main.rs:26:37 Oct 16 16:37:21.894 INFO kablam! | Oct 16 16:37:21.894 INFO kablam! 26 | if(!bom_path.exists()) {fs::create_dir(bom_path);} Oct 16 16:37:21.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:37:21.894 INFO kablam! | Oct 16 16:37:21.894 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 16:37:21.894 INFO kablam! Oct 16 16:37:21.894 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 16:37:21.894 INFO kablam! --> src/main.rs:35:9 Oct 16 16:37:21.894 INFO kablam! | Oct 16 16:37:21.894 INFO kablam! 35 | fs::create_dir(&boilerplates_path); Oct 16 16:37:21.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:37:21.894 INFO kablam! | Oct 16 16:37:21.894 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 16:37:21.894 INFO kablam! Oct 16 16:37:21.894 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 16:37:21.894 INFO kablam! --> src/main.rs:39:9 Oct 16 16:37:21.894 INFO kablam! | Oct 16 16:37:21.894 INFO kablam! 39 | fs::File::create(&global_ignore_path); Oct 16 16:37:21.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:37:21.894 INFO kablam! | Oct 16 16:37:21.894 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 16:37:21.894 INFO kablam! Oct 16 16:37:23.721 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.43s Oct 16 16:37:23.736 INFO kablam! su: No module specific data is present Oct 16 16:37:24.141 INFO running `"docker" "rm" "-f" "f95db0d5ab7c3ebd58e61a2bd417cc89f920de058c213a2b526938bda25ca886"` Oct 16 16:37:24.240 INFO blam! f95db0d5ab7c3ebd58e61a2bd417cc89f920de058c213a2b526938bda25ca886 Oct 16 16:37:24.251 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 16 16:37:24.435 INFO blam! e9ec4177b8caa916a3a042afdfcdc11964a27fa8d78131666b0585e0cfc74e54 Oct 16 16:37:24.437 INFO running `"docker" "start" "-a" "e9ec4177b8caa916a3a042afdfcdc11964a27fa8d78131666b0585e0cfc74e54"` Oct 16 16:37:25.062 INFO kablam! usermod: no changes Oct 16 16:37:25.254 INFO kablam! Compiling bom v0.1.2 (/source) Oct 16 16:37:26.729 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 16 16:37:26.729 INFO kablam! --> src/commands.rs:248:11 Oct 16 16:37:26.729 INFO kablam! | Oct 16 16:37:26.729 INFO kablam! 248 | if(n.to_string() == target_ignore_file_name) { continue; } Oct 16 16:37:26.729 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 16:37:26.729 INFO kablam! | Oct 16 16:37:26.729 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 16 16:37:26.729 INFO kablam! Oct 16 16:37:26.729 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 16 16:37:26.729 INFO kablam! --> src/main.rs:26:15 Oct 16 16:37:26.729 INFO kablam! | Oct 16 16:37:26.729 INFO kablam! 26 | if(!bom_path.exists()) {fs::create_dir(bom_path);} Oct 16 16:37:26.729 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 16:37:26.729 INFO kablam! Oct 16 16:37:26.729 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 16 16:37:26.729 INFO kablam! --> src/main.rs:34:7 Oct 16 16:37:26.729 INFO kablam! | Oct 16 16:37:26.729 INFO kablam! 34 | if(!&boilerplates_path.exists()) { Oct 16 16:37:26.729 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 16:37:26.729 INFO kablam! Oct 16 16:37:26.729 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 16 16:37:26.729 INFO kablam! --> src/main.rs:38:7 Oct 16 16:37:26.729 INFO kablam! | Oct 16 16:37:26.729 INFO kablam! 38 | if(!&global_ignore_path.exists()) { Oct 16 16:37:26.729 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 16:37:26.729 INFO kablam! Oct 16 16:37:26.743 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:26.743 INFO kablam! --> src/main.rs:23:11 Oct 16 16:37:26.743 INFO kablam! | Oct 16 16:37:26.743 INFO kablam! 23 | match env::home_dir() { Oct 16 16:37:26.743 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 16:37:26.743 INFO kablam! | Oct 16 16:37:26.743 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 16:37:26.743 INFO kablam! Oct 16 16:37:26.878 INFO kablam! warning: value assigned to `global_ignore_file_names` is never read Oct 16 16:37:26.879 INFO kablam! --> src/commands.rs:38:13 Oct 16 16:37:26.879 INFO kablam! | Oct 16 16:37:26.879 INFO kablam! 38 | let mut global_ignore_file_names: Vec = vec![]; Oct 16 16:37:26.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:37:26.879 INFO kablam! | Oct 16 16:37:26.879 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 16 16:37:26.879 INFO kablam! Oct 16 16:37:26.882 INFO kablam! warning: value assigned to `v` is never read Oct 16 16:37:26.882 INFO kablam! --> src/commands.rs:183:13 Oct 16 16:37:26.882 INFO kablam! | Oct 16 16:37:26.882 INFO kablam! 183 | let mut v: Vec = vec![]; Oct 16 16:37:26.882 INFO kablam! | ^ Oct 16 16:37:26.882 INFO kablam! Oct 16 16:37:26.882 INFO kablam! warning: value assigned to `v` is never read Oct 16 16:37:26.883 INFO kablam! --> src/commands.rs:201:13 Oct 16 16:37:26.883 INFO kablam! | Oct 16 16:37:26.883 INFO kablam! 201 | let mut v: Vec = vec![]; Oct 16 16:37:26.883 INFO kablam! | ^ Oct 16 16:37:26.883 INFO kablam! Oct 16 16:37:26.883 INFO kablam! warning: value assigned to `v` is never read Oct 16 16:37:26.883 INFO kablam! --> src/commands.rs:229:13 Oct 16 16:37:26.883 INFO kablam! | Oct 16 16:37:26.883 INFO kablam! 229 | let mut v: Vec = vec![]; Oct 16 16:37:26.883 INFO kablam! | ^ Oct 16 16:37:26.883 INFO kablam! Oct 16 16:37:26.883 INFO kablam! warning: unused variable: `err` Oct 16 16:37:26.883 INFO kablam! --> src/main.rs:57:25 Oct 16 16:37:26.883 INFO kablam! | Oct 16 16:37:26.883 INFO kablam! 57 | Err(err) => {}, Oct 16 16:37:26.883 INFO kablam! | ^^^ help: consider using `_err` instead Oct 16 16:37:26.883 INFO kablam! | Oct 16 16:37:26.883 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 16:37:26.883 INFO kablam! Oct 16 16:37:26.928 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 16:37:26.928 INFO kablam! --> src/main.rs:26:37 Oct 16 16:37:26.928 INFO kablam! | Oct 16 16:37:26.928 INFO kablam! 26 | if(!bom_path.exists()) {fs::create_dir(bom_path);} Oct 16 16:37:26.928 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:37:26.928 INFO kablam! | Oct 16 16:37:26.928 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 16:37:26.928 INFO kablam! Oct 16 16:37:26.928 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 16:37:26.928 INFO kablam! --> src/main.rs:35:9 Oct 16 16:37:26.928 INFO kablam! | Oct 16 16:37:26.928 INFO kablam! 35 | fs::create_dir(&boilerplates_path); Oct 16 16:37:26.928 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:37:26.928 INFO kablam! | Oct 16 16:37:26.928 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 16:37:26.928 INFO kablam! Oct 16 16:37:26.928 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 16:37:26.928 INFO kablam! --> src/main.rs:39:9 Oct 16 16:37:26.928 INFO kablam! | Oct 16 16:37:26.928 INFO kablam! 39 | fs::File::create(&global_ignore_path); Oct 16 16:37:26.928 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:37:26.928 INFO kablam! | Oct 16 16:37:26.928 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 16:37:26.928 INFO kablam! Oct 16 16:37:27.339 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.23s Oct 16 16:37:27.347 INFO kablam! su: No module specific data is present Oct 16 16:37:27.608 INFO running `"docker" "rm" "-f" "e9ec4177b8caa916a3a042afdfcdc11964a27fa8d78131666b0585e0cfc74e54"` Oct 16 16:37:27.695 INFO blam! e9ec4177b8caa916a3a042afdfcdc11964a27fa8d78131666b0585e0cfc74e54 Oct 16 16:37:27.701 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 16 16:37:27.891 INFO blam! a09c7b321328fc16042b5a00bfb9388980030f268ba401ee63e2b17171d652bf Oct 16 16:37:27.896 INFO running `"docker" "start" "-a" "a09c7b321328fc16042b5a00bfb9388980030f268ba401ee63e2b17171d652bf"` Oct 16 16:37:29.039 INFO kablam! usermod: no changes Oct 16 16:37:29.301 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.23s Oct 16 16:37:29.323 INFO kablam! Running /target/debug/deps/bom-e452242b029c46b8 Oct 16 16:37:29.335 INFO blam! Oct 16 16:37:29.335 INFO blam! running 0 tests Oct 16 16:37:29.335 INFO blam! Oct 16 16:37:29.335 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 16:37:29.335 INFO blam! Oct 16 16:37:29.340 INFO kablam! su: No module specific data is present Oct 16 16:37:30.073 INFO running `"docker" "rm" "-f" "a09c7b321328fc16042b5a00bfb9388980030f268ba401ee63e2b17171d652bf"` Oct 16 16:37:30.352 INFO blam! a09c7b321328fc16042b5a00bfb9388980030f268ba401ee63e2b17171d652bf