Oct 11 07:31:56.224 INFO testing BearzRobotics/cache_cleaner against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 07:31:56.224 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 07:31:56.225 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 11 07:31:56.688 INFO blam! 00d14b040da19aead232f0da7a029762583df0771831b8d036e8acc98eba3e3d Oct 11 07:31:56.692 INFO running `"docker" "start" "-a" "00d14b040da19aead232f0da7a029762583df0771831b8d036e8acc98eba3e3d"` Oct 11 07:31:57.257 INFO kablam! usermod: no changes Oct 11 07:31:57.352 INFO kablam! Compiling libc v0.2.34 Oct 11 07:31:57.357 INFO kablam! Compiling strsim v0.6.0 Oct 11 07:31:57.357 INFO kablam! Compiling ansi_term v0.10.2 Oct 11 07:31:57.357 INFO kablam! Compiling wild v0.1.1 Oct 11 07:31:57.357 INFO kablam! Compiling log v0.4.0 Oct 11 07:31:59.666 INFO kablam! Compiling log v0.3.9 Oct 11 07:32:00.683 INFO kablam! Compiling time v0.1.38 Oct 11 07:32:00.683 INFO kablam! Compiling atty v0.2.3 Oct 11 07:32:00.683 INFO kablam! Compiling crossterm v0.2.0 Oct 11 07:32:01.621 INFO kablam! Compiling clap v2.29.0 Oct 11 07:32:04.499 INFO kablam! Compiling simplelog v0.4.4 Oct 11 07:33:11.368 INFO kablam! Compiling cache_cleaner v0.0.2 (/source) Oct 11 07:33:13.185 INFO kablam! warning: unused import: `wild` Oct 11 07:33:13.185 INFO kablam! --> src/utils.rs:11:5 Oct 11 07:33:13.185 INFO kablam! | Oct 11 07:33:13.185 INFO kablam! 11 | use wild; Oct 11 07:33:13.185 INFO kablam! | ^^^^ Oct 11 07:33:13.185 INFO kablam! | Oct 11 07:33:13.185 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 07:33:13.185 INFO kablam! Oct 11 07:33:13.185 INFO kablam! warning: unused import: `std::fs` Oct 11 07:33:13.186 INFO kablam! --> src/users.rs:13:5 Oct 11 07:33:13.186 INFO kablam! | Oct 11 07:33:13.186 INFO kablam! 13 | use std::fs; Oct 11 07:33:13.186 INFO kablam! | ^^^^^^^ Oct 11 07:33:13.186 INFO kablam! Oct 11 07:33:13.421 INFO kablam! warning: unused variable: `mode` Oct 11 07:33:13.421 INFO kablam! --> src/utils.rs:16:13 Oct 11 07:33:13.421 INFO kablam! | Oct 11 07:33:13.421 INFO kablam! 16 | pub fn find(mode: u8, path: String) -> String{ Oct 11 07:33:13.422 INFO kablam! | ^^^^ help: consider using `_mode` instead Oct 11 07:33:13.422 INFO kablam! | Oct 11 07:33:13.422 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 07:33:13.422 INFO kablam! Oct 11 07:33:13.422 INFO kablam! warning: unused variable: `tmp` Oct 11 07:33:13.422 INFO kablam! --> src/crawler_parser.rs:57:21 Oct 11 07:33:13.422 INFO kablam! | Oct 11 07:33:13.422 INFO kablam! 57 | let mut tmp = get_data(elements[i].to_string()); Oct 11 07:33:13.422 INFO kablam! | ^^^ help: consider using `_tmp` instead Oct 11 07:33:13.422 INFO kablam! Oct 11 07:33:13.422 INFO kablam! warning: unused variable: `element_vec` Oct 11 07:33:13.422 INFO kablam! --> src/crawl.rs:46:13 Oct 11 07:33:13.422 INFO kablam! | Oct 11 07:33:13.422 INFO kablam! 46 | let element_vec = crawler_parser::crawler_interater(crawler_files, mode, delete_file); Oct 11 07:33:13.422 INFO kablam! | ^^^^^^^^^^^ help: consider using `_element_vec` instead Oct 11 07:33:13.422 INFO kablam! Oct 11 07:33:13.484 INFO kablam! warning: function is never used: `find` Oct 11 07:33:13.484 INFO kablam! --> src/utils.rs:16:1 Oct 11 07:33:13.484 INFO kablam! | Oct 11 07:33:13.484 INFO kablam! 16 | pub fn find(mode: u8, path: String) -> String{ Oct 11 07:33:13.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:33:13.484 INFO kablam! | Oct 11 07:33:13.484 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 07:33:13.484 INFO kablam! Oct 11 07:33:19.651 INFO kablam! Finished dev [optimized + debuginfo] target(s) in 1m 22s Oct 11 07:33:19.655 INFO kablam! su: No module specific data is present Oct 11 07:33:20.224 INFO running `"docker" "rm" "-f" "00d14b040da19aead232f0da7a029762583df0771831b8d036e8acc98eba3e3d"` Oct 11 07:33:20.551 INFO blam! 00d14b040da19aead232f0da7a029762583df0771831b8d036e8acc98eba3e3d Oct 11 07:33:20.556 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 07:33:20.556 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 11 07:33:20.928 INFO blam! 2c50b255a8019374b2064631c9432900ead5cf3cde3ce4fa801ed2502c5ccb3b Oct 11 07:33:20.934 INFO running `"docker" "start" "-a" "2c50b255a8019374b2064631c9432900ead5cf3cde3ce4fa801ed2502c5ccb3b"` Oct 11 07:33:22.442 INFO kablam! usermod: no changes Oct 11 07:33:22.516 INFO kablam! Compiling cache_cleaner v0.0.2 (/source) Oct 11 07:33:24.584 INFO kablam! warning: unused import: `wild` Oct 11 07:33:24.584 INFO kablam! --> src/utils.rs:11:5 Oct 11 07:33:24.584 INFO kablam! | Oct 11 07:33:24.584 INFO kablam! 11 | use wild; Oct 11 07:33:24.584 INFO kablam! | ^^^^ Oct 11 07:33:24.584 INFO kablam! | Oct 11 07:33:24.584 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 07:33:24.584 INFO kablam! Oct 11 07:33:24.584 INFO kablam! warning: unused import: `std::fs` Oct 11 07:33:24.584 INFO kablam! --> src/users.rs:13:5 Oct 11 07:33:24.584 INFO kablam! | Oct 11 07:33:24.584 INFO kablam! 13 | use std::fs; Oct 11 07:33:24.584 INFO kablam! | ^^^^^^^ Oct 11 07:33:24.584 INFO kablam! Oct 11 07:33:24.782 INFO kablam! warning: unused variable: `mode` Oct 11 07:33:24.782 INFO kablam! --> src/utils.rs:16:13 Oct 11 07:33:24.782 INFO kablam! | Oct 11 07:33:24.782 INFO kablam! 16 | pub fn find(mode: u8, path: String) -> String{ Oct 11 07:33:24.782 INFO kablam! | ^^^^ help: consider using `_mode` instead Oct 11 07:33:24.783 INFO kablam! | Oct 11 07:33:24.783 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 07:33:24.783 INFO kablam! Oct 11 07:33:24.783 INFO kablam! warning: unused variable: `tmp` Oct 11 07:33:24.783 INFO kablam! --> src/crawler_parser.rs:57:21 Oct 11 07:33:24.783 INFO kablam! | Oct 11 07:33:24.783 INFO kablam! 57 | let mut tmp = get_data(elements[i].to_string()); Oct 11 07:33:24.783 INFO kablam! | ^^^ help: consider using `_tmp` instead Oct 11 07:33:24.783 INFO kablam! Oct 11 07:33:24.783 INFO kablam! warning: unused variable: `element_vec` Oct 11 07:33:24.783 INFO kablam! --> src/crawl.rs:46:13 Oct 11 07:33:24.783 INFO kablam! | Oct 11 07:33:24.783 INFO kablam! 46 | let element_vec = crawler_parser::crawler_interater(crawler_files, mode, delete_file); Oct 11 07:33:24.783 INFO kablam! | ^^^^^^^^^^^ help: consider using `_element_vec` instead Oct 11 07:33:24.783 INFO kablam! Oct 11 07:33:24.861 INFO kablam! warning: function is never used: `find` Oct 11 07:33:24.861 INFO kablam! --> src/utils.rs:16:1 Oct 11 07:33:24.862 INFO kablam! | Oct 11 07:33:24.862 INFO kablam! 16 | pub fn find(mode: u8, path: String) -> String{ Oct 11 07:33:24.862 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:33:24.862 INFO kablam! | Oct 11 07:33:24.863 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 07:33:24.863 INFO kablam! Oct 11 07:33:25.492 INFO kablam! Finished dev [optimized + debuginfo] target(s) in 3.03s Oct 11 07:33:25.493 INFO kablam! su: No module specific data is present Oct 11 07:33:26.344 INFO running `"docker" "rm" "-f" "2c50b255a8019374b2064631c9432900ead5cf3cde3ce4fa801ed2502c5ccb3b"` Oct 11 07:33:26.748 INFO blam! 2c50b255a8019374b2064631c9432900ead5cf3cde3ce4fa801ed2502c5ccb3b Oct 11 07:33:26.751 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 07:33:26.754 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 11 07:33:27.156 INFO blam! bdc84959072e8ce557ed8f311347d223ec61d203602a016683ec37b5ba5cadcd Oct 11 07:33:27.161 INFO running `"docker" "start" "-a" "bdc84959072e8ce557ed8f311347d223ec61d203602a016683ec37b5ba5cadcd"` Oct 11 07:33:28.508 INFO kablam! usermod: no changes Oct 11 07:33:28.612 INFO kablam! Finished dev [optimized + debuginfo] target(s) in 0.08s Oct 11 07:33:28.628 INFO kablam! Running /target/debug/deps/cache_cleaner-b7daa6342f41658b Oct 11 07:33:28.629 INFO blam! Oct 11 07:33:28.629 INFO blam! running 0 tests Oct 11 07:33:28.629 INFO blam! Oct 11 07:33:28.630 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:33:28.630 INFO blam! Oct 11 07:33:28.631 INFO kablam! su: No module specific data is present Oct 11 07:33:29.359 INFO running `"docker" "rm" "-f" "bdc84959072e8ce557ed8f311347d223ec61d203602a016683ec37b5ba5cadcd"` Oct 11 07:33:29.756 INFO blam! bdc84959072e8ce557ed8f311347d223ec61d203602a016683ec37b5ba5cadcd