Oct 15 12:21:39.992 INFO testing BearzRobotics/cache_cleaner against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 12:21:39.993 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 12:21:40.520 INFO blam! 8014d324d12bfc12c00da15a1467b61a048a3c578e5f53d25a009092c2019ba7 Oct 15 12:21:40.522 INFO running `"docker" "start" "-a" "8014d324d12bfc12c00da15a1467b61a048a3c578e5f53d25a009092c2019ba7"` Oct 15 12:21:42.287 INFO kablam! usermod: no changes Oct 15 12:21:42.471 INFO kablam! Compiling cfg-if v0.1.2 Oct 15 12:21:42.472 INFO kablam! Compiling libc v0.2.34 Oct 15 12:21:42.472 INFO kablam! Compiling term v0.4.6 Oct 15 12:21:42.472 INFO kablam! Compiling bitflags v1.0.1 Oct 15 12:21:42.475 INFO kablam! Compiling ansi_term v0.10.2 Oct 15 12:21:42.483 INFO kablam! Compiling wild v0.1.1 Oct 15 12:21:42.483 INFO kablam! Compiling textwrap v0.9.0 Oct 15 12:21:42.997 INFO kablam! Compiling log v0.4.0 Oct 15 12:21:47.688 INFO kablam! Compiling atty v0.2.3 Oct 15 12:21:47.688 INFO kablam! Compiling time v0.1.38 Oct 15 12:21:47.688 INFO kablam! Compiling crossterm v0.2.0 Oct 15 12:21:50.238 INFO kablam! Compiling log v0.3.9 Oct 15 12:21:50.827 INFO kablam! Compiling clap v2.29.0 Oct 15 12:21:59.369 INFO kablam! Compiling simplelog v0.4.4 Oct 15 12:23:25.240 INFO kablam! Compiling cache_cleaner v0.0.2 (/source) Oct 15 12:23:26.111 INFO kablam! warning: unused import: `wild` Oct 15 12:23:26.111 INFO kablam! --> src/utils.rs:11:5 Oct 15 12:23:26.111 INFO kablam! | Oct 15 12:23:26.111 INFO kablam! 11 | use wild; Oct 15 12:23:26.111 INFO kablam! | ^^^^ Oct 15 12:23:26.111 INFO kablam! | Oct 15 12:23:26.111 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 12:23:26.111 INFO kablam! Oct 15 12:23:26.115 INFO kablam! warning: unused import: `std::fs` Oct 15 12:23:26.115 INFO kablam! --> src/users.rs:13:5 Oct 15 12:23:26.115 INFO kablam! | Oct 15 12:23:26.115 INFO kablam! 13 | use std::fs; Oct 15 12:23:26.115 INFO kablam! | ^^^^^^^ Oct 15 12:23:26.115 INFO kablam! Oct 15 12:23:26.291 INFO kablam! warning: unused variable: `mode` Oct 15 12:23:26.291 INFO kablam! --> src/utils.rs:16:13 Oct 15 12:23:26.291 INFO kablam! | Oct 15 12:23:26.291 INFO kablam! 16 | pub fn find(mode: u8, path: String) -> String{ Oct 15 12:23:26.291 INFO kablam! | ^^^^ help: consider using `_mode` instead Oct 15 12:23:26.291 INFO kablam! | Oct 15 12:23:26.291 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 12:23:26.291 INFO kablam! Oct 15 12:23:26.293 INFO kablam! warning: unused variable: `tmp` Oct 15 12:23:26.293 INFO kablam! --> src/crawler_parser.rs:57:21 Oct 15 12:23:26.293 INFO kablam! | Oct 15 12:23:26.293 INFO kablam! 57 | let mut tmp = get_data(elements[i].to_string()); Oct 15 12:23:26.294 INFO kablam! | ^^^ help: consider using `_tmp` instead Oct 15 12:23:26.294 INFO kablam! Oct 15 12:23:26.294 INFO kablam! warning: unused variable: `element_vec` Oct 15 12:23:26.294 INFO kablam! --> src/crawl.rs:46:13 Oct 15 12:23:26.294 INFO kablam! | Oct 15 12:23:26.294 INFO kablam! 46 | let element_vec = crawler_parser::crawler_interater(crawler_files, mode, delete_file); Oct 15 12:23:26.294 INFO kablam! | ^^^^^^^^^^^ help: consider using `_element_vec` instead Oct 15 12:23:26.294 INFO kablam! Oct 15 12:23:26.349 INFO kablam! warning: function is never used: `find` Oct 15 12:23:26.350 INFO kablam! --> src/utils.rs:16:1 Oct 15 12:23:26.350 INFO kablam! | Oct 15 12:23:26.350 INFO kablam! 16 | pub fn find(mode: u8, path: String) -> String{ Oct 15 12:23:26.350 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:23:26.350 INFO kablam! | Oct 15 12:23:26.350 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 12:23:26.350 INFO kablam! Oct 15 12:23:29.896 INFO kablam! Finished dev [optimized + debuginfo] target(s) in 1m 47s Oct 15 12:23:29.907 INFO kablam! su: No module specific data is present Oct 15 12:23:30.591 INFO running `"docker" "rm" "-f" "8014d324d12bfc12c00da15a1467b61a048a3c578e5f53d25a009092c2019ba7"` Oct 15 12:23:30.815 INFO blam! 8014d324d12bfc12c00da15a1467b61a048a3c578e5f53d25a009092c2019ba7 Oct 15 12:23:30.819 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 12:23:31.211 INFO blam! 2ab0ca9a2bbcf4230877f0395d0ad8b02be1f28725124237a259bccc87f12274 Oct 15 12:23:31.211 INFO running `"docker" "start" "-a" "2ab0ca9a2bbcf4230877f0395d0ad8b02be1f28725124237a259bccc87f12274"` Oct 15 12:23:31.790 INFO kablam! usermod: no changes Oct 15 12:23:31.896 INFO kablam! Compiling cache_cleaner v0.0.2 (/source) Oct 15 12:23:33.013 INFO kablam! warning: unused import: `wild` Oct 15 12:23:33.013 INFO kablam! --> src/utils.rs:11:5 Oct 15 12:23:33.014 INFO kablam! | Oct 15 12:23:33.014 INFO kablam! 11 | use wild; Oct 15 12:23:33.014 INFO kablam! | ^^^^ Oct 15 12:23:33.014 INFO kablam! | Oct 15 12:23:33.014 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 12:23:33.014 INFO kablam! Oct 15 12:23:33.014 INFO kablam! warning: unused import: `std::fs` Oct 15 12:23:33.014 INFO kablam! --> src/users.rs:13:5 Oct 15 12:23:33.014 INFO kablam! | Oct 15 12:23:33.014 INFO kablam! 13 | use std::fs; Oct 15 12:23:33.014 INFO kablam! | ^^^^^^^ Oct 15 12:23:33.014 INFO kablam! Oct 15 12:23:33.239 INFO kablam! warning: unused variable: `mode` Oct 15 12:23:33.239 INFO kablam! --> src/utils.rs:16:13 Oct 15 12:23:33.239 INFO kablam! | Oct 15 12:23:33.239 INFO kablam! 16 | pub fn find(mode: u8, path: String) -> String{ Oct 15 12:23:33.239 INFO kablam! | ^^^^ help: consider using `_mode` instead Oct 15 12:23:33.239 INFO kablam! | Oct 15 12:23:33.239 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 12:23:33.239 INFO kablam! Oct 15 12:23:33.239 INFO kablam! warning: unused variable: `tmp` Oct 15 12:23:33.239 INFO kablam! --> src/crawler_parser.rs:57:21 Oct 15 12:23:33.239 INFO kablam! | Oct 15 12:23:33.239 INFO kablam! 57 | let mut tmp = get_data(elements[i].to_string()); Oct 15 12:23:33.239 INFO kablam! | ^^^ help: consider using `_tmp` instead Oct 15 12:23:33.239 INFO kablam! Oct 15 12:23:33.239 INFO kablam! warning: unused variable: `element_vec` Oct 15 12:23:33.239 INFO kablam! --> src/crawl.rs:46:13 Oct 15 12:23:33.239 INFO kablam! | Oct 15 12:23:33.239 INFO kablam! 46 | let element_vec = crawler_parser::crawler_interater(crawler_files, mode, delete_file); Oct 15 12:23:33.239 INFO kablam! | ^^^^^^^^^^^ help: consider using `_element_vec` instead Oct 15 12:23:33.239 INFO kablam! Oct 15 12:23:33.298 INFO kablam! warning: function is never used: `find` Oct 15 12:23:33.298 INFO kablam! --> src/utils.rs:16:1 Oct 15 12:23:33.298 INFO kablam! | Oct 15 12:23:33.298 INFO kablam! 16 | pub fn find(mode: u8, path: String) -> String{ Oct 15 12:23:33.298 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:23:33.298 INFO kablam! | Oct 15 12:23:33.298 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 12:23:33.298 INFO kablam! Oct 15 12:23:33.850 INFO kablam! Finished dev [optimized + debuginfo] target(s) in 2.02s Oct 15 12:23:33.850 INFO kablam! su: No module specific data is present Oct 15 12:23:34.557 INFO running `"docker" "rm" "-f" "2ab0ca9a2bbcf4230877f0395d0ad8b02be1f28725124237a259bccc87f12274"` Oct 15 12:23:34.926 INFO blam! 2ab0ca9a2bbcf4230877f0395d0ad8b02be1f28725124237a259bccc87f12274 Oct 15 12:23:34.935 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 12:23:35.482 INFO blam! 67434a2437911014722fa2db7935f88ae1decfa7c7b4ab52178ad718120bd941 Oct 15 12:23:35.485 INFO running `"docker" "start" "-a" "67434a2437911014722fa2db7935f88ae1decfa7c7b4ab52178ad718120bd941"` Oct 15 12:23:37.203 INFO kablam! usermod: no changes Oct 15 12:23:37.307 INFO kablam! Finished dev [optimized + debuginfo] target(s) in 0.08s Oct 15 12:23:37.319 INFO kablam! Running /target/debug/deps/cache_cleaner-b7daa6342f41658b Oct 15 12:23:37.326 INFO blam! Oct 15 12:23:37.326 INFO blam! running 0 tests Oct 15 12:23:37.326 INFO blam! Oct 15 12:23:37.326 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 12:23:37.326 INFO blam! Oct 15 12:23:37.328 INFO kablam! su: No module specific data is present Oct 15 12:23:38.583 INFO running `"docker" "rm" "-f" "67434a2437911014722fa2db7935f88ae1decfa7c7b4ab52178ad718120bd941"` Oct 15 12:23:38.815 INFO blam! 67434a2437911014722fa2db7935f88ae1decfa7c7b4ab52178ad718120bd941