[INFO] fetching crate galaxy2_save_data 0.1.0...
[INFO] checking galaxy2_save_data-0.1.0 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577
[INFO] extracting crate galaxy2_save_data 0.1.0 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate galaxy2_save_data 0.1.0
[INFO] finished tweaking crates.io crate galaxy2_save_data 0.1.0
[INFO] tweaked toml for crates.io crate galaxy2_save_data 0.1.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate galaxy2_save_data 0.1.0 on toolchain 4f260f0f20b3133d20cfb50353c0221943af5796
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate galaxy2_save_data 0.1.0 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" "+4f260f0f20b3133d20cfb50353c0221943af5796" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cbdfa14d15384a4010f4725c09b4e12b61dbf8b41b0296dd92f942fb8457020c
[INFO] running `Command { std: "docker" "start" "-a" "cbdfa14d15384a4010f4725c09b4e12b61dbf8b41b0296dd92f942fb8457020c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cbdfa14d15384a4010f4725c09b4e12b61dbf8b41b0296dd92f942fb8457020c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cbdfa14d15384a4010f4725c09b4e12b61dbf8b41b0296dd92f942fb8457020c", kill_on_drop: false }`
[INFO] [stdout] cbdfa14d15384a4010f4725c09b4e12b61dbf8b41b0296dd92f942fb8457020c
[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 -Dunmustuse_in_always_ok" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4edd339d139e208f9e6fb073474bd117cabde057fdc11849a003d12de644aa94
[INFO] running `Command { std: "docker" "start" "-a" "4edd339d139e208f9e6fb073474bd117cabde057fdc11849a003d12de644aa94", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling owo-colors v4.2.2
[INFO] [stderr]    Compiling binrw_derive v0.15.0
[INFO] [stderr]    Compiling thiserror v2.0.16
[INFO] [stderr]    Compiling binrw v0.15.0
[INFO] [stderr]     Checking bytemuck v1.23.2
[INFO] [stderr]     Checking arbitrary-int v1.3.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling darling_core v0.21.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.16
[INFO] [stderr]    Compiling bilge-impl v0.2.0
[INFO] [stderr]     Checking bilge v0.2.0
[INFO] [stderr]    Compiling darling_macro v0.21.2
[INFO] [stderr]    Compiling darling v0.21.2
[INFO] [stderr]    Compiling galaxy_save_core_derive v0.1.0
[INFO] [stderr]     Checking galaxy_save_core v0.1.0
[INFO] [stderr]     Checking galaxy2_save_data v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: this type will no longer be must used: Result<UInt<u8, 1>, Infallible>
[INFO] [stdout]   --> src/chunks/config/mii.rs:33:1
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[bitsize(8)]
[INFO] [stdout]    | ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout]    = note: this error originates in the attribute macro `::bilge::bitsize_internal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]   --> src/chunks/config/mii.rs:33:1
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[bitsize(8)]
[INFO] [stdout]    | ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `::bilge::bitsize_internal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<UInt<u8, 6>, Infallible>
[INFO] [stdout]   --> src/chunks/config/mii.rs:33:1
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[bitsize(8)]
[INFO] [stdout]    | ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `::bilge::bitsize_internal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]   --> src/chunks/game/event_flag.rs:16:18
[INFO] [stdout]    |
[INFO] [stdout] 16 |     #[br(count = data_size / size_of::<GameEventFlag>())]
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]   --> src/chunks/game/event_value.rs:17:18
[INFO] [stdout]    |
[INFO] [stdout] 17 |     #[br(count = data_size / size_of::<GameEventValue>())]
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]   --> src/chunks/game/galaxy.rs:33:18
[INFO] [stdout]    |
[INFO] [stdout] 33 |     #[br(count = galaxy_num as usize)]
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]   --> src/chunks/game/galaxy.rs:89:18
[INFO] [stdout]    |
[INFO] [stdout] 89 |     #[br(count = scenario_num as usize)]
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/chunks/game/galaxy.rs:112:1
[INFO] [stdout]     |
[INFO] [stdout] 112 | #[bitsize(8)]
[INFO] [stdout]     | ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<UInt<u8, 6>, Infallible>
[INFO] [stdout]    --> src/chunks/game/galaxy.rs:112:1
[INFO] [stdout]     |
[INFO] [stdout] 112 | #[bitsize(8)]
[INFO] [stdout]     | ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/chunks/game/galaxy.rs:177:1
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[bitsize(8)]
[INFO] [stdout]     | ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<UInt<u8, 3>, Infallible>
[INFO] [stdout]    --> src/chunks/game/galaxy.rs:177:1
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[bitsize(8)]
[INFO] [stdout]     | ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]   --> src/chunks/game/player_status.rs:65:1
[INFO] [stdout]    |
[INFO] [stdout] 65 | #[bitsize(8)]
[INFO] [stdout]    | ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `::bilge::bitsize_internal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<UInt<u8, 7>, Infallible>
[INFO] [stdout]   --> src/chunks/game/player_status.rs:65:1
[INFO] [stdout]    |
[INFO] [stdout] 65 | #[bitsize(8)]
[INFO] [stdout]    | ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `::bilge::bitsize_internal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<UInt<u8, 1>, Infallible>
[INFO] [stdout]   --> src/chunks/config/mii.rs:33:1
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[bitsize(8)]
[INFO] [stdout]    | ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout]    = note: this error originates in the attribute macro `::bilge::bitsize_internal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]   --> src/chunks/config/mii.rs:33:1
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[bitsize(8)]
[INFO] [stdout]    | ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `::bilge::bitsize_internal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<UInt<u8, 6>, Infallible>
[INFO] [stdout]   --> src/chunks/config/mii.rs:33:1
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[bitsize(8)]
[INFO] [stdout]    | ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `::bilge::bitsize_internal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]   --> src/chunks/game/event_flag.rs:16:18
[INFO] [stdout]    |
[INFO] [stdout] 16 |     #[br(count = data_size / size_of::<GameEventFlag>())]
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]   --> src/chunks/game/event_value.rs:17:18
[INFO] [stdout]    |
[INFO] [stdout] 17 |     #[br(count = data_size / size_of::<GameEventValue>())]
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]   --> src/chunks/game/galaxy.rs:33:18
[INFO] [stdout]    |
[INFO] [stdout] 33 |     #[br(count = galaxy_num as usize)]
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]   --> src/chunks/game/galaxy.rs:89:18
[INFO] [stdout]    |
[INFO] [stdout] 89 |     #[br(count = scenario_num as usize)]
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/chunks/game/galaxy.rs:112:1
[INFO] [stdout]     |
[INFO] [stdout] 112 | #[bitsize(8)]
[INFO] [stdout]     | ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<UInt<u8, 6>, Infallible>
[INFO] [stdout]    --> src/chunks/game/galaxy.rs:112:1
[INFO] [stdout]     |
[INFO] [stdout] 112 | #[bitsize(8)]
[INFO] [stdout]     | ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]    --> src/chunks/game/galaxy.rs:177:1
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[bitsize(8)]
[INFO] [stdout]     | ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<UInt<u8, 3>, Infallible>
[INFO] [stdout]    --> src/chunks/game/galaxy.rs:177:1
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[bitsize(8)]
[INFO] [stdout]     | ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `::bilge::bitsize_internal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, Infallible>
[INFO] [stdout]   --> src/chunks/game/player_status.rs:65:1
[INFO] [stdout]    |
[INFO] [stdout] 65 | #[bitsize(8)]
[INFO] [stdout]    | ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `::bilge::bitsize_internal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<UInt<u8, 7>, Infallible>
[INFO] [stdout]   --> src/chunks/game/player_status.rs:65:1
[INFO] [stdout]    |
[INFO] [stdout] 65 | #[bitsize(8)]
[INFO] [stdout]    | ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `::bilge::bitsize_internal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `galaxy2_save_data` (lib) due to 13 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `galaxy2_save_data` (lib test) due to 13 previous errors
[INFO] running `Command { std: "docker" "inspect" "4edd339d139e208f9e6fb073474bd117cabde057fdc11849a003d12de644aa94", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4edd339d139e208f9e6fb073474bd117cabde057fdc11849a003d12de644aa94", kill_on_drop: false }`
[INFO] [stdout] 4edd339d139e208f9e6fb073474bd117cabde057fdc11849a003d12de644aa94
