Oct 13 00:58:08.624 INFO checking asp2insp/AdventOfCode against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 00:58:08.626 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 00:58:09.125 INFO blam! a7f8a167183a2293a2c34c2fd9aaccb2b446edb3649a7f72bb64194466dcafbe Oct 13 00:58:09.133 INFO running `"docker" "start" "-a" "a7f8a167183a2293a2c34c2fd9aaccb2b446edb3649a7f72bb64194466dcafbe"` Oct 13 00:58:10.488 INFO kablam! usermod: no changes Oct 13 00:58:10.657 INFO kablam! Checking debug-builders v0.1.0 Oct 13 00:58:10.658 INFO kablam! Compiling debugtrace v0.1.0 Oct 13 00:58:10.668 INFO kablam! Checking owning_ref v0.2.2 Oct 13 00:58:10.672 INFO kablam! Checking either v0.1.7 Oct 13 00:58:10.680 INFO kablam! Checking permutohedron v0.2.2 Oct 13 00:58:10.680 INFO kablam! Compiling backtrace-sys v0.1.5 Oct 13 00:58:10.680 INFO kablam! Checking conv v0.3.3 Oct 13 00:58:10.680 INFO kablam! Checking itertools v0.5.6 Oct 13 00:58:12.869 INFO kablam! Checking parking_lot_core v0.2.0 Oct 13 00:58:16.604 INFO kablam! Checking parking_lot v0.3.6 Oct 13 00:58:17.635 INFO kablam! Checking backtrace v0.1.8 Oct 13 00:58:19.435 INFO kablam! Checking chomp v0.3.1 Oct 13 00:58:21.631 INFO kablam! Checking advent-of-code v0.1.0 (/source) Oct 13 00:58:24.329 INFO kablam! warning: unused `#[macro_use]` import Oct 13 00:58:24.330 INFO kablam! --> src/main.rs:2:1 Oct 13 00:58:24.331 INFO kablam! | Oct 13 00:58:24.331 INFO kablam! 2 | #[macro_use] Oct 13 00:58:24.332 INFO kablam! | ^^^^^^^^^^^^ Oct 13 00:58:24.333 INFO kablam! | Oct 13 00:58:24.333 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:58:24.334 INFO kablam! Oct 13 00:58:24.514 INFO kablam! warning: unused variable: `count` Oct 13 00:58:24.514 INFO kablam! --> src/day13/mod.rs:110:10 Oct 13 00:58:24.514 INFO kablam! | Oct 13 00:58:24.515 INFO kablam! 110 | let mut count = 0; Oct 13 00:58:24.515 INFO kablam! | ^^^^^ help: consider using `_count` instead Oct 13 00:58:24.515 INFO kablam! warning: unused `#[macro_use]` import Oct 13 00:58:24.515 INFO kablam! --> src/main.rs:2:1 Oct 13 00:58:24.515 INFO kablam! | Oct 13 00:58:24.515 INFO kablam! 2 | #[macro_use] Oct 13 00:58:24.515 INFO kablam! | ^^^^^^^^^^^^ Oct 13 00:58:24.515 INFO kablam! | Oct 13 00:58:24.515 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:58:24.517 INFO kablam! Oct 13 00:58:24.532 INFO kablam! | Oct 13 00:58:24.533 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 00:58:24.533 INFO kablam! Oct 13 00:58:24.533 INFO kablam! warning: unused variable: `input` Oct 13 00:58:24.533 INFO kablam! --> src/day13/mod.rs:124:14 Oct 13 00:58:24.533 INFO kablam! | Oct 13 00:58:24.533 INFO kablam! 124 | pub fn part2(input: String) -> String { Oct 13 00:58:24.533 INFO kablam! | ^^^^^ help: consider using `_input` instead Oct 13 00:58:24.533 INFO kablam! Oct 13 00:58:24.561 INFO kablam! warning: variable does not need to be mutable Oct 13 00:58:24.561 INFO kablam! --> src/day13/mod.rs:110:6 Oct 13 00:58:24.561 INFO kablam! | Oct 13 00:58:24.561 INFO kablam! 110 | let mut count = 0; Oct 13 00:58:24.561 INFO kablam! | ----^^^^^ Oct 13 00:58:24.561 INFO kablam! | | Oct 13 00:58:24.561 INFO kablam! | help: remove this `mut` Oct 13 00:58:24.561 INFO kablam! | Oct 13 00:58:24.562 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 00:58:24.562 INFO kablam! Oct 13 00:58:24.564 INFO kablam! warning: function is never used: `print_map` Oct 13 00:58:24.564 INFO kablam! --> src/day13/mod.rs:91:1 Oct 13 00:58:24.564 INFO kablam! | Oct 13 00:58:24.564 INFO kablam! 91 | fn print_map() { Oct 13 00:58:24.564 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 00:58:24.564 INFO kablam! | Oct 13 00:58:24.565 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 00:58:24.565 INFO kablam! Oct 13 00:58:24.661 INFO kablam! warning: unused variable: `count` Oct 13 00:58:24.662 INFO kablam! --> src/day13/mod.rs:110:10 Oct 13 00:58:24.662 INFO kablam! | Oct 13 00:58:24.663 INFO kablam! 110 | let mut count = 0; Oct 13 00:58:24.663 INFO kablam! | ^^^^^ help: consider using `_count` instead Oct 13 00:58:24.664 INFO kablam! | Oct 13 00:58:24.665 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 00:58:24.665 INFO kablam! Oct 13 00:58:24.666 INFO kablam! warning: unused variable: `input` Oct 13 00:58:24.667 INFO kablam! --> src/day13/mod.rs:124:14 Oct 13 00:58:24.667 INFO kablam! | Oct 13 00:58:24.668 INFO kablam! 124 | pub fn part2(input: String) -> String { Oct 13 00:58:24.669 INFO kablam! | ^^^^^ help: consider using `_input` instead Oct 13 00:58:24.669 INFO kablam! Oct 13 00:58:24.698 INFO kablam! warning: variable does not need to be mutable Oct 13 00:58:24.699 INFO kablam! --> src/day13/mod.rs:110:6 Oct 13 00:58:24.700 INFO kablam! | Oct 13 00:58:24.700 INFO kablam! 110 | let mut count = 0; Oct 13 00:58:24.701 INFO kablam! | ----^^^^^ Oct 13 00:58:24.701 INFO kablam! | | Oct 13 00:58:24.702 INFO kablam! | help: remove this `mut` Oct 13 00:58:24.702 INFO kablam! | Oct 13 00:58:24.703 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 00:58:24.704 INFO kablam! Oct 13 00:58:24.707 INFO kablam! warning: function is never used: `print_map` Oct 13 00:58:24.708 INFO kablam! --> src/day13/mod.rs:91:1 Oct 13 00:58:24.708 INFO kablam! | Oct 13 00:58:24.708 INFO kablam! 91 | fn print_map() { Oct 13 00:58:24.709 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 00:58:24.709 INFO kablam! | Oct 13 00:58:24.709 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 00:58:24.709 INFO kablam! Oct 13 00:58:24.765 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.25s Oct 13 00:58:24.772 INFO kablam! su: No module specific data is present Oct 13 00:58:25.774 INFO running `"docker" "rm" "-f" "a7f8a167183a2293a2c34c2fd9aaccb2b446edb3649a7f72bb64194466dcafbe"` Oct 13 00:58:26.140 INFO blam! a7f8a167183a2293a2c34c2fd9aaccb2b446edb3649a7f72bb64194466dcafbe