Oct 11 02:43:25.461 INFO testing asp2insp/AdventOfCode against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 02:43:25.461 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 02:43:25.461 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 02:43:25.828 INFO blam! cf65619ecc0bbd26a5d62876e6d4c1d224edd6315106fb66a6177a142e583fd7 Oct 11 02:43:25.830 INFO running `"docker" "start" "-a" "cf65619ecc0bbd26a5d62876e6d4c1d224edd6315106fb66a6177a142e583fd7"` Oct 11 02:43:27.234 INFO kablam! usermod: no changes Oct 11 02:43:27.401 INFO kablam! Compiling debug-builders v0.1.0 Oct 11 02:43:27.409 INFO kablam! Compiling debugtrace v0.1.0 Oct 11 02:43:27.409 INFO kablam! Compiling custom_derive v0.1.7 Oct 11 02:43:27.421 INFO kablam! Compiling either v0.1.7 Oct 11 02:43:27.421 INFO kablam! Compiling owning_ref v0.2.2 Oct 11 02:43:27.421 INFO kablam! Compiling permutohedron v0.2.2 Oct 11 02:43:27.422 INFO kablam! Compiling rust-crypto v0.2.36 Oct 11 02:43:27.422 INFO kablam! Compiling itertools v0.5.6 Oct 11 02:43:28.428 INFO kablam! Compiling parking_lot_core v0.2.0 Oct 11 02:43:29.468 INFO kablam! Compiling conv v0.3.3 Oct 11 02:43:29.544 INFO kablam! Compiling backtrace v0.1.8 Oct 11 02:43:31.432 INFO kablam! Compiling parking_lot v0.3.6 Oct 11 02:43:32.892 INFO kablam! Compiling chomp v0.3.1 Oct 11 02:43:42.247 INFO kablam! Compiling advent-of-code v0.1.0 (/source) Oct 11 02:43:43.150 INFO kablam! warning: unused `#[macro_use]` import Oct 11 02:43:43.150 INFO kablam! --> src/main.rs:2:1 Oct 11 02:43:43.150 INFO kablam! | Oct 11 02:43:43.150 INFO kablam! 2 | #[macro_use] Oct 11 02:43:43.150 INFO kablam! | ^^^^^^^^^^^^ Oct 11 02:43:43.150 INFO kablam! | Oct 11 02:43:43.150 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 02:43:43.150 INFO kablam! Oct 11 02:43:43.288 INFO kablam! warning: unused variable: `count` Oct 11 02:43:43.288 INFO kablam! --> src/day13/mod.rs:110:10 Oct 11 02:43:43.288 INFO kablam! | Oct 11 02:43:43.288 INFO kablam! 110 | let mut count = 0; Oct 11 02:43:43.288 INFO kablam! | ^^^^^ help: consider using `_count` instead Oct 11 02:43:43.292 INFO kablam! | Oct 11 02:43:43.292 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 02:43:43.292 INFO kablam! Oct 11 02:43:43.292 INFO kablam! warning: unused variable: `input` Oct 11 02:43:43.292 INFO kablam! --> src/day13/mod.rs:124:14 Oct 11 02:43:43.292 INFO kablam! | Oct 11 02:43:43.292 INFO kablam! 124 | pub fn part2(input: String) -> String { Oct 11 02:43:43.292 INFO kablam! | ^^^^^ help: consider using `_input` instead Oct 11 02:43:43.292 INFO kablam! Oct 11 02:43:43.308 INFO kablam! warning: variable does not need to be mutable Oct 11 02:43:43.308 INFO kablam! --> src/day13/mod.rs:110:6 Oct 11 02:43:43.308 INFO kablam! | Oct 11 02:43:43.308 INFO kablam! 110 | let mut count = 0; Oct 11 02:43:43.308 INFO kablam! | ----^^^^^ Oct 11 02:43:43.308 INFO kablam! | | Oct 11 02:43:43.312 INFO kablam! | help: remove this `mut` Oct 11 02:43:43.313 INFO kablam! | Oct 11 02:43:43.313 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 02:43:43.313 INFO kablam! Oct 11 02:43:43.313 INFO kablam! warning: function is never used: `print_map` Oct 11 02:43:43.314 INFO kablam! --> src/day13/mod.rs:91:1 Oct 11 02:43:43.314 INFO kablam! | Oct 11 02:43:43.314 INFO kablam! 91 | fn print_map() { Oct 11 02:43:43.314 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 02:43:43.315 INFO kablam! | Oct 11 02:43:43.315 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 02:43:43.315 INFO kablam! Oct 11 02:43:45.037 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.77s Oct 11 02:43:45.043 INFO kablam! su: No module specific data is present Oct 11 02:43:45.739 INFO running `"docker" "rm" "-f" "cf65619ecc0bbd26a5d62876e6d4c1d224edd6315106fb66a6177a142e583fd7"` Oct 11 02:43:45.961 INFO blam! cf65619ecc0bbd26a5d62876e6d4c1d224edd6315106fb66a6177a142e583fd7 Oct 11 02:43:45.966 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 02:43:45.968 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 02:43:46.432 INFO blam! 8c68f8225b03d09c3f8cc3ed4eb5ea53ac8a1a35567ba932ef743ad32b5de7e7 Oct 11 02:43:46.445 INFO running `"docker" "start" "-a" "8c68f8225b03d09c3f8cc3ed4eb5ea53ac8a1a35567ba932ef743ad32b5de7e7"` Oct 11 02:43:47.551 INFO kablam! usermod: no changes Oct 11 02:43:47.664 INFO kablam! Compiling advent-of-code v0.1.0 (/source) Oct 11 02:43:48.600 INFO kablam! warning: unused `#[macro_use]` import Oct 11 02:43:48.600 INFO kablam! --> src/main.rs:2:1 Oct 11 02:43:48.600 INFO kablam! | Oct 11 02:43:48.600 INFO kablam! 2 | #[macro_use] Oct 11 02:43:48.600 INFO kablam! | ^^^^^^^^^^^^ Oct 11 02:43:48.600 INFO kablam! | Oct 11 02:43:48.600 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 02:43:48.600 INFO kablam! Oct 11 02:43:48.700 INFO kablam! warning: unused variable: `count` Oct 11 02:43:48.700 INFO kablam! --> src/day13/mod.rs:110:10 Oct 11 02:43:48.700 INFO kablam! | Oct 11 02:43:48.700 INFO kablam! 110 | let mut count = 0; Oct 11 02:43:48.700 INFO kablam! | ^^^^^ help: consider using `_count` instead Oct 11 02:43:48.700 INFO kablam! | Oct 11 02:43:48.700 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 02:43:48.700 INFO kablam! Oct 11 02:43:48.700 INFO kablam! warning: unused variable: `input` Oct 11 02:43:48.700 INFO kablam! --> src/day13/mod.rs:124:14 Oct 11 02:43:48.700 INFO kablam! | Oct 11 02:43:48.700 INFO kablam! 124 | pub fn part2(input: String) -> String { Oct 11 02:43:48.700 INFO kablam! | ^^^^^ help: consider using `_input` instead Oct 11 02:43:48.700 INFO kablam! Oct 11 02:43:48.716 INFO kablam! warning: variable does not need to be mutable Oct 11 02:43:48.716 INFO kablam! --> src/day13/mod.rs:110:6 Oct 11 02:43:48.716 INFO kablam! | Oct 11 02:43:48.716 INFO kablam! 110 | let mut count = 0; Oct 11 02:43:48.716 INFO kablam! | ----^^^^^ Oct 11 02:43:48.716 INFO kablam! | | Oct 11 02:43:48.716 INFO kablam! | help: remove this `mut` Oct 11 02:43:48.716 INFO kablam! | Oct 11 02:43:48.716 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 02:43:48.716 INFO kablam! Oct 11 02:43:48.720 INFO kablam! warning: function is never used: `print_map` Oct 11 02:43:48.720 INFO kablam! --> src/day13/mod.rs:91:1 Oct 11 02:43:48.720 INFO kablam! | Oct 11 02:43:48.720 INFO kablam! 91 | fn print_map() { Oct 11 02:43:48.720 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 02:43:48.720 INFO kablam! | Oct 11 02:43:48.720 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 02:43:48.720 INFO kablam! Oct 11 02:43:49.340 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.76s Oct 11 02:43:49.343 INFO kablam! su: No module specific data is present Oct 11 02:43:50.117 INFO running `"docker" "rm" "-f" "8c68f8225b03d09c3f8cc3ed4eb5ea53ac8a1a35567ba932ef743ad32b5de7e7"` Oct 11 02:43:50.348 INFO blam! 8c68f8225b03d09c3f8cc3ed4eb5ea53ac8a1a35567ba932ef743ad32b5de7e7 Oct 11 02:43:50.360 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 02:43:50.361 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 02:43:50.860 INFO blam! 8f379c5f8f67dd939fa8c988618e52c418639bb71725b88dc8c2b99ab0d9cd23 Oct 11 02:43:50.862 INFO running `"docker" "start" "-a" "8f379c5f8f67dd939fa8c988618e52c418639bb71725b88dc8c2b99ab0d9cd23"` Oct 11 02:43:52.318 INFO kablam! usermod: no changes Oct 11 02:43:52.440 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 11 02:43:52.464 INFO kablam! Running /target/debug/deps/advent_of_code-902de8792155af95 Oct 11 02:43:52.468 INFO blam! Oct 11 02:43:52.468 INFO blam! running 0 tests Oct 11 02:43:52.468 INFO blam! Oct 11 02:43:52.468 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 02:43:52.468 INFO blam! Oct 11 02:43:52.469 INFO kablam! su: No module specific data is present Oct 11 02:43:53.144 INFO running `"docker" "rm" "-f" "8f379c5f8f67dd939fa8c988618e52c418639bb71725b88dc8c2b99ab0d9cd23"` Oct 11 02:43:53.428 INFO blam! 8f379c5f8f67dd939fa8c988618e52c418639bb71725b88dc8c2b99ab0d9cd23