[INFO] cloning repository https://github.com/ClydeHobart/aoc [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ClydeHobart/aoc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FClydeHobart%2Faoc", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FClydeHobart%2Faoc'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6cb5bfdae97e14011fd08798bbfaa71e5ad3a519 [INFO] checking ClydeHobart/aoc against try#724e78794d2cf06eef820a24c9a4608d63435e1d for pr-149145 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FClydeHobart%2Faoc" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/ClydeHobart/aoc [INFO] finished tweaking git repo https://github.com/ClydeHobart/aoc [INFO] tweaked toml for git repo https://github.com/ClydeHobart/aoc written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/ClydeHobart/aoc on toolchain 724e78794d2cf06eef820a24c9a4608d63435e1d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+724e78794d2cf06eef820a24c9a4608d63435e1d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/ClydeHobart/aoc already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+724e78794d2cf06eef820a24c9a4608d63435e1d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+724e78794d2cf06eef820a24c9a4608d63435e1d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 345d975041f30c81dbff4aebc5ff6e8c929422496ec8305f3ee805c00da7a597 [INFO] running `Command { std: "docker" "start" "-a" "345d975041f30c81dbff4aebc5ff6e8c929422496ec8305f3ee805c00da7a597", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "345d975041f30c81dbff4aebc5ff6e8c929422496ec8305f3ee805c00da7a597", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "345d975041f30c81dbff4aebc5ff6e8c929422496ec8305f3ee805c00da7a597", kill_on_drop: false }` [INFO] [stdout] 345d975041f30c81dbff4aebc5ff6e8c929422496ec8305f3ee805c00da7a597 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+724e78794d2cf06eef820a24c9a4608d63435e1d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1a4fc67ab72f53fa9007f7629374905cc3fa50456d3fadd88ec5a8ec29299f94 [INFO] running `Command { std: "docker" "start" "-a" "1a4fc67ab72f53fa9007f7629374905cc3fa50456d3fadd88ec5a8ec29299f94", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-ident v1.0.5 [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling syn v1.0.105 [INFO] [stderr] Compiling crossbeam-utils v0.8.14 [INFO] [stderr] Compiling memoffset v0.7.1 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling crossbeam-epoch v0.9.13 [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling io-lifetimes v1.0.3 [INFO] [stderr] Checking futures-sink v0.3.30 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling rustix v0.36.4 [INFO] [stderr] Checking futures-core v0.3.30 [INFO] [stderr] Compiling rustversion v1.0.9 [INFO] [stderr] Checking futures-channel v0.3.30 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling radium v0.7.0 [INFO] [stderr] Compiling rayon-core v1.10.1 [INFO] [stderr] Checking linux-raw-sys v0.1.3 [INFO] [stderr] Compiling serde v1.0.208 [INFO] [stderr] Checking crossbeam-channel v0.5.6 [INFO] [stderr] Checking crossbeam-deque v0.8.2 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling serde_json v1.0.125 [INFO] [stderr] Compiling syn v2.0.74 [INFO] [stderr] Checking tap v1.0.1 [INFO] [stderr] Checking os_str_bytes v6.4.1 [INFO] [stderr] Checking wyz v0.5.1 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Checking clap_lex v0.3.0 [INFO] [stderr] Checking num-complex v0.4.2 [INFO] [stderr] Checking strsim v0.10.0 [INFO] [stderr] Checking once_cell v1.16.0 [INFO] [stderr] Checking either v1.8.0 [INFO] [stderr] Checking getrandom v0.2.10 [INFO] [stderr] Checking num_cpus v1.15.0 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking termcolor v1.1.3 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking funty v2.0.0 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking rayon v1.6.1 [INFO] [stderr] Checking bitvec v1.0.1 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Checking is-terminal v0.4.1 [INFO] [stderr] Checking num v0.4.0 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Checking glam v0.29.2 [INFO] [stderr] Checking arrayvec v0.7.6 [INFO] [stderr] Checking md5 v0.7.0 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Compiling strum_macros v0.24.3 [INFO] [stderr] Compiling clap_derive v4.0.21 [INFO] [stderr] Compiling derive_deref v1.1.1 [INFO] [stderr] Checking strum v0.24.1 [INFO] [stderr] Checking clap v4.0.29 [INFO] [stderr] Checking futures-executor v0.3.30 [INFO] [stderr] Checking futures v0.3.30 [INFO] [stderr] Checking aoc v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0659]: `GridParseError` is ambiguous [INFO] [stdout] --> src/util/grid/grid_2d.rs:796:13 [INFO] [stdout] | [INFO] [stdout] 796 | use GridParseError as Error; [INFO] [stdout] | ^^^^^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and a macro-expanded name in the same module during import or macro resolution [INFO] [stdout] note: `GridParseError` could refer to the enum defined here [INFO] [stdout] --> src/util/grid/grid_2d.rs:785:1 [INFO] [stdout] | [INFO] [stdout] 785 | / pub enum GridParseError<'s, E> { [INFO] [stdout] 786 | | NoInitialToken, [INFO] [stdout] 787 | | IsNotAscii(&'s str), [INFO] [stdout] 788 | | InvalidLength { line: &'s str, expected_len: usize }, [INFO] [stdout] 789 | | CellParseError(E), [INFO] [stdout] 790 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `GridParseError` could also refer to the enum imported here [INFO] [stdout] --> src/util/grid/grid_2d.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | super::*, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `GridParseError` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `FileParseError` is ambiguous [INFO] [stdout] --> src/y2022/d7.rs:174:17 [INFO] [stdout] | [INFO] [stdout] 174 | use FileParseError as Error; [INFO] [stdout] | ^^^^^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and a macro-expanded name in the same module during import or macro resolution [INFO] [stdout] note: `FileParseError` could refer to the enum defined here [INFO] [stdout] --> src/y2022/d7.rs:94:5 [INFO] [stdout] | [INFO] [stdout] 94 | / pub enum FileParseError<'s> { [INFO] [stdout] 95 | | NoSizeToken, [INFO] [stdout] 96 | | FailedToParseSize(ParseIntError), [INFO] [stdout] 97 | | NoNameToken, [INFO] [stdout] ... | [INFO] [stdout] 100 | | ExtensionNotAsciiLowercase(&'s str), [INFO] [stdout] 101 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: `FileParseError` could also refer to the enum imported here [INFO] [stdout] --> src/y2022/d7.rs:88:9 [INFO] [stdout] | [INFO] [stdout] 88 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `FileParseError` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `DirectoryParseError` is ambiguous [INFO] [stdout] --> src/y2022/d7.rs:216:17 [INFO] [stdout] | [INFO] [stdout] 216 | use DirectoryParseError as Error; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and a macro-expanded name in the same module during import or macro resolution [INFO] [stdout] note: `DirectoryParseError` could refer to the enum defined here [INFO] [stdout] --> src/y2022/d7.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | / pub enum DirectoryParseError<'s> { [INFO] [stdout] 105 | | NoDirToken, [INFO] [stdout] 106 | | InvalidDirToken(&'s str), [INFO] [stdout] 107 | | NoNameToken, [INFO] [stdout] 108 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: `DirectoryParseError` could also refer to the enum imported here [INFO] [stdout] --> src/y2022/d7.rs:88:9 [INFO] [stdout] | [INFO] [stdout] 88 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `DirectoryParseError` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `FileDescriptorParseError` is ambiguous [INFO] [stdout] --> src/y2022/d7.rs:260:17 [INFO] [stdout] | [INFO] [stdout] 260 | use FileDescriptorParseError as Error; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and a macro-expanded name in the same module during import or macro resolution [INFO] [stdout] note: `FileDescriptorParseError` could refer to the enum defined here [INFO] [stdout] --> src/y2022/d7.rs:248:5 [INFO] [stdout] | [INFO] [stdout] 248 | / pub enum FileDescriptorParseError<'s> { [INFO] [stdout] 249 | | NoInitialToken, [INFO] [stdout] 250 | | FailedToParseDirectory(DirectoryParseError<'s>), [INFO] [stdout] 251 | | FailedToParseFile(FileParseError<'s>), [INFO] [stdout] 252 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: `FileDescriptorParseError` could also refer to the enum imported here [INFO] [stdout] --> src/y2022/d7.rs:88:9 [INFO] [stdout] | [INFO] [stdout] 88 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `FileDescriptorParseError` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `FileSystemInternalError` is ambiguous [INFO] [stdout] --> src/y2022/d7.rs:481:9 [INFO] [stdout] | [INFO] [stdout] 481 | use FileSystemInternalError as IError; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and a macro-expanded name in the same module during import or macro resolution [INFO] [stdout] note: `FileSystemInternalError` could refer to the enum defined here [INFO] [stdout] --> src/y2022/d7.rs:401:5 [INFO] [stdout] | [INFO] [stdout] 401 | / pub enum FileSystemInternalError { [INFO] [stdout] 402 | | DependentFileDescriptorHasNoSize, [INFO] [stdout] 403 | | DirectoryAlreadyInitialized, [INFO] [stdout] 404 | | DirectoryUninitialized, [INFO] [stdout] ... | [INFO] [stdout] 408 | | InvalidFileDescriptorIndex, [INFO] [stdout] 409 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: `FileSystemInternalError` could also refer to the enum imported here [INFO] [stdout] --> src/y2022/d7.rs:395:37 [INFO] [stdout] | [INFO] [stdout] 395 | use super::{file_descriptor::*, *}; [INFO] [stdout] | ^ [INFO] [stdout] = help: consider adding an explicit import of `FileSystemInternalError` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `FileSystemParseError` is ambiguous [INFO] [stdout] --> src/y2022/d7.rs:482:9 [INFO] [stdout] | [INFO] [stdout] 482 | use FileSystemParseError as PError; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and a macro-expanded name in the same module during import or macro resolution [INFO] [stdout] note: `FileSystemParseError` could refer to the enum defined here [INFO] [stdout] --> src/y2022/d7.rs:471:5 [INFO] [stdout] | [INFO] [stdout] 471 | / pub enum FileSystemParseError<'s> { [INFO] [stdout] 472 | | #[allow(dead_code)] [INFO] [stdout] 473 | | FailedToParseLine(LineParseError<'s>), [INFO] [stdout] 474 | | #[allow(dead_code)] [INFO] [stdout] ... | [INFO] [stdout] 478 | | InternalError(FileSystemInternalError), [INFO] [stdout] 479 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: `FileSystemParseError` could also refer to the enum imported here [INFO] [stdout] --> src/y2022/d7.rs:395:37 [INFO] [stdout] | [INFO] [stdout] 395 | use super::{file_descriptor::*, *}; [INFO] [stdout] | ^ [INFO] [stdout] = help: consider adding an explicit import of `FileSystemParseError` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `GridParseError` is ambiguous [INFO] [stdout] --> src/util/grid/grid_2d.rs:796:13 [INFO] [stdout] | [INFO] [stdout] 796 | use GridParseError as Error; [INFO] [stdout] | ^^^^^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and a macro-expanded name in the same module during import or macro resolution [INFO] [stdout] note: `GridParseError` could refer to the enum defined here [INFO] [stdout] --> src/util/grid/grid_2d.rs:785:1 [INFO] [stdout] | [INFO] [stdout] 785 | / pub enum GridParseError<'s, E> { [INFO] [stdout] 786 | | NoInitialToken, [INFO] [stdout] 787 | | IsNotAscii(&'s str), [INFO] [stdout] 788 | | InvalidLength { line: &'s str, expected_len: usize }, [INFO] [stdout] 789 | | CellParseError(E), [INFO] [stdout] 790 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `GridParseError` could also refer to the enum imported here [INFO] [stdout] --> src/util/grid/grid_2d.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | super::*, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `GridParseError` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `FileParseError` is ambiguous [INFO] [stdout] --> src/y2022/d7.rs:174:17 [INFO] [stdout] | [INFO] [stdout] 174 | use FileParseError as Error; [INFO] [stdout] | ^^^^^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and a macro-expanded name in the same module during import or macro resolution [INFO] [stdout] note: `FileParseError` could refer to the enum defined here [INFO] [stdout] --> src/y2022/d7.rs:94:5 [INFO] [stdout] | [INFO] [stdout] 94 | / pub enum FileParseError<'s> { [INFO] [stdout] 95 | | NoSizeToken, [INFO] [stdout] 96 | | FailedToParseSize(ParseIntError), [INFO] [stdout] 97 | | NoNameToken, [INFO] [stdout] ... | [INFO] [stdout] 100 | | ExtensionNotAsciiLowercase(&'s str), [INFO] [stdout] 101 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: `FileParseError` could also refer to the enum imported here [INFO] [stdout] --> src/y2022/d7.rs:88:9 [INFO] [stdout] | [INFO] [stdout] 88 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `FileParseError` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `DirectoryParseError` is ambiguous [INFO] [stdout] --> src/y2022/d7.rs:216:17 [INFO] [stdout] | [INFO] [stdout] 216 | use DirectoryParseError as Error; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and a macro-expanded name in the same module during import or macro resolution [INFO] [stdout] note: `DirectoryParseError` could refer to the enum defined here [INFO] [stdout] --> src/y2022/d7.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | / pub enum DirectoryParseError<'s> { [INFO] [stdout] 105 | | NoDirToken, [INFO] [stdout] 106 | | InvalidDirToken(&'s str), [INFO] [stdout] 107 | | NoNameToken, [INFO] [stdout] 108 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: `DirectoryParseError` could also refer to the enum imported here [INFO] [stdout] --> src/y2022/d7.rs:88:9 [INFO] [stdout] | [INFO] [stdout] 88 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `DirectoryParseError` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `FileDescriptorParseError` is ambiguous [INFO] [stdout] --> src/y2022/d7.rs:260:17 [INFO] [stdout] | [INFO] [stdout] 260 | use FileDescriptorParseError as Error; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and a macro-expanded name in the same module during import or macro resolution [INFO] [stdout] note: `FileDescriptorParseError` could refer to the enum defined here [INFO] [stdout] --> src/y2022/d7.rs:248:5 [INFO] [stdout] | [INFO] [stdout] 248 | / pub enum FileDescriptorParseError<'s> { [INFO] [stdout] 249 | | NoInitialToken, [INFO] [stdout] 250 | | FailedToParseDirectory(DirectoryParseError<'s>), [INFO] [stdout] 251 | | FailedToParseFile(FileParseError<'s>), [INFO] [stdout] 252 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: `FileDescriptorParseError` could also refer to the enum imported here [INFO] [stdout] --> src/y2022/d7.rs:88:9 [INFO] [stdout] | [INFO] [stdout] 88 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `FileDescriptorParseError` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `FileSystemInternalError` is ambiguous [INFO] [stdout] --> src/y2022/d7.rs:481:9 [INFO] [stdout] | [INFO] [stdout] 481 | use FileSystemInternalError as IError; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and a macro-expanded name in the same module during import or macro resolution [INFO] [stdout] note: `FileSystemInternalError` could refer to the enum defined here [INFO] [stdout] --> src/y2022/d7.rs:401:5 [INFO] [stdout] | [INFO] [stdout] 401 | / pub enum FileSystemInternalError { [INFO] [stdout] 402 | | DependentFileDescriptorHasNoSize, [INFO] [stdout] 403 | | DirectoryAlreadyInitialized, [INFO] [stdout] 404 | | DirectoryUninitialized, [INFO] [stdout] ... | [INFO] [stdout] 408 | | InvalidFileDescriptorIndex, [INFO] [stdout] 409 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: `FileSystemInternalError` could also refer to the enum imported here [INFO] [stdout] --> src/y2022/d7.rs:395:37 [INFO] [stdout] | [INFO] [stdout] 395 | use super::{file_descriptor::*, *}; [INFO] [stdout] | ^ [INFO] [stdout] = help: consider adding an explicit import of `FileSystemInternalError` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `FileSystemParseError` is ambiguous [INFO] [stdout] --> src/y2022/d7.rs:482:9 [INFO] [stdout] | [INFO] [stdout] 482 | use FileSystemParseError as PError; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of a conflict between a name from a glob import and a macro-expanded name in the same module during import or macro resolution [INFO] [stdout] note: `FileSystemParseError` could refer to the enum defined here [INFO] [stdout] --> src/y2022/d7.rs:471:5 [INFO] [stdout] | [INFO] [stdout] 471 | / pub enum FileSystemParseError<'s> { [INFO] [stdout] 472 | | #[allow(dead_code)] [INFO] [stdout] 473 | | FailedToParseLine(LineParseError<'s>), [INFO] [stdout] 474 | | #[allow(dead_code)] [INFO] [stdout] ... | [INFO] [stdout] 478 | | InternalError(FileSystemInternalError), [INFO] [stdout] 479 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: `FileSystemParseError` could also refer to the enum imported here [INFO] [stdout] --> src/y2022/d7.rs:395:37 [INFO] [stdout] | [INFO] [stdout] 395 | use super::{file_descriptor::*, *}; [INFO] [stdout] | ^ [INFO] [stdout] = help: consider adding an explicit import of `FileSystemParseError` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `file_block_next_file_index` is never read [INFO] [stdout] --> src/y2024/d9.rs:185:57 [INFO] [stdout] | [INFO] [stdout] 185 | let mut file_block_next_file_index: FileIndex = FileIndex::invalid(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `free_block_next_file_index` is never read [INFO] [stdout] --> src/y2024/d9.rs:202:57 [INFO] [stdout] | [INFO] [stdout] 202 | let mut free_block_next_file_index: FileIndex = FileIndex::invalid(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `next_dst_file_index` is never read [INFO] [stdout] --> src/y2024/d9.rs:290:58 [INFO] [stdout] | [INFO] [stdout] 290 | let mut next_dst_file_index: FileIndex = FileIndex::invalid(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0659`. [INFO] [stdout] [INFO] [stderr] error: could not compile `aoc` (lib) due to 6 previous errors; 3 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: value assigned to `file_block_next_file_index` is never read [INFO] [stdout] --> src/y2024/d9.rs:185:57 [INFO] [stdout] | [INFO] [stdout] 185 | let mut file_block_next_file_index: FileIndex = FileIndex::invalid(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `free_block_next_file_index` is never read [INFO] [stdout] --> src/y2024/d9.rs:202:57 [INFO] [stdout] | [INFO] [stdout] 202 | let mut free_block_next_file_index: FileIndex = FileIndex::invalid(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `next_dst_file_index` is never read [INFO] [stdout] --> src/y2024/d9.rs:290:58 [INFO] [stdout] | [INFO] [stdout] 290 | let mut next_dst_file_index: FileIndex = FileIndex::invalid(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0659`. [INFO] [stdout] [INFO] [stderr] error: could not compile `aoc` (lib test) due to 6 previous errors; 3 warnings emitted [INFO] running `Command { std: "docker" "inspect" "1a4fc67ab72f53fa9007f7629374905cc3fa50456d3fadd88ec5a8ec29299f94", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1a4fc67ab72f53fa9007f7629374905cc3fa50456d3fadd88ec5a8ec29299f94", kill_on_drop: false }` [INFO] [stdout] 1a4fc67ab72f53fa9007f7629374905cc3fa50456d3fadd88ec5a8ec29299f94