libdaisy 0.1.0

Hardware Abstraction Layer implementation for Daisy boards
Build #374653 2021-04-11 03:22:37

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.53.0-nightly (07e0e2ec2 2021-03-24)

# docs.rs version docsrs 0.6.0 (9708001 2021-04-08)

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/libdaisy-0.1.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/libdaisy-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:abe1b87bf6b7c66130a0dd9bb19216a8db0cc381a1b41d68bf7d83b4bc040efb" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs\"" "-j2" "--" "-Z" "unstable-options" "--resource-suffix" "-20210324-1.53.0-nightly-07e0e2ec2" "--static-root-path" "/" "--cap-lints" "warn" "--disable-per-crate-search", kill_on_drop: false }` [INFO] [stdout] 62a3f00ef63491797fe053f8bfbcd1966dfad5f9a5a7fe5eec6d0ac57fbe7dd8 [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" "62a3f00ef63491797fe053f8bfbcd1966dfad5f9a5a7fe5eec6d0ac57fbe7dd8", 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 proc-macro2 v1.0.26 [INFO] [stderr] Compiling typenum v1.13.0 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.69 [INFO] [stderr] Compiling cortex-m v0.7.2 [INFO] [stderr] Checking nb v1.0.0 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking vcell v0.1.3 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling cortex-m-rt v0.6.13 [INFO] [stderr] Checking bitfield v0.13.2 [INFO] [stderr] Checking r0 v0.2.2 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Compiling cortex-m v0.6.7 [INFO] [stderr] Compiling stm32h7 v0.13.0 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling heapless v0.6.1 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling paste v1.0.5 [INFO] [stderr] Checking bare-metal v1.0.0 [INFO] [stderr] Checking rtic-core v0.3.1 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking micromath v1.1.1 [INFO] [stderr] Checking panic-halt v0.2.0 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling cortex-m-rtic v0.5.6 [INFO] [stderr] Checking nb v0.1.3 [INFO] [stderr] Checking embedded-dma v0.1.2 [INFO] [stderr] Checking volatile-register v0.2.0 [INFO] [stderr] Compiling indexmap v1.6.2 [INFO] [stderr] Checking hash32 v0.1.1 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Checking embedded-hal v0.2.4 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling bare-metal v0.2.5 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Checking stm32-fmc v0.2.2 [INFO] [stderr] Checking generic-array v0.12.4 [INFO] [stderr] Checking generic-array v0.13.3 [INFO] [stderr] Checking debouncr v0.2.2 [INFO] [stderr] Checking as-slice v0.1.5 [INFO] [stderr] Checking aligned v0.3.4 [INFO] [stderr] Compiling rtic-syntax v0.4.0 [INFO] [stderr] Compiling cortex-m-rt-macros v0.1.8 [INFO] [stderr] Compiling cortex-m-rtic-macros v0.5.2 [INFO] [stderr] Checking stm32h7xx-hal v0.9.0 [INFO] [stderr] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stm32h7xx-hal-0.9.0/src/rng.rs:110:67 [INFO] [stderr] | [INFO] [stderr] 110 | let bytes: [$type; BATCH_SIZE] = unsafe { mem::transmute(random_word) }; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 126 | rng_core!(usize); [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: source type: `u32` (32 bits) [INFO] [stderr] = note: target type: `[usize; 0]` (0 bits) [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0512`. [INFO] [stderr] error: could not compile `stm32h7xx-hal` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "62a3f00ef63491797fe053f8bfbcd1966dfad5f9a5a7fe5eec6d0ac57fbe7dd8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "62a3f00ef63491797fe053f8bfbcd1966dfad5f9a5a7fe5eec6d0ac57fbe7dd8", kill_on_drop: false }` [INFO] [stdout] 62a3f00ef63491797fe053f8bfbcd1966dfad5f9a5a7fe5eec6d0ac57fbe7dd8