[INFO] cloning repository https://github.com/samueltardieu/aoc2021 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/samueltardieu/aoc2021" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsamueltardieu%2Faoc2021", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsamueltardieu%2Faoc2021'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a02d808243078d178522411d35ed3c5f2320dfd3 [INFO] testing samueltardieu/aoc2021 against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsamueltardieu%2Faoc2021" "/workspace/builds/worker-19/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-19/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/samueltardieu/aoc2021 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/samueltardieu/aoc2021 [INFO] finished tweaking git repo https://github.com/samueltardieu/aoc2021 [INFO] tweaked toml for git repo https://github.com/samueltardieu/aoc2021 written to /workspace/builds/worker-19/source/Cargo.toml [INFO] crate git repo https://github.com/samueltardieu/aoc2021 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating git repository `https://github.com/samueltardieu/aoc` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded cached_proc_macro v0.9.0 [INFO] [stderr] Downloaded cached v0.30.0 [INFO] [stderr] Downloaded pathfinding v3.0.8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 84f525bd878e13c2715afecd78d4a3ea5a66b8ffb506ba761d6cd636a1a79a97 [INFO] running `Command { std: "docker" "start" "-a" "84f525bd878e13c2715afecd78d4a3ea5a66b8ffb506ba761d6cd636a1a79a97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "84f525bd878e13c2715afecd78d4a3ea5a66b8ffb506ba761d6cd636a1a79a97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "84f525bd878e13c2715afecd78d4a3ea5a66b8ffb506ba761d6cd636a1a79a97", kill_on_drop: false }` [INFO] [stdout] 84f525bd878e13c2715afecd78d4a3ea5a66b8ffb506ba761d6cd636a1a79a97 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bcc81e84862f8bbe39dea9c7b09a157a15eeeac1e0c133f1806ce2879e703d01 [INFO] running `Command { std: "docker" "start" "-a" "bcc81e84862f8bbe39dea9c7b09a157a15eeeac1e0c133f1806ce2879e703d01", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling libc v0.2.116 [INFO] [stderr] Compiling futures-core v0.3.19 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling futures-channel v0.3.19 [INFO] [stderr] Compiling futures-task v0.3.19 [INFO] [stderr] Compiling anyhow v1.0.53 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling futures-sink v0.3.19 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling futures-util v0.3.19 [INFO] [stderr] Compiling futures-io v0.3.19 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling slab v0.4.5 [INFO] [stderr] Compiling pin-project-lite v0.2.8 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling async-trait v0.1.52 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling event-listener v2.5.2 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling cached_proc_macro_types v0.1.0 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling textwrap v0.14.2 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling once_cell v1.9.0 [INFO] [stderr] Compiling fixedbitset v0.4.1 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Compiling async-mutex v1.4.0 [INFO] [stderr] Compiling async-rwlock v1.3.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling nom v7.1.0 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling os_str_bytes v6.0.0 [INFO] [stderr] Compiling quote v1.0.15 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling integer-sqrt v0.1.5 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling darling_core v0.13.1 [INFO] [stderr] Compiling prettyplease v0.1.2 [INFO] [stderr] Compiling aoc-build v0.1.0 (https://github.com/samueltardieu/aoc#3b1f8b20) [INFO] [stderr] Compiling futures-macro v0.3.19 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling clap_derive v3.0.12 [INFO] [stderr] Compiling aoc2021 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling aoc-derive v0.1.0 (https://github.com/samueltardieu/aoc#3b1f8b20) [INFO] [stderr] Compiling darling_macro v0.13.1 [INFO] [stderr] Compiling darling v0.13.1 [INFO] [stderr] Compiling cached_proc_macro v0.9.0 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling clap v3.0.13 [INFO] [stderr] Compiling pathfinding v3.0.8 [INFO] [stderr] Compiling aoc v0.1.0 (https://github.com/samueltardieu/aoc#3b1f8b20) [INFO] [stderr] Compiling futures-executor v0.3.19 [INFO] [stderr] Compiling futures v0.3.19 [INFO] [stderr] Compiling cached v0.30.0 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 23.36s [INFO] running `Command { std: "docker" "inspect" "bcc81e84862f8bbe39dea9c7b09a157a15eeeac1e0c133f1806ce2879e703d01", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bcc81e84862f8bbe39dea9c7b09a157a15eeeac1e0c133f1806ce2879e703d01", kill_on_drop: false }` [INFO] [stdout] bcc81e84862f8bbe39dea9c7b09a157a15eeeac1e0c133f1806ce2879e703d01 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4451b65831609c607d75455976b85fa56e040b16b2501f2649baf7cc76026266 [INFO] running `Command { std: "docker" "start" "-a" "4451b65831609c607d75455976b85fa56e040b16b2501f2649baf7cc76026266", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling smallvec v1.8.0 [INFO] [stderr] Compiling serial_test_derive v0.5.1 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling lock_api v0.4.6 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling serial_test v0.5.1 [INFO] [stderr] Compiling aoc2021 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `aoc2021::input` [INFO] [stdout] --> tests/aoc.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use aoc2021::input; [INFO] [stdout] | ^^^^^^^^^^^^^^ no `input` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `aoc2021_derive` [INFO] [stdout] --> tests/aoc.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use aoc2021_derive::aoc; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `aoc2021_derive` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `aoc` [INFO] [stdout] --> tests/aoc.rs:7:3 [INFO] [stdout] | [INFO] [stdout] 7 | #[aoc(day1, part1)] [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `aoc` [INFO] [stdout] --> tests/aoc.rs:12:3 [INFO] [stdout] | [INFO] [stdout] 12 | #[aoc(day1, part2)] [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `aoc` [INFO] [stdout] --> tests/aoc.rs:17:3 [INFO] [stdout] | [INFO] [stdout] 17 | #[aoc(day1, part2, alternate)] [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `aoc` [INFO] [stdout] --> tests/aoc.rs:36:3 [INFO] [stdout] | [INFO] [stdout] 36 | #[aoc(day3, part1, str)] [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `aoc` [INFO] [stdout] --> tests/aoc.rs:41:3 [INFO] [stdout] | [INFO] [stdout] 41 | #[aoc(day3, part1, vec_str)] [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `aoc` [INFO] [stdout] --> tests/aoc.rs:47:3 [INFO] [stdout] | [INFO] [stdout] 47 | #[aoc(day3, part1, ref_str)] [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `aoc` [INFO] [stdout] --> tests/aoc.rs:52:3 [INFO] [stdout] | [INFO] [stdout] 52 | #[aoc(day3, part1, mut_str)] [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `aoc` [INFO] [stdout] --> tests/aoc.rs:58:3 [INFO] [stdout] | [INFO] [stdout] 58 | #[aoc(day3, part1, bytes)] [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `aoc` [INFO] [stdout] --> tests/aoc.rs:63:3 [INFO] [stdout] | [INFO] [stdout] 63 | #[aoc(day3, part1, u32)] [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `aoc` [INFO] [stdout] --> tests/aoc.rs:68:3 [INFO] [stdout] | [INFO] [stdout] 68 | #[aoc(day3, part1, u32_commas, separator = ',')] [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `aoc` [INFO] [stdout] --> tests/aoc.rs:73:3 [INFO] [stdout] | [INFO] [stdout] 73 | #[aoc(day3, part1, s)] [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `aoc` [INFO] [stdout] --> tests/aoc.rs:78:3 [INFO] [stdout] | [INFO] [stdout] 78 | #[aoc(day3, part1, s_vec)] [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `aoc` [INFO] [stdout] --> tests/aoc.rs:83:3 [INFO] [stdout] | [INFO] [stdout] 83 | #[aoc(day3, part1, s_mut)] [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `aoc` [INFO] [stdout] --> tests/aoc.rs:88:3 [INFO] [stdout] | [INFO] [stdout] 88 | #[aoc(day3, part1, separator = ',', s_commas)] [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `runner_1_1_none` in this scope [INFO] [stdout] --> tests/aoc.rs:31:20 [INFO] [stdout] | [INFO] [stdout] 31 | assert_eq!(30, runner_1_1_none().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use aoc2021::day1::runner_1_1_none; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `runner_1_2_none` in this scope [INFO] [stdout] --> tests/aoc.rs:32:20 [INFO] [stdout] | [INFO] [stdout] 32 | assert_eq!(40, runner_1_2_none().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use aoc2021::day1::runner_1_2_none; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `runner_1_2_alternate` in this scope [INFO] [stdout] --> tests/aoc.rs:33:20 [INFO] [stdout] | [INFO] [stdout] 33 | assert_eq!(50, runner_1_2_alternate().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `OVERRIDE_INPUT` in crate `aoc2021` [INFO] [stdout] --> tests/aoc.rs:111:18 [INFO] [stdout] | [INFO] [stdout] 111 | aoc2021::OVERRIDE_INPUT = Some(String::from("tests/input.txt")); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `aoc2021` [INFO] [stdout] | [INFO] [stdout] help: consider importing this static [INFO] [stdout] | [INFO] [stdout] 1 | use aoc::input::OVERRIDE_INPUT; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `runner_3_1_str` in this scope [INFO] [stdout] --> tests/aoc.rs:113:29 [INFO] [stdout] | [INFO] [stdout] 113 | assert_eq!("123102030", runner_3_1_str().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `runner_3_1_vec_str` in this scope [INFO] [stdout] --> tests/aoc.rs:116:9 [INFO] [stdout] | [INFO] [stdout] 116 | runner_3_1_vec_str().unwrap() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `runner_3_1_ref_str` in this scope [INFO] [stdout] --> tests/aoc.rs:120:9 [INFO] [stdout] | [INFO] [stdout] 120 | runner_3_1_ref_str().unwrap() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `runner_3_1_mut_str` in this scope [INFO] [stdout] --> tests/aoc.rs:124:9 [INFO] [stdout] | [INFO] [stdout] 124 | runner_3_1_mut_str().unwrap() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `runner_3_1_bytes` in this scope [INFO] [stdout] --> tests/aoc.rs:126:29 [INFO] [stdout] | [INFO] [stdout] 126 | assert_eq!("123102030", runner_3_1_bytes().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `runner_3_1_u32` in this scope [INFO] [stdout] --> tests/aoc.rs:127:20 [INFO] [stdout] | [INFO] [stdout] 127 | assert_eq!(66, runner_3_1_u32().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `runner_3_1_s` in this scope [INFO] [stdout] --> tests/aoc.rs:128:20 [INFO] [stdout] | [INFO] [stdout] 128 | assert_eq!(12, runner_3_1_s().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `runner_3_1_s_vec` in this scope [INFO] [stdout] --> tests/aoc.rs:129:20 [INFO] [stdout] | [INFO] [stdout] 129 | assert_eq!(12, runner_3_1_s_vec().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `runner_3_1_s_mut` in this scope [INFO] [stdout] --> tests/aoc.rs:130:20 [INFO] [stdout] | [INFO] [stdout] 130 | assert_eq!(12, runner_3_1_s_mut().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `OVERRIDE_INPUT` in crate `aoc2021` [INFO] [stdout] --> tests/aoc.rs:137:18 [INFO] [stdout] | [INFO] [stdout] 137 | aoc2021::OVERRIDE_INPUT = Some(String::from("tests/input-commas.txt")); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `aoc2021` [INFO] [stdout] | [INFO] [stdout] help: consider importing this static [INFO] [stdout] | [INFO] [stdout] 1 | use aoc::input::OVERRIDE_INPUT; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `runner_3_1_u32_commas` in this scope [INFO] [stdout] --> tests/aoc.rs:139:20 [INFO] [stdout] | [INFO] [stdout] 139 | assert_eq!(66, runner_3_1_u32_commas().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `runner_3_1_s_commas` in this scope [INFO] [stdout] --> tests/aoc.rs:140:20 [INFO] [stdout] | [INFO] [stdout] 140 | assert_eq!(12, runner_3_1_s_commas().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 32 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `aoc2021` due to 33 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "4451b65831609c607d75455976b85fa56e040b16b2501f2649baf7cc76026266", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4451b65831609c607d75455976b85fa56e040b16b2501f2649baf7cc76026266", kill_on_drop: false }` [INFO] [stdout] 4451b65831609c607d75455976b85fa56e040b16b2501f2649baf7cc76026266