[INFO] fetching crate nrf-hal-common 0.15.0... [INFO] testing nrf-hal-common-0.15.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate nrf-hal-common 0.15.0 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate nrf-hal-common 0.15.0 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate nrf-hal-common 0.15.0 [INFO] finished tweaking crates.io crate nrf-hal-common 0.15.0 [INFO] tweaked toml for crates.io crate nrf-hal-common 0.15.0 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 813f2182044ad3e3c513156a52f3a01579a89f20471162096cf36f139ed95b63 [INFO] running `Command { std: "docker" "start" "-a" "813f2182044ad3e3c513156a52f3a01579a89f20471162096cf36f139ed95b63", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "813f2182044ad3e3c513156a52f3a01579a89f20471162096cf36f139ed95b63", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "813f2182044ad3e3c513156a52f3a01579a89f20471162096cf36f139ed95b63", kill_on_drop: false }` [INFO] [stdout] 813f2182044ad3e3c513156a52f3a01579a89f20471162096cf36f139ed95b63 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1618dfd008d82f3087cc61a387aad9804dcac73b0e4bd7915ce5254fbb3d1483 [INFO] running `Command { std: "docker" "start" "-a" "1618dfd008d82f3087cc61a387aad9804dcac73b0e4bd7915ce5254fbb3d1483", kill_on_drop: false }` [INFO] [stderr] Compiling nrf-hal-common v0.15.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `pac` in the crate root [INFO] [stdout] --> src/ccm.rs:55:12 [INFO] [stdout] | [INFO] [stdout] 55 | use crate::pac::ccm::mode::{DATARATE_A, LENGTH_A}; [INFO] [stdout] | ^^^ could not find `pac` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::pac` [INFO] [stdout] --> src/ccm.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | pac::{AAR, CCM}, [INFO] [stdout] | ^^^ could not find `pac` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `pac` in the crate root [INFO] [stdout] --> src/comp.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | use crate::pac::comp::{ [INFO] [stdout] | ^^^ could not find `pac` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::pac` [INFO] [stdout] --> src/clocks.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::pac::CLOCK; [INFO] [stdout] | ^^^ could not find `pac` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::pac` [INFO] [stdout] --> src/comp.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 12 | use crate::pac::COMP; [INFO] [stdout] | ^^^ could not find `pac` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::pac` [INFO] [stdout] --> src/ecb.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::pac::ECB; [INFO] [stdout] | ^^^ could not find `pac` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `pac` in the crate root [INFO] [stdout] --> src/gpio.rs:346:12 [INFO] [stdout] | [INFO] [stdout] 346 | use crate::pac::p0::pin_cnf; [INFO] [stdout] | ^^^ could not find `pac` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::pac` [INFO] [stdout] --> src/gpio.rs:73:12 [INFO] [stdout] | [INFO] [stdout] 73 | use crate::pac::{p0 as gpio, P0}; [INFO] [stdout] | ^^^ could not find `pac` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `pac` in the crate root [INFO] [stdout] --> src/gpiote.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 24 | crate::pac::gpiote::{EVENTS_IN, EVENTS_PORT, TASKS_OUT}, [INFO] [stdout] | ^^^ could not find `pac` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::pac` [INFO] [stdout] --> src/gpiote.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 13 | use crate::pac::P0; [INFO] [stdout] | ^^^ could not find `pac` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `pac` in the crate root [INFO] [stdout] --> src/gpiote.rs:35:12 [INFO] [stdout] | [INFO] [stdout] 35 | use crate::pac::gpiote::{TASKS_CLR, TASKS_SET}; [INFO] [stdout] | ^^^ could not find `pac` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::pac` [INFO] [stdout] --> src/gpiote.rs:25:12 [INFO] [stdout] | [INFO] [stdout] 25 | crate::pac::GPIOTE, [INFO] [stdout] | ^^^ could not find `pac` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `pac` in the crate root [INFO] [stdout] --> src/lpcomp.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 12 | crate::pac::{ [INFO] [stdout] | ^^^ could not find `pac` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::pac` [INFO] [stdout] --> src/i2s.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::pac::{i2s, I2S as I2S_PAC}; [INFO] [stdout] | ^^^ could not find `pac` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::pac` [INFO] [stdout] --> src/lpcomp.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 12 | crate::pac::{ [INFO] [stdout] | ^^^ could not find `pac` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::pac` [INFO] [stdout] --> src/nvmc.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::pac::nvmc; [INFO] [stdout] | ^^^ could not find `pac` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `pac` in the crate root [INFO] [stdout] --> src/ppi/mod.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 12 | use crate::pac::ppi::tasks_chg::{DIS, EN}; [INFO] [stdout] | ^^^ could not find `pac` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::pac` [INFO] [stdout] --> src/nvmc.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 10 | use crate::pac::NVMC; [INFO] [stdout] | ^^^ could not find `pac` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `pac` in the crate root [INFO] [stdout] --> src/pwm.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::pac::pwm0::*; [INFO] [stdout] | ^^^ could not find `pac` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::pac` [INFO] [stdout] --> src/ppi/mod.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 13 | use crate::pac::PPI; [INFO] [stdout] | ^^^ could not find `pac` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::pac` [INFO] [stdout] --> src/pwm.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | pac::Interrupt, [INFO] [stdout] | ^^^ could not find `pac` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::pac` [INFO] [stdout] --> src/qdec.rs:8:12 [INFO] [stdout] | [INFO] [stdout] 8 | crate::pac::QDEC, [INFO] [stdout] | ^^^ could not find `pac` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::pac` [INFO] [stdout] --> src/rng.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::pac::RNG; [INFO] [stdout] | ^^^ could not find `pac` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::pac` [INFO] [stdout] --> src/rtc.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | use crate::pac::{rtc0, Interrupt, NVIC, RTC0, RTC1}; [INFO] [stdout] | ^^^ could not find `pac` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::pac` [INFO] [stdout] --> src/saadc.rs:33:12 [INFO] [stdout] | [INFO] [stdout] 33 | use crate::pac::{saadc, SAADC}; [INFO] [stdout] | ^^^ could not find `pac` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::pac` [INFO] [stdout] --> src/spi.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | pac::{spi0, SPI0}, [INFO] [stdout] | ^^^ could not find `pac` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::pac` [INFO] [stdout] --> src/spim.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 12 | use crate::pac::{spim0, SPIM0}; [INFO] [stdout] | ^^^ could not find `pac` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::target_constants::EASY_DMA_SIZE` [INFO] [stdout] --> src/spim.rs:29:31 [INFO] [stdout] | [INFO] [stdout] 29 | use crate::target_constants::{EASY_DMA_SIZE, FORCE_COPY_BUFFER_SIZE}; [INFO] [stdout] | ^^^^^^^^^^^^^ no `EASY_DMA_SIZE` in `target_constants` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `pac` in the crate root [INFO] [stdout] --> src/spis.rs:19:12 [INFO] [stdout] | [INFO] [stdout] 19 | use crate::pac::{ [INFO] [stdout] | ^^^ could not find `pac` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::pac` [INFO] [stdout] --> src/spis.rs:19:12 [INFO] [stdout] | [INFO] [stdout] 19 | use crate::pac::{ [INFO] [stdout] | ^^^ could not find `pac` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `crate::pac`, `crate::target_constants::EASY_DMA_SIZE` [INFO] [stdout] --> src/spis.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | pac::Interrupt, [INFO] [stdout] | ^^^ could not find `pac` in the crate root [INFO] [stdout] 33 | target_constants::{EASY_DMA_SIZE, SRAM_LOWER, SRAM_UPPER}, [INFO] [stdout] | ^^^^^^^^^^^^^ no `EASY_DMA_SIZE` in `target_constants` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `pac` in the crate root [INFO] [stdout] --> src/timer.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 15 | use crate::pac::{ [INFO] [stdout] | ^^^ could not find `pac` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::pac` [INFO] [stdout] --> src/temp.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::pac::TEMP; [INFO] [stdout] | ^^^ could not find `pac` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::pac` [INFO] [stdout] --> src/timer.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 15 | use crate::pac::{ [INFO] [stdout] | ^^^ could not find `pac` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::pac` [INFO] [stdout] --> src/twim.rs:16:12 [INFO] [stdout] | [INFO] [stdout] 16 | use crate::pac::{twim0, TWIM0}; [INFO] [stdout] | ^^^ could not find `pac` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::target_constants::EASY_DMA_SIZE` [INFO] [stdout] --> src/twim.rs:24:24 [INFO] [stdout] | [INFO] [stdout] 24 | target_constants::{EASY_DMA_SIZE, FORCE_COPY_BUFFER_SIZE}, [INFO] [stdout] | ^^^^^^^^^^^^^ no `EASY_DMA_SIZE` in `target_constants` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::pac` [INFO] [stdout] --> src/twis.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 13 | use crate::pac::{twis0, P0, TWIS0}; [INFO] [stdout] | ^^^ could not find `pac` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `crate::pac`, `crate::target_constants::EASY_DMA_SIZE` [INFO] [stdout] --> src/twis.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | pac::Interrupt, [INFO] [stdout] | ^^^ could not find `pac` in the crate root [INFO] [stdout] 26 | slice_in_ram_or, [INFO] [stdout] 27 | target_constants::{EASY_DMA_SIZE, SRAM_LOWER, SRAM_UPPER}, [INFO] [stdout] | ^^^^^^^^^^^^^ no `EASY_DMA_SIZE` in `target_constants` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::pac` [INFO] [stdout] --> src/uarte.rs:25:12 [INFO] [stdout] | [INFO] [stdout] 25 | use crate::pac::{uarte0, UARTE0}; [INFO] [stdout] | ^^^ could not find `pac` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::target_constants::EASY_DMA_SIZE` [INFO] [stdout] --> src/uarte.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | use crate::target_constants::EASY_DMA_SIZE; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `EASY_DMA_SIZE` in `target_constants` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::pac` [INFO] [stdout] --> src/uicr.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | use crate::pac::{NVMC, UICR}; [INFO] [stdout] | ^^^ could not find `pac` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `crate::pac`, `i2s::EVENTS_RXPTRUPD`, `i2s::EVENTS_STOPPED`, `i2s::EVENTS_TXPTRUPD`, `i2s::TASKS_START`, `i2s::TASKS_STOP`, `saadc::ch::config::GAIN_A`, `saadc::ch::config::REFSEL_A`, `saadc::ch::config::RESP_A`, `saadc::ch::config::TACQ_A`, `saadc::oversample::OVERSAMPLE_A`, `saadc::resolution::VAL_A`, `spi0::frequency::FREQUENCY_A`, `spim0::frequency::FREQUENCY_A`, `twim0::frequency::FREQUENCY_A`, `twis0::EVENTS_ERROR`, `twis0::EVENTS_READ`, `twis0::EVENTS_RXSTARTED`, `twis0::EVENTS_STOPPED`, `twis0::EVENTS_TXSTARTED`, `twis0::EVENTS_WRITE`, `twis0::TASKS_PREPARERX`, `twis0::TASKS_PREPARETX`, `twis0::TASKS_RESUME`, `twis0::TASKS_STOP`, `twis0::TASKS_SUSPEND`, `uarte0::baudrate::BAUDRATE_A`, `uarte0::config::PARITY_A`, `super::P0` [INFO] [stdout] --> src/gpio.rs:385:17 [INFO] [stdout] | [INFO] [stdout] 385 | $PX [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 613 | / gpio!(P0, p0, p0, Port::Port0, [ [INFO] [stdout] 614 | | P0_00: (p0_00, 0, Disconnected), [INFO] [stdout] 615 | | P0_01: (p0_01, 1, Disconnected), [INFO] [stdout] 616 | | P0_02: (p0_02, 2, Disconnected), [INFO] [stdout] ... | [INFO] [stdout] 645 | | P0_31: (p0_31, 31, Disconnected), [INFO] [stdout] 646 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/wdt.rs:14:20 [INFO] [stdout] | [INFO] [stdout] 14 | use crate::pac::WDT; [INFO] [stdout] | ^^^ could not find `pac` in the crate root [INFO] [stdout] | [INFO] [stdout] ::: src/i2s.rs:17:11 [INFO] [stdout] | [INFO] [stdout] 17 | use i2s::{EVENTS_RXPTRUPD, EVENTS_STOPPED, EVENTS_TXPTRUPD, TASKS_START, TASKS_STOP}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/saadc.rs:42:18 [INFO] [stdout] | [INFO] [stdout] 42 | ch::config::{GAIN_A as Gain, REFSEL_A as Reference, RESP_A as Resistor, TACQ_A as Time}, [INFO] [stdout] | ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stdout] 43 | oversample::OVERSAMPLE_A as Oversample, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 44 | resolution::VAL_A as Resolution, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/spi.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | pub use spi0::frequency::FREQUENCY_A as Frequency; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/spim.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | pub use spim0::frequency::FREQUENCY_A as Frequency; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/twim.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use twim0::frequency::FREQUENCY_A as Frequency; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/twis.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | EVENTS_ERROR, EVENTS_READ, EVENTS_RXSTARTED, EVENTS_STOPPED, EVENTS_TXSTARTED, EVENTS_WRITE, [INFO] [stdout] | ^^^^^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^ [INFO] [stdout] 20 | TASKS_PREPARERX, TASKS_PREPARETX, TASKS_RESUME, TASKS_STOP, TASKS_SUSPEND, [INFO] [stdout] | ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^ ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/uarte.rs:34:18 [INFO] [stdout] | [INFO] [stdout] 34 | pub use uarte0::{baudrate::BAUDRATE_A as Baudrate, config::PARITY_A as Parity}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DATARATE_A` [INFO] [stdout] --> src/ccm.rs:78:13 [INFO] [stdout] | [INFO] [stdout] 78 | DATARATE_A::_1MBIT [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `DATARATE_A` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DATARATE_A` [INFO] [stdout] --> src/ccm.rs:80:13 [INFO] [stdout] | [INFO] [stdout] 80 | DATARATE_A::_2MBIT [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `DATARATE_A` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LENGTH_A` [INFO] [stdout] --> src/ccm.rs:250:13 [INFO] [stdout] | [INFO] [stdout] 250 | LENGTH_A::DEFAULT [INFO] [stdout] | ^^^^^^^^ use of undeclared type `LENGTH_A` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LENGTH_A` [INFO] [stdout] --> src/ccm.rs:263:13 [INFO] [stdout] | [INFO] [stdout] 263 | LENGTH_A::EXTENDED [INFO] [stdout] | ^^^^^^^^ use of undeclared type `LENGTH_A` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LENGTH_A` [INFO] [stdout] --> src/ccm.rs:379:13 [INFO] [stdout] | [INFO] [stdout] 379 | LENGTH_A::DEFAULT [INFO] [stdout] | ^^^^^^^^ use of undeclared type `LENGTH_A` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LENGTH_A` [INFO] [stdout] --> src/ccm.rs:392:13 [INFO] [stdout] | [INFO] [stdout] 392 | LENGTH_A::EXTENDED [INFO] [stdout] | ^^^^^^^^ use of undeclared type `LENGTH_A` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EXTREFSEL_A` [INFO] [stdout] --> src/comp.rs:288:31 [INFO] [stdout] | [INFO] [stdout] 288 | P0_02> => EXTREFSEL_A::ANALOGREFERENCE0, [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `EXTREFSEL_A` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EXTREFSEL_A` [INFO] [stdout] --> src/comp.rs:289:31 [INFO] [stdout] | [INFO] [stdout] 289 | P0_03> => EXTREFSEL_A::ANALOGREFERENCE1, [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `EXTREFSEL_A` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EXTREFSEL_A` [INFO] [stdout] --> src/comp.rs:290:31 [INFO] [stdout] | [INFO] [stdout] 290 | P0_04> => EXTREFSEL_A::ANALOGREFERENCE2, [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `EXTREFSEL_A` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EXTREFSEL_A` [INFO] [stdout] --> src/comp.rs:291:31 [INFO] [stdout] | [INFO] [stdout] 291 | P0_05> => EXTREFSEL_A::ANALOGREFERENCE3, [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `EXTREFSEL_A` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EXTREFSEL_A` [INFO] [stdout] --> src/comp.rs:292:31 [INFO] [stdout] | [INFO] [stdout] 292 | P0_28> => EXTREFSEL_A::ANALOGREFERENCE4, [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `EXTREFSEL_A` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EXTREFSEL_A` [INFO] [stdout] --> src/comp.rs:293:31 [INFO] [stdout] | [INFO] [stdout] 293 | P0_29> => EXTREFSEL_A::ANALOGREFERENCE5, [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `EXTREFSEL_A` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EXTREFSEL_A` [INFO] [stdout] --> src/comp.rs:294:31 [INFO] [stdout] | [INFO] [stdout] 294 | P0_30> => EXTREFSEL_A::ANALOGREFERENCE6, [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `EXTREFSEL_A` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EXTREFSEL_A` [INFO] [stdout] --> src/comp.rs:295:31 [INFO] [stdout] | [INFO] [stdout] 295 | P0_31> => EXTREFSEL_A::ANALOGREFERENCE7, [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `EXTREFSEL_A` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PSEL_A` [INFO] [stdout] --> src/comp.rs:300:31 [INFO] [stdout] | [INFO] [stdout] 300 | P0_02> => PSEL_A::ANALOGINPUT0, [INFO] [stdout] | ^^^^^^ use of undeclared type `PSEL_A` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PSEL_A` [INFO] [stdout] --> src/comp.rs:301:31 [INFO] [stdout] | [INFO] [stdout] 301 | P0_03> => PSEL_A::ANALOGINPUT1, [INFO] [stdout] | ^^^^^^ use of undeclared type `PSEL_A` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PSEL_A` [INFO] [stdout] --> src/comp.rs:302:31 [INFO] [stdout] | [INFO] [stdout] 302 | P0_04> => PSEL_A::ANALOGINPUT2, [INFO] [stdout] | ^^^^^^ use of undeclared type `PSEL_A` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PSEL_A` [INFO] [stdout] --> src/comp.rs:303:31 [INFO] [stdout] | [INFO] [stdout] 303 | P0_05> => PSEL_A::ANALOGINPUT3, [INFO] [stdout] | ^^^^^^ use of undeclared type `PSEL_A` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PSEL_A` [INFO] [stdout] --> src/comp.rs:304:31 [INFO] [stdout] | [INFO] [stdout] 304 | P0_28> => PSEL_A::ANALOGINPUT4, [INFO] [stdout] | ^^^^^^ use of undeclared type `PSEL_A` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PSEL_A` [INFO] [stdout] --> src/comp.rs:305:31 [INFO] [stdout] | [INFO] [stdout] 305 | P0_29> => PSEL_A::ANALOGINPUT5, [INFO] [stdout] | ^^^^^^ use of undeclared type `PSEL_A` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PSEL_A` [INFO] [stdout] --> src/comp.rs:306:31 [INFO] [stdout] | [INFO] [stdout] 306 | P0_30> => PSEL_A::ANALOGINPUT6, [INFO] [stdout] | ^^^^^^ use of undeclared type `PSEL_A` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PSEL_A` [INFO] [stdout] --> src/comp.rs:307:31 [INFO] [stdout] | [INFO] [stdout] 307 | P0_31> => PSEL_A::ANALOGINPUT7, [INFO] [stdout] | ^^^^^^ use of undeclared type `PSEL_A` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `pin_cnf` [INFO] [stdout] --> src/gpio.rs:349:25 [INFO] [stdout] | [INFO] [stdout] 349 | fn variant(self) -> pin_cnf::DRIVE_A { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `pin_cnf` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `pin_cnf` [INFO] [stdout] --> src/gpio.rs:353:37 [INFO] [stdout] | [INFO] [stdout] 353 | Disconnect0Standard1 => pin_cnf::DRIVE_A::D0S1, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `pin_cnf` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `pin_cnf` [INFO] [stdout] --> src/gpio.rs:354:38 [INFO] [stdout] | [INFO] [stdout] 354 | Disconnect0HighDrive1 => pin_cnf::DRIVE_A::D0H1, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `pin_cnf` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `pin_cnf` [INFO] [stdout] --> src/gpio.rs:355:37 [INFO] [stdout] | [INFO] [stdout] 355 | Standard0Disconnect1 => pin_cnf::DRIVE_A::S0D1, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `pin_cnf` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `pin_cnf` [INFO] [stdout] --> src/gpio.rs:356:38 [INFO] [stdout] | [INFO] [stdout] 356 | HighDrive0Disconnect1 => pin_cnf::DRIVE_A::H0D1, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `pin_cnf` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EXTREFSEL_A` [INFO] [stdout] --> src/lpcomp.rs:263:31 [INFO] [stdout] | [INFO] [stdout] 263 | P0_02> => EXTREFSEL_A::ANALOGREFERENCE0, [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `EXTREFSEL_A` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EXTREFSEL_A` [INFO] [stdout] --> src/lpcomp.rs:264:31 [INFO] [stdout] | [INFO] [stdout] 264 | P0_03> => EXTREFSEL_A::ANALOGREFERENCE1, [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `EXTREFSEL_A` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PSEL_A` [INFO] [stdout] --> src/lpcomp.rs:269:31 [INFO] [stdout] | [INFO] [stdout] 269 | P0_02> => PSEL_A::ANALOGINPUT0, [INFO] [stdout] | ^^^^^^ use of undeclared type `PSEL_A` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PSEL_A` [INFO] [stdout] --> src/lpcomp.rs:270:31 [INFO] [stdout] | [INFO] [stdout] 270 | P0_03> => PSEL_A::ANALOGINPUT1, [INFO] [stdout] | ^^^^^^ use of undeclared type `PSEL_A` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PSEL_A` [INFO] [stdout] --> src/lpcomp.rs:271:31 [INFO] [stdout] | [INFO] [stdout] 271 | P0_04> => PSEL_A::ANALOGINPUT2, [INFO] [stdout] | ^^^^^^ use of undeclared type `PSEL_A` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PSEL_A` [INFO] [stdout] --> src/lpcomp.rs:272:31 [INFO] [stdout] | [INFO] [stdout] 272 | P0_05> => PSEL_A::ANALOGINPUT3, [INFO] [stdout] | ^^^^^^ use of undeclared type `PSEL_A` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PSEL_A` [INFO] [stdout] --> src/lpcomp.rs:273:31 [INFO] [stdout] | [INFO] [stdout] 273 | P0_28> => PSEL_A::ANALOGINPUT4, [INFO] [stdout] | ^^^^^^ use of undeclared type `PSEL_A` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PSEL_A` [INFO] [stdout] --> src/lpcomp.rs:274:31 [INFO] [stdout] | [INFO] [stdout] 274 | P0_29> => PSEL_A::ANALOGINPUT5, [INFO] [stdout] | ^^^^^^ use of undeclared type `PSEL_A` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PSEL_A` [INFO] [stdout] --> src/lpcomp.rs:275:31 [INFO] [stdout] | [INFO] [stdout] 275 | P0_30> => PSEL_A::ANALOGINPUT6, [INFO] [stdout] | ^^^^^^ use of undeclared type `PSEL_A` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PSEL_A` [INFO] [stdout] --> src/lpcomp.rs:276:31 [INFO] [stdout] | [INFO] [stdout] 276 | P0_31> => PSEL_A::ANALOGINPUT7, [INFO] [stdout] | ^^^^^^ use of undeclared type `PSEL_A` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `pac` in the crate root [INFO] [stdout] --> src/pwm.rs:1166:26 [INFO] [stdout] | [INFO] [stdout] 1166 | impl Instance for crate::pac::PWM0 { [INFO] [stdout] | ^^^ could not find `pac` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `pac` in the crate root [INFO] [stdout] --> src/pwm.rs:1180:26 [INFO] [stdout] | [INFO] [stdout] 1180 | impl Instance for crate::pac::PWM1 { [INFO] [stdout] | ^^^ could not find `pac` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `pac` in the crate root [INFO] [stdout] --> src/pwm.rs:1193:26 [INFO] [stdout] | [INFO] [stdout] 1193 | impl Instance for crate::pac::PWM2 { [INFO] [stdout] | ^^^ could not find `pac` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `pac` in the crate root [INFO] [stdout] --> src/pwm.rs:1207:26 [INFO] [stdout] | [INFO] [stdout] 1207 | impl Instance for crate::pac::PWM3 { [INFO] [stdout] | ^^^ could not find `pac` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `pac` in the crate root [INFO] [stdout] --> src/pwm.rs:1250:28 [INFO] [stdout] | [INFO] [stdout] 1250 | impl Sealed for crate::pac::PWM0 {} [INFO] [stdout] | ^^^ could not find `pac` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `pac` in the crate root [INFO] [stdout] --> src/pwm.rs:1258:28 [INFO] [stdout] | [INFO] [stdout] 1258 | impl Sealed for crate::pac::PWM1 {} [INFO] [stdout] | ^^^ could not find `pac` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `pac` in the crate root [INFO] [stdout] --> src/pwm.rs:1266:28 [INFO] [stdout] | [INFO] [stdout] 1266 | impl Sealed for crate::pac::PWM2 {} [INFO] [stdout] | ^^^ could not find `pac` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `pac` in the crate root [INFO] [stdout] --> src/pwm.rs:1275:28 [INFO] [stdout] | [INFO] [stdout] 1275 | impl Sealed for crate::pac::PWM3 {} [INFO] [stdout] | ^^^ could not find `pac` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Resolution` [INFO] [stdout] --> src/saadc.rs:152:25 [INFO] [stdout] | [INFO] [stdout] 152 | resolution: Resolution::_14BIT, [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Resolution` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Oversample` [INFO] [stdout] --> src/saadc.rs:153:25 [INFO] [stdout] | [INFO] [stdout] 153 | oversample: Oversample::OVER8X, [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Oversample` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Reference` [INFO] [stdout] --> src/saadc.rs:154:24 [INFO] [stdout] | [INFO] [stdout] 154 | reference: Reference::VDD1_4, [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `Reference` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Gain` [INFO] [stdout] --> src/saadc.rs:155:19 [INFO] [stdout] | [INFO] [stdout] 155 | gain: Gain::GAIN1_4, [INFO] [stdout] | ^^^^ use of undeclared type `Gain` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Resistor` [INFO] [stdout] --> src/saadc.rs:156:23 [INFO] [stdout] | [INFO] [stdout] 156 | resistor: Resistor::BYPASS, [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Resistor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Time` [INFO] [stdout] --> src/saadc.rs:157:19 [INFO] [stdout] | [INFO] [stdout] 157 | time: Time::_20US, [INFO] [stdout] | ^^^^ use of undeclared type `Time` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `pac` in the crate root [INFO] [stdout] --> src/spi.rs:173:32 [INFO] [stdout] | [INFO] [stdout] 173 | impl sealed::Sealed for crate::pac::SPI1 {} [INFO] [stdout] | ^^^ could not find `pac` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `pac` in the crate root [INFO] [stdout] --> src/spi.rs:175:26 [INFO] [stdout] | [INFO] [stdout] 175 | impl Instance for crate::pac::SPI1 {} [INFO] [stdout] | ^^^ could not find `pac` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DATARATE_A` in this scope [INFO] [stdout] --> src/ccm.rs:75:25 [INFO] [stdout] | [INFO] [stdout] 75 | impl From for DATARATE_A { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EVENTS_UP` in this scope [INFO] [stdout] --> src/comp.rs:162:32 [INFO] [stdout] | [INFO] [stdout] 162 | pub fn event_up(&self) -> &EVENTS_UP { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EVENTS_DOWN` in this scope [INFO] [stdout] --> src/comp.rs:168:34 [INFO] [stdout] | [INFO] [stdout] 168 | pub fn event_down(&self) -> &EVENTS_DOWN { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EVENTS_CROSS` in this scope [INFO] [stdout] --> src/comp.rs:174:35 [INFO] [stdout] | [INFO] [stdout] 174 | pub fn event_cross(&self) -> &EVENTS_CROSS { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EXTREFSEL_A` in this scope [INFO] [stdout] --> src/comp.rs:245:10 [INFO] [stdout] | [INFO] [stdout] 245 | ARef(EXTREFSEL_A), [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EXTREFSEL_A` in this scope [INFO] [stdout] --> src/comp.rs:245:10 [INFO] [stdout] | [INFO] [stdout] 240 | pub enum VRef { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 245 | ARef(EXTREFSEL_A), [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PSEL_A` in this scope [INFO] [stdout] --> src/comp.rs:256:22 [INFO] [stdout] | [INFO] [stdout] 256 | fn ain(&self) -> PSEL_A; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EXTREFSEL_A` in this scope [INFO] [stdout] --> src/comp.rs:260:23 [INFO] [stdout] | [INFO] [stdout] 260 | fn aref(&self) -> EXTREFSEL_A; [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EXTREFSEL_A` in this scope [INFO] [stdout] --> src/comp.rs:279:35 [INFO] [stdout] | [INFO] [stdout] 279 | fn aref(&self) -> EXTREFSEL_A { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 287 | / comp_ref_pins! { [INFO] [stdout] 288 | | P0_02> => EXTREFSEL_A::ANALOGREFERENCE0, [INFO] [stdout] 289 | | P0_03> => EXTREFSEL_A::ANALOGREFERENCE1, [INFO] [stdout] 290 | | P0_04> => EXTREFSEL_A::ANALOGREFERENCE2, [INFO] [stdout] ... | [INFO] [stdout] 295 | | P0_31> => EXTREFSEL_A::ANALOGREFERENCE7, [INFO] [stdout] 296 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `comp_ref_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PSEL_A` in this scope [INFO] [stdout] --> src/comp.rs:267:34 [INFO] [stdout] | [INFO] [stdout] 267 | fn ain(&self) -> PSEL_A { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 299 | / comp_input_pins! { [INFO] [stdout] 300 | | P0_02> => PSEL_A::ANALOGINPUT0, [INFO] [stdout] 301 | | P0_03> => PSEL_A::ANALOGINPUT1, [INFO] [stdout] 302 | | P0_04> => PSEL_A::ANALOGINPUT2, [INFO] [stdout] ... | [INFO] [stdout] 307 | | P0_31> => PSEL_A::ANALOGINPUT7, [INFO] [stdout] 308 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `comp_input_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EVENTS_IN` in this scope [INFO] [stdout] --> src/gpiote.rs:155:29 [INFO] [stdout] | [INFO] [stdout] 155 | pub fn event(&self) -> &EVENTS_IN { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TASKS_OUT` in this scope [INFO] [stdout] --> src/gpiote.rs:160:32 [INFO] [stdout] | [INFO] [stdout] 160 | pub fn task_out(&self) -> &TASKS_OUT { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TASKS_CLR` in this scope [INFO] [stdout] --> src/gpiote.rs:166:32 [INFO] [stdout] | [INFO] [stdout] 166 | pub fn task_clr(&self) -> &TASKS_CLR { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TASKS_SET` in this scope [INFO] [stdout] --> src/gpiote.rs:172:32 [INFO] [stdout] | [INFO] [stdout] 172 | pub fn task_set(&self) -> &TASKS_SET { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EVENTS_PORT` in this scope [INFO] [stdout] --> src/gpiote.rs:203:29 [INFO] [stdout] | [INFO] [stdout] 203 | pub fn event(&self) -> &EVENTS_PORT { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EVENTS_STOPPED` in this scope [INFO] [stdout] --> src/i2s.rs:431:37 [INFO] [stdout] | [INFO] [stdout] 431 | pub fn event_stopped(&self) -> &EVENTS_STOPPED { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EVENTS_RXPTRUPD` in this scope [INFO] [stdout] --> src/i2s.rs:437:44 [INFO] [stdout] | [INFO] [stdout] 437 | pub fn event_rx_ptr_updated(&self) -> &EVENTS_RXPTRUPD { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EVENTS_TXPTRUPD` in this scope [INFO] [stdout] --> src/i2s.rs:443:44 [INFO] [stdout] | [INFO] [stdout] 443 | pub fn event_tx_ptr_updated(&self) -> &EVENTS_TXPTRUPD { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TASKS_START` in this scope [INFO] [stdout] --> src/i2s.rs:449:34 [INFO] [stdout] | [INFO] [stdout] 449 | pub fn task_start(&self) -> &TASKS_START { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TASKS_STOP` in this scope [INFO] [stdout] --> src/i2s.rs:455:33 [INFO] [stdout] | [INFO] [stdout] 455 | pub fn task_stop(&self) -> &TASKS_STOP { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EVENTS_UP` in this scope [INFO] [stdout] --> src/lpcomp.rs:130:32 [INFO] [stdout] | [INFO] [stdout] 130 | pub fn event_up(&self) -> &EVENTS_UP { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EVENTS_DOWN` in this scope [INFO] [stdout] --> src/lpcomp.rs:136:34 [INFO] [stdout] | [INFO] [stdout] 136 | pub fn event_down(&self) -> &EVENTS_DOWN { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EVENTS_CROSS` in this scope [INFO] [stdout] --> src/lpcomp.rs:142:35 [INFO] [stdout] | [INFO] [stdout] 142 | pub fn event_cross(&self) -> &EVENTS_CROSS { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PSEL_A` in this scope [INFO] [stdout] --> src/lpcomp.rs:230:22 [INFO] [stdout] | [INFO] [stdout] 230 | fn ain(&self) -> PSEL_A; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EXTREFSEL_A` in this scope [INFO] [stdout] --> src/lpcomp.rs:234:23 [INFO] [stdout] | [INFO] [stdout] 234 | fn aref(&self) -> EXTREFSEL_A; [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EXTREFSEL_A` in this scope [INFO] [stdout] --> src/lpcomp.rs:253:35 [INFO] [stdout] | [INFO] [stdout] 253 | fn aref(&self) -> EXTREFSEL_A { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 262 | / comp_ref_pins! { [INFO] [stdout] 263 | | P0_02> => EXTREFSEL_A::ANALOGREFERENCE0, [INFO] [stdout] 264 | | P0_03> => EXTREFSEL_A::ANALOGREFERENCE1, [INFO] [stdout] 265 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `comp_ref_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PSEL_A` in this scope [INFO] [stdout] --> src/lpcomp.rs:241:34 [INFO] [stdout] | [INFO] [stdout] 241 | fn ain(&self) -> PSEL_A { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 268 | / comp_input_pins! { [INFO] [stdout] 269 | | P0_02> => PSEL_A::ANALOGINPUT0, [INFO] [stdout] 270 | | P0_03> => PSEL_A::ANALOGINPUT1, [INFO] [stdout] 271 | | P0_04> => PSEL_A::ANALOGINPUT2, [INFO] [stdout] ... | [INFO] [stdout] 276 | | P0_31> => PSEL_A::ANALOGINPUT7, [INFO] [stdout] 277 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `comp_input_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EN` in this scope [INFO] [stdout] --> src/ppi/mod.rs:104:31 [INFO] [stdout] | [INFO] [stdout] 104 | fn task_enable(&self) -> &EN; [INFO] [stdout] | ^^ help: a trait with a similar name exists: `Eq` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DIS` in this scope [INFO] [stdout] --> src/ppi/mod.rs:106:32 [INFO] [stdout] | [INFO] [stdout] 106 | fn task_disable(&self) -> &DIS; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EN` in this scope [INFO] [stdout] --> src/ppi/mod.rs:171:31 [INFO] [stdout] | [INFO] [stdout] 171 | fn task_enable(&self) -> &EN { [INFO] [stdout] | ^^ help: a trait with a similar name exists: `Eq` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DIS` in this scope [INFO] [stdout] --> src/ppi/mod.rs:176:32 [INFO] [stdout] | [INFO] [stdout] 176 | fn task_disable(&self) -> &DIS { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EVENTS_STOPPED` in this scope [INFO] [stdout] --> src/pwm.rs:667:37 [INFO] [stdout] | [INFO] [stdout] 667 | pub fn event_stopped(&self) -> &EVENTS_STOPPED { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EVENTS_LOOPSDONE` in this scope [INFO] [stdout] --> src/pwm.rs:673:40 [INFO] [stdout] | [INFO] [stdout] 673 | pub fn event_loops_done(&self) -> &EVENTS_LOOPSDONE { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EVENTS_PWMPERIODEND` in this scope [INFO] [stdout] --> src/pwm.rs:679:44 [INFO] [stdout] | [INFO] [stdout] 679 | pub fn event_pwm_period_end(&self) -> &EVENTS_PWMPERIODEND { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EVENTS_SEQEND` in this scope [INFO] [stdout] --> src/pwm.rs:685:38 [INFO] [stdout] | [INFO] [stdout] 685 | pub fn event_seq0_end(&self) -> &EVENTS_SEQEND { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EVENTS_SEQEND` in this scope [INFO] [stdout] --> src/pwm.rs:691:38 [INFO] [stdout] | [INFO] [stdout] 691 | pub fn event_seq1_end(&self) -> &EVENTS_SEQEND { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EVENTS_SEQSTARTED` in this scope [INFO] [stdout] --> src/pwm.rs:697:42 [INFO] [stdout] | [INFO] [stdout] 697 | pub fn event_seq0_started(&self) -> &EVENTS_SEQSTARTED { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EVENTS_SEQSTARTED` in this scope [INFO] [stdout] --> src/pwm.rs:703:42 [INFO] [stdout] | [INFO] [stdout] 703 | pub fn event_seq1_started(&self) -> &EVENTS_SEQSTARTED { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TASKS_SEQSTART` in this scope [INFO] [stdout] --> src/pwm.rs:709:39 [INFO] [stdout] | [INFO] [stdout] 709 | pub fn task_start_seq0(&self) -> &TASKS_SEQSTART { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TASKS_SEQSTART` in this scope [INFO] [stdout] --> src/pwm.rs:715:39 [INFO] [stdout] | [INFO] [stdout] 715 | pub fn task_start_seq1(&self) -> &TASKS_SEQSTART { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TASKS_NEXTSTEP` in this scope [INFO] [stdout] --> src/pwm.rs:721:38 [INFO] [stdout] | [INFO] [stdout] 721 | pub fn task_next_step(&self) -> &TASKS_NEXTSTEP { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TASKS_STOP` in this scope [INFO] [stdout] --> src/pwm.rs:727:33 [INFO] [stdout] | [INFO] [stdout] 727 | pub fn task_stop(&self) -> &TASKS_STOP { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RegisterBlock` in this scope [INFO] [stdout] --> src/pwm.rs:1149:53 [INFO] [stdout] | [INFO] [stdout] 1149 | pub trait Instance: sealed::Sealed + Deref { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 6 | use cortex_m::peripheral::cbp::RegisterBlock; [INFO] [stdout] | [INFO] [stdout] 6 | use cortex_m::peripheral::cpuid::RegisterBlock; [INFO] [stdout] | [INFO] [stdout] 6 | use cortex_m::peripheral::dcb::RegisterBlock; [INFO] [stdout] | [INFO] [stdout] 6 | use cortex_m::peripheral::dwt::RegisterBlock; [INFO] [stdout] | [INFO] [stdout] and 9 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Resolution` in this scope [INFO] [stdout] --> src/saadc.rs:103:21 [INFO] [stdout] | [INFO] [stdout] 103 | pub resolution: Resolution, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Oversample` in this scope [INFO] [stdout] --> src/saadc.rs:105:21 [INFO] [stdout] | [INFO] [stdout] 105 | pub oversample: Oversample, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Reference` in this scope [INFO] [stdout] --> src/saadc.rs:107:20 [INFO] [stdout] | [INFO] [stdout] 107 | pub reference: Reference, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Gain` in this scope [INFO] [stdout] --> src/saadc.rs:109:15 [INFO] [stdout] | [INFO] [stdout] 109 | pub gain: Gain, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Resistor` in this scope [INFO] [stdout] --> src/saadc.rs:111:19 [INFO] [stdout] | [INFO] [stdout] 111 | pub resistor: Resistor, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Time` in this scope [INFO] [stdout] --> src/saadc.rs:113:15 [INFO] [stdout] | [INFO] [stdout] 113 | pub time: Time, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Frequency` in this scope [INFO] [stdout] --> src/spi.rs:72:47 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn new(spi: T, pins: Pins, frequency: Frequency, mode: Mode) -> Self { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Frequency` in this scope [INFO] [stdout] --> src/spim.rs:100:48 [INFO] [stdout] | [INFO] [stdout] 100 | pub fn new(spim: T, pins: Pins, frequency: Frequency, mode: Mode, orc: u8) -> Self { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EVENTS_ACQUIRED` in this scope [INFO] [stdout] --> src/spis.rs:287:38 [INFO] [stdout] | [INFO] [stdout] 287 | pub fn event_acquired(&self) -> &EVENTS_ACQUIRED { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EVENTS_END` in this scope [INFO] [stdout] --> src/spis.rs:293:33 [INFO] [stdout] | [INFO] [stdout] 293 | pub fn event_end(&self) -> &EVENTS_END { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EVENTS_ENDRX` in this scope [INFO] [stdout] --> src/spis.rs:299:36 [INFO] [stdout] | [INFO] [stdout] 299 | pub fn event_end_rx(&self) -> &EVENTS_ENDRX { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TASKS_ACQUIRE` in this scope [INFO] [stdout] --> src/spis.rs:305:36 [INFO] [stdout] | [INFO] [stdout] 305 | pub fn task_acquire(&self) -> &TASKS_ACQUIRE { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TASKS_RELEASE` in this scope [INFO] [stdout] --> src/spis.rs:311:36 [INFO] [stdout] | [INFO] [stdout] 311 | pub fn task_release(&self) -> &TASKS_RELEASE { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SPIS1` in module `super` [INFO] [stdout] --> src/spis.rs:620:28 [INFO] [stdout] | [INFO] [stdout] 620 | impl Sealed for super::SPIS1 {} [INFO] [stdout] | ^^^^^ not found in `super` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SPIS2` in module `super` [INFO] [stdout] --> src/spis.rs:627:28 [INFO] [stdout] | [INFO] [stdout] 627 | impl Sealed for super::SPIS2 {} [INFO] [stdout] | ^^^^^ not found in `super` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SPIS1` in this scope [INFO] [stdout] --> src/spis.rs:653:19 [INFO] [stdout] | [INFO] [stdout] 653 | impl Instance for SPIS1 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SPIS2` in this scope [INFO] [stdout] --> src/spis.rs:666:19 [INFO] [stdout] | [INFO] [stdout] 666 | impl Instance for SPIS2 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TASKS_START` in this scope [INFO] [stdout] --> src/timer.rs:154:34 [INFO] [stdout] | [INFO] [stdout] 154 | pub fn task_start(&self) -> &TASKS_START { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TASKS_STOP` in this scope [INFO] [stdout] --> src/timer.rs:161:33 [INFO] [stdout] | [INFO] [stdout] 161 | pub fn task_stop(&self) -> &TASKS_STOP { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TASKS_COUNT` in this scope [INFO] [stdout] --> src/timer.rs:168:34 [INFO] [stdout] | [INFO] [stdout] 168 | pub fn task_count(&self) -> &TASKS_COUNT { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TASKS_CLEAR` in this scope [INFO] [stdout] --> src/timer.rs:175:34 [INFO] [stdout] | [INFO] [stdout] 175 | pub fn task_clear(&self) -> &TASKS_CLEAR { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TASKS_CAPTURE` in this scope [INFO] [stdout] --> src/timer.rs:182:40 [INFO] [stdout] | [INFO] [stdout] 182 | pub fn task_capture_cc0(&self) -> &TASKS_CAPTURE { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TASKS_CAPTURE` in this scope [INFO] [stdout] --> src/timer.rs:189:40 [INFO] [stdout] | [INFO] [stdout] 189 | pub fn task_capture_cc1(&self) -> &TASKS_CAPTURE { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TASKS_CAPTURE` in this scope [INFO] [stdout] --> src/timer.rs:196:40 [INFO] [stdout] | [INFO] [stdout] 196 | pub fn task_capture_cc2(&self) -> &TASKS_CAPTURE { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TASKS_CAPTURE` in this scope [INFO] [stdout] --> src/timer.rs:203:40 [INFO] [stdout] | [INFO] [stdout] 203 | pub fn task_capture_cc3(&self) -> &TASKS_CAPTURE { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EVENTS_COMPARE` in this scope [INFO] [stdout] --> src/timer.rs:211:41 [INFO] [stdout] | [INFO] [stdout] 211 | pub fn event_compare_cc0(&self) -> &EVENTS_COMPARE { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EVENTS_COMPARE` in this scope [INFO] [stdout] --> src/timer.rs:219:41 [INFO] [stdout] | [INFO] [stdout] 219 | pub fn event_compare_cc1(&self) -> &EVENTS_COMPARE { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EVENTS_COMPARE` in this scope [INFO] [stdout] --> src/timer.rs:227:41 [INFO] [stdout] | [INFO] [stdout] 227 | pub fn event_compare_cc2(&self) -> &EVENTS_COMPARE { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EVENTS_COMPARE` in this scope [INFO] [stdout] --> src/timer.rs:235:41 [INFO] [stdout] | [INFO] [stdout] 235 | pub fn event_compare_cc3(&self) -> &EVENTS_COMPARE { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RegBlock0` in this scope [INFO] [stdout] --> src/timer.rs:351:29 [INFO] [stdout] | [INFO] [stdout] 351 | fn as_timer0(&self) -> &RegBlock0; [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RegBlock0` in this scope [INFO] [stdout] --> src/timer.rs:448:29 [INFO] [stdout] | [INFO] [stdout] 448 | fn as_timer0(&self) -> &RegBlock0 { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RegBlock0` in this scope [INFO] [stdout] --> src/timer.rs:457:29 [INFO] [stdout] | [INFO] [stdout] 457 | fn as_timer0(&self) -> &RegBlock0 { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RegBlock0` in this scope [INFO] [stdout] --> src/timer.rs:466:29 [INFO] [stdout] | [INFO] [stdout] 466 | fn as_timer0(&self) -> &RegBlock0 { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Frequency` in this scope [INFO] [stdout] --> src/twim.rs:44:48 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn new(twim: T, pins: Pins, frequency: Frequency) -> Self { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EVENTS_READ` in this scope [INFO] [stdout] --> src/twis.rs:221:34 [INFO] [stdout] | [INFO] [stdout] 221 | pub fn event_read(&self) -> &EVENTS_READ { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EVENTS_WRITE` in this scope [INFO] [stdout] --> src/twis.rs:227:35 [INFO] [stdout] | [INFO] [stdout] 227 | pub fn event_write(&self) -> &EVENTS_WRITE { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EVENTS_STOPPED` in this scope [INFO] [stdout] --> src/twis.rs:233:37 [INFO] [stdout] | [INFO] [stdout] 233 | pub fn event_stopped(&self) -> &EVENTS_STOPPED { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EVENTS_ERROR` in this scope [INFO] [stdout] --> src/twis.rs:239:35 [INFO] [stdout] | [INFO] [stdout] 239 | pub fn event_error(&self) -> &EVENTS_ERROR { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EVENTS_RXSTARTED` in this scope [INFO] [stdout] --> src/twis.rs:245:40 [INFO] [stdout] | [INFO] [stdout] 245 | pub fn event_rx_started(&self) -> &EVENTS_RXSTARTED { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EVENTS_TXSTARTED` in this scope [INFO] [stdout] --> src/twis.rs:251:40 [INFO] [stdout] | [INFO] [stdout] 251 | pub fn event_tx_started(&self) -> &EVENTS_TXSTARTED { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TASKS_STOP` in this scope [INFO] [stdout] --> src/twis.rs:257:33 [INFO] [stdout] | [INFO] [stdout] 257 | pub fn task_stop(&self) -> &TASKS_STOP { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TASKS_SUSPEND` in this scope [INFO] [stdout] --> src/twis.rs:263:36 [INFO] [stdout] | [INFO] [stdout] 263 | pub fn task_suspend(&self) -> &TASKS_SUSPEND { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TASKS_RESUME` in this scope [INFO] [stdout] --> src/twis.rs:269:35 [INFO] [stdout] | [INFO] [stdout] 269 | pub fn task_resume(&self) -> &TASKS_RESUME { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TASKS_PREPARERX` in this scope [INFO] [stdout] --> src/twis.rs:275:39 [INFO] [stdout] | [INFO] [stdout] 275 | pub fn task_prepare_rx(&self) -> &TASKS_PREPARERX { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TASKS_PREPARETX` in this scope [INFO] [stdout] --> src/twis.rs:281:39 [INFO] [stdout] | [INFO] [stdout] 281 | pub fn task_prepare_tx(&self) -> &TASKS_PREPARETX { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Parity` in this scope [INFO] [stdout] --> src/uarte.rs:50:50 [INFO] [stdout] | [INFO] [stdout] 50 | pub fn new(uarte: T, mut pins: Pins, parity: Parity, baudrate: Baudrate) -> Self { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Baudrate` in this scope [INFO] [stdout] --> src/uarte.rs:50:68 [INFO] [stdout] | [INFO] [stdout] 50 | pub fn new(uarte: T, mut pins: Pins, parity: Parity, baudrate: Baudrate) -> Self { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EASY_DMA_SIZE` in this scope [INFO] [stdout] --> src/lib.rs:137:50 [INFO] [stdout] | [INFO] [stdout] 137 | const _CHECK_FORCE_COPY_BUFFER_SIZE: usize = EASY_DMA_SIZE - FORCE_COPY_BUFFER_SIZE; [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/spim.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 41 | impl embedded_hal::blocking::spi::Transfer for Spim [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type for struct `Spim` [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s satisfying `Spim: _embedded_hal_blocking_spi_Transfer` found [INFO] [stdout] --> src/spim.rs:41:1 [INFO] [stdout] | [INFO] [stdout] 41 | / impl embedded_hal::blocking::spi::Transfer for Spim [INFO] [stdout] 42 | | where [INFO] [stdout] 43 | | T: Instance, [INFO] [stdout] 44 | | { [INFO] [stdout] ... | [INFO] [stdout] 56 | | } [INFO] [stdout] 57 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: and another `impl` found in the `embedded_hal` crate: [INFO] [stdout] - impl _embedded_hal_blocking_spi_Transfer for S [INFO] [stdout] where S: embedded_hal::blocking::spi::transfer::Default, W: Clone; [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/spim.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | impl embedded_hal::blocking::spi::Write for Spim [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type for struct `Spim` [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s satisfying `Spim: embedded_hal::prelude::_embedded_hal_blocking_spi_Write` found [INFO] [stdout] --> src/spim.rs:59:1 [INFO] [stdout] | [INFO] [stdout] 59 | / impl embedded_hal::blocking::spi::Write for Spim [INFO] [stdout] 60 | | where [INFO] [stdout] 61 | | T: Instance, [INFO] [stdout] 62 | | { [INFO] [stdout] ... | [INFO] [stdout] 83 | | } [INFO] [stdout] 84 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: and another `impl` found in the `embedded_hal` crate: [INFO] [stdout] - impl embedded_hal::prelude::_embedded_hal_blocking_spi_Write for S [INFO] [stdout] where S: embedded_hal::blocking::spi::write::Default, W: Clone; [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 188 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0283, E0412, E0425, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0283`. [INFO] [stdout] [INFO] [stderr] error: could not compile `nrf-hal-common` due to 189 previous errors [INFO] running `Command { std: "docker" "inspect" "1618dfd008d82f3087cc61a387aad9804dcac73b0e4bd7915ce5254fbb3d1483", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1618dfd008d82f3087cc61a387aad9804dcac73b0e4bd7915ce5254fbb3d1483", kill_on_drop: false }` [INFO] [stdout] 1618dfd008d82f3087cc61a387aad9804dcac73b0e4bd7915ce5254fbb3d1483