Oct 10 20:52:42.471 INFO testing jmacmahon/advent-of-code-2016 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 20:52:42.471 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 20:52:42.473 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 10 20:52:42.803 INFO blam! 2ccda4e0f350cd911f067a2f17692f140a5e92816b076aff1867b937f51d7635 Oct 10 20:52:42.807 INFO running `"docker" "start" "-a" "2ccda4e0f350cd911f067a2f17692f140a5e92816b076aff1867b937f51d7635"` Oct 10 20:52:44.021 INFO kablam! usermod: no changes Oct 10 20:52:44.047 INFO kablam! Compiling advent-of-code v0.1.0 (/source) Oct 10 20:52:44.830 INFO kablam! warning: constant item is never used: `INPUT` Oct 10 20:52:44.830 INFO kablam! --> src/day01/mod.rs:1:1 Oct 10 20:52:44.830 INFO kablam! | Oct 10 20:52:44.832 INFO kablam! 1 | const INPUT: &'static str = "R2, L3, R2, R4, L2, L1, R2, R4, R1, L4, L5, R5, R5, R2, R2, R1, L2, L3, L2, L1, R3, L5, R187, R1, R4, L1, R5, L3, L4, R50, L4, R2, R70, L3, L2, R4, R3, R194, L3, L4, L4, L3, L4, R4, R5, L1, L5, L4, R1, L2, R4, L5, L3, R4, L5, L5, R5, R3, R5, L2, L4, R4, L1, R3, R1, L1, L2, R2, R2, L3, R3, R2, R5, R2, R5, L3, R2, L5, R1, R2, R2, L4, L5, L1, L4, R4, R3, R1, R2, L1, L2, R4, R5, L2, R3, L4, L5, L5, L4, R4, L2, R1, R1, L2, L3, L2, R2, L4, R3, R2, L1, L3, L2, L4, L4, R2, L3, L3, R2, L4, L3, R4, R3, L2, L1, L4, R4, R2, L4, L4, L5, L1, R2, L5, L2, L3, R2, L2"; Oct 10 20:52:44.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:52:44.833 INFO kablam! | Oct 10 20:52:44.833 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 20:52:44.833 INFO kablam! Oct 10 20:52:44.833 INFO kablam! warning: enum is never used: `Direction` Oct 10 20:52:44.834 INFO kablam! --> src/day01/mod.rs:7:1 Oct 10 20:52:44.834 INFO kablam! | Oct 10 20:52:44.834 INFO kablam! 7 | enum Direction { L, R } Oct 10 20:52:44.835 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 20:52:44.835 INFO kablam! Oct 10 20:52:44.835 INFO kablam! warning: struct is never constructed: `Step` Oct 10 20:52:44.836 INFO kablam! --> src/day01/mod.rs:10:1 Oct 10 20:52:44.836 INFO kablam! | Oct 10 20:52:44.836 INFO kablam! 10 | struct Step { Oct 10 20:52:44.836 INFO kablam! | ^^^^^^^^^^^ Oct 10 20:52:44.837 INFO kablam! Oct 10 20:52:44.837 INFO kablam! warning: enum is never used: `CompassPoint` Oct 10 20:52:44.837 INFO kablam! --> src/day01/mod.rs:16:1 Oct 10 20:52:44.837 INFO kablam! | Oct 10 20:52:44.838 INFO kablam! 16 | enum CompassPoint { N, E, S, W } Oct 10 20:52:44.838 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 20:52:44.838 INFO kablam! Oct 10 20:52:44.839 INFO kablam! warning: struct is never constructed: `Position` Oct 10 20:52:44.839 INFO kablam! --> src/day01/mod.rs:19:1 Oct 10 20:52:44.839 INFO kablam! | Oct 10 20:52:44.840 INFO kablam! 19 | struct Position { Oct 10 20:52:44.840 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 20:52:44.840 INFO kablam! Oct 10 20:52:44.840 INFO kablam! warning: function is never used: `main` Oct 10 20:52:44.841 INFO kablam! --> src/day01/mod.rs:25:1 Oct 10 20:52:44.841 INFO kablam! | Oct 10 20:52:44.841 INFO kablam! 25 | pub fn main() { Oct 10 20:52:44.842 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 20:52:44.842 INFO kablam! Oct 10 20:52:44.842 INFO kablam! warning: function is never used: `apply_to_position` Oct 10 20:52:44.843 INFO kablam! --> src/day01/mod.rs:39:1 Oct 10 20:52:44.843 INFO kablam! | Oct 10 20:52:44.843 INFO kablam! 39 | fn apply_to_position(position: &mut Position, step: &Step) { Oct 10 20:52:44.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:52:44.844 INFO kablam! Oct 10 20:52:44.844 INFO kablam! warning: function is never used: `parse_step` Oct 10 20:52:44.844 INFO kablam! --> src/day01/mod.rs:63:1 Oct 10 20:52:44.845 INFO kablam! | Oct 10 20:52:44.845 INFO kablam! 63 | fn parse_step(step_str: &str) -> Option { Oct 10 20:52:44.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:52:44.845 INFO kablam! Oct 10 20:52:44.846 INFO kablam! warning: constant item is never used: `INPUT` Oct 10 20:52:44.846 INFO kablam! --> src/day02/mod.rs:1:1 Oct 10 20:52:44.846 INFO kablam! | Oct 10 20:52:44.847 INFO kablam! 1 | / const INPUT: &'static [&'static str] = &[ Oct 10 20:52:44.847 INFO kablam! 2 | | r#"ULL Oct 10 20:52:44.847 INFO kablam! 3 | | RRDDD Oct 10 20:52:44.848 INFO kablam! 4 | | LURDL Oct 10 20:52:44.852 INFO kablam! ... | Oct 10 20:52:44.853 INFO kablam! 10 | | DRRDRRURURUDDDRULRUDLDLDULRLDURURUUURURLURURDDDDRULUDLDDRDDUDULRUUULRDUDULURLRULRDDLDUDLDLULRULDRRLUDLLLLURUDUDLLDLDRLRUUULRDDLUURDRRDLUDUDRULRRDDRRLDUDLLDLURLRDLRUUDLDULURDDUUDDLRDLUURLDLRLRDLLRUDRDUURDDLDDLURRDDRDRURULURRLRLDURLRRUUUDDUUDRDRULRDLURLDDDRURUDRULDURUUUUDULURUDDDDUURULULDRURRDRDURUUURURLLDRDLDLRDDULDRLLDUDUDDLRLLRLRUUDLUDDULRLDLLRLUUDLLLUUDULRDULDLRRLDDDDUDDRRRDDRDDUDRLLLDLLDLLRDLDRDLUDRRRLDDRLUDLRLDRUURUDURDLRDDULRLDUUUDRLLDRLDLLDLDRRRLLULLUDDDLRUDULDDDLDRRLLRDDLDUULRDLRRLRLLRUUULLRDUDLRURRRUULLULLLRRURLRDULLLRLDUUUDDRLRLUURRLUUUDURLRDURRDUDDUDDRDDRUD"#, Oct 10 20:52:44.853 INFO kablam! 11 | | ]; Oct 10 20:52:44.854 INFO kablam! | |__^ Oct 10 20:52:44.854 INFO kablam! Oct 10 20:52:44.854 INFO kablam! warning: constant item is never used: `INDEX` Oct 10 20:52:44.854 INFO kablam! --> src/day02/mod.rs:13:1 Oct 10 20:52:44.855 INFO kablam! | Oct 10 20:52:44.855 INFO kablam! 13 | const INDEX: usize = 1; Oct 10 20:52:44.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:52:44.856 INFO kablam! Oct 10 20:52:44.856 INFO kablam! warning: constant item is never used: `KEYPAD` Oct 10 20:52:44.856 INFO kablam! --> src/day02/mod.rs:15:1 Oct 10 20:52:44.857 INFO kablam! | Oct 10 20:52:44.857 INFO kablam! 15 | / const KEYPAD: [[char; 5]; 5] = [ Oct 10 20:52:44.857 INFO kablam! 16 | | [' ', ' ', '1', ' ', ' '], Oct 10 20:52:44.857 INFO kablam! 17 | | [' ', '2', '3', '4', ' '], Oct 10 20:52:44.857 INFO kablam! 18 | | ['5', '6', '7', '8', '9'], Oct 10 20:52:44.857 INFO kablam! 19 | | [' ', 'A', 'B', 'C', ' '], Oct 10 20:52:44.857 INFO kablam! 20 | | [' ', ' ', 'D', ' ', ' '], Oct 10 20:52:44.857 INFO kablam! 21 | | ]; Oct 10 20:52:44.857 INFO kablam! | |__^ Oct 10 20:52:44.857 INFO kablam! Oct 10 20:52:44.857 INFO kablam! warning: function is never used: `main` Oct 10 20:52:44.857 INFO kablam! --> src/day02/mod.rs:23:1 Oct 10 20:52:44.857 INFO kablam! | Oct 10 20:52:44.857 INFO kablam! 23 | pub fn main() { Oct 10 20:52:44.857 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 20:52:44.857 INFO kablam! Oct 10 20:52:44.857 INFO kablam! warning: function is never used: `get_next_button_part2` Oct 10 20:52:44.857 INFO kablam! --> src/day02/mod.rs:32:1 Oct 10 20:52:44.857 INFO kablam! | Oct 10 20:52:44.857 INFO kablam! 32 | fn get_next_button_part2(pos: &mut (usize, usize), line: &str) { Oct 10 20:52:44.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:52:44.857 INFO kablam! Oct 10 20:52:45.596 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.56s Oct 10 20:52:45.596 INFO kablam! su: No module specific data is present Oct 10 20:52:46.146 INFO running `"docker" "rm" "-f" "2ccda4e0f350cd911f067a2f17692f140a5e92816b076aff1867b937f51d7635"` Oct 10 20:52:46.392 INFO blam! 2ccda4e0f350cd911f067a2f17692f140a5e92816b076aff1867b937f51d7635 Oct 10 20:52:46.398 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 20:52:46.400 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 10 20:52:46.828 INFO blam! e2c6c3ef5e99fbb8e8d35be9e28b4cc798236ee6ce7f80c9edd53a9889af5551 Oct 10 20:52:46.834 INFO running `"docker" "start" "-a" "e2c6c3ef5e99fbb8e8d35be9e28b4cc798236ee6ce7f80c9edd53a9889af5551"` Oct 10 20:52:47.593 INFO kablam! usermod: no changes Oct 10 20:52:47.629 INFO kablam! Compiling advent-of-code v0.1.0 (/source) Oct 10 20:52:48.431 INFO kablam! warning: constant item is never used: `INPUT` Oct 10 20:52:48.431 INFO kablam! --> src/day01/mod.rs:1:1 Oct 10 20:52:48.431 INFO kablam! | Oct 10 20:52:48.431 INFO kablam! 1 | const INPUT: &'static str = "R2, L3, R2, R4, L2, L1, R2, R4, R1, L4, L5, R5, R5, R2, R2, R1, L2, L3, L2, L1, R3, L5, R187, R1, R4, L1, R5, L3, L4, R50, L4, R2, R70, L3, L2, R4, R3, R194, L3, L4, L4, L3, L4, R4, R5, L1, L5, L4, R1, L2, R4, L5, L3, R4, L5, L5, R5, R3, R5, L2, L4, R4, L1, R3, R1, L1, L2, R2, R2, L3, R3, R2, R5, R2, R5, L3, R2, L5, R1, R2, R2, L4, L5, L1, L4, R4, R3, R1, R2, L1, L2, R4, R5, L2, R3, L4, L5, L5, L4, R4, L2, R1, R1, L2, L3, L2, R2, L4, R3, R2, L1, L3, L2, L4, L4, R2, L3, L3, R2, L4, L3, R4, R3, L2, L1, L4, R4, R2, L4, L4, L5, L1, R2, L5, L2, L3, R2, L2"; Oct 10 20:52:48.432 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:52:48.432 INFO kablam! | Oct 10 20:52:48.432 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 20:52:48.432 INFO kablam! Oct 10 20:52:48.432 INFO kablam! warning: enum is never used: `Direction` Oct 10 20:52:48.432 INFO kablam! --> src/day01/mod.rs:7:1 Oct 10 20:52:48.432 INFO kablam! | Oct 10 20:52:48.432 INFO kablam! 7 | enum Direction { L, R } Oct 10 20:52:48.432 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 20:52:48.432 INFO kablam! Oct 10 20:52:48.432 INFO kablam! warning: struct is never constructed: `Step` Oct 10 20:52:48.432 INFO kablam! --> src/day01/mod.rs:10:1 Oct 10 20:52:48.432 INFO kablam! | Oct 10 20:52:48.432 INFO kablam! 10 | struct Step { Oct 10 20:52:48.432 INFO kablam! | ^^^^^^^^^^^ Oct 10 20:52:48.432 INFO kablam! Oct 10 20:52:48.432 INFO kablam! warning: enum is never used: `CompassPoint` Oct 10 20:52:48.432 INFO kablam! --> src/day01/mod.rs:16:1 Oct 10 20:52:48.432 INFO kablam! | Oct 10 20:52:48.432 INFO kablam! 16 | enum CompassPoint { N, E, S, W } Oct 10 20:52:48.432 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 20:52:48.432 INFO kablam! Oct 10 20:52:48.432 INFO kablam! warning: struct is never constructed: `Position` Oct 10 20:52:48.432 INFO kablam! --> src/day01/mod.rs:19:1 Oct 10 20:52:48.432 INFO kablam! | Oct 10 20:52:48.432 INFO kablam! 19 | struct Position { Oct 10 20:52:48.432 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 20:52:48.432 INFO kablam! Oct 10 20:52:48.432 INFO kablam! warning: function is never used: `main` Oct 10 20:52:48.432 INFO kablam! --> src/day01/mod.rs:25:1 Oct 10 20:52:48.432 INFO kablam! | Oct 10 20:52:48.432 INFO kablam! 25 | pub fn main() { Oct 10 20:52:48.432 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 20:52:48.432 INFO kablam! Oct 10 20:52:48.432 INFO kablam! warning: function is never used: `apply_to_position` Oct 10 20:52:48.432 INFO kablam! --> src/day01/mod.rs:39:1 Oct 10 20:52:48.432 INFO kablam! | Oct 10 20:52:48.432 INFO kablam! 39 | fn apply_to_position(position: &mut Position, step: &Step) { Oct 10 20:52:48.432 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:52:48.432 INFO kablam! Oct 10 20:52:48.432 INFO kablam! warning: function is never used: `parse_step` Oct 10 20:52:48.432 INFO kablam! --> src/day01/mod.rs:63:1 Oct 10 20:52:48.432 INFO kablam! | Oct 10 20:52:48.432 INFO kablam! 63 | fn parse_step(step_str: &str) -> Option { Oct 10 20:52:48.432 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:52:48.432 INFO kablam! Oct 10 20:52:48.432 INFO kablam! warning: constant item is never used: `INPUT` Oct 10 20:52:48.432 INFO kablam! --> src/day02/mod.rs:1:1 Oct 10 20:52:48.432 INFO kablam! | Oct 10 20:52:48.432 INFO kablam! 1 | / const INPUT: &'static [&'static str] = &[ Oct 10 20:52:48.432 INFO kablam! 2 | | r#"ULL Oct 10 20:52:48.432 INFO kablam! 3 | | RRDDD Oct 10 20:52:48.432 INFO kablam! 4 | | LURDL Oct 10 20:52:48.432 INFO kablam! ... | Oct 10 20:52:48.432 INFO kablam! 10 | | DRRDRRURURUDDDRULRUDLDLDULRLDURURUUURURLURURDDDDRULUDLDDRDDUDULRUUULRDUDULURLRULRDDLDUDLDLULRULDRRLUDLLLLURUDUDLLDLDRLRUUULRDDLUURDRRDLUDUDRULRRDDRRLDUDLLDLURLRDLRUUDLDULURDDUUDDLRDLUURLDLRLRDLLRUDRDUURDDLDDLURRDDRDRURULURRLRLDURLRRUUUDDUUDRDRULRDLURLDDDRURUDRULDURUUUUDULURUDDDDUURULULDRURRDRDURUUURURLLDRDLDLRDDULDRLLDUDUDDLRLLRLRUUDLUDDULRLDLLRLUUDLLLUUDULRDULDLRRLDDDDUDDRRRDDRDDUDRLLLDLLDLLRDLDRDLUDRRRLDDRLUDLRLDRUURUDURDLRDDULRLDUUUDRLLDRLDLLDLDRRRLLULLUDDDLRUDULDDDLDRRLLRDDLDUULRDLRRLRLLRUUULLRDUDLRURRRUULLULLLRRURLRDULLLRLDUUUDDRLRLUURRLUUUDURLRDURRDUDDUDDRDDRUD"#, Oct 10 20:52:48.432 INFO kablam! 11 | | ]; Oct 10 20:52:48.432 INFO kablam! | |__^ Oct 10 20:52:48.432 INFO kablam! Oct 10 20:52:48.432 INFO kablam! warning: constant item is never used: `INDEX` Oct 10 20:52:48.432 INFO kablam! --> src/day02/mod.rs:13:1 Oct 10 20:52:48.432 INFO kablam! | Oct 10 20:52:48.432 INFO kablam! 13 | const INDEX: usize = 1; Oct 10 20:52:48.432 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:52:48.432 INFO kablam! Oct 10 20:52:48.432 INFO kablam! warning: constant item is never used: `KEYPAD` Oct 10 20:52:48.432 INFO kablam! --> src/day02/mod.rs:15:1 Oct 10 20:52:48.432 INFO kablam! | Oct 10 20:52:48.432 INFO kablam! 15 | / const KEYPAD: [[char; 5]; 5] = [ Oct 10 20:52:48.432 INFO kablam! 16 | | [' ', ' ', '1', ' ', ' '], Oct 10 20:52:48.432 INFO kablam! 17 | | [' ', '2', '3', '4', ' '], Oct 10 20:52:48.432 INFO kablam! 18 | | ['5', '6', '7', '8', '9'], Oct 10 20:52:48.432 INFO kablam! 19 | | [' ', 'A', 'B', 'C', ' '], Oct 10 20:52:48.432 INFO kablam! 20 | | [' ', ' ', 'D', ' ', ' '], Oct 10 20:52:48.432 INFO kablam! 21 | | ]; Oct 10 20:52:48.432 INFO kablam! | |__^ Oct 10 20:52:48.432 INFO kablam! Oct 10 20:52:48.432 INFO kablam! warning: function is never used: `main` Oct 10 20:52:48.432 INFO kablam! --> src/day02/mod.rs:23:1 Oct 10 20:52:48.432 INFO kablam! | Oct 10 20:52:48.432 INFO kablam! 23 | pub fn main() { Oct 10 20:52:48.432 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 20:52:48.432 INFO kablam! Oct 10 20:52:48.432 INFO kablam! warning: function is never used: `get_next_button_part2` Oct 10 20:52:48.432 INFO kablam! --> src/day02/mod.rs:32:1 Oct 10 20:52:48.432 INFO kablam! | Oct 10 20:52:48.432 INFO kablam! 32 | fn get_next_button_part2(pos: &mut (usize, usize), line: &str) { Oct 10 20:52:48.432 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:52:48.432 INFO kablam! Oct 10 20:52:48.821 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.20s Oct 10 20:52:48.823 INFO kablam! su: No module specific data is present Oct 10 20:52:49.306 INFO running `"docker" "rm" "-f" "e2c6c3ef5e99fbb8e8d35be9e28b4cc798236ee6ce7f80c9edd53a9889af5551"` Oct 10 20:52:49.597 INFO blam! e2c6c3ef5e99fbb8e8d35be9e28b4cc798236ee6ce7f80c9edd53a9889af5551 Oct 10 20:52:49.599 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 20:52:49.601 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 10 20:52:49.984 INFO blam! 8b23f85a8b3004b7ad79c68714958c3556d1654adc0cfdbd2450c1442a75cae2 Oct 10 20:52:49.986 INFO running `"docker" "start" "-a" "8b23f85a8b3004b7ad79c68714958c3556d1654adc0cfdbd2450c1442a75cae2"` Oct 10 20:52:50.483 INFO kablam! usermod: no changes Oct 10 20:52:50.513 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 10 20:52:50.514 INFO kablam! Running /target/debug/deps/advent_of_code-40cf251a4804ec86 Oct 10 20:52:50.516 INFO blam! Oct 10 20:52:50.516 INFO blam! running 0 tests Oct 10 20:52:50.516 INFO blam! Oct 10 20:52:50.516 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 20:52:50.516 INFO blam! Oct 10 20:52:50.518 INFO kablam! su: No module specific data is present Oct 10 20:52:50.900 INFO running `"docker" "rm" "-f" "8b23f85a8b3004b7ad79c68714958c3556d1654adc0cfdbd2450c1442a75cae2"` Oct 10 20:52:51.060 INFO blam! 8b23f85a8b3004b7ad79c68714958c3556d1654adc0cfdbd2450c1442a75cae2