Oct 11 07:48:03.757 INFO testing Aehmlo/advent-of-code against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 07:48:03.757 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 07:48:03.757 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 07:48:04.235 INFO blam! d819785f321f26aed1a64ae2d60d83433afee1bf52e0201041b46daa1b6aca04 Oct 11 07:48:04.236 INFO running `"docker" "start" "-a" "d819785f321f26aed1a64ae2d60d83433afee1bf52e0201041b46daa1b6aca04"` Oct 11 07:48:05.910 INFO kablam! usermod: no changes Oct 11 07:48:06.052 INFO kablam! Compiling primal-check v0.2.2 Oct 11 07:48:07.926 INFO kablam! Compiling primal v0.2.3 Oct 11 07:48:09.812 INFO kablam! Compiling advent-of-code v0.1.0 (/source) Oct 11 07:48:12.396 INFO kablam! warning: variable does not need to be mutable Oct 11 07:48:12.396 INFO kablam! --> src/solutions/eight.rs:26:7 Oct 11 07:48:12.396 INFO kablam! | Oct 11 07:48:12.396 INFO kablam! 26 | let mut registers = &mut self.registers; Oct 11 07:48:12.396 INFO kablam! | ----^^^^^^^^^ Oct 11 07:48:12.396 INFO kablam! | | Oct 11 07:48:12.396 INFO kablam! | help: remove this `mut` Oct 11 07:48:12.396 INFO kablam! | Oct 11 07:48:12.396 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 07:48:12.396 INFO kablam! Oct 11 07:48:12.412 INFO kablam! warning: variable does not need to be mutable Oct 11 07:48:12.412 INFO kablam! --> src/solutions/ten.rs:31:7 Oct 11 07:48:12.412 INFO kablam! | Oct 11 07:48:12.412 INFO kablam! 31 | let mut n = &mut self.nodes; Oct 11 07:48:12.412 INFO kablam! | ----^ Oct 11 07:48:12.412 INFO kablam! | | Oct 11 07:48:12.412 INFO kablam! | help: remove this `mut` Oct 11 07:48:12.412 INFO kablam! Oct 11 07:48:12.501 INFO kablam! warning: variable does not need to be mutable Oct 11 07:48:12.501 INFO kablam! --> src/solutions/twenty.rs:116:7 Oct 11 07:48:12.501 INFO kablam! | Oct 11 07:48:12.501 INFO kablam! 116 | let mut particles = &mut self.particles; Oct 11 07:48:12.501 INFO kablam! | ----^^^^^^^^^ Oct 11 07:48:12.501 INFO kablam! | | Oct 11 07:48:12.501 INFO kablam! | help: remove this `mut` Oct 11 07:48:12.501 INFO kablam! Oct 11 07:48:12.516 INFO kablam! warning: variable does not need to be mutable Oct 11 07:48:12.516 INFO kablam! --> src/solutions/twenty_one.rs:50:7 Oct 11 07:48:12.516 INFO kablam! | Oct 11 07:48:12.516 INFO kablam! 50 | let mut data = &mut self.data; Oct 11 07:48:12.516 INFO kablam! | ----^^^^ Oct 11 07:48:12.516 INFO kablam! | | Oct 11 07:48:12.516 INFO kablam! | help: remove this `mut` Oct 11 07:48:12.516 INFO kablam! Oct 11 07:48:12.593 INFO kablam! warning: struct is never constructed: `Solution` Oct 11 07:48:12.593 INFO kablam! --> src/solutions/six.rs:4:1 Oct 11 07:48:12.593 INFO kablam! | Oct 11 07:48:12.593 INFO kablam! 4 | pub struct Solution { } Oct 11 07:48:12.593 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 07:48:12.593 INFO kablam! | Oct 11 07:48:12.593 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 07:48:12.593 INFO kablam! Oct 11 07:48:12.593 INFO kablam! warning: struct is never constructed: `Solution` Oct 11 07:48:12.593 INFO kablam! --> src/solutions/seven.rs:4:1 Oct 11 07:48:12.593 INFO kablam! | Oct 11 07:48:12.593 INFO kablam! 4 | pub struct Solution { } Oct 11 07:48:12.593 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 07:48:12.593 INFO kablam! Oct 11 07:48:12.593 INFO kablam! warning: struct is never constructed: `Solution` Oct 11 07:48:12.593 INFO kablam! --> src/solutions/eight.rs:4:1 Oct 11 07:48:12.593 INFO kablam! | Oct 11 07:48:12.593 INFO kablam! 4 | pub struct Solution { } Oct 11 07:48:12.593 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 07:48:12.593 INFO kablam! Oct 11 07:48:12.593 INFO kablam! warning: struct is never constructed: `Solution` Oct 11 07:48:12.593 INFO kablam! --> src/solutions/nine.rs:53:1 Oct 11 07:48:12.593 INFO kablam! | Oct 11 07:48:12.593 INFO kablam! 53 | pub struct Solution { } Oct 11 07:48:12.593 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 07:48:12.593 INFO kablam! Oct 11 07:48:12.593 INFO kablam! warning: struct is never constructed: `Solution` Oct 11 07:48:12.593 INFO kablam! --> src/solutions/ten.rs:3:1 Oct 11 07:48:12.593 INFO kablam! | Oct 11 07:48:12.593 INFO kablam! 3 | pub struct Solution { } Oct 11 07:48:12.593 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 07:48:12.593 INFO kablam! Oct 11 07:48:12.593 INFO kablam! warning: struct is never constructed: `Solution` Oct 11 07:48:12.593 INFO kablam! --> src/solutions/eleven.rs:4:1 Oct 11 07:48:12.593 INFO kablam! | Oct 11 07:48:12.593 INFO kablam! 4 | pub struct Solution { } Oct 11 07:48:12.593 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 07:48:12.593 INFO kablam! Oct 11 07:48:12.593 INFO kablam! warning: struct is never constructed: `Solution` Oct 11 07:48:12.593 INFO kablam! --> src/solutions/twelve.rs:5:1 Oct 11 07:48:12.594 INFO kablam! | Oct 11 07:48:12.594 INFO kablam! 5 | pub struct Solution { } Oct 11 07:48:12.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 07:48:12.594 INFO kablam! Oct 11 07:48:12.594 INFO kablam! warning: struct is never constructed: `Solution` Oct 11 07:48:12.594 INFO kablam! --> src/solutions/thirteen.rs:4:1 Oct 11 07:48:12.594 INFO kablam! | Oct 11 07:48:12.594 INFO kablam! 4 | pub struct Solution { } Oct 11 07:48:12.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 07:48:12.594 INFO kablam! Oct 11 07:48:12.594 INFO kablam! warning: struct is never constructed: `Solution` Oct 11 07:48:12.594 INFO kablam! --> src/solutions/fourteen.rs:4:1 Oct 11 07:48:12.594 INFO kablam! | Oct 11 07:48:12.594 INFO kablam! 4 | pub struct Solution { } Oct 11 07:48:12.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 07:48:12.594 INFO kablam! Oct 11 07:48:12.594 INFO kablam! warning: struct is never constructed: `Solution` Oct 11 07:48:12.594 INFO kablam! --> src/solutions/fifteen.rs:3:1 Oct 11 07:48:12.594 INFO kablam! | Oct 11 07:48:12.594 INFO kablam! 3 | pub struct Solution { } Oct 11 07:48:12.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 07:48:12.594 INFO kablam! Oct 11 07:48:12.594 INFO kablam! warning: struct is never constructed: `Solution` Oct 11 07:48:12.594 INFO kablam! --> src/solutions/sixteen.rs:3:1 Oct 11 07:48:12.594 INFO kablam! | Oct 11 07:48:12.594 INFO kablam! 3 | pub struct Solution { } Oct 11 07:48:12.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 07:48:12.594 INFO kablam! Oct 11 07:48:12.594 INFO kablam! warning: struct is never constructed: `Solution` Oct 11 07:48:12.594 INFO kablam! --> src/solutions/seventeen.rs:3:1 Oct 11 07:48:12.594 INFO kablam! | Oct 11 07:48:12.594 INFO kablam! 3 | pub struct Solution { } Oct 11 07:48:12.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 07:48:12.594 INFO kablam! Oct 11 07:48:12.594 INFO kablam! warning: struct is never constructed: `Solution` Oct 11 07:48:12.594 INFO kablam! --> src/solutions/eighteen.rs:6:1 Oct 11 07:48:12.594 INFO kablam! | Oct 11 07:48:12.594 INFO kablam! 6 | pub struct Solution { } Oct 11 07:48:12.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 07:48:12.594 INFO kablam! Oct 11 07:48:12.594 INFO kablam! warning: struct is never constructed: `Solution` Oct 11 07:48:12.594 INFO kablam! --> src/solutions/nineteen.rs:3:1 Oct 11 07:48:12.594 INFO kablam! | Oct 11 07:48:12.594 INFO kablam! 3 | pub struct Solution { } Oct 11 07:48:12.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 07:48:12.594 INFO kablam! Oct 11 07:48:12.594 INFO kablam! warning: struct is never constructed: `Solution` Oct 11 07:48:12.594 INFO kablam! --> src/solutions/twenty.rs:12:1 Oct 11 07:48:12.594 INFO kablam! | Oct 11 07:48:12.594 INFO kablam! 12 | pub struct Solution { } Oct 11 07:48:12.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 07:48:12.594 INFO kablam! Oct 11 07:48:12.594 INFO kablam! warning: struct is never constructed: `Solution` Oct 11 07:48:12.594 INFO kablam! --> src/solutions/twenty_one.rs:6:1 Oct 11 07:48:12.594 INFO kablam! | Oct 11 07:48:12.594 INFO kablam! 6 | pub struct Solution { } Oct 11 07:48:12.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 07:48:12.594 INFO kablam! Oct 11 07:48:12.594 INFO kablam! warning: struct is never constructed: `Solution` Oct 11 07:48:12.594 INFO kablam! --> src/solutions/twenty_two.rs:4:1 Oct 11 07:48:12.594 INFO kablam! | Oct 11 07:48:12.594 INFO kablam! 4 | pub struct Solution { } Oct 11 07:48:12.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 07:48:12.594 INFO kablam! Oct 11 07:48:12.594 INFO kablam! warning: struct is never constructed: `Solution` Oct 11 07:48:12.594 INFO kablam! --> src/solutions/twenty_three.rs:161:1 Oct 11 07:48:12.594 INFO kablam! | Oct 11 07:48:12.594 INFO kablam! 161 | pub struct Solution { } Oct 11 07:48:12.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 07:48:12.594 INFO kablam! Oct 11 07:48:13.448 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.50s Oct 11 07:48:13.448 INFO kablam! su: No module specific data is present Oct 11 07:48:13.821 INFO running `"docker" "rm" "-f" "d819785f321f26aed1a64ae2d60d83433afee1bf52e0201041b46daa1b6aca04"` Oct 11 07:48:13.949 INFO blam! d819785f321f26aed1a64ae2d60d83433afee1bf52e0201041b46daa1b6aca04 Oct 11 07:48:13.958 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 07:48:13.960 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 07:48:14.232 INFO blam! 3aa5b36c76c67c6777550ee28adc766f9ecab03b5e9dfdeac50fcc8ff9b62a08 Oct 11 07:48:14.244 INFO running `"docker" "start" "-a" "3aa5b36c76c67c6777550ee28adc766f9ecab03b5e9dfdeac50fcc8ff9b62a08"` Oct 11 07:48:14.924 INFO kablam! usermod: no changes Oct 11 07:48:15.004 INFO kablam! Compiling advent-of-code v0.1.0 (/source) Oct 11 07:48:17.733 INFO kablam! warning: variable does not need to be mutable Oct 11 07:48:17.733 INFO kablam! --> src/solutions/eight.rs:26:7 Oct 11 07:48:17.733 INFO kablam! | Oct 11 07:48:17.734 INFO kablam! 26 | let mut registers = &mut self.registers; Oct 11 07:48:17.734 INFO kablam! | ----^^^^^^^^^ Oct 11 07:48:17.734 INFO kablam! | | Oct 11 07:48:17.734 INFO kablam! | help: remove this `mut` Oct 11 07:48:17.734 INFO kablam! | Oct 11 07:48:17.735 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 07:48:17.735 INFO kablam! Oct 11 07:48:17.741 INFO kablam! warning: variable does not need to be mutable Oct 11 07:48:17.741 INFO kablam! --> src/solutions/ten.rs:31:7 Oct 11 07:48:17.742 INFO kablam! | Oct 11 07:48:17.742 INFO kablam! 31 | let mut n = &mut self.nodes; Oct 11 07:48:17.742 INFO kablam! | ----^ Oct 11 07:48:17.743 INFO kablam! | | Oct 11 07:48:17.743 INFO kablam! | help: remove this `mut` Oct 11 07:48:17.743 INFO kablam! Oct 11 07:48:17.837 INFO kablam! warning: variable does not need to be mutable Oct 11 07:48:17.837 INFO kablam! --> src/solutions/twenty.rs:116:7 Oct 11 07:48:17.837 INFO kablam! | Oct 11 07:48:17.838 INFO kablam! 116 | let mut particles = &mut self.particles; Oct 11 07:48:17.838 INFO kablam! | ----^^^^^^^^^ Oct 11 07:48:17.838 INFO kablam! | | Oct 11 07:48:17.839 INFO kablam! | help: remove this `mut` Oct 11 07:48:17.839 INFO kablam! Oct 11 07:48:17.851 INFO kablam! warning: variable does not need to be mutable Oct 11 07:48:17.852 INFO kablam! --> src/solutions/twenty_one.rs:50:7 Oct 11 07:48:17.852 INFO kablam! | Oct 11 07:48:17.852 INFO kablam! 50 | let mut data = &mut self.data; Oct 11 07:48:17.853 INFO kablam! | ----^^^^ Oct 11 07:48:17.853 INFO kablam! | | Oct 11 07:48:17.854 INFO kablam! | help: remove this `mut` Oct 11 07:48:17.854 INFO kablam! Oct 11 07:48:17.921 INFO kablam! warning: struct is never constructed: `Solution` Oct 11 07:48:17.921 INFO kablam! --> src/solutions/six.rs:4:1 Oct 11 07:48:17.922 INFO kablam! | Oct 11 07:48:17.922 INFO kablam! 4 | pub struct Solution { } Oct 11 07:48:17.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 07:48:17.923 INFO kablam! | Oct 11 07:48:17.923 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 07:48:17.923 INFO kablam! Oct 11 07:48:17.924 INFO kablam! warning: struct is never constructed: `Solution` Oct 11 07:48:17.924 INFO kablam! --> src/solutions/seven.rs:4:1 Oct 11 07:48:17.924 INFO kablam! | Oct 11 07:48:17.925 INFO kablam! 4 | pub struct Solution { } Oct 11 07:48:17.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 07:48:17.925 INFO kablam! Oct 11 07:48:17.925 INFO kablam! warning: struct is never constructed: `Solution` Oct 11 07:48:17.926 INFO kablam! --> src/solutions/eight.rs:4:1 Oct 11 07:48:17.926 INFO kablam! | Oct 11 07:48:17.926 INFO kablam! 4 | pub struct Solution { } Oct 11 07:48:17.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 07:48:17.927 INFO kablam! Oct 11 07:48:17.927 INFO kablam! warning: struct is never constructed: `Solution` Oct 11 07:48:17.928 INFO kablam! --> src/solutions/nine.rs:53:1 Oct 11 07:48:17.928 INFO kablam! | Oct 11 07:48:17.928 INFO kablam! 53 | pub struct Solution { } Oct 11 07:48:17.929 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 07:48:17.929 INFO kablam! Oct 11 07:48:17.929 INFO kablam! warning: struct is never constructed: `Solution` Oct 11 07:48:17.930 INFO kablam! --> src/solutions/ten.rs:3:1 Oct 11 07:48:17.930 INFO kablam! | Oct 11 07:48:17.930 INFO kablam! 3 | pub struct Solution { } Oct 11 07:48:17.931 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 07:48:17.931 INFO kablam! Oct 11 07:48:17.931 INFO kablam! warning: struct is never constructed: `Solution` Oct 11 07:48:17.932 INFO kablam! --> src/solutions/eleven.rs:4:1 Oct 11 07:48:17.932 INFO kablam! | Oct 11 07:48:17.932 INFO kablam! 4 | pub struct Solution { } Oct 11 07:48:17.933 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 07:48:17.933 INFO kablam! Oct 11 07:48:17.933 INFO kablam! warning: struct is never constructed: `Solution` Oct 11 07:48:17.934 INFO kablam! --> src/solutions/twelve.rs:5:1 Oct 11 07:48:17.934 INFO kablam! | Oct 11 07:48:17.934 INFO kablam! 5 | pub struct Solution { } Oct 11 07:48:17.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 07:48:17.940 INFO kablam! Oct 11 07:48:17.940 INFO kablam! warning: struct is never constructed: `Solution` Oct 11 07:48:17.940 INFO kablam! --> src/solutions/thirteen.rs:4:1 Oct 11 07:48:17.940 INFO kablam! | Oct 11 07:48:17.940 INFO kablam! 4 | pub struct Solution { } Oct 11 07:48:17.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 07:48:17.940 INFO kablam! Oct 11 07:48:17.940 INFO kablam! warning: struct is never constructed: `Solution` Oct 11 07:48:17.940 INFO kablam! --> src/solutions/fourteen.rs:4:1 Oct 11 07:48:17.940 INFO kablam! | Oct 11 07:48:17.940 INFO kablam! 4 | pub struct Solution { } Oct 11 07:48:17.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 07:48:17.940 INFO kablam! Oct 11 07:48:17.940 INFO kablam! warning: struct is never constructed: `Solution` Oct 11 07:48:17.940 INFO kablam! --> src/solutions/fifteen.rs:3:1 Oct 11 07:48:17.940 INFO kablam! | Oct 11 07:48:17.940 INFO kablam! 3 | pub struct Solution { } Oct 11 07:48:17.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 07:48:17.940 INFO kablam! Oct 11 07:48:17.940 INFO kablam! warning: struct is never constructed: `Solution` Oct 11 07:48:17.940 INFO kablam! --> src/solutions/sixteen.rs:3:1 Oct 11 07:48:17.940 INFO kablam! | Oct 11 07:48:17.940 INFO kablam! 3 | pub struct Solution { } Oct 11 07:48:17.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 07:48:17.940 INFO kablam! Oct 11 07:48:17.940 INFO kablam! warning: struct is never constructed: `Solution` Oct 11 07:48:17.940 INFO kablam! --> src/solutions/seventeen.rs:3:1 Oct 11 07:48:17.940 INFO kablam! | Oct 11 07:48:17.940 INFO kablam! 3 | pub struct Solution { } Oct 11 07:48:17.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 07:48:17.940 INFO kablam! Oct 11 07:48:17.940 INFO kablam! warning: struct is never constructed: `Solution` Oct 11 07:48:17.940 INFO kablam! --> src/solutions/eighteen.rs:6:1 Oct 11 07:48:17.940 INFO kablam! | Oct 11 07:48:17.940 INFO kablam! 6 | pub struct Solution { } Oct 11 07:48:17.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 07:48:17.940 INFO kablam! Oct 11 07:48:17.940 INFO kablam! warning: struct is never constructed: `Solution` Oct 11 07:48:17.940 INFO kablam! --> src/solutions/nineteen.rs:3:1 Oct 11 07:48:17.940 INFO kablam! | Oct 11 07:48:17.940 INFO kablam! 3 | pub struct Solution { } Oct 11 07:48:17.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 07:48:17.940 INFO kablam! Oct 11 07:48:17.940 INFO kablam! warning: struct is never constructed: `Solution` Oct 11 07:48:17.940 INFO kablam! --> src/solutions/twenty.rs:12:1 Oct 11 07:48:17.940 INFO kablam! | Oct 11 07:48:17.940 INFO kablam! 12 | pub struct Solution { } Oct 11 07:48:17.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 07:48:17.940 INFO kablam! Oct 11 07:48:17.940 INFO kablam! warning: struct is never constructed: `Solution` Oct 11 07:48:17.940 INFO kablam! --> src/solutions/twenty_one.rs:6:1 Oct 11 07:48:17.940 INFO kablam! | Oct 11 07:48:17.940 INFO kablam! 6 | pub struct Solution { } Oct 11 07:48:17.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 07:48:17.940 INFO kablam! Oct 11 07:48:17.940 INFO kablam! warning: struct is never constructed: `Solution` Oct 11 07:48:17.940 INFO kablam! --> src/solutions/twenty_two.rs:4:1 Oct 11 07:48:17.940 INFO kablam! | Oct 11 07:48:17.940 INFO kablam! 4 | pub struct Solution { } Oct 11 07:48:17.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 07:48:17.940 INFO kablam! Oct 11 07:48:17.940 INFO kablam! warning: struct is never constructed: `Solution` Oct 11 07:48:17.940 INFO kablam! --> src/solutions/twenty_three.rs:161:1 Oct 11 07:48:17.940 INFO kablam! | Oct 11 07:48:17.940 INFO kablam! 161 | pub struct Solution { } Oct 11 07:48:17.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 07:48:17.940 INFO kablam! Oct 11 07:48:18.347 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.39s Oct 11 07:48:18.350 INFO kablam! su: No module specific data is present Oct 11 07:48:18.738 INFO running `"docker" "rm" "-f" "3aa5b36c76c67c6777550ee28adc766f9ecab03b5e9dfdeac50fcc8ff9b62a08"` Oct 11 07:48:18.828 INFO blam! 3aa5b36c76c67c6777550ee28adc766f9ecab03b5e9dfdeac50fcc8ff9b62a08 Oct 11 07:48:18.833 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 07:48:18.834 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 07:48:19.086 INFO blam! 34540a277b8c43a459e75bbe3590e8d2c89caeab863b74fd550a6b07525cdcb4 Oct 11 07:48:19.089 INFO running `"docker" "start" "-a" "34540a277b8c43a459e75bbe3590e8d2c89caeab863b74fd550a6b07525cdcb4"` Oct 11 07:48:19.516 INFO kablam! usermod: no changes Oct 11 07:48:19.570 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 11 07:48:19.592 INFO kablam! Running /target/debug/deps/advent_of_code-ff549989f329970e Oct 11 07:48:19.611 INFO blam! Oct 11 07:48:19.611 INFO blam! running 0 tests Oct 11 07:48:19.611 INFO blam! Oct 11 07:48:19.611 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:48:19.611 INFO blam! Oct 11 07:48:19.616 INFO kablam! su: No module specific data is present Oct 11 07:48:19.961 INFO running `"docker" "rm" "-f" "34540a277b8c43a459e75bbe3590e8d2c89caeab863b74fd550a6b07525cdcb4"` Oct 11 07:48:20.057 INFO blam! 34540a277b8c43a459e75bbe3590e8d2c89caeab863b74fd550a6b07525cdcb4