Oct 15 12:49:58.203 INFO testing Aehmlo/advent-of-code against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 12:49:58.203 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 12:49:58.523 INFO blam! a83b561581ec7ed110d2821bfe4373a34794ec5feba786260be2c48f1b424b79 Oct 15 12:49:58.526 INFO running `"docker" "start" "-a" "a83b561581ec7ed110d2821bfe4373a34794ec5feba786260be2c48f1b424b79"` Oct 15 12:49:59.033 INFO kablam! usermod: no changes Oct 15 12:49:59.119 INFO kablam! Compiling hamming v0.1.3 Oct 15 12:49:59.119 INFO kablam! Compiling primal-estimate v0.2.1 Oct 15 12:49:59.119 INFO kablam! Compiling primal-check v0.2.2 Oct 15 12:50:00.216 INFO kablam! Compiling primal-bit v0.2.4 Oct 15 12:50:01.556 INFO kablam! Compiling primal-sieve v0.2.8 Oct 15 12:50:04.635 INFO kablam! Compiling primal v0.2.3 Oct 15 12:50:05.619 INFO kablam! Compiling advent-of-code v0.1.0 (/source) Oct 15 12:50:07.307 INFO kablam! warning: variable does not need to be mutable Oct 15 12:50:07.307 INFO kablam! --> src/solutions/eight.rs:26:7 Oct 15 12:50:07.307 INFO kablam! | Oct 15 12:50:07.307 INFO kablam! 26 | let mut registers = &mut self.registers; Oct 15 12:50:07.307 INFO kablam! | ----^^^^^^^^^ Oct 15 12:50:07.307 INFO kablam! | | Oct 15 12:50:07.307 INFO kablam! | help: remove this `mut` Oct 15 12:50:07.307 INFO kablam! | Oct 15 12:50:07.307 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 12:50:07.307 INFO kablam! Oct 15 12:50:07.317 INFO kablam! warning: variable does not need to be mutable Oct 15 12:50:07.317 INFO kablam! --> src/solutions/ten.rs:31:7 Oct 15 12:50:07.317 INFO kablam! | Oct 15 12:50:07.317 INFO kablam! 31 | let mut n = &mut self.nodes; Oct 15 12:50:07.317 INFO kablam! | ----^ Oct 15 12:50:07.317 INFO kablam! | | Oct 15 12:50:07.317 INFO kablam! | help: remove this `mut` Oct 15 12:50:07.317 INFO kablam! Oct 15 12:50:07.407 INFO kablam! warning: variable does not need to be mutable Oct 15 12:50:07.407 INFO kablam! --> src/solutions/twenty.rs:116:7 Oct 15 12:50:07.407 INFO kablam! | Oct 15 12:50:07.407 INFO kablam! 116 | let mut particles = &mut self.particles; Oct 15 12:50:07.407 INFO kablam! | ----^^^^^^^^^ Oct 15 12:50:07.407 INFO kablam! | | Oct 15 12:50:07.407 INFO kablam! | help: remove this `mut` Oct 15 12:50:07.407 INFO kablam! Oct 15 12:50:07.423 INFO kablam! warning: variable does not need to be mutable Oct 15 12:50:07.423 INFO kablam! --> src/solutions/twenty_one.rs:50:7 Oct 15 12:50:07.423 INFO kablam! | Oct 15 12:50:07.423 INFO kablam! 50 | let mut data = &mut self.data; Oct 15 12:50:07.423 INFO kablam! | ----^^^^ Oct 15 12:50:07.423 INFO kablam! | | Oct 15 12:50:07.423 INFO kablam! | help: remove this `mut` Oct 15 12:50:07.423 INFO kablam! Oct 15 12:50:07.491 INFO kablam! warning: struct is never constructed: `Solution` Oct 15 12:50:07.491 INFO kablam! --> src/solutions/six.rs:4:1 Oct 15 12:50:07.491 INFO kablam! | Oct 15 12:50:07.491 INFO kablam! 4 | pub struct Solution { } Oct 15 12:50:07.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 12:50:07.491 INFO kablam! | Oct 15 12:50:07.491 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 12:50:07.491 INFO kablam! Oct 15 12:50:07.491 INFO kablam! warning: struct is never constructed: `Solution` Oct 15 12:50:07.491 INFO kablam! --> src/solutions/seven.rs:4:1 Oct 15 12:50:07.491 INFO kablam! | Oct 15 12:50:07.491 INFO kablam! 4 | pub struct Solution { } Oct 15 12:50:07.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 12:50:07.491 INFO kablam! Oct 15 12:50:07.491 INFO kablam! warning: struct is never constructed: `Solution` Oct 15 12:50:07.491 INFO kablam! --> src/solutions/eight.rs:4:1 Oct 15 12:50:07.491 INFO kablam! | Oct 15 12:50:07.491 INFO kablam! 4 | pub struct Solution { } Oct 15 12:50:07.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 12:50:07.491 INFO kablam! Oct 15 12:50:07.491 INFO kablam! warning: struct is never constructed: `Solution` Oct 15 12:50:07.491 INFO kablam! --> src/solutions/nine.rs:53:1 Oct 15 12:50:07.491 INFO kablam! | Oct 15 12:50:07.491 INFO kablam! 53 | pub struct Solution { } Oct 15 12:50:07.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 12:50:07.491 INFO kablam! Oct 15 12:50:07.491 INFO kablam! warning: struct is never constructed: `Solution` Oct 15 12:50:07.491 INFO kablam! --> src/solutions/ten.rs:3:1 Oct 15 12:50:07.491 INFO kablam! | Oct 15 12:50:07.491 INFO kablam! 3 | pub struct Solution { } Oct 15 12:50:07.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 12:50:07.491 INFO kablam! Oct 15 12:50:07.491 INFO kablam! warning: struct is never constructed: `Solution` Oct 15 12:50:07.491 INFO kablam! --> src/solutions/eleven.rs:4:1 Oct 15 12:50:07.491 INFO kablam! | Oct 15 12:50:07.492 INFO kablam! 4 | pub struct Solution { } Oct 15 12:50:07.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 12:50:07.492 INFO kablam! Oct 15 12:50:07.492 INFO kablam! warning: struct is never constructed: `Solution` Oct 15 12:50:07.492 INFO kablam! --> src/solutions/twelve.rs:5:1 Oct 15 12:50:07.492 INFO kablam! | Oct 15 12:50:07.492 INFO kablam! 5 | pub struct Solution { } Oct 15 12:50:07.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 12:50:07.492 INFO kablam! Oct 15 12:50:07.492 INFO kablam! warning: struct is never constructed: `Solution` Oct 15 12:50:07.492 INFO kablam! --> src/solutions/thirteen.rs:4:1 Oct 15 12:50:07.492 INFO kablam! | Oct 15 12:50:07.492 INFO kablam! 4 | pub struct Solution { } Oct 15 12:50:07.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 12:50:07.492 INFO kablam! Oct 15 12:50:07.492 INFO kablam! warning: struct is never constructed: `Solution` Oct 15 12:50:07.492 INFO kablam! --> src/solutions/fourteen.rs:4:1 Oct 15 12:50:07.492 INFO kablam! | Oct 15 12:50:07.492 INFO kablam! 4 | pub struct Solution { } Oct 15 12:50:07.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 12:50:07.492 INFO kablam! Oct 15 12:50:07.492 INFO kablam! warning: struct is never constructed: `Solution` Oct 15 12:50:07.492 INFO kablam! --> src/solutions/fifteen.rs:3:1 Oct 15 12:50:07.492 INFO kablam! | Oct 15 12:50:07.492 INFO kablam! 3 | pub struct Solution { } Oct 15 12:50:07.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 12:50:07.492 INFO kablam! Oct 15 12:50:07.492 INFO kablam! warning: struct is never constructed: `Solution` Oct 15 12:50:07.492 INFO kablam! --> src/solutions/sixteen.rs:3:1 Oct 15 12:50:07.492 INFO kablam! | Oct 15 12:50:07.492 INFO kablam! 3 | pub struct Solution { } Oct 15 12:50:07.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 12:50:07.492 INFO kablam! Oct 15 12:50:07.492 INFO kablam! warning: struct is never constructed: `Solution` Oct 15 12:50:07.492 INFO kablam! --> src/solutions/seventeen.rs:3:1 Oct 15 12:50:07.492 INFO kablam! | Oct 15 12:50:07.492 INFO kablam! 3 | pub struct Solution { } Oct 15 12:50:07.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 12:50:07.492 INFO kablam! Oct 15 12:50:07.492 INFO kablam! warning: struct is never constructed: `Solution` Oct 15 12:50:07.492 INFO kablam! --> src/solutions/eighteen.rs:6:1 Oct 15 12:50:07.492 INFO kablam! | Oct 15 12:50:07.492 INFO kablam! 6 | pub struct Solution { } Oct 15 12:50:07.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 12:50:07.492 INFO kablam! Oct 15 12:50:07.492 INFO kablam! warning: struct is never constructed: `Solution` Oct 15 12:50:07.492 INFO kablam! --> src/solutions/nineteen.rs:3:1 Oct 15 12:50:07.492 INFO kablam! | Oct 15 12:50:07.492 INFO kablam! 3 | pub struct Solution { } Oct 15 12:50:07.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 12:50:07.492 INFO kablam! Oct 15 12:50:07.492 INFO kablam! warning: struct is never constructed: `Solution` Oct 15 12:50:07.492 INFO kablam! --> src/solutions/twenty.rs:12:1 Oct 15 12:50:07.492 INFO kablam! | Oct 15 12:50:07.492 INFO kablam! 12 | pub struct Solution { } Oct 15 12:50:07.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 12:50:07.492 INFO kablam! Oct 15 12:50:07.492 INFO kablam! warning: struct is never constructed: `Solution` Oct 15 12:50:07.492 INFO kablam! --> src/solutions/twenty_one.rs:6:1 Oct 15 12:50:07.492 INFO kablam! | Oct 15 12:50:07.492 INFO kablam! 6 | pub struct Solution { } Oct 15 12:50:07.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 12:50:07.492 INFO kablam! Oct 15 12:50:07.492 INFO kablam! warning: struct is never constructed: `Solution` Oct 15 12:50:07.492 INFO kablam! --> src/solutions/twenty_two.rs:4:1 Oct 15 12:50:07.492 INFO kablam! | Oct 15 12:50:07.492 INFO kablam! 4 | pub struct Solution { } Oct 15 12:50:07.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 12:50:07.492 INFO kablam! Oct 15 12:50:07.492 INFO kablam! warning: struct is never constructed: `Solution` Oct 15 12:50:07.492 INFO kablam! --> src/solutions/twenty_three.rs:161:1 Oct 15 12:50:07.492 INFO kablam! | Oct 15 12:50:07.492 INFO kablam! 161 | pub struct Solution { } Oct 15 12:50:07.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 12:50:07.492 INFO kablam! Oct 15 12:50:08.236 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.17s Oct 15 12:50:08.240 INFO kablam! su: No module specific data is present Oct 15 12:50:08.617 INFO running `"docker" "rm" "-f" "a83b561581ec7ed110d2821bfe4373a34794ec5feba786260be2c48f1b424b79"` Oct 15 12:50:08.761 INFO blam! a83b561581ec7ed110d2821bfe4373a34794ec5feba786260be2c48f1b424b79 Oct 15 12:50:08.767 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 12:50:09.067 INFO blam! 4785d2f302e8e26ee648f2e32816a603f8422e5a3a0fa769a76f7cc3d08e8062 Oct 15 12:50:09.069 INFO running `"docker" "start" "-a" "4785d2f302e8e26ee648f2e32816a603f8422e5a3a0fa769a76f7cc3d08e8062"` Oct 15 12:50:09.750 INFO kablam! usermod: no changes Oct 15 12:50:09.831 INFO kablam! Compiling advent-of-code v0.1.0 (/source) Oct 15 12:50:11.611 INFO kablam! warning: variable does not need to be mutable Oct 15 12:50:11.611 INFO kablam! --> src/solutions/eight.rs:26:7 Oct 15 12:50:11.611 INFO kablam! | Oct 15 12:50:11.611 INFO kablam! 26 | let mut registers = &mut self.registers; Oct 15 12:50:11.611 INFO kablam! | ----^^^^^^^^^ Oct 15 12:50:11.611 INFO kablam! | | Oct 15 12:50:11.611 INFO kablam! | help: remove this `mut` Oct 15 12:50:11.611 INFO kablam! | Oct 15 12:50:11.611 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 12:50:11.611 INFO kablam! Oct 15 12:50:11.623 INFO kablam! warning: variable does not need to be mutable Oct 15 12:50:11.623 INFO kablam! --> src/solutions/ten.rs:31:7 Oct 15 12:50:11.623 INFO kablam! | Oct 15 12:50:11.623 INFO kablam! 31 | let mut n = &mut self.nodes; Oct 15 12:50:11.623 INFO kablam! | ----^ Oct 15 12:50:11.623 INFO kablam! | | Oct 15 12:50:11.623 INFO kablam! | help: remove this `mut` Oct 15 12:50:11.623 INFO kablam! Oct 15 12:50:11.715 INFO kablam! warning: variable does not need to be mutable Oct 15 12:50:11.715 INFO kablam! --> src/solutions/twenty.rs:116:7 Oct 15 12:50:11.715 INFO kablam! | Oct 15 12:50:11.715 INFO kablam! 116 | let mut particles = &mut self.particles; Oct 15 12:50:11.715 INFO kablam! | ----^^^^^^^^^ Oct 15 12:50:11.715 INFO kablam! | | Oct 15 12:50:11.715 INFO kablam! | help: remove this `mut` Oct 15 12:50:11.715 INFO kablam! Oct 15 12:50:11.727 INFO kablam! warning: variable does not need to be mutable Oct 15 12:50:11.727 INFO kablam! --> src/solutions/twenty_one.rs:50:7 Oct 15 12:50:11.727 INFO kablam! | Oct 15 12:50:11.727 INFO kablam! 50 | let mut data = &mut self.data; Oct 15 12:50:11.727 INFO kablam! | ----^^^^ Oct 15 12:50:11.727 INFO kablam! | | Oct 15 12:50:11.727 INFO kablam! | help: remove this `mut` Oct 15 12:50:11.727 INFO kablam! Oct 15 12:50:11.787 INFO kablam! warning: struct is never constructed: `Solution` Oct 15 12:50:11.787 INFO kablam! --> src/solutions/six.rs:4:1 Oct 15 12:50:11.787 INFO kablam! | Oct 15 12:50:11.787 INFO kablam! 4 | pub struct Solution { } Oct 15 12:50:11.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 12:50:11.787 INFO kablam! | Oct 15 12:50:11.787 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 12:50:11.787 INFO kablam! Oct 15 12:50:11.787 INFO kablam! warning: struct is never constructed: `Solution` Oct 15 12:50:11.787 INFO kablam! --> src/solutions/seven.rs:4:1 Oct 15 12:50:11.787 INFO kablam! | Oct 15 12:50:11.787 INFO kablam! 4 | pub struct Solution { } Oct 15 12:50:11.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 12:50:11.787 INFO kablam! Oct 15 12:50:11.787 INFO kablam! warning: struct is never constructed: `Solution` Oct 15 12:50:11.787 INFO kablam! --> src/solutions/eight.rs:4:1 Oct 15 12:50:11.787 INFO kablam! | Oct 15 12:50:11.787 INFO kablam! 4 | pub struct Solution { } Oct 15 12:50:11.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 12:50:11.787 INFO kablam! Oct 15 12:50:11.787 INFO kablam! warning: struct is never constructed: `Solution` Oct 15 12:50:11.787 INFO kablam! --> src/solutions/nine.rs:53:1 Oct 15 12:50:11.787 INFO kablam! | Oct 15 12:50:11.787 INFO kablam! 53 | pub struct Solution { } Oct 15 12:50:11.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 12:50:11.787 INFO kablam! Oct 15 12:50:11.787 INFO kablam! warning: struct is never constructed: `Solution` Oct 15 12:50:11.787 INFO kablam! --> src/solutions/ten.rs:3:1 Oct 15 12:50:11.787 INFO kablam! | Oct 15 12:50:11.787 INFO kablam! 3 | pub struct Solution { } Oct 15 12:50:11.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 12:50:11.787 INFO kablam! Oct 15 12:50:11.787 INFO kablam! warning: struct is never constructed: `Solution` Oct 15 12:50:11.787 INFO kablam! --> src/solutions/eleven.rs:4:1 Oct 15 12:50:11.787 INFO kablam! | Oct 15 12:50:11.788 INFO kablam! 4 | pub struct Solution { } Oct 15 12:50:11.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 12:50:11.788 INFO kablam! Oct 15 12:50:11.788 INFO kablam! warning: struct is never constructed: `Solution` Oct 15 12:50:11.788 INFO kablam! --> src/solutions/twelve.rs:5:1 Oct 15 12:50:11.788 INFO kablam! | Oct 15 12:50:11.788 INFO kablam! 5 | pub struct Solution { } Oct 15 12:50:11.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 12:50:11.788 INFO kablam! Oct 15 12:50:11.788 INFO kablam! warning: struct is never constructed: `Solution` Oct 15 12:50:11.788 INFO kablam! --> src/solutions/thirteen.rs:4:1 Oct 15 12:50:11.788 INFO kablam! | Oct 15 12:50:11.788 INFO kablam! 4 | pub struct Solution { } Oct 15 12:50:11.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 12:50:11.788 INFO kablam! Oct 15 12:50:11.788 INFO kablam! warning: struct is never constructed: `Solution` Oct 15 12:50:11.788 INFO kablam! --> src/solutions/fourteen.rs:4:1 Oct 15 12:50:11.788 INFO kablam! | Oct 15 12:50:11.788 INFO kablam! 4 | pub struct Solution { } Oct 15 12:50:11.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 12:50:11.788 INFO kablam! Oct 15 12:50:11.788 INFO kablam! warning: struct is never constructed: `Solution` Oct 15 12:50:11.788 INFO kablam! --> src/solutions/fifteen.rs:3:1 Oct 15 12:50:11.788 INFO kablam! | Oct 15 12:50:11.788 INFO kablam! 3 | pub struct Solution { } Oct 15 12:50:11.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 12:50:11.788 INFO kablam! Oct 15 12:50:11.788 INFO kablam! warning: struct is never constructed: `Solution` Oct 15 12:50:11.788 INFO kablam! --> src/solutions/sixteen.rs:3:1 Oct 15 12:50:11.788 INFO kablam! | Oct 15 12:50:11.788 INFO kablam! 3 | pub struct Solution { } Oct 15 12:50:11.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 12:50:11.788 INFO kablam! Oct 15 12:50:11.788 INFO kablam! warning: struct is never constructed: `Solution` Oct 15 12:50:11.788 INFO kablam! --> src/solutions/seventeen.rs:3:1 Oct 15 12:50:11.788 INFO kablam! | Oct 15 12:50:11.788 INFO kablam! 3 | pub struct Solution { } Oct 15 12:50:11.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 12:50:11.788 INFO kablam! Oct 15 12:50:11.788 INFO kablam! warning: struct is never constructed: `Solution` Oct 15 12:50:11.788 INFO kablam! --> src/solutions/eighteen.rs:6:1 Oct 15 12:50:11.788 INFO kablam! | Oct 15 12:50:11.788 INFO kablam! 6 | pub struct Solution { } Oct 15 12:50:11.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 12:50:11.788 INFO kablam! Oct 15 12:50:11.788 INFO kablam! warning: struct is never constructed: `Solution` Oct 15 12:50:11.788 INFO kablam! --> src/solutions/nineteen.rs:3:1 Oct 15 12:50:11.788 INFO kablam! | Oct 15 12:50:11.788 INFO kablam! 3 | pub struct Solution { } Oct 15 12:50:11.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 12:50:11.788 INFO kablam! Oct 15 12:50:11.788 INFO kablam! warning: struct is never constructed: `Solution` Oct 15 12:50:11.788 INFO kablam! --> src/solutions/twenty.rs:12:1 Oct 15 12:50:11.788 INFO kablam! | Oct 15 12:50:11.788 INFO kablam! 12 | pub struct Solution { } Oct 15 12:50:11.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 12:50:11.788 INFO kablam! Oct 15 12:50:11.788 INFO kablam! warning: struct is never constructed: `Solution` Oct 15 12:50:11.788 INFO kablam! --> src/solutions/twenty_one.rs:6:1 Oct 15 12:50:11.788 INFO kablam! | Oct 15 12:50:11.788 INFO kablam! 6 | pub struct Solution { } Oct 15 12:50:11.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 12:50:11.788 INFO kablam! Oct 15 12:50:11.788 INFO kablam! warning: struct is never constructed: `Solution` Oct 15 12:50:11.788 INFO kablam! --> src/solutions/twenty_two.rs:4:1 Oct 15 12:50:11.788 INFO kablam! | Oct 15 12:50:11.788 INFO kablam! 4 | pub struct Solution { } Oct 15 12:50:11.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 12:50:11.788 INFO kablam! Oct 15 12:50:11.788 INFO kablam! warning: struct is never constructed: `Solution` Oct 15 12:50:11.788 INFO kablam! --> src/solutions/twenty_three.rs:161:1 Oct 15 12:50:11.788 INFO kablam! | Oct 15 12:50:11.788 INFO kablam! 161 | pub struct Solution { } Oct 15 12:50:11.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 12:50:11.788 INFO kablam! Oct 15 12:50:12.370 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.58s Oct 15 12:50:12.382 INFO kablam! su: No module specific data is present Oct 15 12:50:12.889 INFO running `"docker" "rm" "-f" "4785d2f302e8e26ee648f2e32816a603f8422e5a3a0fa769a76f7cc3d08e8062"` Oct 15 12:50:13.075 INFO blam! 4785d2f302e8e26ee648f2e32816a603f8422e5a3a0fa769a76f7cc3d08e8062 Oct 15 12:50:13.087 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 12:50:13.449 INFO blam! 302534790b50e3207260390696470a96bbeb88c915ea677a78ee9dbe2616b3c8 Oct 15 12:50:13.483 INFO running `"docker" "start" "-a" "302534790b50e3207260390696470a96bbeb88c915ea677a78ee9dbe2616b3c8"` Oct 15 12:50:14.440 INFO kablam! usermod: no changes Oct 15 12:50:14.487 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 12:50:14.503 INFO kablam! Running /target/debug/deps/advent_of_code-ff549989f329970e Oct 15 12:50:14.541 INFO blam! Oct 15 12:50:14.541 INFO blam! running 0 tests Oct 15 12:50:14.541 INFO blam! Oct 15 12:50:14.541 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 12:50:14.541 INFO blam! Oct 15 12:50:14.543 INFO kablam! su: No module specific data is present Oct 15 12:50:14.992 INFO running `"docker" "rm" "-f" "302534790b50e3207260390696470a96bbeb88c915ea677a78ee9dbe2616b3c8"` Oct 15 12:50:15.141 INFO blam! 302534790b50e3207260390696470a96bbeb88c915ea677a78ee9dbe2616b3c8