Build #157098 2019-04-29T15:34:29.733776+00:00
# rustc version
rustc 1.36.0-nightly (3c3d3c177 2019-04-17)# docs.rs version
cratesfyi 0.6.0 (54fff31 2019-04-12)# build log
Updating crates.io index
Downloading crates ...
Downloaded rubble-nrf52 v0.0.3
Fresh uuid v0.7.4
Fresh bbqueue v0.3.2
Fresh bitflags v1.0.4
Fresh byteorder v1.3.1
Checking rubble v0.0.3
Running `rustc --edition=2018 --crate-name rubble /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rubble-0.0.3/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=619d52902d92246e -C extra-filename=-619d52902d92246e --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern bbqueue=/home/cratesfyi/cratesfyi/debug/deps/libbbqueue-fc1d207e88b37ff5.rmeta --extern bitflags=/home/cratesfyi/cratesfyi/debug/deps/libbitflags-a7bb201a4a79a941.rmeta --extern byteorder=/home/cratesfyi/cratesfyi/debug/deps/libbyteorder-98e42aa56bb3f24c.rmeta --extern uuid=/home/cratesfyi/cratesfyi/debug/deps/libuuid-be6a8a30e9d1a6ac.rmeta --cap-lints allow`
Documenting rubble-nrf52 v0.0.3
Running `rustdoc --edition=2018 --crate-name rubble_nrf52 /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rubble-nrf52-0.0.3/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190417-1.36.0-nightly-3c3d3c177 --static-root-path / --disable-per-crate-search --extern-html-root-url 'nrf52810_hal=https://docs.rs/nrf52810-hal/0.8.1' --extern-html-root-url 'nrf52832_hal=https://docs.rs/nrf52832-hal/0.8.1' --extern-html-root-url 'nrf52840_hal=https://docs.rs/nrf52840-hal/0.8.1' --extern-html-root-url 'rubble=https://docs.rs/rubble/0.0.3' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern rubble=/home/cratesfyi/cratesfyi/debug/deps/librubble-619d52902d92246e.rmeta`
error[E0433]: failed to resolve: use of undeclared type or module `pac`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rubble-nrf52-0.0.3/src/radio.rs:55:5
|
55 | pac::{radio::state::STATER, RADIO},
| ^^^ use of undeclared type or module `pac`
error[E0432]: unresolved import `pac`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rubble-nrf52-0.0.3/src/radio.rs:55:5
|
55 | pac::{radio::state::STATER, RADIO},
| ^^^ use of undeclared type or module `pac`
error[E0432]: unresolved import `pac`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rubble-nrf52-0.0.3/src/timer.rs:14:5
|
14 | pac::{TIMER0, TIMER1, TIMER2},
| ^^^ use of undeclared type or module `pac`
error[E0412]: cannot find type `STATER` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rubble-nrf52-0.0.3/src/radio.rs:175:28
|
175 | pub fn state(&self) -> STATER {
| ^^^^^^ not found in this scope
error: Compilation failed, aborting rustdoc
error: aborting due to 5 previous errors
Some errors occurred: E0412, E0432, E0433.
For more information about an error, try `rustc --explain E0412`.
thread 'main' panicked at 'ProcessError { desc: "process didn\'t exit successfully: `rustdoc --edition=2018 --crate-name rubble_nrf52 /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rubble-nrf52-0.0.3/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190417-1.36.0-nightly-3c3d3c177 --static-root-path / --disable-per-crate-search --extern-html-root-url \'nrf52810_hal=https://docs.rs/nrf52810-hal/0.8.1\' --extern-html-root-url \'nrf52832_hal=https://docs.rs/nrf52832-hal/0.8.1\' --extern-html-root-url \'nrf52840_hal=https://docs.rs/nrf52840-hal/0.8.1\' --extern-html-root-url \'rubble=https://docs.rs/rubble/0.0.3\' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern rubble=/home/cratesfyi/cratesfyi/debug/deps/librubble-619d52902d92246e.rmeta` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None }
Could not document `rubble-nrf52`.', src/bin/cratesfyi.rs:143:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.