Oct 27 12:11:57.985 INFO checking Debonair2/extensionFinder against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 12:11:57.987 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 12:11:58.392 INFO blam! c84d095b4a5938765c74fc2b447b1aa0f5ead7134d83af50fe590ea35df5e8ab Oct 27 12:11:58.394 INFO running `"docker" "start" "-a" "c84d095b4a5938765c74fc2b447b1aa0f5ead7134d83af50fe590ea35df5e8ab"` Oct 27 12:11:59.800 INFO kablam! usermod: no changes Oct 27 12:11:59.871 INFO kablam! Checking extFinder v0.1.0 (/source) Oct 27 12:12:00.695 INFO kablam! warning: unused variable: `e` Oct 27 12:12:00.695 INFO kablam! --> src/lib.rs:45:16 Oct 27 12:12:00.695 INFO kablam! | Oct 27 12:12:00.695 INFO kablam! 45 | if let Err(e) = fs::read_dir(path){ Oct 27 12:12:00.695 INFO kablam! | ^ help: consider using `_e` instead Oct 27 12:12:00.695 INFO kablam! | Oct 27 12:12:00.695 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 12:12:00.695 INFO kablam! Oct 27 12:12:00.723 INFO kablam! warning: crate `extFinder` should have a snake case name such as `ext_finder` Oct 27 12:12:00.723 INFO kablam! | Oct 27 12:12:00.723 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 12:12:00.723 INFO kablam! Oct 27 12:12:00.723 INFO kablam! warning: variable `currPath` should have a snake case name such as `curr_path` Oct 27 12:12:00.723 INFO kablam! --> src/lib.rs:54:13 Oct 27 12:12:00.723 INFO kablam! | Oct 27 12:12:00.723 INFO kablam! 54 | let currPath = path.unwrap().path(); Oct 27 12:12:00.723 INFO kablam! | ^^^^^^^^ Oct 27 12:12:00.723 INFO kablam! Oct 27 12:12:00.723 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:12:00.723 INFO kablam! --> src/lib.rs:56:13 Oct 27 12:12:00.723 INFO kablam! | Oct 27 12:12:00.723 INFO kablam! 56 | process_directory (config, fs::read_dir(currPath.as_path())?); Oct 27 12:12:00.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:12:00.723 INFO kablam! | Oct 27 12:12:00.723 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 12:12:00.723 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:12:00.723 INFO kablam! Oct 27 12:12:01.219 INFO kablam! warning: unused variable: `e` Oct 27 12:12:01.219 INFO kablam! --> src/lib.rs:45:16 Oct 27 12:12:01.219 INFO kablam! | Oct 27 12:12:01.219 INFO kablam! 45 | if let Err(e) = fs::read_dir(path){ Oct 27 12:12:01.219 INFO kablam! | ^ help: consider using `_e` instead Oct 27 12:12:01.219 INFO kablam! | Oct 27 12:12:01.219 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 12:12:01.219 INFO kablam! Oct 27 12:12:01.231 INFO kablam! warning: crate `extFinder` should have a snake case name such as `ext_finder` Oct 27 12:12:01.231 INFO kablam! | Oct 27 12:12:01.231 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 12:12:01.231 INFO kablam! Oct 27 12:12:01.231 INFO kablam! warning: variable `currPath` should have a snake case name such as `curr_path` Oct 27 12:12:01.231 INFO kablam! --> src/lib.rs:54:13 Oct 27 12:12:01.231 INFO kablam! | Oct 27 12:12:01.231 INFO kablam! 54 | let currPath = path.unwrap().path(); Oct 27 12:12:01.231 INFO kablam! | ^^^^^^^^ Oct 27 12:12:01.231 INFO kablam! Oct 27 12:12:01.231 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:12:01.231 INFO kablam! --> src/lib.rs:56:13 Oct 27 12:12:01.231 INFO kablam! | Oct 27 12:12:01.231 INFO kablam! 56 | process_directory (config, fs::read_dir(currPath.as_path())?); Oct 27 12:12:01.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:12:01.231 INFO kablam! | Oct 27 12:12:01.231 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 12:12:01.231 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:12:01.231 INFO kablam! Oct 27 12:12:01.635 INFO kablam! warning: crate `extFinder` should have a snake case name such as `ext_finder` Oct 27 12:12:01.635 INFO kablam! | Oct 27 12:12:01.635 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 12:12:01.635 INFO kablam! Oct 27 12:12:01.947 INFO kablam! warning: crate `extFinder` should have a snake case name such as `ext_finder` Oct 27 12:12:01.947 INFO kablam! | Oct 27 12:12:01.947 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 12:12:01.947 INFO kablam! Oct 27 12:12:01.999 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.17s Oct 27 12:12:01.999 INFO kablam! su: No module specific data is present Oct 27 12:12:02.888 INFO running `"docker" "rm" "-f" "c84d095b4a5938765c74fc2b447b1aa0f5ead7134d83af50fe590ea35df5e8ab"` Oct 27 12:12:03.219 INFO blam! c84d095b4a5938765c74fc2b447b1aa0f5ead7134d83af50fe590ea35df5e8ab