Oct 21 17:26:22.366 INFO checking henryroyal/cli-binary-search against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 17:26:22.366 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 17:26:22.700 INFO blam! ed348a93bedcc7afbbe820318c8d0c5c1d3c941630281964fc802ec36a50b409 Oct 21 17:26:22.701 INFO running `"docker" "start" "-a" "ed348a93bedcc7afbbe820318c8d0c5c1d3c941630281964fc802ec36a50b409"` Oct 21 17:26:23.400 INFO kablam! usermod: no changes Oct 21 17:26:23.442 INFO kablam! Checking binary_search v0.1.0 (/source) Oct 21 17:26:23.784 INFO kablam! warning: unused variable: `len_one` Oct 21 17:26:23.784 INFO kablam! --> src/main.rs:27:9 Oct 21 17:26:23.784 INFO kablam! | Oct 21 17:26:23.784 INFO kablam! 27 | let len_one = one.remove(0); Oct 21 17:26:23.784 INFO kablam! | ^^^^^^^ help: consider using `_len_one` instead Oct 21 17:26:23.784 INFO kablam! | Oct 21 17:26:23.784 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 17:26:23.784 INFO kablam! Oct 21 17:26:23.784 INFO kablam! warning: unused variable: `len_two` Oct 21 17:26:23.784 INFO kablam! --> src/main.rs:28:9 Oct 21 17:26:23.784 INFO kablam! | Oct 21 17:26:23.785 INFO kablam! 28 | let len_two = two.remove(0); Oct 21 17:26:23.785 INFO kablam! | ^^^^^^^ help: consider using `_len_two` instead Oct 21 17:26:23.785 INFO kablam! Oct 21 17:26:23.790 INFO kablam! warning: variable `DEBUG` should have a snake case name such as `debug` Oct 21 17:26:23.790 INFO kablam! --> src/main.rs:25:9 Oct 21 17:26:23.791 INFO kablam! | Oct 21 17:26:23.791 INFO kablam! 25 | let DEBUG: bool = false; Oct 21 17:26:23.791 INFO kablam! | ^^^^^ Oct 21 17:26:23.792 INFO kablam! | Oct 21 17:26:23.792 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 17:26:23.792 INFO kablam! Oct 21 17:26:23.793 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 17:26:23.793 INFO kablam! --> src/main.rs:88:5 Oct 21 17:26:23.793 INFO kablam! | Oct 21 17:26:23.794 INFO kablam! 88 | stdin.read_line(&mut buffer); Oct 21 17:26:23.794 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:26:23.794 INFO kablam! | Oct 21 17:26:23.795 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 17:26:23.795 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 17:26:23.795 INFO kablam! Oct 21 17:26:23.836 INFO kablam! warning: unused variable: `len_one` Oct 21 17:26:23.836 INFO kablam! --> src/main.rs:27:9 Oct 21 17:26:23.836 INFO kablam! | Oct 21 17:26:23.836 INFO kablam! 27 | let len_one = one.remove(0); Oct 21 17:26:23.836 INFO kablam! | ^^^^^^^ help: consider using `_len_one` instead Oct 21 17:26:23.836 INFO kablam! | Oct 21 17:26:23.836 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 17:26:23.836 INFO kablam! Oct 21 17:26:23.836 INFO kablam! warning: unused variable: `len_two` Oct 21 17:26:23.836 INFO kablam! --> src/main.rs:28:9 Oct 21 17:26:23.836 INFO kablam! | Oct 21 17:26:23.836 INFO kablam! 28 | let len_two = two.remove(0); Oct 21 17:26:23.836 INFO kablam! | ^^^^^^^ help: consider using `_len_two` instead Oct 21 17:26:23.836 INFO kablam! Oct 21 17:26:23.844 INFO kablam! warning: variable `DEBUG` should have a snake case name such as `debug` Oct 21 17:26:23.845 INFO kablam! --> src/main.rs:25:9 Oct 21 17:26:23.845 INFO kablam! | Oct 21 17:26:23.846 INFO kablam! 25 | let DEBUG: bool = false; Oct 21 17:26:23.846 INFO kablam! | ^^^^^ Oct 21 17:26:23.846 INFO kablam! | Oct 21 17:26:23.846 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 17:26:23.846 INFO kablam! Oct 21 17:26:23.846 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 17:26:23.847 INFO kablam! --> src/main.rs:88:5 Oct 21 17:26:23.847 INFO kablam! | Oct 21 17:26:23.847 INFO kablam! 88 | stdin.read_line(&mut buffer); Oct 21 17:26:23.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:26:23.847 INFO kablam! | Oct 21 17:26:23.847 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 17:26:23.848 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 17:26:23.848 INFO kablam! Oct 21 17:26:23.864 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.45s Oct 21 17:26:23.866 INFO kablam! su: No module specific data is present Oct 21 17:26:24.142 INFO running `"docker" "rm" "-f" "ed348a93bedcc7afbbe820318c8d0c5c1d3c941630281964fc802ec36a50b409"` Oct 21 17:26:24.259 INFO blam! ed348a93bedcc7afbbe820318c8d0c5c1d3c941630281964fc802ec36a50b409