Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.
# rustc version rustc 1.50.0-nightly (0edce6f4b 2020-12-24)
# docs.rs version docsrs 0.6.0 (aef82af 2020-12-24)
# build log [INFO] adding target thumbv6m-none-eabi for toolchain nightly [INFO] running `Command { std: "/home/cratesfyi/workspace/cargo-home/bin/rustup" "target" "add" "--toolchain" "nightly" "thumbv6m-none-eabi", kill_on_drop: false }` [INFO] [stderr] info: downloading component 'rust-std' for 'thumbv6m-none-eabi' [INFO] [stderr] info: installing component 'rust-std' for 'thumbv6m-none-eabi' [INFO] [stderr] info: using up to 500.0 MiB of RAM to unpack components [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/dps310-0.1.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/dps310-0.1.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "2" "--user" "1001:1001" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs\"" "-j2" "--target" "thumbv6m-none-eabi" "--" "-Z" "unstable-options" "--resource-suffix" "-20201224-1.50.0-nightly-0edce6f4b" "--static-root-path" "/" "--cap-lints" "warn" "--disable-per-crate-search", 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] 8bafd97afe9188dc8fd75db44865c97e57d1489e1ce021e75d94af6ccef300a1 [INFO] running `Command { std: "docker" "start" "-a" "8bafd97afe9188dc8fd75db44865c97e57d1489e1ce021e75d94af6ccef300a1", kill_on_drop: false }` [INFO] [stderr] /opt/crates-build-env/entrypoint.sh: line 7: /etc/hosts: Permission denied [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling cortex-m v0.6.4 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Checking vcell v0.1.2 [INFO] [stderr] Compiling syn v1.0.55 [INFO] [stderr] Checking bitfield v0.13.2 [INFO] [stderr] Compiling stm32-usbd v0.5.1 [INFO] [stderr] Checking nb v1.0.0 [INFO] [stderr] Compiling stm32f3 v0.12.1 [INFO] [stderr] Compiling cortex-m-rt v0.6.13 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking r0 v0.2.2 [INFO] [stderr] Checking usb-device v0.2.7 [INFO] [stderr] Compiling paste v1.0.4 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Checking embedded-dma v0.1.2 [INFO] [stderr] Checking volatile-register v0.2.0 [INFO] [stderr] Checking nb v0.1.3 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Checking embedded-hal v0.2.4 [INFO] [stderr] Compiling bare-metal v0.2.5 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Checking generic-array v0.12.3 [INFO] [stderr] Checking generic-array v0.13.2 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Checking as-slice v0.1.4 [INFO] [stderr] Checking aligned v0.3.4 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking rtcc v0.2.0 [INFO] [stderr] Compiling cortex-m-rt-macros v0.1.8 [INFO] [stderr] Checking stm32f3xx-hal-v2 v0.5.0 [INFO] [stderr] error[E0599]: no method named `enable_cycle_counter` found for struct `DWT` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stm32f3xx-hal-v2-0.5.0/src/time.rs:94:13 [INFO] [stderr] | [INFO] [stderr] 94 | dwt.enable_cycle_counter(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ method not found in `DWT` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `get_cycle_count` found for struct `DWT` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stm32f3xx-hal-v2-0.5.0/src/time.rs:112:23 [INFO] [stderr] | [INFO] [stderr] 112 | now: DWT::get_cycle_count(), [INFO] [stderr] | ^^^^^^^^^^^^^^^ function or associated item not found in `DWT` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `get_cycle_count` found for struct `DWT` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stm32f3xx-hal-v2-0.5.0/src/time.rs:126:14 [INFO] [stderr] | [INFO] [stderr] 126 | DWT::get_cycle_count().wrapping_sub(self.now) [INFO] [stderr] | ^^^^^^^^^^^^^^^ function or associated item not found in `DWT` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `stm32f3xx-hal-v2` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "8bafd97afe9188dc8fd75db44865c97e57d1489e1ce021e75d94af6ccef300a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8bafd97afe9188dc8fd75db44865c97e57d1489e1ce021e75d94af6ccef300a1", kill_on_drop: false }` [INFO] [stdout] 8bafd97afe9188dc8fd75db44865c97e57d1489e1ce021e75d94af6ccef300a1