[INFO] fetching crate playdate-simulator-utils 0.1.8...
[INFO] testing playdate-simulator-utils-0.1.8 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate playdate-simulator-utils 0.1.8 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate playdate-simulator-utils 0.1.8
[INFO] finished tweaking crates.io crate playdate-simulator-utils 0.1.8
[INFO] tweaked toml for crates.io crate playdate-simulator-utils 0.1.8 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate playdate-simulator-utils 0.1.8 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate playdate-simulator-utils 0.1.8 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" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 81b2bfb764dc2002c066174c594a1c693ca4cee0df3e8b4ddba07ccdddcf8aa3
[INFO] running `Command { std: "docker" "start" "-a" "81b2bfb764dc2002c066174c594a1c693ca4cee0df3e8b4ddba07ccdddcf8aa3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "81b2bfb764dc2002c066174c594a1c693ca4cee0df3e8b4ddba07ccdddcf8aa3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "81b2bfb764dc2002c066174c594a1c693ca4cee0df3e8b4ddba07ccdddcf8aa3", kill_on_drop: false }`
[INFO] [stdout] 81b2bfb764dc2002c066174c594a1c693ca4cee0df3e8b4ddba07ccdddcf8aa3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2b62d42db9321b43d9ed3c2327251444c8963b81c1d454f351cdd0f7b7ff04b7
[INFO] running `Command { std: "docker" "start" "-a" "2b62d42db9321b43d9ed3c2327251444c8963b81c1d454f351cdd0f7b7ff04b7", kill_on_drop: false }`
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]    Compiling log v0.4.25
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling playdate-build-utils v0.3.8
[INFO] [stderr]    Compiling thiserror-impl v2.0.11
[INFO] [stderr]    Compiling thiserror v2.0.11
[INFO] [stderr]    Compiling playdate-simulator-utils v0.1.8 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `thiserror`
[INFO] [stdout]    --> src/run.rs:63:11
[INFO] [stdout]     |
[INFO] [stdout]  63 |     #[derive(thiserror::Error, Debug)]
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^ no `ThiserrorProvide` in `__private`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.11/src/lib.rs:296:29
[INFO] [stdout]     |
[INFO] [stdout] 294 |     #[cfg(error_generic_member_access)]
[INFO] [stdout]     |           --------------------------- the item is gated here
[INFO] [stdout] 295 |     #[doc(hidden)]
[INFO] [stdout] 296 |     pub use crate::provide::ThiserrorProvide;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `thiserror::Error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout]  --> src/lib.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(error_generic_member_access)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout]  --> src/lib.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(exit_status_error)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `thiserror_provide` found for reference `&std::io::Error` in the current scope
[INFO] [stdout]   --> src/run.rs:69:4
[INFO] [stdout]    |
[INFO] [stdout] 69 |             source: std::io::Error,
[INFO] [stdout]    |             ^^^^^^ method not found in `&std::io::Error`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `thiserror_provide` found for reference `&std::process::ExitStatusError` in the current scope
[INFO] [stdout]   --> src/run.rs:75:4
[INFO] [stdout]    |
[INFO] [stdout] 75 |             source: std::process::ExitStatusError,
[INFO] [stdout]    |             ^^^^^^ method not found in `&std::process::ExitStatusError`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0554, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `playdate-simulator-utils` (lib) due to 5 previous errors
[INFO] running `Command { std: "docker" "inspect" "2b62d42db9321b43d9ed3c2327251444c8963b81c1d454f351cdd0f7b7ff04b7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2b62d42db9321b43d9ed3c2327251444c8963b81c1d454f351cdd0f7b7ff04b7", kill_on_drop: false }`
[INFO] [stdout] 2b62d42db9321b43d9ed3c2327251444c8963b81c1d454f351cdd0f7b7ff04b7
