Oct 21 21:44:54.257 INFO checking Debonair2/extensionFinder against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 21:44:54.257 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 21:44:54.708 INFO blam! 0d72d26f74f9a9250028d17116ba3de1205c1c88308bed2364b3d9f7f3cc29ad Oct 21 21:44:54.720 INFO running `"docker" "start" "-a" "0d72d26f74f9a9250028d17116ba3de1205c1c88308bed2364b3d9f7f3cc29ad"` Oct 21 21:44:55.876 INFO kablam! usermod: no changes Oct 21 21:44:55.952 INFO kablam! Checking extFinder v0.1.0 (/source) Oct 21 21:44:56.564 INFO kablam! warning: unused variable: `e` Oct 21 21:44:56.564 INFO kablam! --> src/lib.rs:45:16 Oct 21 21:44:56.564 INFO kablam! | Oct 21 21:44:56.564 INFO kablam! 45 | if let Err(e) = fs::read_dir(path){ Oct 21 21:44:56.564 INFO kablam! | ^ help: consider using `_e` instead Oct 21 21:44:56.564 INFO kablam! | Oct 21 21:44:56.564 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 21:44:56.564 INFO kablam! Oct 21 21:44:56.588 INFO kablam! warning: crate `extFinder` should have a snake case name such as `ext_finder` Oct 21 21:44:56.588 INFO kablam! | Oct 21 21:44:56.588 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 21:44:56.588 INFO kablam! Oct 21 21:44:56.588 INFO kablam! warning: variable `currPath` should have a snake case name such as `curr_path` Oct 21 21:44:56.588 INFO kablam! --> src/lib.rs:54:13 Oct 21 21:44:56.588 INFO kablam! | Oct 21 21:44:56.588 INFO kablam! 54 | let currPath = path.unwrap().path(); Oct 21 21:44:56.588 INFO kablam! | ^^^^^^^^ Oct 21 21:44:56.588 INFO kablam! Oct 21 21:44:56.588 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:44:56.588 INFO kablam! --> src/lib.rs:56:13 Oct 21 21:44:56.588 INFO kablam! | Oct 21 21:44:56.588 INFO kablam! 56 | process_directory (config, fs::read_dir(currPath.as_path())?); Oct 21 21:44:56.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:44:56.588 INFO kablam! | Oct 21 21:44:56.588 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 21:44:56.589 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:44:56.589 INFO kablam! Oct 21 21:44:56.976 INFO kablam! warning: unused variable: `e` Oct 21 21:44:56.976 INFO kablam! --> src/lib.rs:45:16 Oct 21 21:44:56.976 INFO kablam! | Oct 21 21:44:56.976 INFO kablam! 45 | if let Err(e) = fs::read_dir(path){ Oct 21 21:44:56.976 INFO kablam! | ^ help: consider using `_e` instead Oct 21 21:44:56.976 INFO kablam! | Oct 21 21:44:56.976 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 21:44:56.976 INFO kablam! Oct 21 21:44:57.002 INFO kablam! warning: crate `extFinder` should have a snake case name such as `ext_finder` Oct 21 21:44:57.002 INFO kablam! | Oct 21 21:44:57.002 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 21:44:57.002 INFO kablam! Oct 21 21:44:57.007 INFO kablam! warning: variable `currPath` should have a snake case name such as `curr_path` Oct 21 21:44:57.007 INFO kablam! --> src/lib.rs:54:13 Oct 21 21:44:57.007 INFO kablam! | Oct 21 21:44:57.007 INFO kablam! 54 | let currPath = path.unwrap().path(); Oct 21 21:44:57.007 INFO kablam! | ^^^^^^^^ Oct 21 21:44:57.007 INFO kablam! Oct 21 21:44:57.007 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:44:57.007 INFO kablam! --> src/lib.rs:56:13 Oct 21 21:44:57.007 INFO kablam! | Oct 21 21:44:57.007 INFO kablam! 56 | process_directory (config, fs::read_dir(currPath.as_path())?); Oct 21 21:44:57.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:44:57.007 INFO kablam! | Oct 21 21:44:57.007 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 21:44:57.007 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:44:57.007 INFO kablam! Oct 21 21:44:57.620 INFO kablam! warning: crate `extFinder` should have a snake case name such as `ext_finder` Oct 21 21:44:57.621 INFO kablam! | Oct 21 21:44:57.621 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 21:44:57.621 INFO kablam! Oct 21 21:44:57.711 INFO kablam! warning: crate `extFinder` should have a snake case name such as `ext_finder` Oct 21 21:44:57.711 INFO kablam! | Oct 21 21:44:57.711 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 21:44:57.711 INFO kablam! Oct 21 21:44:57.760 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.84s Oct 21 21:44:57.760 INFO kablam! su: No module specific data is present Oct 21 21:44:58.434 INFO running `"docker" "rm" "-f" "0d72d26f74f9a9250028d17116ba3de1205c1c88308bed2364b3d9f7f3cc29ad"` Oct 21 21:44:58.724 INFO blam! 0d72d26f74f9a9250028d17116ba3de1205c1c88308bed2364b3d9f7f3cc29ad