Oct 21 19:37:40.922 INFO checking asp2insp/AdventOfCode against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 19:37:40.924 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 19:37:41.348 INFO blam! 522d53a9d2b8e1bc3d4e05751502c4d150d3ff7646dcbd34f2e0fc2de609feff Oct 21 19:37:41.356 INFO running `"docker" "start" "-a" "522d53a9d2b8e1bc3d4e05751502c4d150d3ff7646dcbd34f2e0fc2de609feff"` Oct 21 19:37:42.472 INFO kablam! usermod: no changes Oct 21 19:37:42.641 INFO kablam! Compiling debugtrace v0.1.0 Oct 21 19:37:42.641 INFO kablam! Checking custom_derive v0.1.7 Oct 21 19:37:42.642 INFO kablam! Checking serde v0.8.19 Oct 21 19:37:42.642 INFO kablam! Checking owning_ref v0.2.2 Oct 21 19:37:42.642 INFO kablam! Checking either v0.1.7 Oct 21 19:37:42.659 INFO kablam! Checking permutohedron v0.2.2 Oct 21 19:37:42.659 INFO kablam! Compiling backtrace-sys v0.1.5 Oct 21 19:37:42.659 INFO kablam! Checking parking_lot_core v0.2.0 Oct 21 19:37:43.182 INFO kablam! Checking conv v0.3.3 Oct 21 19:37:44.756 INFO kablam! Checking parking_lot v0.3.6 Oct 21 19:37:47.288 INFO kablam! Checking backtrace v0.1.8 Oct 21 19:37:50.128 INFO kablam! Checking chomp v0.3.1 Oct 21 19:37:51.445 INFO kablam! Checking serde_json v0.8.3 Oct 21 19:37:53.588 INFO kablam! Checking advent-of-code v0.1.0 (/source) Oct 21 19:37:55.892 INFO kablam! warning: unused `#[macro_use]` import Oct 21 19:37:55.892 INFO kablam! --> src/main.rs:2:1 Oct 21 19:37:55.892 INFO kablam! | Oct 21 19:37:55.892 INFO kablam! 2 | #[macro_use] Oct 21 19:37:55.892 INFO kablam! | ^^^^^^^^^^^^ Oct 21 19:37:55.892 INFO kablam! | Oct 21 19:37:55.892 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 19:37:55.892 INFO kablam! Oct 21 19:37:56.044 INFO kablam! warning: unused variable: `count` Oct 21 19:37:56.045 INFO kablam! --> src/day13/mod.rs:110:10 Oct 21 19:37:56.045 INFO kablam! | Oct 21 19:37:56.045 INFO kablam! 110 | let mut count = 0; Oct 21 19:37:56.045 INFO kablam! | ^^^^^ help: consider using `_count` instead Oct 21 19:37:56.045 INFO kablam! | Oct 21 19:37:56.046 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 19:37:56.046 INFO kablam! Oct 21 19:37:56.046 INFO kablam! warning: unused variable: `input` Oct 21 19:37:56.046 INFO kablam! --> src/day13/mod.rs:124:14 Oct 21 19:37:56.046 INFO kablam! | Oct 21 19:37:56.047 INFO kablam! 124 | pub fn part2(input: String) -> String { Oct 21 19:37:56.047 INFO kablam! | ^^^^^ help: consider using `_input` instead Oct 21 19:37:56.047 INFO kablam! Oct 21 19:37:56.084 INFO kablam! warning: variable does not need to be mutable Oct 21 19:37:56.085 INFO kablam! --> src/day13/mod.rs:110:6 Oct 21 19:37:56.088 INFO kablam! | Oct 21 19:37:56.089 INFO kablam! 110 | let mut count = 0; Oct 21 19:37:56.089 INFO kablam! | ----^^^^^ Oct 21 19:37:56.089 INFO kablam! | | Oct 21 19:37:56.089 INFO kablam! | help: remove this `mut` Oct 21 19:37:56.090 INFO kablam! | Oct 21 19:37:56.090 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 19:37:56.090 INFO kablam! Oct 21 19:37:56.091 INFO kablam! warning: function is never used: `print_map` Oct 21 19:37:56.091 INFO kablam! --> src/day13/mod.rs:91:1 Oct 21 19:37:56.091 INFO kablam! | Oct 21 19:37:56.092 INFO kablam! 91 | fn print_map() { Oct 21 19:37:56.092 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 19:37:56.092 INFO kablam! | Oct 21 19:37:56.092 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 19:37:56.093 INFO kablam! Oct 21 19:37:56.500 INFO kablam! warning: unused `#[macro_use]` import Oct 21 19:37:56.500 INFO kablam! --> src/main.rs:2:1 Oct 21 19:37:56.501 INFO kablam! | Oct 21 19:37:56.501 INFO kablam! 2 | #[macro_use] Oct 21 19:37:56.501 INFO kablam! | ^^^^^^^^^^^^ Oct 21 19:37:56.501 INFO kablam! | Oct 21 19:37:56.501 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 19:37:56.502 INFO kablam! Oct 21 19:37:56.612 INFO kablam! warning: unused variable: `count` Oct 21 19:37:56.613 INFO kablam! --> src/day13/mod.rs:110:10 Oct 21 19:37:56.613 INFO kablam! | Oct 21 19:37:56.613 INFO kablam! 110 | let mut count = 0; Oct 21 19:37:56.613 INFO kablam! | ^^^^^ help: consider using `_count` instead Oct 21 19:37:56.613 INFO kablam! | Oct 21 19:37:56.613 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 19:37:56.614 INFO kablam! Oct 21 19:37:56.614 INFO kablam! warning: unused variable: `input` Oct 21 19:37:56.614 INFO kablam! --> src/day13/mod.rs:124:14 Oct 21 19:37:56.614 INFO kablam! | Oct 21 19:37:56.614 INFO kablam! 124 | pub fn part2(input: String) -> String { Oct 21 19:37:56.614 INFO kablam! | ^^^^^ help: consider using `_input` instead Oct 21 19:37:56.615 INFO kablam! Oct 21 19:37:56.620 INFO kablam! warning: variable does not need to be mutable Oct 21 19:37:56.621 INFO kablam! --> src/day13/mod.rs:110:6 Oct 21 19:37:56.621 INFO kablam! | Oct 21 19:37:56.621 INFO kablam! 110 | let mut count = 0; Oct 21 19:37:56.621 INFO kablam! | ----^^^^^ Oct 21 19:37:56.621 INFO kablam! | | Oct 21 19:37:56.622 INFO kablam! | help: remove this `mut` Oct 21 19:37:56.622 INFO kablam! | Oct 21 19:37:56.622 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 19:37:56.622 INFO kablam! Oct 21 19:37:56.623 INFO kablam! warning: function is never used: `print_map` Oct 21 19:37:56.623 INFO kablam! --> src/day13/mod.rs:91:1 Oct 21 19:37:56.623 INFO kablam! | Oct 21 19:37:56.623 INFO kablam! 91 | fn print_map() { Oct 21 19:37:56.624 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 19:37:56.624 INFO kablam! | Oct 21 19:37:56.624 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 19:37:56.624 INFO kablam! Oct 21 19:37:56.718 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.22s Oct 21 19:37:56.728 INFO kablam! su: No module specific data is present Oct 21 19:37:57.582 INFO running `"docker" "rm" "-f" "522d53a9d2b8e1bc3d4e05751502c4d150d3ff7646dcbd34f2e0fc2de609feff"` Oct 21 19:37:57.908 INFO blam! 522d53a9d2b8e1bc3d4e05751502c4d150d3ff7646dcbd34f2e0fc2de609feff