Build #149993 2019-03-23T03:33:13.801969+00:00
# rustc version
rustc 1.35.0-nightly (0f88167f8 2019-03-18)# docs.rs version
cratesfyi 0.6.0 (32b0d13 2019-03-19)# build log
Updating crates.io index
Downloading crates ...
Downloaded atsamd21-hal v0.3.1
Fresh semver-parser v0.7.0
Fresh unicode-xid v0.1.0
Fresh vcell v0.1.0
Fresh aligned v0.2.0
Fresh void v1.0.2
Fresh nb v0.1.1
Checking bitfield v0.13.1
Fresh semver v0.9.0
Fresh volatile-register v0.2.0
Fresh embedded-hal v0.2.2
Running `rustc --crate-name bitfield /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bitfield-0.13.1/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=c775c58370dc655c -C extra-filename=-c775c58370dc655c --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh proc-macro2 v0.4.27
Fresh rustc_version v0.2.3
Fresh quote v0.6.11
Fresh syn v0.15.29
Fresh proc-macro-hack v0.5.4
Fresh bare-metal v0.2.4
Fresh paste-impl v0.1.5
Fresh cortex-m v0.5.8
Checking paste v0.1.5
Running `rustc --crate-name paste /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/paste-0.1.5/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=1d24619283e6e895 -C extra-filename=-1d24619283e6e895 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern paste_impl=/home/cratesfyi/cratesfyi/debug/deps/libpaste_impl-acb306628d705401.so --extern proc_macro_hack=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro_hack-5c31e3546d0412f7.so --cap-lints allow`
Documenting atsamd21-hal v0.3.1
Running `rustdoc --crate-name atsamd21_hal /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/atsamd21-hal-0.3.1/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190318-1.35.0-nightly-0f88167f8 --static-root-path / --disable-per-crate-search --extern-html-root-url 'atsamd21e18a=https://docs.rs/atsamd21e18a/0.4.0' --extern-html-root-url 'atsamd21g18a=https://docs.rs/atsamd21g18a/0.4.0' --extern-html-root-url 'bitfield=https://docs.rs/bitfield/0.13.1' --extern-html-root-url 'cortex_m=https://docs.rs/cortex-m/0.5.8' --extern-html-root-url 'cortex_m_rtfm=https://docs.rs/cortex-m-rtfm/0.3.4' --extern-html-root-url 'cortex_m_semihosting=https://docs.rs/cortex-m-semihosting/0.2.1' --extern-html-root-url 'embedded_hal=https://docs.rs/embedded-hal/0.2.2' --extern-html-root-url 'jlink_rtt=https://docs.rs/jlink_rtt/0.1.0' --extern-html-root-url 'nb=https://docs.rs/nb/0.1.1' --extern-html-root-url 'panic_abort=https://docs.rs/panic-abort/0.3.1' --extern-html-root-url 'panic_semihosting=https://docs.rs/panic-semihosting/0.5.1' --extern-html-root-url 'panic_rtt=https://docs.rs/panic_rtt/0.1.0' --extern-html-root-url 'paste=https://docs.rs/paste/0.1.5' --extern-html-root-url 'vcell=https://docs.rs/vcell/0.1.0' --extern-html-root-url 'void=https://docs.rs/void/1.0.2' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern bitfield=/home/cratesfyi/cratesfyi/debug/deps/libbitfield-c775c58370dc655c.rmeta --extern cortex_m=/home/cratesfyi/cratesfyi/debug/deps/libcortex_m-e5865c9caf137c31.rmeta --extern embedded_hal=/home/cratesfyi/cratesfyi/debug/deps/libembedded_hal-a5534a87f4a61d76.rmeta --extern nb=/home/cratesfyi/cratesfyi/debug/deps/libnb-03faa2e58f2b9b4a.rmeta --extern paste=/home/cratesfyi/cratesfyi/debug/deps/libpaste-1d24619283e6e895.rmeta --extern vcell=/home/cratesfyi/cratesfyi/debug/deps/libvcell-59aa7559b81474cd.rmeta --extern void=/home/cratesfyi/cratesfyi/debug/deps/libvoid-0b9c2eb94f14f5f4.rmeta`
error[E0433]: failed to resolve: maybe a missing `extern crate target_device;`?
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/atsamd21-hal-0.3.1/src/clock.rs:6:5
|
6 | use target_device::gclk::clkctrl::GENR::*;
| ^^^^^^^^^^^^^ maybe a missing `extern crate target_device;`?
error[E0433]: failed to resolve: maybe a missing `extern crate target_device;`?
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/atsamd21-hal-0.3.1/src/clock.rs:7:5
|
7 | use target_device::gclk::clkctrl::IDR::*;
| ^^^^^^^^^^^^^ maybe a missing `extern crate target_device;`?
error[E0433]: failed to resolve: maybe a missing `extern crate target_device;`?
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/atsamd21-hal-0.3.1/src/clock.rs:8:5
|
8 | use target_device::gclk::genctrl::SRCR::*;
| ^^^^^^^^^^^^^ maybe a missing `extern crate target_device;`?
error[E0433]: failed to resolve: maybe a missing `extern crate target_device;`?
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/atsamd21-hal-0.3.1/src/gpio.rs:10:5
|
10 | use target_device::port::{DIRCLR, DIRSET, OUTCLR, OUTSET, PINCFG0_, PMUX0_};
| ^^^^^^^^^^^^^ maybe a missing `extern crate target_device;`?
error[E0432]: unresolved imports `target_device`, `target_device`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/atsamd21-hal-0.3.1/src/clock.rs:9:21
|
9 | use target_device::{self, GCLK, NVMCTRL, PM, SYSCTRL};
| ^^^^^^^^^^^^^ ^^^^ no `target_device` in the root
| |
| maybe a missing `extern crate target_device;`?
error[E0433]: failed to resolve: maybe a missing `extern crate target_device;`?
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/atsamd21-hal-0.3.1/src/sercom/i2c.rs:6:5
|
6 | use target_device::sercom0::I2CM;
| ^^^^^^^^^^^^^ maybe a missing `extern crate target_device;`?
error[E0432]: unresolved import `target_device`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/atsamd21-hal-0.3.1/src/gpio.rs:17:5
|
17 | use target_device::PORT;
| ^^^^^^^^^^^^^ maybe a missing `extern crate target_device;`?
error[E0433]: failed to resolve: maybe a missing `extern crate target_device;`?
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/atsamd21-hal-0.3.1/src/sercom/spi.rs:5:5
|
5 | use target_device::sercom0::SPI;
| ^^^^^^^^^^^^^ maybe a missing `extern crate target_device;`?
error[E0432]: unresolved import `target_device`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/atsamd21-hal-0.3.1/src/sercom/i2c.rs:7:5
|
7 | use target_device::{PM, SERCOM0, SERCOM1, SERCOM2, SERCOM3};
| ^^^^^^^^^^^^^ maybe a missing `extern crate target_device;`?
error[E0433]: failed to resolve: maybe a missing `extern crate target_device;`?
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/atsamd21-hal-0.3.1/src/sercom/uart.rs:7:5
|
7 | use target_device::sercom0::USART;
| ^^^^^^^^^^^^^ maybe a missing `extern crate target_device;`?
error[E0432]: unresolved import `target_device`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/atsamd21-hal-0.3.1/src/sercom/spi.rs:6:5
|
6 | use target_device::{PM, SERCOM0, SERCOM1, SERCOM2, SERCOM3};
| ^^^^^^^^^^^^^ maybe a missing `extern crate target_device;`?
error[E0432]: unresolved import `target_device`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/atsamd21-hal-0.3.1/src/sercom/uart.rs:8:5
|
8 | use target_device::Interrupt;
| ^^^^^^^^^^^^^ maybe a missing `extern crate target_device;`?
error[E0433]: failed to resolve: maybe a missing `extern crate target_device;`?
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/atsamd21-hal-0.3.1/src/timer.rs:3:5
|
3 | use target_device::tc3::COUNT16;
| ^^^^^^^^^^^^^ maybe a missing `extern crate target_device;`?
error[E0432]: unresolved import `target_device`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/atsamd21-hal-0.3.1/src/sercom/uart.rs:9:5
|
9 | use target_device::{NVIC, PM, SERCOM0, SERCOM1, SERCOM2, SERCOM3};
| ^^^^^^^^^^^^^ maybe a missing `extern crate target_device;`?
error[E0432]: unresolved import `target_device`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/atsamd21-hal-0.3.1/src/timer.rs:5:5
|
5 | use target_device::{PM, TC3, TC4, TC5};
| ^^^^^^^^^^^^^ maybe a missing `extern crate target_device;`?
error[E0412]: cannot find type `DIRSET` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/atsamd21-hal-0.3.1/src/gpio.rs:356:31
|
356 | fn dirset0(&mut self) -> &DIRSET {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `DIRCLR` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/atsamd21-hal-0.3.1/src/gpio.rs:359:31
|
359 | fn dirclr0(&mut self) -> &DIRCLR {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `PINCFG0_` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/atsamd21-hal-0.3.1/src/gpio.rs:362:32
|
362 | fn pincfg0(&mut self) -> &[PINCFG0_; 32] {
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `OUTSET` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/atsamd21-hal-0.3.1/src/gpio.rs:365:31
|
365 | fn outset0(&mut self) -> &OUTSET {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `OUTCLR` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/atsamd21-hal-0.3.1/src/gpio.rs:368:31
|
368 | fn outclr0(&mut self) -> &OUTCLR {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `PMUX0_` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/atsamd21-hal-0.3.1/src/gpio.rs:371:30
|
371 | fn pmux0(&mut self) -> &[PMUX0_; 16] {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `I2CM` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/atsamd21-hal-0.3.1/src/sercom/i2c.rs:205:28
|
205 | fn i2cm(&mut self) -> &I2CM {
| ^^^^ not found in this scope
...
305 | / i2c!([
306 | | I2CMaster0:
307 | | (
308 | | Sercom0Pad0,
... |
337 | | ),
338 | | ]);
| |___- in this macro invocation
error[E0412]: cannot find type `SPI` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/atsamd21-hal-0.3.1/src/sercom/spi.rs:200:27
|
200 | fn spi(&mut self) -> &SPI {
| ^^^ not found in this scope
...
243 | / spi!([
244 | | SPIMaster0: (SPI0Pinout, SERCOM0, sercom0_, Sercom0CoreClock),
245 | | SPIMaster1: (SPI1Pinout, SERCOM1, sercom1_, Sercom1CoreClock),
246 | | SPIMaster2: (SPI2Pinout, SERCOM2, sercom2_, Sercom2CoreClock),
247 | | SPIMaster3: (SPI3Pinout, SERCOM3, sercom3_, Sercom3CoreClock),
248 | | ]);
| |___- in this macro invocation
error[E0412]: cannot find type `USART` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/atsamd21-hal-0.3.1/src/sercom/uart.rs:172:25
|
172 | fn usart(&self) -> &USART {
| ^^^^^ not found in this scope
...
238 | / uart!([
239 | | UART0: (UART0Pinout, SERCOM0, sercom0_, Sercom0CoreClock),
240 | | UART1: (UART1Pinout, SERCOM1, sercom1_, Sercom1CoreClock),
241 | | UART2: (UART2Pinout, SERCOM2, sercom2_, Sercom2CoreClock),
242 | | UART3: (UART3Pinout, SERCOM3, sercom3_, Sercom3CoreClock),
243 | | ]);
| |___- in this macro invocation
error[E0412]: cannot find type `COUNT16` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/atsamd21-hal-0.3.1/src/timer.rs:35:28
|
35 | fn count_16(&self) -> &COUNT16;
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `COUNT16` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/atsamd21-hal-0.3.1/src/timer.rs:144:28
|
144 | fn count_16(&self) -> &COUNT16 {
| ^^^^^^^ not found in this scope
...
177 | / tc! {
178 | | TimerCounter3: (TC3, tc3_, Tcc2Tc3Clock),
179 | | TimerCounter4: (TC4, tc4_, Tc4Tc5Clock),
180 | | TimerCounter5: (TC5, tc5_, Tc4Tc5Clock),
181 | | }
| |_- in this macro invocation
error: Compilation failed, aborting rustdoc
error: aborting due to 27 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 --crate-name atsamd21_hal /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/atsamd21-hal-0.3.1/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190318-1.35.0-nightly-0f88167f8 --static-root-path / --disable-per-crate-search --extern-html-root-url \'atsamd21e18a=https://docs.rs/atsamd21e18a/0.4.0\' --extern-html-root-url \'atsamd21g18a=https://docs.rs/atsamd21g18a/0.4.0\' --extern-html-root-url \'bitfield=https://docs.rs/bitfield/0.13.1\' --extern-html-root-url \'cortex_m=https://docs.rs/cortex-m/0.5.8\' --extern-html-root-url \'cortex_m_rtfm=https://docs.rs/cortex-m-rtfm/0.3.4\' --extern-html-root-url \'cortex_m_semihosting=https://docs.rs/cortex-m-semihosting/0.2.1\' --extern-html-root-url \'embedded_hal=https://docs.rs/embedded-hal/0.2.2\' --extern-html-root-url \'jlink_rtt=https://docs.rs/jlink_rtt/0.1.0\' --extern-html-root-url \'nb=https://docs.rs/nb/0.1.1\' --extern-html-root-url \'panic_abort=https://docs.rs/panic-abort/0.3.1\' --extern-html-root-url \'panic_semihosting=https://docs.rs/panic-semihosting/0.5.1\' --extern-html-root-url \'panic_rtt=https://docs.rs/panic_rtt/0.1.0\' --extern-html-root-url \'paste=https://docs.rs/paste/0.1.5\' --extern-html-root-url \'vcell=https://docs.rs/vcell/0.1.0\' --extern-html-root-url \'void=https://docs.rs/void/1.0.2\' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern bitfield=/home/cratesfyi/cratesfyi/debug/deps/libbitfield-c775c58370dc655c.rmeta --extern cortex_m=/home/cratesfyi/cratesfyi/debug/deps/libcortex_m-e5865c9caf137c31.rmeta --extern embedded_hal=/home/cratesfyi/cratesfyi/debug/deps/libembedded_hal-a5534a87f4a61d76.rmeta --extern nb=/home/cratesfyi/cratesfyi/debug/deps/libnb-03faa2e58f2b9b4a.rmeta --extern paste=/home/cratesfyi/cratesfyi/debug/deps/libpaste-1d24619283e6e895.rmeta --extern vcell=/home/cratesfyi/cratesfyi/debug/deps/libvcell-59aa7559b81474cd.rmeta --extern void=/home/cratesfyi/cratesfyi/debug/deps/libvoid-0b9c2eb94f14f5f4.rmeta` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None }
Could not document `atsamd21-hal`.', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.