Oct 10 12:55:10.741 INFO testing uma0317/bom against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 12:55:10.741 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 12:55:10.742 INFO running `"docker" "create" "-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/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 12:55:11.294 INFO blam! 071c067539c00a9b859c0a27d49aa90038d7ea65be56f2fb802ba4311099315e Oct 10 12:55:11.296 INFO running `"docker" "start" "-a" "071c067539c00a9b859c0a27d49aa90038d7ea65be56f2fb802ba4311099315e"` Oct 10 12:55:12.018 INFO kablam! usermod: no changes Oct 10 12:55:12.326 INFO kablam! Compiling termion v1.5.1 Oct 10 12:55:12.331 INFO kablam! Compiling clap v2.31.2 Oct 10 12:55:12.331 INFO kablam! Compiling parking_lot v0.5.4 Oct 10 12:55:12.331 INFO kablam! Compiling regex v0.2.10 Oct 10 12:55:12.331 INFO kablam! Compiling openssl v0.9.24 Oct 10 12:55:12.331 INFO kablam! Compiling libflate v0.1.14 Oct 10 12:55:12.331 INFO kablam! Compiling serde_urlencoded v0.5.1 Oct 10 12:55:12.331 INFO kablam! Compiling tokio-core v0.1.16 Oct 10 12:55:22.696 INFO kablam! Compiling tokio-proto v0.1.1 Oct 10 12:55:23.180 INFO kablam! Compiling console v0.6.1 Oct 10 12:55:23.736 INFO kablam! Compiling native-tls v0.1.5 Oct 10 12:55:25.273 INFO kablam! Compiling tokio-tls v0.1.4 Oct 10 12:55:27.490 INFO kablam! Compiling indicatif v0.9.0 Oct 10 12:55:30.394 INFO kablam! Compiling hyper v0.11.25 Oct 10 12:55:42.587 INFO kablam! Compiling hyper-tls v0.1.3 Oct 10 12:55:45.425 INFO kablam! Compiling reqwest v0.8.5 Oct 10 12:55:56.508 INFO kablam! Compiling bom v0.1.2 (/source) Oct 10 12:55:57.655 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 10 12:55:57.655 INFO kablam! --> src/commands.rs:248:11 Oct 10 12:55:57.655 INFO kablam! | Oct 10 12:55:57.656 INFO kablam! 248 | if(n.to_string() == target_ignore_file_name) { continue; } Oct 10 12:55:57.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 12:55:57.656 INFO kablam! | Oct 10 12:55:57.657 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 12:55:57.657 INFO kablam! Oct 10 12:55:57.660 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 10 12:55:57.661 INFO kablam! --> src/main.rs:26:15 Oct 10 12:55:57.661 INFO kablam! | Oct 10 12:55:57.661 INFO kablam! 26 | if(!bom_path.exists()) {fs::create_dir(bom_path);} Oct 10 12:55:57.662 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 12:55:57.662 INFO kablam! Oct 10 12:55:57.662 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 10 12:55:57.663 INFO kablam! --> src/main.rs:34:7 Oct 10 12:55:57.663 INFO kablam! | Oct 10 12:55:57.663 INFO kablam! 34 | if(!&boilerplates_path.exists()) { Oct 10 12:55:57.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 12:55:57.664 INFO kablam! Oct 10 12:55:57.664 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 10 12:55:57.664 INFO kablam! --> src/main.rs:38:7 Oct 10 12:55:57.665 INFO kablam! | Oct 10 12:55:57.665 INFO kablam! 38 | if(!&global_ignore_path.exists()) { Oct 10 12:55:57.665 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 12:55:57.666 INFO kablam! Oct 10 12:55:57.680 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 10 12:55:57.680 INFO kablam! --> src/main.rs:23:11 Oct 10 12:55:57.681 INFO kablam! | Oct 10 12:55:57.681 INFO kablam! 23 | match env::home_dir() { Oct 10 12:55:57.681 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 12:55:57.682 INFO kablam! | Oct 10 12:55:57.682 INFO kablam! = note: #[warn(deprecated)] on by default Oct 10 12:55:57.682 INFO kablam! Oct 10 12:55:57.849 INFO kablam! warning: value assigned to `global_ignore_file_names` is never read Oct 10 12:55:57.850 INFO kablam! --> src/commands.rs:38:13 Oct 10 12:55:57.850 INFO kablam! | Oct 10 12:55:57.851 INFO kablam! 38 | let mut global_ignore_file_names: Vec = vec![]; Oct 10 12:55:57.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:55:57.851 INFO kablam! | Oct 10 12:55:57.852 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 10 12:55:57.852 INFO kablam! Oct 10 12:55:57.852 INFO kablam! warning: value assigned to `v` is never read Oct 10 12:55:57.853 INFO kablam! --> src/commands.rs:183:13 Oct 10 12:55:57.853 INFO kablam! | Oct 10 12:55:57.853 INFO kablam! 183 | let mut v: Vec = vec![]; Oct 10 12:55:57.853 INFO kablam! | ^ Oct 10 12:55:57.854 INFO kablam! Oct 10 12:55:57.854 INFO kablam! warning: value assigned to `v` is never read Oct 10 12:55:57.854 INFO kablam! --> src/commands.rs:201:13 Oct 10 12:55:57.855 INFO kablam! | Oct 10 12:55:57.855 INFO kablam! 201 | let mut v: Vec = vec![]; Oct 10 12:55:57.855 INFO kablam! | ^ Oct 10 12:55:57.856 INFO kablam! Oct 10 12:55:57.856 INFO kablam! warning: value assigned to `v` is never read Oct 10 12:55:57.856 INFO kablam! --> src/commands.rs:229:13 Oct 10 12:55:57.856 INFO kablam! | Oct 10 12:55:57.857 INFO kablam! 229 | let mut v: Vec = vec![]; Oct 10 12:55:57.857 INFO kablam! | ^ Oct 10 12:55:57.857 INFO kablam! Oct 10 12:55:57.858 INFO kablam! warning: unused variable: `err` Oct 10 12:55:57.858 INFO kablam! --> src/main.rs:57:25 Oct 10 12:55:57.858 INFO kablam! | Oct 10 12:55:57.859 INFO kablam! 57 | Err(err) => {}, Oct 10 12:55:57.859 INFO kablam! | ^^^ help: consider using `_err` instead Oct 10 12:55:57.859 INFO kablam! | Oct 10 12:55:57.859 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 12:55:57.860 INFO kablam! Oct 10 12:55:57.926 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 12:55:57.926 INFO kablam! --> src/main.rs:26:37 Oct 10 12:55:57.926 INFO kablam! | Oct 10 12:55:57.927 INFO kablam! 26 | if(!bom_path.exists()) {fs::create_dir(bom_path);} Oct 10 12:55:57.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:55:57.927 INFO kablam! | Oct 10 12:55:57.927 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 12:55:57.928 INFO kablam! Oct 10 12:55:57.928 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 12:55:57.928 INFO kablam! --> src/main.rs:35:9 Oct 10 12:55:57.929 INFO kablam! | Oct 10 12:55:57.929 INFO kablam! 35 | fs::create_dir(&boilerplates_path); Oct 10 12:55:57.929 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:55:57.929 INFO kablam! | Oct 10 12:55:57.930 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 12:55:57.930 INFO kablam! Oct 10 12:55:57.930 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 12:55:57.930 INFO kablam! --> src/main.rs:39:9 Oct 10 12:55:57.931 INFO kablam! | Oct 10 12:55:57.931 INFO kablam! 39 | fs::File::create(&global_ignore_path); Oct 10 12:55:57.931 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:55:57.932 INFO kablam! | Oct 10 12:55:57.932 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 12:55:57.932 INFO kablam! Oct 10 12:56:00.682 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 48.64s Oct 10 12:56:00.695 INFO kablam! su: No module specific data is present Oct 10 12:56:01.576 INFO running `"docker" "rm" "-f" "071c067539c00a9b859c0a27d49aa90038d7ea65be56f2fb802ba4311099315e"` Oct 10 12:56:01.756 INFO blam! 071c067539c00a9b859c0a27d49aa90038d7ea65be56f2fb802ba4311099315e Oct 10 12:56:01.758 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 12:56:01.758 INFO running `"docker" "create" "-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/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 12:56:02.230 INFO blam! 747f80c2bfc998663a4ab5ccd59dbd0b242a5cc89b23aac269d6ae773d2576a1 Oct 10 12:56:02.234 INFO running `"docker" "start" "-a" "747f80c2bfc998663a4ab5ccd59dbd0b242a5cc89b23aac269d6ae773d2576a1"` Oct 10 12:56:03.354 INFO kablam! usermod: no changes Oct 10 12:56:03.704 INFO kablam! Compiling bom v0.1.2 (/source) Oct 10 12:56:04.928 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 10 12:56:04.928 INFO kablam! --> src/commands.rs:248:11 Oct 10 12:56:04.928 INFO kablam! | Oct 10 12:56:04.928 INFO kablam! 248 | if(n.to_string() == target_ignore_file_name) { continue; } Oct 10 12:56:04.928 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 12:56:04.928 INFO kablam! | Oct 10 12:56:04.928 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 12:56:04.928 INFO kablam! Oct 10 12:56:04.928 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 10 12:56:04.928 INFO kablam! --> src/main.rs:26:15 Oct 10 12:56:04.928 INFO kablam! | Oct 10 12:56:04.928 INFO kablam! 26 | if(!bom_path.exists()) {fs::create_dir(bom_path);} Oct 10 12:56:04.928 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 12:56:04.928 INFO kablam! Oct 10 12:56:04.928 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 10 12:56:04.928 INFO kablam! --> src/main.rs:34:7 Oct 10 12:56:04.928 INFO kablam! | Oct 10 12:56:04.928 INFO kablam! 34 | if(!&boilerplates_path.exists()) { Oct 10 12:56:04.928 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 12:56:04.928 INFO kablam! Oct 10 12:56:04.928 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 10 12:56:04.929 INFO kablam! --> src/main.rs:38:7 Oct 10 12:56:04.929 INFO kablam! | Oct 10 12:56:04.929 INFO kablam! 38 | if(!&global_ignore_path.exists()) { Oct 10 12:56:04.929 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 12:56:04.929 INFO kablam! Oct 10 12:56:04.944 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 10 12:56:04.944 INFO kablam! --> src/main.rs:23:11 Oct 10 12:56:04.944 INFO kablam! | Oct 10 12:56:04.944 INFO kablam! 23 | match env::home_dir() { Oct 10 12:56:04.944 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 12:56:04.944 INFO kablam! | Oct 10 12:56:04.944 INFO kablam! = note: #[warn(deprecated)] on by default Oct 10 12:56:04.944 INFO kablam! Oct 10 12:56:05.108 INFO kablam! warning: value assigned to `global_ignore_file_names` is never read Oct 10 12:56:05.108 INFO kablam! --> src/commands.rs:38:13 Oct 10 12:56:05.108 INFO kablam! | Oct 10 12:56:05.108 INFO kablam! 38 | let mut global_ignore_file_names: Vec = vec![]; Oct 10 12:56:05.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:56:05.108 INFO kablam! | Oct 10 12:56:05.108 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 10 12:56:05.108 INFO kablam! Oct 10 12:56:05.108 INFO kablam! warning: value assigned to `v` is never read Oct 10 12:56:05.108 INFO kablam! --> src/commands.rs:183:13 Oct 10 12:56:05.108 INFO kablam! | Oct 10 12:56:05.108 INFO kablam! 183 | let mut v: Vec = vec![]; Oct 10 12:56:05.108 INFO kablam! | ^ Oct 10 12:56:05.108 INFO kablam! Oct 10 12:56:05.108 INFO kablam! warning: value assigned to `v` is never read Oct 10 12:56:05.108 INFO kablam! --> src/commands.rs:201:13 Oct 10 12:56:05.108 INFO kablam! | Oct 10 12:56:05.109 INFO kablam! 201 | let mut v: Vec = vec![]; Oct 10 12:56:05.109 INFO kablam! | ^ Oct 10 12:56:05.109 INFO kablam! Oct 10 12:56:05.109 INFO kablam! warning: value assigned to `v` is never read Oct 10 12:56:05.109 INFO kablam! --> src/commands.rs:229:13 Oct 10 12:56:05.109 INFO kablam! | Oct 10 12:56:05.109 INFO kablam! 229 | let mut v: Vec = vec![]; Oct 10 12:56:05.109 INFO kablam! | ^ Oct 10 12:56:05.109 INFO kablam! Oct 10 12:56:05.109 INFO kablam! warning: unused variable: `err` Oct 10 12:56:05.109 INFO kablam! --> src/main.rs:57:25 Oct 10 12:56:05.109 INFO kablam! | Oct 10 12:56:05.109 INFO kablam! 57 | Err(err) => {}, Oct 10 12:56:05.109 INFO kablam! | ^^^ help: consider using `_err` instead Oct 10 12:56:05.109 INFO kablam! | Oct 10 12:56:05.109 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 12:56:05.109 INFO kablam! Oct 10 12:56:05.172 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 12:56:05.172 INFO kablam! --> src/main.rs:26:37 Oct 10 12:56:05.172 INFO kablam! | Oct 10 12:56:05.172 INFO kablam! 26 | if(!bom_path.exists()) {fs::create_dir(bom_path);} Oct 10 12:56:05.172 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:56:05.172 INFO kablam! | Oct 10 12:56:05.172 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 12:56:05.172 INFO kablam! Oct 10 12:56:05.172 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 12:56:05.172 INFO kablam! --> src/main.rs:35:9 Oct 10 12:56:05.172 INFO kablam! | Oct 10 12:56:05.172 INFO kablam! 35 | fs::create_dir(&boilerplates_path); Oct 10 12:56:05.172 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:56:05.172 INFO kablam! | Oct 10 12:56:05.172 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 12:56:05.172 INFO kablam! Oct 10 12:56:05.172 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 12:56:05.172 INFO kablam! --> src/main.rs:39:9 Oct 10 12:56:05.172 INFO kablam! | Oct 10 12:56:05.172 INFO kablam! 39 | fs::File::create(&global_ignore_path); Oct 10 12:56:05.172 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:56:05.172 INFO kablam! | Oct 10 12:56:05.173 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 12:56:05.173 INFO kablam! Oct 10 12:56:05.778 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.40s Oct 10 12:56:05.792 INFO kablam! su: No module specific data is present Oct 10 12:56:06.645 INFO running `"docker" "rm" "-f" "747f80c2bfc998663a4ab5ccd59dbd0b242a5cc89b23aac269d6ae773d2576a1"` Oct 10 12:56:06.917 INFO blam! 747f80c2bfc998663a4ab5ccd59dbd0b242a5cc89b23aac269d6ae773d2576a1 Oct 10 12:56:06.918 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 12:56:06.918 INFO running `"docker" "create" "-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/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 12:56:07.396 INFO blam! b07bcf7a91621f4265bac3ed0caebdd54b17074d3baeaebd2986829043644f75 Oct 10 12:56:07.398 INFO running `"docker" "start" "-a" "b07bcf7a91621f4265bac3ed0caebdd54b17074d3baeaebd2986829043644f75"` Oct 10 12:56:08.532 INFO kablam! usermod: no changes Oct 10 12:56:08.744 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.17s Oct 10 12:56:08.764 INFO kablam! Running /target/debug/deps/bom-09ac179ab7067459 Oct 10 12:56:08.764 INFO blam! Oct 10 12:56:08.764 INFO kablam! su: No module specific data is present Oct 10 12:56:08.764 INFO blam! running 0 tests Oct 10 12:56:08.764 INFO blam! Oct 10 12:56:08.764 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 12:56:08.764 INFO blam! Oct 10 12:56:09.385 INFO running `"docker" "rm" "-f" "b07bcf7a91621f4265bac3ed0caebdd54b17074d3baeaebd2986829043644f75"` Oct 10 12:56:09.568 INFO blam! b07bcf7a91621f4265bac3ed0caebdd54b17074d3baeaebd2986829043644f75