[INFO] fetching crate nrf-smartled 0.5.0...
[INFO] testing nrf-smartled-0.5.0 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate nrf-smartled 0.5.0 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate nrf-smartled 0.5.0
[INFO] finished tweaking crates.io crate nrf-smartled 0.5.0
[INFO] tweaked toml for crates.io crate nrf-smartled 0.5.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate nrf-smartled 0.5.0 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 41 packages to latest compatible versions
[INFO] [stderr]       Adding nrf-usbd v0.1.0 (available: v0.1.1)
[INFO] [stderr]       Adding nrf52810-hal v0.14.1 (available: v0.18.0)
[INFO] [stderr]       Adding nrf52832-hal v0.14.1 (available: v0.18.0)
[INFO] [stderr]       Adding nrf52840-hal v0.14.1 (available: v0.18.0)
[INFO] [stderr]       Adding smart-leds-trait v0.2.1 (available: v0.3.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 42216d60e744b05211edecf7549b37ededc68ec98a81acd6c9b818d4184c5d91
[INFO] running `Command { std: "docker" "start" "-a" "42216d60e744b05211edecf7549b37ededc68ec98a81acd6c9b818d4184c5d91", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "42216d60e744b05211edecf7549b37ededc68ec98a81acd6c9b818d4184c5d91", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "42216d60e744b05211edecf7549b37ededc68ec98a81acd6c9b818d4184c5d91", kill_on_drop: false }`
[INFO] [stdout] 42216d60e744b05211edecf7549b37ededc68ec98a81acd6c9b818d4184c5d91
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f7c39cce1b2c4c020ee22378fc5671465af118415ffba93e56585ee12383c2b0
[INFO] running `Command { std: "docker" "start" "-a" "f7c39cce1b2c4c020ee22378fc5671465af118415ffba93e56585ee12383c2b0", kill_on_drop: false }`
[INFO] [stderr]    Compiling bytemuck v1.23.2
[INFO] [stderr]    Compiling rgb v0.8.52
[INFO] [stderr]    Compiling smart-leds-trait v0.2.1
[INFO] [stderr]    Compiling nrf-smartled v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: could not find `hal` in the crate root
[INFO] [stdout]   --> src/pwm.rs:6:12
[INFO] [stdout]    |
[INFO] [stdout]  6 | use crate::hal::{
[INFO] [stdout]    |            ^^^ could not find `hal` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:10:21
[INFO] [stdout]    |
[INFO] [stdout]  9 | #[cfg(feature = "52810")]
[INFO] [stdout]    |       ----------------- the item is gated behind the `52810` feature
[INFO] [stdout] 10 | use nrf52810_hal as hal;
[INFO] [stdout]    |                     ^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:13:21
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(feature = "52832")]
[INFO] [stdout]    |       ----------------- the item is gated behind the `52832` feature
[INFO] [stdout] 13 | use nrf52832_hal as hal;
[INFO] [stdout]    |                     ^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:16:21
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(feature = "52840")]
[INFO] [stdout]    |       ----------------- the item is gated behind the `52840` feature
[INFO] [stdout] 16 | use nrf52840_hal as hal;
[INFO] [stdout]    |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::hal`
[INFO] [stdout]   --> src/pwm.rs:4:5
[INFO] [stdout]    |
[INFO] [stdout]  4 | use crate::hal;
[INFO] [stdout]    |     ^^^^^^^^^^ no `hal` in the root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:10:21
[INFO] [stdout]    |
[INFO] [stdout]  9 | #[cfg(feature = "52810")]
[INFO] [stdout]    |       ----------------- the item is gated behind the `52810` feature
[INFO] [stdout] 10 | use nrf52810_hal as hal;
[INFO] [stdout]    |                     ^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:13:21
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(feature = "52832")]
[INFO] [stdout]    |       ----------------- the item is gated behind the `52832` feature
[INFO] [stdout] 13 | use nrf52832_hal as hal;
[INFO] [stdout]    |                     ^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:16:21
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(feature = "52840")]
[INFO] [stdout]    |       ----------------- the item is gated behind the `52840` feature
[INFO] [stdout] 16 | use nrf52840_hal as hal;
[INFO] [stdout]    |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::hal`
[INFO] [stdout]   --> src/pwm.rs:6:12
[INFO] [stdout]    |
[INFO] [stdout]  6 | use crate::hal::{
[INFO] [stdout]    |            ^^^ could not find `hal` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:10:21
[INFO] [stdout]    |
[INFO] [stdout]  9 | #[cfg(feature = "52810")]
[INFO] [stdout]    |       ----------------- the item is gated behind the `52810` feature
[INFO] [stdout] 10 | use nrf52810_hal as hal;
[INFO] [stdout]    |                     ^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:13:21
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(feature = "52832")]
[INFO] [stdout]    |       ----------------- the item is gated behind the `52832` feature
[INFO] [stdout] 13 | use nrf52832_hal as hal;
[INFO] [stdout]    |                     ^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:16:21
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(feature = "52840")]
[INFO] [stdout]    |       ----------------- the item is gated behind the `52840` feature
[INFO] [stdout] 16 | use nrf52840_hal as hal;
[INFO] [stdout]    |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `hal` in the crate root
[INFO] [stdout]    --> src/pwm.rs:354:47
[INFO] [stdout]     |
[INFO] [stdout] 354 |     pub trait Instance: Deref<Target = crate::hal::pac::pwm0::RegisterBlock> {}
[INFO] [stdout]     |                                               ^^^ could not find `hal` in the crate root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:10:21
[INFO] [stdout]     |
[INFO] [stdout]   9 | #[cfg(feature = "52810")]
[INFO] [stdout]     |       ----------------- the item is gated behind the `52810` feature
[INFO] [stdout]  10 | use nrf52810_hal as hal;
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:13:21
[INFO] [stdout]     |
[INFO] [stdout]  12 | #[cfg(feature = "52832")]
[INFO] [stdout]     |       ----------------- the item is gated behind the `52832` feature
[INFO] [stdout]  13 | use nrf52832_hal as hal;
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:16:21
[INFO] [stdout]     |
[INFO] [stdout]  15 | #[cfg(feature = "52840")]
[INFO] [stdout]     |       ----------------- the item is gated behind the `52840` feature
[INFO] [stdout]  16 | use nrf52840_hal as hal;
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nrf-smartled` (lib) due to 4 previous errors
[INFO] running `Command { std: "docker" "inspect" "f7c39cce1b2c4c020ee22378fc5671465af118415ffba93e56585ee12383c2b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f7c39cce1b2c4c020ee22378fc5671465af118415ffba93e56585ee12383c2b0", kill_on_drop: false }`
[INFO] [stdout] f7c39cce1b2c4c020ee22378fc5671465af118415ffba93e56585ee12383c2b0
