Oct 15 12:21:36.330 INFO testing BearzRobotics/cache_cleaner against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 12:21:36.332 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 12:21:36.773 INFO blam! cddd8b93958aba418dfd21162dde1e80536b957d27b0f660ed40164d69620f7c Oct 15 12:21:36.775 INFO running `"docker" "start" "-a" "cddd8b93958aba418dfd21162dde1e80536b957d27b0f660ed40164d69620f7c"` Oct 15 12:21:37.899 INFO kablam! usermod: no changes Oct 15 12:21:37.993 INFO kablam! Compiling cfg-if v0.1.2 Oct 15 12:21:38.003 INFO kablam! Compiling unicode-width v0.1.4 Oct 15 12:21:38.003 INFO kablam! Compiling libc v0.2.34 Oct 15 12:21:38.003 INFO kablam! Compiling ansi_term v0.10.2 Oct 15 12:21:38.003 INFO kablam! Compiling term v0.4.6 Oct 15 12:21:38.003 INFO kablam! Compiling bitflags v1.0.1 Oct 15 12:21:38.003 INFO kablam! Compiling strsim v0.6.0 Oct 15 12:21:38.003 INFO kablam! Compiling vec_map v0.8.0 Oct 15 12:21:38.466 INFO kablam! Compiling wild v0.1.1 Oct 15 12:21:38.831 INFO kablam! Compiling log v0.4.0 Oct 15 12:21:39.043 INFO kablam! Compiling textwrap v0.9.0 Oct 15 12:21:44.238 INFO kablam! Compiling log v0.3.9 Oct 15 12:21:48.839 INFO kablam! Compiling time v0.1.38 Oct 15 12:21:48.839 INFO kablam! Compiling atty v0.2.3 Oct 15 12:21:48.851 INFO kablam! Compiling crossterm v0.2.0 Oct 15 12:21:57.743 INFO kablam! Compiling clap v2.29.0 Oct 15 12:21:58.191 INFO kablam! Compiling simplelog v0.4.4 Oct 15 12:23:26.467 INFO kablam! Compiling cache_cleaner v0.0.2 (/source) Oct 15 12:23:27.361 INFO kablam! warning: unused import: `wild` Oct 15 12:23:27.361 INFO kablam! --> src/utils.rs:11:5 Oct 15 12:23:27.361 INFO kablam! | Oct 15 12:23:27.361 INFO kablam! 11 | use wild; Oct 15 12:23:27.361 INFO kablam! | ^^^^ Oct 15 12:23:27.361 INFO kablam! | Oct 15 12:23:27.361 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 12:23:27.361 INFO kablam! Oct 15 12:23:27.361 INFO kablam! warning: unused import: `std::fs` Oct 15 12:23:27.361 INFO kablam! --> src/users.rs:13:5 Oct 15 12:23:27.361 INFO kablam! | Oct 15 12:23:27.361 INFO kablam! 13 | use std::fs; Oct 15 12:23:27.361 INFO kablam! | ^^^^^^^ Oct 15 12:23:27.361 INFO kablam! Oct 15 12:23:27.551 INFO kablam! warning: unused variable: `mode` Oct 15 12:23:27.551 INFO kablam! --> src/utils.rs:16:13 Oct 15 12:23:27.551 INFO kablam! | Oct 15 12:23:27.551 INFO kablam! 16 | pub fn find(mode: u8, path: String) -> String{ Oct 15 12:23:27.551 INFO kablam! | ^^^^ help: consider using `_mode` instead Oct 15 12:23:27.551 INFO kablam! | Oct 15 12:23:27.551 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 12:23:27.551 INFO kablam! Oct 15 12:23:27.551 INFO kablam! warning: unused variable: `tmp` Oct 15 12:23:27.551 INFO kablam! --> src/crawler_parser.rs:57:21 Oct 15 12:23:27.551 INFO kablam! | Oct 15 12:23:27.551 INFO kablam! 57 | let mut tmp = get_data(elements[i].to_string()); Oct 15 12:23:27.551 INFO kablam! | ^^^ help: consider using `_tmp` instead Oct 15 12:23:27.551 INFO kablam! Oct 15 12:23:27.551 INFO kablam! warning: unused variable: `element_vec` Oct 15 12:23:27.551 INFO kablam! --> src/crawl.rs:46:13 Oct 15 12:23:27.551 INFO kablam! | Oct 15 12:23:27.551 INFO kablam! 46 | let element_vec = crawler_parser::crawler_interater(crawler_files, mode, delete_file); Oct 15 12:23:27.551 INFO kablam! | ^^^^^^^^^^^ help: consider using `_element_vec` instead Oct 15 12:23:27.551 INFO kablam! Oct 15 12:23:27.611 INFO kablam! warning: function is never used: `find` Oct 15 12:23:27.611 INFO kablam! --> src/utils.rs:16:1 Oct 15 12:23:27.611 INFO kablam! | Oct 15 12:23:27.611 INFO kablam! 16 | pub fn find(mode: u8, path: String) -> String{ Oct 15 12:23:27.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:23:27.611 INFO kablam! | Oct 15 12:23:27.611 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 12:23:27.611 INFO kablam! Oct 15 12:23:31.161 INFO kablam! Finished dev [optimized + debuginfo] target(s) in 1m 53s Oct 15 12:23:31.167 INFO kablam! su: No module specific data is present Oct 15 12:23:31.500 INFO running `"docker" "rm" "-f" "cddd8b93958aba418dfd21162dde1e80536b957d27b0f660ed40164d69620f7c"` Oct 15 12:23:31.651 INFO blam! cddd8b93958aba418dfd21162dde1e80536b957d27b0f660ed40164d69620f7c Oct 15 12:23:31.658 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 12:23:31.945 INFO blam! 8ccf9e0a3f53c61ab9b7a4654aee51d948f7964576ab16a25a0e59fa4fb0393f Oct 15 12:23:31.951 INFO running `"docker" "start" "-a" "8ccf9e0a3f53c61ab9b7a4654aee51d948f7964576ab16a25a0e59fa4fb0393f"` Oct 15 12:23:33.051 INFO kablam! usermod: no changes Oct 15 12:23:33.131 INFO kablam! Compiling cache_cleaner v0.0.2 (/source) Oct 15 12:23:34.139 INFO kablam! warning: unused import: `wild` Oct 15 12:23:34.139 INFO kablam! --> src/utils.rs:11:5 Oct 15 12:23:34.139 INFO kablam! | Oct 15 12:23:34.139 INFO kablam! 11 | use wild; Oct 15 12:23:34.139 INFO kablam! | ^^^^ Oct 15 12:23:34.139 INFO kablam! | Oct 15 12:23:34.139 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 12:23:34.139 INFO kablam! Oct 15 12:23:34.139 INFO kablam! warning: unused import: `std::fs` Oct 15 12:23:34.139 INFO kablam! --> src/users.rs:13:5 Oct 15 12:23:34.139 INFO kablam! | Oct 15 12:23:34.139 INFO kablam! 13 | use std::fs; Oct 15 12:23:34.139 INFO kablam! | ^^^^^^^ Oct 15 12:23:34.139 INFO kablam! Oct 15 12:23:34.347 INFO kablam! warning: unused variable: `mode` Oct 15 12:23:34.347 INFO kablam! --> src/utils.rs:16:13 Oct 15 12:23:34.347 INFO kablam! | Oct 15 12:23:34.347 INFO kablam! 16 | pub fn find(mode: u8, path: String) -> String{ Oct 15 12:23:34.347 INFO kablam! | ^^^^ help: consider using `_mode` instead Oct 15 12:23:34.347 INFO kablam! | Oct 15 12:23:34.347 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 12:23:34.347 INFO kablam! Oct 15 12:23:34.347 INFO kablam! warning: unused variable: `tmp` Oct 15 12:23:34.347 INFO kablam! --> src/crawler_parser.rs:57:21 Oct 15 12:23:34.347 INFO kablam! | Oct 15 12:23:34.347 INFO kablam! 57 | let mut tmp = get_data(elements[i].to_string()); Oct 15 12:23:34.347 INFO kablam! | ^^^ help: consider using `_tmp` instead Oct 15 12:23:34.347 INFO kablam! Oct 15 12:23:34.347 INFO kablam! warning: unused variable: `element_vec` Oct 15 12:23:34.347 INFO kablam! --> src/crawl.rs:46:13 Oct 15 12:23:34.347 INFO kablam! | Oct 15 12:23:34.347 INFO kablam! 46 | let element_vec = crawler_parser::crawler_interater(crawler_files, mode, delete_file); Oct 15 12:23:34.347 INFO kablam! | ^^^^^^^^^^^ help: consider using `_element_vec` instead Oct 15 12:23:34.347 INFO kablam! Oct 15 12:23:34.407 INFO kablam! warning: function is never used: `find` Oct 15 12:23:34.407 INFO kablam! --> src/utils.rs:16:1 Oct 15 12:23:34.407 INFO kablam! | Oct 15 12:23:34.407 INFO kablam! 16 | pub fn find(mode: u8, path: String) -> String{ Oct 15 12:23:34.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:23:34.407 INFO kablam! | Oct 15 12:23:34.407 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 12:23:34.407 INFO kablam! Oct 15 12:23:34.879 INFO kablam! Finished dev [optimized + debuginfo] target(s) in 1.81s Oct 15 12:23:34.895 INFO kablam! su: No module specific data is present Oct 15 12:23:35.565 INFO running `"docker" "rm" "-f" "8ccf9e0a3f53c61ab9b7a4654aee51d948f7964576ab16a25a0e59fa4fb0393f"` Oct 15 12:23:35.768 INFO blam! 8ccf9e0a3f53c61ab9b7a4654aee51d948f7964576ab16a25a0e59fa4fb0393f Oct 15 12:23:35.769 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 12:23:36.164 INFO blam! 7e465a65be5d497fc9e36cc8288b8ac51597e49c501d1aa5a29a7fccf1635fb7 Oct 15 12:23:36.166 INFO running `"docker" "start" "-a" "7e465a65be5d497fc9e36cc8288b8ac51597e49c501d1aa5a29a7fccf1635fb7"` Oct 15 12:23:37.955 INFO kablam! usermod: no changes Oct 15 12:23:38.107 INFO kablam! Finished dev [optimized + debuginfo] target(s) in 0.11s Oct 15 12:23:38.115 INFO kablam! Running /target/debug/deps/cache_cleaner-7384986288e88b69 Oct 15 12:23:38.115 INFO blam! Oct 15 12:23:38.115 INFO blam! running 0 tests Oct 15 12:23:38.115 INFO blam! Oct 15 12:23:38.115 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 12:23:38.115 INFO blam! Oct 15 12:23:38.123 INFO kablam! su: No module specific data is present Oct 15 12:23:38.975 INFO running `"docker" "rm" "-f" "7e465a65be5d497fc9e36cc8288b8ac51597e49c501d1aa5a29a7fccf1635fb7"` Oct 15 12:23:39.236 INFO blam! 7e465a65be5d497fc9e36cc8288b8ac51597e49c501d1aa5a29a7fccf1635fb7