[INFO] fetching crate nrf-smartled 0.5.0...
[INFO] testing nrf-smartled-0.5.0 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate nrf-smartled 0.5.0 into /workspace/builds/worker-2-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-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate nrf-smartled 0.5.0 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 43 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.19.0)
[INFO] [stderr]       Adding nrf52832-hal v0.14.1 (available: v0.19.0)
[INFO] [stderr]       Adding nrf52840-hal v0.14.1 (available: v0.19.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-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-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 372f243c91d0bfc37f463f181215e21369e901d54e2934a9e0eceaf0e1b17648
[INFO] running `Command { std: "docker" "start" "-a" "372f243c91d0bfc37f463f181215e21369e901d54e2934a9e0eceaf0e1b17648", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "372f243c91d0bfc37f463f181215e21369e901d54e2934a9e0eceaf0e1b17648", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "372f243c91d0bfc37f463f181215e21369e901d54e2934a9e0eceaf0e1b17648", kill_on_drop: false }`
[INFO] [stdout] 372f243c91d0bfc37f463f181215e21369e901d54e2934a9e0eceaf0e1b17648
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 5032106a255efa55656388c7b16258686c0e93a141ffb835a7802ab34d606099
[INFO] running `Command { std: "docker" "start" "-a" "5032106a255efa55656388c7b16258686c0e93a141ffb835a7802ab34d606099", kill_on_drop: false }`
[INFO] [stderr]    Compiling bytemuck v1.24.0
[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] error[E0282]: type annotations needed
[INFO] [stdout]   --> src/pwm.rs:68:32
[INFO] [stdout]    |
[INFO] [stdout] 68 |         pwm.psel.out[0].write(|w| {
[INFO] [stdout]    |                                ^
[INFO] [stdout] ...
[INFO] [stdout] 75 |                 w.pin().bits(pin.pin());
[INFO] [stdout]    |                 - type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 68 |         pwm.psel.out[0].write(|w: /* Type */| {
[INFO] [stdout]    |                                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> src/pwm.rs:80:27
[INFO] [stdout]    |
[INFO] [stdout] 80 |         pwm.enable.write(|w| w.enable().enabled());
[INFO] [stdout]    |                           ^  - type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 80 |         pwm.enable.write(|w: /* Type */| w.enable().enabled());
[INFO] [stdout]    |                            ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> src/pwm.rs:81:25
[INFO] [stdout]    |
[INFO] [stdout] 81 |         pwm.mode.write(|w| w.updown().up());
[INFO] [stdout]    |                         ^  - type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 81 |         pwm.mode.write(|w: /* Type */| w.updown().up());
[INFO] [stdout]    |                          ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> src/pwm.rs:82:30
[INFO] [stdout]    |
[INFO] [stdout] 82 |         pwm.prescaler.write(|w| w.prescaler().div_1());
[INFO] [stdout]    |                              ^  - type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 82 |         pwm.prescaler.write(|w: /* Type */| w.prescaler().div_1());
[INFO] [stdout]    |                               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> src/pwm.rs:83:31
[INFO] [stdout]    |
[INFO] [stdout] 83 |         pwm.countertop.write(|w| unsafe { w.countertop().bits(20) });
[INFO] [stdout]    |                               ^           - type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 83 |         pwm.countertop.write(|w: /* Type */| unsafe { w.countertop().bits(20) });
[INFO] [stdout]    |                                ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> src/pwm.rs:84:26
[INFO] [stdout]    |
[INFO] [stdout] 84 |         pwm.loop_.write(|w| w.cnt().disabled());
[INFO] [stdout]    |                          ^  - type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 84 |         pwm.loop_.write(|w: /* Type */| w.cnt().disabled());
[INFO] [stdout]    |                           ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> src/pwm.rs:85:28
[INFO] [stdout]    |
[INFO] [stdout] 85 |         pwm.decoder.write(|w| {
[INFO] [stdout]    |                            ^
[INFO] [stdout] 86 |             w.load().common();
[INFO] [stdout]    |             - type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 85 |         pwm.decoder.write(|w: /* Type */| {
[INFO] [stdout]    |                             ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> src/pwm.rs:89:33
[INFO] [stdout]    |
[INFO] [stdout] 89 |         pwm.seq0.refresh.write(|w| unsafe { w.bits(0) });
[INFO] [stdout]    |                                 ^           - type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 89 |         pwm.seq0.refresh.write(|w: /* Type */| unsafe { w.bits(0) });
[INFO] [stdout]    |                                  ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> src/pwm.rs:90:34
[INFO] [stdout]    |
[INFO] [stdout] 90 |         pwm.seq0.enddelay.write(|w| unsafe { w.bits(0) });
[INFO] [stdout]    |                                  ^           - type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 90 |         pwm.seq0.enddelay.write(|w: /* Type */| unsafe { w.bits(0) });
[INFO] [stdout]    |                                   ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> src/pwm.rs:91:33
[INFO] [stdout]    |
[INFO] [stdout] 91 |         pwm.seq1.refresh.write(|w| unsafe { w.bits(0) });
[INFO] [stdout]    |                                 ^           - type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 91 |         pwm.seq1.refresh.write(|w: /* Type */| unsafe { w.bits(0) });
[INFO] [stdout]    |                                  ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> src/pwm.rs:92:34
[INFO] [stdout]    |
[INFO] [stdout] 92 |         pwm.seq1.enddelay.write(|w| unsafe { w.bits(0) });
[INFO] [stdout]    |                                  ^           - type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 92 |         pwm.seq1.enddelay.write(|w: /* Type */| unsafe { w.bits(0) });
[INFO] [stdout]    |                                   ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/pwm.rs:117:34
[INFO] [stdout]     |
[INFO] [stdout] 117 |         self.pwm.seq0.ptr.write(|w| w.bits((*buf).as_ptr() as u32));
[INFO] [stdout]     |                                  ^  - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 117 |         self.pwm.seq0.ptr.write(|w: /* Type */| w.bits((*buf).as_ptr() as u32));
[INFO] [stdout]     |                                   ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/pwm.rs:118:34
[INFO] [stdout]     |
[INFO] [stdout] 118 |         self.pwm.seq0.cnt.write(|w| w.bits((*buf).len() as u32));
[INFO] [stdout]     |                                  ^  - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 118 |         self.pwm.seq0.cnt.write(|w: /* Type */| w.bits((*buf).len() as u32));
[INFO] [stdout]     |                                   ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/pwm.rs:119:42
[INFO] [stdout]     |
[INFO] [stdout] 119 |         self.pwm.events_seqend[0].write(|w| w.bits(0));
[INFO] [stdout]     |                                          ^  - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 119 |         self.pwm.events_seqend[0].write(|w: /* Type */| w.bits(0));
[INFO] [stdout]     |                                           ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/pwm.rs:120:43
[INFO] [stdout]     |
[INFO] [stdout] 120 |         self.pwm.tasks_seqstart[0].write(|w| w.bits(1));
[INFO] [stdout]     |                                           ^  - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 120 |         self.pwm.tasks_seqstart[0].write(|w: /* Type */| w.bits(1));
[INFO] [stdout]     |                                            ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/pwm.rs:143:34
[INFO] [stdout]     |
[INFO] [stdout] 143 |         self.pwm.seq1.ptr.write(|w| w.bits((*buf).as_ptr() as u32));
[INFO] [stdout]     |                                  ^  - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 143 |         self.pwm.seq1.ptr.write(|w: /* Type */| w.bits((*buf).as_ptr() as u32));
[INFO] [stdout]     |                                   ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/pwm.rs:144:34
[INFO] [stdout]     |
[INFO] [stdout] 144 |         self.pwm.seq1.cnt.write(|w| w.bits((*buf).len() as u32));
[INFO] [stdout]     |                                  ^  - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 144 |         self.pwm.seq1.cnt.write(|w: /* Type */| w.bits((*buf).len() as u32));
[INFO] [stdout]     |                                   ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/pwm.rs:180:31
[INFO] [stdout]     |
[INFO] [stdout] 180 |         self.pwm.loop_.write(|w| w.cnt().disabled());
[INFO] [stdout]     |                               ^  - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 180 |         self.pwm.loop_.write(|w: /* Type */| w.cnt().disabled());
[INFO] [stdout]     |                                ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nrf-smartled` (lib) due to 27 previous errors
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/pwm.rs:249:35
[INFO] [stdout]     |
[INFO] [stdout] 249 |             self.pwm.loop_.write(|w| w.cnt().bits(1));
[INFO] [stdout]     |                                   ^  - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 249 |             self.pwm.loop_.write(|w: /* Type */| w.cnt().bits(1));
[INFO] [stdout]     |                                    ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/pwm.rs:250:46
[INFO] [stdout]     |
[INFO] [stdout] 250 |             self.pwm.events_loopsdone.write(|w| w.bits(0));
[INFO] [stdout]     |                                              ^  - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 250 |             self.pwm.events_loopsdone.write(|w: /* Type */| w.bits(0));
[INFO] [stdout]     |                                               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/pwm.rs:315:55
[INFO] [stdout]     |
[INFO] [stdout] 315 |                     self.pwm.tasks_seqstart[0].write(|w| w.bits(1));
[INFO] [stdout]     |                                                       ^  - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 315 |                     self.pwm.tasks_seqstart[0].write(|w: /* Type */| w.bits(1));
[INFO] [stdout]     |                                                        ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/pwm.rs:316:54
[INFO] [stdout]     |
[INFO] [stdout] 316 |                     self.pwm.events_seqend[0].write(|w| w.bits(0));
[INFO] [stdout]     |                                                      ^  - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 316 |                     self.pwm.events_seqend[0].write(|w: /* Type */| w.bits(0));
[INFO] [stdout]     |                                                       ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/pwm.rs:317:54
[INFO] [stdout]     |
[INFO] [stdout] 317 |                     self.pwm.events_loopsdone.write(|w| w.bits(0));
[INFO] [stdout]     |                                                      ^  - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 317 |                     self.pwm.events_loopsdone.write(|w: /* Type */| w.bits(0));
[INFO] [stdout]     |                                                       ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "5032106a255efa55656388c7b16258686c0e93a141ffb835a7802ab34d606099", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5032106a255efa55656388c7b16258686c0e93a141ffb835a7802ab34d606099", kill_on_drop: false }`
[INFO] [stdout] 5032106a255efa55656388c7b16258686c0e93a141ffb835a7802ab34d606099
