Oct 27 08:05:58.122 INFO checking asp2insp/AdventOfCode against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 08:05:58.122 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 08:05:58.674 INFO blam! 833cabd715e3d9c827d6c9b814b98eb530c71f152f5c26d9cc46bd2dd128c897 Oct 27 08:05:58.677 INFO running `"docker" "start" "-a" "833cabd715e3d9c827d6c9b814b98eb530c71f152f5c26d9cc46bd2dd128c897"` Oct 27 08:06:00.026 INFO kablam! usermod: no changes Oct 27 08:06:00.231 INFO kablam! Checking debug-builders v0.1.0 Oct 27 08:06:00.231 INFO kablam! Compiling debugtrace v0.1.0 Oct 27 08:06:00.231 INFO kablam! Checking custom_derive v0.1.7 Oct 27 08:06:00.235 INFO kablam! Checking serde v0.8.19 Oct 27 08:06:00.239 INFO kablam! Checking owning_ref v0.2.2 Oct 27 08:06:00.239 INFO kablam! Checking either v0.1.7 Oct 27 08:06:00.239 INFO kablam! Checking permutohedron v0.2.2 Oct 27 08:06:00.239 INFO kablam! Checking itertools v0.5.6 Oct 27 08:06:02.536 INFO kablam! Checking parking_lot_core v0.2.0 Oct 27 08:06:02.695 INFO kablam! Checking conv v0.3.3 Oct 27 08:06:02.999 INFO kablam! Checking backtrace v0.1.8 Oct 27 08:06:07.368 INFO kablam! Checking parking_lot v0.3.6 Oct 27 08:06:10.307 INFO kablam! Checking chomp v0.3.1 Oct 27 08:06:14.695 INFO kablam! Checking serde_json v0.8.3 Oct 27 08:06:16.284 INFO kablam! Checking advent-of-code v0.1.0 (/source) Oct 27 08:06:19.049 INFO kablam! warning: unused `#[macro_use]` import Oct 27 08:06:19.050 INFO kablam! --> src/main.rs:2:1 Oct 27 08:06:19.050 INFO kablam! | Oct 27 08:06:19.050 INFO kablam! 2 | #[macro_use] Oct 27 08:06:19.050 INFO kablam! | ^^^^^^^^^^^^ Oct 27 08:06:19.050 INFO kablam! | Oct 27 08:06:19.050 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 08:06:19.050 INFO kablam! Oct 27 08:06:19.134 INFO kablam! warning: unused variable: `count` Oct 27 08:06:19.134 INFO kablam! --> src/day13/mod.rs:110:10 Oct 27 08:06:19.134 INFO kablam! | Oct 27 08:06:19.134 INFO kablam! 110 | let mut count = 0; Oct 27 08:06:19.134 INFO kablam! | ^^^^^ help: consider using `_count` instead Oct 27 08:06:19.134 INFO kablam! | Oct 27 08:06:19.134 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 08:06:19.135 INFO kablam! Oct 27 08:06:19.136 INFO kablam! warning: unused variable: `input` Oct 27 08:06:19.136 INFO kablam! --> src/day13/mod.rs:124:14 Oct 27 08:06:19.136 INFO kablam! | Oct 27 08:06:19.136 INFO kablam! 124 | pub fn part2(input: String) -> String { Oct 27 08:06:19.136 INFO kablam! | ^^^^^ help: consider using `_input` instead Oct 27 08:06:19.136 INFO kablam! Oct 27 08:06:19.156 INFO kablam! warning: unused `#[macro_use]` import Oct 27 08:06:19.156 INFO kablam! --> src/main.rs:2:1 Oct 27 08:06:19.156 INFO kablam! | Oct 27 08:06:19.156 INFO kablam! 2 | #[macro_use] Oct 27 08:06:19.157 INFO kablam! | ^^^^^^^^^^^^ Oct 27 08:06:19.157 INFO kablam! | Oct 27 08:06:19.157 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 08:06:19.157 INFO kablam! Oct 27 08:06:19.157 INFO kablam! warning: variable does not need to be mutable Oct 27 08:06:19.157 INFO kablam! --> src/day13/mod.rs:110:6 Oct 27 08:06:19.157 INFO kablam! | Oct 27 08:06:19.157 INFO kablam! 110 | let mut count = 0; Oct 27 08:06:19.157 INFO kablam! | ----^^^^^ Oct 27 08:06:19.157 INFO kablam! | | Oct 27 08:06:19.157 INFO kablam! | help: remove this `mut` Oct 27 08:06:19.157 INFO kablam! | Oct 27 08:06:19.157 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 08:06:19.157 INFO kablam! Oct 27 08:06:19.160 INFO kablam! warning: function is never used: `print_map` Oct 27 08:06:19.160 INFO kablam! --> src/day13/mod.rs:91:1 Oct 27 08:06:19.160 INFO kablam! | Oct 27 08:06:19.160 INFO kablam! 91 | fn print_map() { Oct 27 08:06:19.160 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 08:06:19.160 INFO kablam! | Oct 27 08:06:19.160 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 08:06:19.160 INFO kablam! Oct 27 08:06:19.291 INFO kablam! warning: unused variable: `count` Oct 27 08:06:19.291 INFO kablam! --> src/day13/mod.rs:110:10 Oct 27 08:06:19.291 INFO kablam! | Oct 27 08:06:19.291 INFO kablam! 110 | let mut count = 0; Oct 27 08:06:19.292 INFO kablam! | ^^^^^ help: consider using `_count` instead Oct 27 08:06:19.292 INFO kablam! | Oct 27 08:06:19.292 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 08:06:19.292 INFO kablam! Oct 27 08:06:19.292 INFO kablam! warning: unused variable: `input` Oct 27 08:06:19.292 INFO kablam! --> src/day13/mod.rs:124:14 Oct 27 08:06:19.292 INFO kablam! | Oct 27 08:06:19.292 INFO kablam! 124 | pub fn part2(input: String) -> String { Oct 27 08:06:19.292 INFO kablam! | ^^^^^ help: consider using `_input` instead Oct 27 08:06:19.292 INFO kablam! Oct 27 08:06:19.304 INFO kablam! warning: variable does not need to be mutable Oct 27 08:06:19.304 INFO kablam! --> src/day13/mod.rs:110:6 Oct 27 08:06:19.304 INFO kablam! | Oct 27 08:06:19.304 INFO kablam! 110 | let mut count = 0; Oct 27 08:06:19.304 INFO kablam! | ----^^^^^ Oct 27 08:06:19.304 INFO kablam! | | Oct 27 08:06:19.306 INFO kablam! | help: remove this `mut` Oct 27 08:06:19.306 INFO kablam! | Oct 27 08:06:19.306 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 08:06:19.306 INFO kablam! Oct 27 08:06:19.307 INFO kablam! warning: function is never used: `print_map` Oct 27 08:06:19.307 INFO kablam! --> src/day13/mod.rs:91:1 Oct 27 08:06:19.307 INFO kablam! | Oct 27 08:06:19.307 INFO kablam! 91 | fn print_map() { Oct 27 08:06:19.307 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 08:06:19.307 INFO kablam! | Oct 27 08:06:19.307 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 08:06:19.307 INFO kablam! Oct 27 08:06:19.411 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.36s Oct 27 08:06:19.427 INFO kablam! su: No module specific data is present Oct 27 08:06:20.399 INFO running `"docker" "rm" "-f" "833cabd715e3d9c827d6c9b814b98eb530c71f152f5c26d9cc46bd2dd128c897"` Oct 27 08:06:20.731 INFO blam! 833cabd715e3d9c827d6c9b814b98eb530c71f152f5c26d9cc46bd2dd128c897