Oct 27 12:11:58.456 INFO checking Debonair2/extensionFinder against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 12:11:58.456 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/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 27 12:11:58.871 INFO blam! d3b09c6f066ea8fc9220e7cb042215a12ddac1e2d3ac2cec46687651b0cef58b Oct 27 12:11:58.879 INFO running `"docker" "start" "-a" "d3b09c6f066ea8fc9220e7cb042215a12ddac1e2d3ac2cec46687651b0cef58b"` Oct 27 12:12:00.179 INFO kablam! usermod: no changes Oct 27 12:12:00.211 INFO kablam! Checking extFinder v0.1.0 (/source) Oct 27 12:12:00.972 INFO kablam! warning: unused variable: `e` Oct 27 12:12:00.972 INFO kablam! --> src/lib.rs:45:16 Oct 27 12:12:00.972 INFO kablam! | Oct 27 12:12:00.972 INFO kablam! 45 | if let Err(e) = fs::read_dir(path){ Oct 27 12:12:00.972 INFO kablam! | ^ help: consider using `_e` instead Oct 27 12:12:00.973 INFO kablam! | Oct 27 12:12:00.974 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 12:12:00.978 INFO kablam! Oct 27 12:12:00.981 INFO kablam! warning: unused variable: `e` Oct 27 12:12:00.981 INFO kablam! --> src/lib.rs:45:16 Oct 27 12:12:00.981 INFO kablam! | Oct 27 12:12:00.981 INFO kablam! 45 | if let Err(e) = fs::read_dir(path){ Oct 27 12:12:00.981 INFO kablam! | ^ help: consider using `_e` instead Oct 27 12:12:00.982 INFO kablam! | Oct 27 12:12:00.982 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 12:12:00.982 INFO kablam! Oct 27 12:12:00.998 INFO kablam! warning: crate `extFinder` should have a snake case name such as `ext_finder` Oct 27 12:12:00.999 INFO kablam! | Oct 27 12:12:00.999 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 12:12:00.999 INFO kablam! Oct 27 12:12:01.002 INFO kablam! warning: variable `currPath` should have a snake case name such as `curr_path` Oct 27 12:12:01.003 INFO kablam! --> src/lib.rs:54:13 Oct 27 12:12:01.003 INFO kablam! | Oct 27 12:12:01.003 INFO kablam! 54 | let currPath = path.unwrap().path(); Oct 27 12:12:01.003 INFO kablam! | ^^^^^^^^ Oct 27 12:12:01.003 INFO kablam! Oct 27 12:12:01.003 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:12:01.003 INFO kablam! --> src/lib.rs:56:13 Oct 27 12:12:01.003 INFO kablam! | Oct 27 12:12:01.003 INFO kablam! 56 | process_directory (config, fs::read_dir(currPath.as_path())?); Oct 27 12:12:01.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:12:01.003 INFO kablam! | Oct 27 12:12:01.003 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 12:12:01.003 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:12:01.003 INFO kablam! Oct 27 12:12:01.003 INFO kablam! warning: crate `extFinder` should have a snake case name such as `ext_finder` Oct 27 12:12:01.007 INFO kablam! | Oct 27 12:12:01.007 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 12:12:01.007 INFO kablam! Oct 27 12:12:01.014 INFO kablam! warning: variable `currPath` should have a snake case name such as `curr_path` Oct 27 12:12:01.015 INFO kablam! --> src/lib.rs:54:13 Oct 27 12:12:01.015 INFO kablam! | Oct 27 12:12:01.015 INFO kablam! 54 | let currPath = path.unwrap().path(); Oct 27 12:12:01.015 INFO kablam! | ^^^^^^^^ Oct 27 12:12:01.015 INFO kablam! Oct 27 12:12:01.015 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:12:01.015 INFO kablam! --> src/lib.rs:56:13 Oct 27 12:12:01.015 INFO kablam! | Oct 27 12:12:01.015 INFO kablam! 56 | process_directory (config, fs::read_dir(currPath.as_path())?); Oct 27 12:12:01.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:12:01.015 INFO kablam! | Oct 27 12:12:01.015 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 12:12:01.015 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:12:01.015 INFO kablam! Oct 27 12:12:02.147 INFO kablam! warning: crate `extFinder` should have a snake case name such as `ext_finder` Oct 27 12:12:02.147 INFO kablam! | Oct 27 12:12:02.147 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 12:12:02.147 INFO kablam! Oct 27 12:12:02.183 INFO kablam! warning: crate `extFinder` should have a snake case name such as `ext_finder` Oct 27 12:12:02.183 INFO kablam! | Oct 27 12:12:02.183 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 12:12:02.183 INFO kablam! Oct 27 12:12:02.207 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.03s Oct 27 12:12:02.207 INFO kablam! su: No module specific data is present Oct 27 12:12:03.107 INFO running `"docker" "rm" "-f" "d3b09c6f066ea8fc9220e7cb042215a12ddac1e2d3ac2cec46687651b0cef58b"` Oct 27 12:12:03.411 INFO blam! d3b09c6f066ea8fc9220e7cb042215a12ddac1e2d3ac2cec46687651b0cef58b