Oct 15 03:32:37.702 INFO testing asp2insp/AdventOfCode against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 03:32:37.704 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 15 03:32:38.154 INFO blam! 8d4ccb537e1dbed3ccc406b4d288b8f1d633a7266154030d9046d9c7ec45be42 Oct 15 03:32:38.157 INFO running `"docker" "start" "-a" "8d4ccb537e1dbed3ccc406b4d288b8f1d633a7266154030d9046d9c7ec45be42"` Oct 15 03:32:39.838 INFO kablam! usermod: no changes Oct 15 03:32:39.969 INFO kablam! Compiling debug-builders v0.1.0 Oct 15 03:32:39.969 INFO kablam! Compiling debugtrace v0.1.0 Oct 15 03:32:39.969 INFO kablam! Compiling owning_ref v0.2.2 Oct 15 03:32:39.975 INFO kablam! Compiling either v0.1.7 Oct 15 03:32:39.975 INFO kablam! Compiling either v1.0.2 Oct 15 03:32:39.975 INFO kablam! Compiling permutohedron v0.2.2 Oct 15 03:32:39.975 INFO kablam! Compiling backtrace-sys v0.1.5 Oct 15 03:32:39.975 INFO kablam! Compiling rust-crypto v0.2.36 Oct 15 03:32:41.671 INFO kablam! Compiling conv v0.3.3 Oct 15 03:32:42.921 INFO kablam! Compiling itertools v0.5.6 Oct 15 03:32:43.383 INFO kablam! Compiling parking_lot_core v0.2.0 Oct 15 03:32:47.020 INFO kablam! Compiling backtrace v0.1.8 Oct 15 03:32:48.915 INFO kablam! Compiling parking_lot v0.3.6 Oct 15 03:32:52.469 INFO kablam! Compiling chomp v0.3.1 Oct 15 03:33:01.768 INFO kablam! Compiling advent-of-code v0.1.0 (/source) Oct 15 03:33:03.083 INFO kablam! warning: unused `#[macro_use]` import Oct 15 03:33:03.083 INFO kablam! --> src/main.rs:2:1 Oct 15 03:33:03.083 INFO kablam! | Oct 15 03:33:03.083 INFO kablam! 2 | #[macro_use] Oct 15 03:33:03.083 INFO kablam! | ^^^^^^^^^^^^ Oct 15 03:33:03.083 INFO kablam! | Oct 15 03:33:03.083 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 03:33:03.083 INFO kablam! Oct 15 03:33:03.207 INFO kablam! warning: unused variable: `count` Oct 15 03:33:03.207 INFO kablam! --> src/day13/mod.rs:110:10 Oct 15 03:33:03.207 INFO kablam! | Oct 15 03:33:03.207 INFO kablam! 110 | let mut count = 0; Oct 15 03:33:03.207 INFO kablam! | ^^^^^ help: consider using `_count` instead Oct 15 03:33:03.207 INFO kablam! | Oct 15 03:33:03.207 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 03:33:03.207 INFO kablam! Oct 15 03:33:03.207 INFO kablam! warning: unused variable: `input` Oct 15 03:33:03.207 INFO kablam! --> src/day13/mod.rs:124:14 Oct 15 03:33:03.207 INFO kablam! | Oct 15 03:33:03.207 INFO kablam! 124 | pub fn part2(input: String) -> String { Oct 15 03:33:03.207 INFO kablam! | ^^^^^ help: consider using `_input` instead Oct 15 03:33:03.207 INFO kablam! Oct 15 03:33:03.236 INFO kablam! warning: variable does not need to be mutable Oct 15 03:33:03.236 INFO kablam! --> src/day13/mod.rs:110:6 Oct 15 03:33:03.236 INFO kablam! | Oct 15 03:33:03.236 INFO kablam! 110 | let mut count = 0; Oct 15 03:33:03.236 INFO kablam! | ----^^^^^ Oct 15 03:33:03.236 INFO kablam! | | Oct 15 03:33:03.236 INFO kablam! | help: remove this `mut` Oct 15 03:33:03.236 INFO kablam! | Oct 15 03:33:03.236 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 03:33:03.236 INFO kablam! Oct 15 03:33:03.236 INFO kablam! warning: function is never used: `print_map` Oct 15 03:33:03.236 INFO kablam! --> src/day13/mod.rs:91:1 Oct 15 03:33:03.236 INFO kablam! | Oct 15 03:33:03.236 INFO kablam! 91 | fn print_map() { Oct 15 03:33:03.236 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 03:33:03.236 INFO kablam! | Oct 15 03:33:03.236 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 03:33:03.236 INFO kablam! Oct 15 03:33:04.575 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 24.70s Oct 15 03:33:04.576 INFO kablam! su: No module specific data is present Oct 15 03:33:05.217 INFO running `"docker" "rm" "-f" "8d4ccb537e1dbed3ccc406b4d288b8f1d633a7266154030d9046d9c7ec45be42"` Oct 15 03:33:05.495 INFO blam! 8d4ccb537e1dbed3ccc406b4d288b8f1d633a7266154030d9046d9c7ec45be42 Oct 15 03:33:05.502 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 15 03:33:06.135 INFO blam! 52eb5bd36386f99f71c83960fc82932b70e1a8b543e921266c67d868b783922a Oct 15 03:33:06.159 INFO running `"docker" "start" "-a" "52eb5bd36386f99f71c83960fc82932b70e1a8b543e921266c67d868b783922a"` Oct 15 03:33:07.862 INFO kablam! usermod: no changes Oct 15 03:33:07.991 INFO kablam! Compiling advent-of-code v0.1.0 (/source) Oct 15 03:33:09.145 INFO kablam! warning: unused `#[macro_use]` import Oct 15 03:33:09.146 INFO kablam! --> src/main.rs:2:1 Oct 15 03:33:09.146 INFO kablam! | Oct 15 03:33:09.146 INFO kablam! 2 | #[macro_use] Oct 15 03:33:09.147 INFO kablam! | ^^^^^^^^^^^^ Oct 15 03:33:09.147 INFO kablam! | Oct 15 03:33:09.147 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 03:33:09.147 INFO kablam! Oct 15 03:33:09.234 INFO kablam! warning: unused variable: `count` Oct 15 03:33:09.234 INFO kablam! --> src/day13/mod.rs:110:10 Oct 15 03:33:09.235 INFO kablam! | Oct 15 03:33:09.235 INFO kablam! 110 | let mut count = 0; Oct 15 03:33:09.235 INFO kablam! | ^^^^^ help: consider using `_count` instead Oct 15 03:33:09.236 INFO kablam! | Oct 15 03:33:09.236 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 03:33:09.236 INFO kablam! Oct 15 03:33:09.237 INFO kablam! warning: unused variable: `input` Oct 15 03:33:09.237 INFO kablam! --> src/day13/mod.rs:124:14 Oct 15 03:33:09.238 INFO kablam! | Oct 15 03:33:09.238 INFO kablam! 124 | pub fn part2(input: String) -> String { Oct 15 03:33:09.238 INFO kablam! | ^^^^^ help: consider using `_input` instead Oct 15 03:33:09.239 INFO kablam! Oct 15 03:33:09.255 INFO kablam! warning: variable does not need to be mutable Oct 15 03:33:09.256 INFO kablam! --> src/day13/mod.rs:110:6 Oct 15 03:33:09.256 INFO kablam! | Oct 15 03:33:09.256 INFO kablam! 110 | let mut count = 0; Oct 15 03:33:09.256 INFO kablam! | ----^^^^^ Oct 15 03:33:09.257 INFO kablam! | | Oct 15 03:33:09.257 INFO kablam! | help: remove this `mut` Oct 15 03:33:09.257 INFO kablam! | Oct 15 03:33:09.258 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 03:33:09.258 INFO kablam! Oct 15 03:33:09.258 INFO kablam! warning: function is never used: `print_map` Oct 15 03:33:09.259 INFO kablam! --> src/day13/mod.rs:91:1 Oct 15 03:33:09.259 INFO kablam! | Oct 15 03:33:09.259 INFO kablam! 91 | fn print_map() { Oct 15 03:33:09.259 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 03:33:09.260 INFO kablam! | Oct 15 03:33:09.260 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 03:33:09.260 INFO kablam! Oct 15 03:33:09.995 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.10s Oct 15 03:33:09.995 INFO kablam! su: No module specific data is present Oct 15 03:33:10.885 INFO running `"docker" "rm" "-f" "52eb5bd36386f99f71c83960fc82932b70e1a8b543e921266c67d868b783922a"` Oct 15 03:33:11.191 INFO blam! 52eb5bd36386f99f71c83960fc82932b70e1a8b543e921266c67d868b783922a Oct 15 03:33:11.195 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 15 03:33:11.611 INFO blam! c388344d212768051a0b8702d5c59b5875ce89db306925053f937cb7fb0e3b7f Oct 15 03:33:11.615 INFO running `"docker" "start" "-a" "c388344d212768051a0b8702d5c59b5875ce89db306925053f937cb7fb0e3b7f"` Oct 15 03:33:13.247 INFO kablam! usermod: no changes Oct 15 03:33:13.406 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 15 03:33:13.415 INFO kablam! Running /target/debug/deps/advent_of_code-902de8792155af95 Oct 15 03:33:13.423 INFO blam! Oct 15 03:33:13.423 INFO blam! running 0 tests Oct 15 03:33:13.423 INFO blam! Oct 15 03:33:13.423 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 03:33:13.423 INFO blam! Oct 15 03:33:13.431 INFO kablam! su: No module specific data is present Oct 15 03:33:14.447 INFO running `"docker" "rm" "-f" "c388344d212768051a0b8702d5c59b5875ce89db306925053f937cb7fb0e3b7f"` Oct 15 03:33:14.767 INFO blam! c388344d212768051a0b8702d5c59b5875ce89db306925053f937cb7fb0e3b7f