[INFO] fetching crate nrf-hal-common 0.11.1... [INFO] documenting nrf-hal-common-0.11.1 against beta-2020-08-29 for beta-1.47-rustdoc-1 [INFO] extracting crate nrf-hal-common 0.11.1 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate nrf-hal-common 0.11.1 on toolchain beta-2020-08-29 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate nrf-hal-common 0.11.1 [INFO] finished tweaking crates.io crate nrf-hal-common 0.11.1 [INFO] tweaked toml for crates.io crate nrf-hal-common 0.11.1 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-08-29" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 54785e80b1deb02a8988eb07073087ee9139e9eb55bb4b07ef8ac547e783d99e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "54785e80b1deb02a8988eb07073087ee9139e9eb55bb4b07ef8ac547e783d99e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "54785e80b1deb02a8988eb07073087ee9139e9eb55bb4b07ef8ac547e783d99e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "54785e80b1deb02a8988eb07073087ee9139e9eb55bb4b07ef8ac547e783d99e", kill_on_drop: false }` [INFO] [stdout] 54785e80b1deb02a8988eb07073087ee9139e9eb55bb4b07ef8ac547e783d99e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-08-29" "doc" "--frozen" "--no-deps" "--document-private-items" "--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] ffe5402742051e69b83c3682e6769f97ae842b0e93e939f2b8ac876cc59b7585 [INFO] running `Command { std: "docker" "start" "-a" "ffe5402742051e69b83c3682e6769f97ae842b0e93e939f2b8ac876cc59b7585", kill_on_drop: false }` [INFO] [stderr] Documenting nrf-hal-common v0.11.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `pac`? [INFO] [stdout] --> src/ccm.rs:55:12 [INFO] [stdout] | [INFO] [stdout] 55 | use crate::pac::ccm::mode::{DATARATE_A, LENGTH_A}; [INFO] [stdout] | ^^^ maybe a missing crate `pac`? [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] | ^^^ maybe a missing crate `pac`? [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] | ^^^ maybe a missing crate `pac`? [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] | ^^^ maybe a missing crate `pac`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `pac`? [INFO] [stdout] --> src/gpio.rs:301:12 [INFO] [stdout] | [INFO] [stdout] 301 | use crate::pac::p0::pin_cnf; [INFO] [stdout] | ^^^ maybe a missing crate `pac`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::pac` [INFO] [stdout] --> src/gpio.rs:70:12 [INFO] [stdout] | [INFO] [stdout] 70 | use crate::pac::{p0 as gpio, P0}; [INFO] [stdout] | ^^^ maybe a missing crate `pac`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `pac`? [INFO] [stdout] --> src/gpiote.rs:19:12 [INFO] [stdout] | [INFO] [stdout] 19 | crate::pac::gpiote::{_EVENTS_IN, _EVENTS_PORT, _TASKS_OUT}, [INFO] [stdout] | ^^^ maybe a missing crate `pac`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `pac`? [INFO] [stdout] --> src/gpiote.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 20 | crate::pac::{generic::Reg, GPIOTE}, [INFO] [stdout] | ^^^ maybe a missing crate `pac`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::pac` [INFO] [stdout] --> src/gpiote.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 10 | use crate::pac::P0; [INFO] [stdout] | ^^^ maybe a missing crate `pac`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `pac`? [INFO] [stdout] --> src/gpiote.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 24 | use crate::pac::gpiote::{_TASKS_CLR, _TASKS_SET}; [INFO] [stdout] | ^^^ maybe a missing crate `pac`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::pac` [INFO] [stdout] --> src/gpiote.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 20 | crate::pac::{generic::Reg, GPIOTE}, [INFO] [stdout] | ^^^ maybe a missing crate `pac`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::pac` [INFO] [stdout] --> src/ppi/mod.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 12 | use crate::pac::PPI; [INFO] [stdout] | ^^^ maybe a missing crate `pac`? [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] | ^^^ maybe a missing crate `pac`? [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] | ^^^ maybe a missing crate `pac`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::pac` [INFO] [stdout] --> src/saadc.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::pac::{saadc, SAADC}; [INFO] [stdout] | ^^^ maybe a missing crate `pac`? [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] | ^^^ maybe a missing crate `pac`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::target_constants` [INFO] [stdout] --> src/spim.rs:26:12 [INFO] [stdout] | [INFO] [stdout] 26 | use crate::target_constants::{EASY_DMA_SIZE, FORCE_COPY_BUFFER_SIZE}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ maybe a missing crate `target_constants`? [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] | ^^^ maybe a missing crate `pac`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::pac` [INFO] [stdout] --> src/timer.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | use crate::pac::{Interrupt, TIMER0, TIMER1, TIMER2}; [INFO] [stdout] | ^^^ maybe a missing crate `pac`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::pac` [INFO] [stdout] --> src/twim.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | use crate::pac::{twim0, P0, TWIM0}; [INFO] [stdout] | ^^^ maybe a missing crate `pac`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::target_constants` [INFO] [stdout] --> src/twim.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | target_constants::{EASY_DMA_SIZE, FORCE_COPY_BUFFER_SIZE}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ maybe a missing crate `target_constants`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::pac` [INFO] [stdout] --> src/uarte.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 20 | use crate::pac::{uarte0, UARTE0}; [INFO] [stdout] | ^^^ maybe a missing crate `pac`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::target_constants` [INFO] [stdout] --> src/uarte.rs:25:12 [INFO] [stdout] | [INFO] [stdout] 25 | use crate::target_constants::EASY_DMA_SIZE; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ maybe a missing crate `target_constants`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::pac` [INFO] [stdout] --> src/uicr.rs:8:12 [INFO] [stdout] | [INFO] [stdout] 8 | use crate::pac::{NVMC, UICR}; [INFO] [stdout] | ^^^ maybe a missing crate `pac`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `crate::pac`, `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`, `spim0::frequency::FREQUENCY_A`, `twim0::frequency::FREQUENCY_A`, `uarte0::baudrate::BAUDRATE_A`, `uarte0::config::PARITY_A`, `super::P0` [INFO] [stdout] --> src/gpio.rs:339:17 [INFO] [stdout] | [INFO] [stdout] 339 | $PX [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 548 | / gpio!(P0, p0, p0, Port::Port0, [ [INFO] [stdout] 549 | | P0_00: (p0_00, 0, Input), [INFO] [stdout] 550 | | P0_01: (p0_01, 1, Input), [INFO] [stdout] 551 | | P0_02: (p0_02, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 580 | | P0_31: (p0_31, 31, Input), [INFO] [stdout] 581 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: src/wdt.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::pac::WDT; [INFO] [stdout] | ^^^ maybe a missing crate `pac`? [INFO] [stdout] | [INFO] [stdout] ::: src/saadc.rs:17:18 [INFO] [stdout] | [INFO] [stdout] 17 | ch::config::{GAIN_A as Gain, REFSEL_A as Reference, RESP_A as Resistor, TACQ_A as Time}, [INFO] [stdout] | ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stdout] 18 | oversample::OVERSAMPLE_A as Oversample, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 19 | resolution::VAL_A as Resolution, [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:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | pub use twim0::frequency::FREQUENCY_A as Frequency; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/uarte.rs:29:18 [INFO] [stdout] | [INFO] [stdout] 29 | pub use uarte0::{baudrate::BAUDRATE_A as Baudrate, config::PARITY_A as Parity}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (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 or module `pin_cnf` [INFO] [stdout] --> src/gpio.rs:304:25 [INFO] [stdout] | [INFO] [stdout] 304 | fn variant(self) -> pin_cnf::DRIVE_A { [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `pin_cnf` [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 `Reg` in this scope [INFO] [stdout] --> src/gpiote.rs:144:29 [INFO] [stdout] | [INFO] [stdout] 144 | pub fn event(&self) -> &Reg { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `_EVENTS_IN` in this scope [INFO] [stdout] --> src/gpiote.rs:144:38 [INFO] [stdout] | [INFO] [stdout] 100 | impl<'a> GpioteChannel<'_> { [INFO] [stdout] | - help: you might be missing a type parameter: `, _EVENTS_IN` [INFO] [stdout] ... [INFO] [stdout] 144 | pub fn event(&self) -> &Reg { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Reg` in this scope [INFO] [stdout] --> src/gpiote.rs:149:32 [INFO] [stdout] | [INFO] [stdout] 149 | pub fn task_out(&self) -> &Reg { [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:149:41 [INFO] [stdout] | [INFO] [stdout] 100 | impl<'a> GpioteChannel<'_> { [INFO] [stdout] | - help: you might be missing a type parameter: `, _TASKS_OUT` [INFO] [stdout] ... [INFO] [stdout] 149 | pub fn task_out(&self) -> &Reg { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Reg` in this scope [INFO] [stdout] --> src/gpiote.rs:155:32 [INFO] [stdout] | [INFO] [stdout] 155 | pub fn task_clr(&self) -> &Reg { [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:155:41 [INFO] [stdout] | [INFO] [stdout] 100 | impl<'a> GpioteChannel<'_> { [INFO] [stdout] | - help: you might be missing a type parameter: `, _TASKS_CLR` [INFO] [stdout] ... [INFO] [stdout] 155 | pub fn task_clr(&self) -> &Reg { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Reg` in this scope [INFO] [stdout] --> src/gpiote.rs:161:32 [INFO] [stdout] | [INFO] [stdout] 161 | pub fn task_set(&self) -> &Reg { [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:161:41 [INFO] [stdout] | [INFO] [stdout] 100 | impl<'a> GpioteChannel<'_> { [INFO] [stdout] | - help: you might be missing a type parameter: `, _TASKS_SET` [INFO] [stdout] ... [INFO] [stdout] 161 | pub fn task_set(&self) -> &Reg { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Reg` in this scope [INFO] [stdout] --> src/gpiote.rs:192:29 [INFO] [stdout] | [INFO] [stdout] 192 | pub fn event(&self) -> &Reg { [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:192:38 [INFO] [stdout] | [INFO] [stdout] 170 | impl<'a> GpiotePort<'_> { [INFO] [stdout] | - help: you might be missing a type parameter: `, _EVENTS_PORT` [INFO] [stdout] ... [INFO] [stdout] 192 | pub fn event(&self) -> &Reg { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Resolution` in this scope [INFO] [stdout] --> src/saadc.rs:69:21 [INFO] [stdout] | [INFO] [stdout] 69 | 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:70:21 [INFO] [stdout] | [INFO] [stdout] 70 | 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:71:20 [INFO] [stdout] | [INFO] [stdout] 71 | 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:72:15 [INFO] [stdout] | [INFO] [stdout] 72 | 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:73:19 [INFO] [stdout] | [INFO] [stdout] 73 | 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:74:15 [INFO] [stdout] | [INFO] [stdout] 74 | 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/spim.rs:97:48 [INFO] [stdout] | [INFO] [stdout] 97 | 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 `Frequency` in this scope [INFO] [stdout] --> src/twim.rs:42:48 [INFO] [stdout] | [INFO] [stdout] 42 | 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 `Parity` in this scope [INFO] [stdout] --> src/uarte.rs:45:50 [INFO] [stdout] | [INFO] [stdout] 45 | 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:45:68 [INFO] [stdout] | [INFO] [stdout] 45 | 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: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 48 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: Could not document `nrf-hal-common`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type lib --crate-name nrf_hal_common src/lib.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi --document-private-items -L dependency=/opt/rustwide/target/debug/deps --extern cast=/opt/rustwide/target/debug/deps/libcast-e6a73a1c21a7e3b3.rmeta --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-b31c81520e08f43a.rmeta --extern cortex_m=/opt/rustwide/target/debug/deps/libcortex_m-159039d9c2079a4e.rmeta --extern embedded_hal=/opt/rustwide/target/debug/deps/libembedded_hal-0d83398ccd8f8b57.rmeta --extern fixed=/opt/rustwide/target/debug/deps/libfixed-e60177e9e62acfb9.rmeta --extern nb=/opt/rustwide/target/debug/deps/libnb-5265fa1253166a9f.rmeta --extern rand_core=/opt/rustwide/target/debug/deps/librand_core-36b8d3ab8b15565a.rmeta --extern void=/opt/rustwide/target/debug/deps/libvoid-1a8ca83893ebfcb1.rmeta --cap-lints=warn --crate-version 0.11.1` (exit code: 1) [INFO] running `Command { std: "docker" "inspect" "ffe5402742051e69b83c3682e6769f97ae842b0e93e939f2b8ac876cc59b7585", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ffe5402742051e69b83c3682e6769f97ae842b0e93e939f2b8ac876cc59b7585", kill_on_drop: false }` [INFO] [stdout] ffe5402742051e69b83c3682e6769f97ae842b0e93e939f2b8ac876cc59b7585