Oct 13 05:04:16.451 INFO checking Debonair2/extensionFinder against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 05:04:16.453 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-alt check --frozen --all --all-targets" "-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 13 05:04:16.928 INFO blam! d8795fa42f0c56eee29bad45b8e0efca59f8d88a6ecde59efcdf92930f841523 Oct 13 05:04:16.936 INFO running `"docker" "start" "-a" "d8795fa42f0c56eee29bad45b8e0efca59f8d88a6ecde59efcdf92930f841523"` Oct 13 05:04:18.057 INFO kablam! usermod: no changes Oct 13 05:04:18.092 INFO kablam! Checking extFinder v0.1.0 (/source) Oct 13 05:04:18.761 INFO kablam! warning: unused variable: `e` Oct 13 05:04:18.761 INFO kablam! --> src/lib.rs:45:16 Oct 13 05:04:18.761 INFO kablam! | Oct 13 05:04:18.761 INFO kablam! 45 | if let Err(e) = fs::read_dir(path){ Oct 13 05:04:18.762 INFO kablam! | ^ help: consider using `_e` instead Oct 13 05:04:18.762 INFO kablam! | Oct 13 05:04:18.762 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:04:18.763 INFO kablam! Oct 13 05:04:18.784 INFO kablam! warning: crate `extFinder` should have a snake case name such as `ext_finder` Oct 13 05:04:18.785 INFO kablam! | Oct 13 05:04:18.785 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 05:04:18.785 INFO kablam! Oct 13 05:04:18.785 INFO kablam! warning: variable `currPath` should have a snake case name such as `curr_path` Oct 13 05:04:18.786 INFO kablam! --> src/lib.rs:54:13 Oct 13 05:04:18.786 INFO kablam! | Oct 13 05:04:18.786 INFO kablam! 54 | let currPath = path.unwrap().path(); Oct 13 05:04:18.787 INFO kablam! | ^^^^^^^^ Oct 13 05:04:18.787 INFO kablam! Oct 13 05:04:18.787 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 05:04:18.787 INFO kablam! --> src/lib.rs:56:13 Oct 13 05:04:18.787 INFO kablam! | Oct 13 05:04:18.788 INFO kablam! 56 | process_directory (config, fs::read_dir(currPath.as_path())?); Oct 13 05:04:18.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:04:18.788 INFO kablam! | Oct 13 05:04:18.788 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 05:04:18.789 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 05:04:18.789 INFO kablam! Oct 13 05:04:18.875 INFO kablam! warning: unused variable: `e` Oct 13 05:04:18.876 INFO kablam! --> src/lib.rs:45:16 Oct 13 05:04:18.876 INFO kablam! | Oct 13 05:04:18.876 INFO kablam! 45 | if let Err(e) = fs::read_dir(path){ Oct 13 05:04:18.876 INFO kablam! | ^ help: consider using `_e` instead Oct 13 05:04:18.877 INFO kablam! | Oct 13 05:04:18.877 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:04:18.877 INFO kablam! Oct 13 05:04:18.889 INFO kablam! warning: crate `extFinder` should have a snake case name such as `ext_finder` Oct 13 05:04:18.889 INFO kablam! | Oct 13 05:04:18.890 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 05:04:18.890 INFO kablam! Oct 13 05:04:18.890 INFO kablam! warning: variable `currPath` should have a snake case name such as `curr_path` Oct 13 05:04:18.890 INFO kablam! --> src/lib.rs:54:13 Oct 13 05:04:18.890 INFO kablam! | Oct 13 05:04:18.891 INFO kablam! 54 | let currPath = path.unwrap().path(); Oct 13 05:04:18.891 INFO kablam! | ^^^^^^^^ Oct 13 05:04:18.891 INFO kablam! Oct 13 05:04:18.892 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 05:04:18.892 INFO kablam! --> src/lib.rs:56:13 Oct 13 05:04:18.892 INFO kablam! | Oct 13 05:04:18.892 INFO kablam! 56 | process_directory (config, fs::read_dir(currPath.as_path())?); Oct 13 05:04:18.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:04:18.893 INFO kablam! | Oct 13 05:04:18.893 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 05:04:18.893 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 05:04:18.894 INFO kablam! Oct 13 05:04:19.621 INFO kablam! warning: crate `extFinder` should have a snake case name such as `ext_finder` Oct 13 05:04:19.621 INFO kablam! | Oct 13 05:04:19.621 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 05:04:19.622 INFO kablam! Oct 13 05:04:19.792 INFO kablam! warning: crate `extFinder` should have a snake case name such as `ext_finder` Oct 13 05:04:19.792 INFO kablam! | Oct 13 05:04:19.792 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 05:04:19.792 INFO kablam! Oct 13 05:04:19.816 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.74s Oct 13 05:04:19.856 INFO kablam! su: No module specific data is present Oct 13 05:04:20.502 INFO running `"docker" "rm" "-f" "d8795fa42f0c56eee29bad45b8e0efca59f8d88a6ecde59efcdf92930f841523"` Oct 13 05:04:20.780 INFO blam! d8795fa42f0c56eee29bad45b8e0efca59f8d88a6ecde59efcdf92930f841523