[INFO] cloning repository https://github.com/triantium/aoc2021 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/triantium/aoc2021" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftriantium%2Faoc2021", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftriantium%2Faoc2021'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 113260edf33d24a099d34f8adb3b821fbeed0e25 [INFO] testing triantium/aoc2021 against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftriantium%2Faoc2021" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/triantium/aoc2021 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/triantium/aoc2021 [INFO] finished tweaking git repo https://github.com/triantium/aoc2021 [INFO] tweaked toml for git repo https://github.com/triantium/aoc2021 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/triantium/aoc2021 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] acc6d44db8564e271abad83160f078bd667424be1554d4e1147bcde80f5c551c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "acc6d44db8564e271abad83160f078bd667424be1554d4e1147bcde80f5c551c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "acc6d44db8564e271abad83160f078bd667424be1554d4e1147bcde80f5c551c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "acc6d44db8564e271abad83160f078bd667424be1554d4e1147bcde80f5c551c", kill_on_drop: false }` [INFO] [stdout] acc6d44db8564e271abad83160f078bd667424be1554d4e1147bcde80f5c551c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] affa86a09e8a3c548a7cfd172d5b3061a1c73f4d799b9ce58002a6048f04f4d5 [INFO] running `Command { std: "docker" "start" "-a" "affa86a09e8a3c548a7cfd172d5b3061a1c73f4d799b9ce58002a6048f04f4d5", kill_on_drop: false }` [INFO] [stderr] Compiling aoc2021 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `value` [INFO] [stdout] --> src/day4.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | value: i32, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Cell` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/day4.rs:5:16 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `marked` [INFO] [stdout] --> src/day4.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | marked: bool, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Cell` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/day4.rs:5:16 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `rows` [INFO] [stdout] --> src/day4.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | rows: [[Cell; 5]; 5], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BingoBoard` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/day4.rs:11:16 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/day4.rs:30:8 [INFO] [stdout] | [INFO] [stdout] 30 | fn new() -> BingoBoard { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_finished` [INFO] [stdout] --> src/day4.rs:39:8 [INFO] [stdout] | [INFO] [stdout] 39 | fn is_finished(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `check_row` [INFO] [stdout] --> src/day4.rs:44:8 [INFO] [stdout] | [INFO] [stdout] 44 | fn check_row(cells: &[Cell; 5]) -> bool { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `check_rows` [INFO] [stdout] --> src/day4.rs:52:8 [INFO] [stdout] | [INFO] [stdout] 52 | fn check_rows(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `check_columns` [INFO] [stdout] --> src/day4.rs:60:8 [INFO] [stdout] | [INFO] [stdout] 60 | fn check_columns(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `mark_value` [INFO] [stdout] --> src/day4.rs:75:8 [INFO] [stdout] | [INFO] [stdout] 75 | fn mark_value(&mut self, value: i32) -> bool { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `board_score` [INFO] [stdout] --> src/day4.rs:87:8 [INFO] [stdout] | [INFO] [stdout] 87 | fn board_score(&self) -> i32 { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `read_bingo_numbers` [INFO] [stdout] --> src/day4.rs:110:4 [INFO] [stdout] | [INFO] [stdout] 110 | fn read_bingo_numbers(line: &String) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `read_row_numbers` [INFO] [stdout] --> src/day4.rs:120:4 [INFO] [stdout] | [INFO] [stdout] 120 | fn read_row_numbers(line: &String) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `setup_boards` [INFO] [stdout] --> src/day4.rs:130:4 [INFO] [stdout] | [INFO] [stdout] 130 | fn setup_boards(lines: Vec) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `play_game` [INFO] [stdout] --> src/day4.rs:155:4 [INFO] [stdout] | [INFO] [stdout] 155 | fn play_game(bingo_numbers: Vec, boards: Vec) -> (i32, i32) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_result_1` [INFO] [stdout] --> src/day4.rs:172:4 [INFO] [stdout] | [INFO] [stdout] 172 | fn get_result_1(file: &str) -> i32 { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `x` [INFO] [stdout] --> src/day5.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | x: i32, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Point` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/day5.rs:3:16 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `y` [INFO] [stdout] --> src/day5.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | y: i32, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Point` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/day5.rs:3:16 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `a` [INFO] [stdout] --> src/day5.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | a: Point, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Line` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/day5.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `b` [INFO] [stdout] --> src/day5.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | b: Point, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Line` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/day5.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_horizontal` [INFO] [stdout] --> src/day5.rs:16:8 [INFO] [stdout] | [INFO] [stdout] 16 | fn is_horizontal(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_vertical` [INFO] [stdout] --> src/day5.rs:19:8 [INFO] [stdout] | [INFO] [stdout] 19 | fn is_vertical(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `points` [INFO] [stdout] --> src/day5.rs:23:8 [INFO] [stdout] | [INFO] [stdout] 23 | fn points(&self) -> Vec { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_result_1` [INFO] [stdout] --> src/day5.rs:101:4 [INFO] [stdout] | [INFO] [stdout] 101 | fn get_result_1(file: &str) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_result_2` [INFO] [stdout] --> src/day5.rs:124:4 [INFO] [stdout] | [INFO] [stdout] 124 | fn get_result_2(file: &str) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `read_lines` [INFO] [stdout] --> src/day5.rs:151:4 [INFO] [stdout] | [INFO] [stdout] 151 | fn read_lines(input: Vec) -> Vec { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `draw_lines` [INFO] [stdout] --> src/day5.rs:187:4 [INFO] [stdout] | [INFO] [stdout] 187 | fn draw_lines(lines: Vec) -> Vec> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `count` [INFO] [stdout] --> src/day6.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | count: u64, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `FishSchool` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/day6.rs:3:16 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `timer` [INFO] [stdout] --> src/day6.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | timer: usize, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Fish` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/day6.rs:8:16 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `breed` [INFO] [stdout] --> src/day6.rs:14:8 [INFO] [stdout] | [INFO] [stdout] 14 | fn breed(&mut self) -> Option { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `read_lines` [INFO] [stdout] --> src/day6.rs:114:4 [INFO] [stdout] | [INFO] [stdout] 114 | fn read_lines(input: Vec) -> Vec { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `gauß` [INFO] [stdout] --> src/day7.rs:85:4 [INFO] [stdout] | [INFO] [stdout] 85 | fn gauß (n: u64) -> u64 { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `read_lines` [INFO] [stdout] --> src/day7.rs:89:4 [INFO] [stdout] | [INFO] [stdout] 89 | fn read_lines(input: Vec) -> Vec { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_result_1` [INFO] [stdout] --> src/day9.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 5 | pub fn get_result_1(file: &str) -> u64 { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_result_2` [INFO] [stdout] --> src/day9.rs:25:8 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn get_result_2(file: &str) -> u64 { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `is_low_point` [INFO] [stdout] --> src/day9.rs:49:4 [INFO] [stdout] | [INFO] [stdout] 49 | fn is_low_point(heightmap: &Vec>, x: usize, y: usize) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `search_basins` [INFO] [stdout] --> src/day9.rs:84:4 [INFO] [stdout] | [INFO] [stdout] 84 | fn search_basins(heightmap: &mut Vec>, starting_points: Vec<(usize, usize)>) -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `track_point` [INFO] [stdout] --> src/day9.rs:94:4 [INFO] [stdout] | [INFO] [stdout] 94 | fn track_point(point: (i64, i64), heightmap: &mut Vec>) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `read_file` [INFO] [stdout] --> src/day9.rs:129:4 [INFO] [stdout] | [INFO] [stdout] 129 | fn read_file(file: &str) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 38 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.24s [INFO] running `Command { std: "docker" "inspect" "affa86a09e8a3c548a7cfd172d5b3061a1c73f4d799b9ce58002a6048f04f4d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "affa86a09e8a3c548a7cfd172d5b3061a1c73f4d799b9ce58002a6048f04f4d5", kill_on_drop: false }` [INFO] [stdout] affa86a09e8a3c548a7cfd172d5b3061a1c73f4d799b9ce58002a6048f04f4d5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4a838e558ff6f867e12758194e286d811ac42c782670feaf38feaae141adeed4 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "4a838e558ff6f867e12758194e286d811ac42c782670feaf38feaae141adeed4", kill_on_drop: false }` [INFO] [stderr] Compiling aoc2021 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.66s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/aoc2021-8560cb3868668b44) [INFO] running `Command { std: "docker" "inspect" "4a838e558ff6f867e12758194e286d811ac42c782670feaf38feaae141adeed4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a838e558ff6f867e12758194e286d811ac42c782670feaf38feaae141adeed4", kill_on_drop: false }` [INFO] [stdout] 4a838e558ff6f867e12758194e286d811ac42c782670feaf38feaae141adeed4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d0b523f1304e5e59669ec5ea1183530e173d859bb0648c71e37dccf1b5ee7531 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "d0b523f1304e5e59669ec5ea1183530e173d859bb0648c71e37dccf1b5ee7531", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/aoc2021-8560cb3868668b44) [INFO] [stdout] [INFO] [stdout] running 19 tests [INFO] [stdout] test day4::tests::test_boardscore ... ok [INFO] [stdout] test day6::tests::part2 ... ok [INFO] [stdout] test day4::tests::test_finished ... ok [INFO] [stdout] test day4::tests::part2 ... ok [INFO] [stdout] test day8::tests::sum_up ... ok [INFO] [stdout] test day8::tests::test_wiring_decode ... ok [INFO] [stdout] test day4::tests::test_marking ... ok [INFO] [stdout] test day3::tests::part2 ... ok [INFO] [stdout] test day9::tests::part1 ... ok [INFO] [stdout] test day4::tests::part1 ... ok [INFO] [stdout] test day3::tests::part1 ... ok [INFO] [stdout] test day9::tests::part2 ... ok [INFO] [stdout] test day8::tests::part1 ... ok [INFO] [stdout] test day8::tests::part2 ... ok [INFO] [stdout] test day7::tests::part1 ... ok [INFO] [stdout] test day5::tests::part1 ... ok [INFO] [stdout] test day6::tests::part1 ... ok [INFO] [stdout] test day7::tests::part2 ... ok [INFO] [stdout] test day5::tests::part2 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.19s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d0b523f1304e5e59669ec5ea1183530e173d859bb0648c71e37dccf1b5ee7531", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d0b523f1304e5e59669ec5ea1183530e173d859bb0648c71e37dccf1b5ee7531", kill_on_drop: false }` [INFO] [stdout] d0b523f1304e5e59669ec5ea1183530e173d859bb0648c71e37dccf1b5ee7531