stm32h7xx 0.2.0

A template for building applications for ARM Cortex-M7 STM32H7xx Microcontrollers
Build #674931 2022-11-17T08:37:20.890196+00:00
# rustc version
rustc 1.67.0-nightly (e9493d63c 2022-11-16)
# docs.rs version
docsrs 0.6.0 (2e5ef9b6 2022-11-15)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/stm32h7xx-0.2.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/stm32h7xx-0.2.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" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20221116-1.67.0-nightly-e9493d63c\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j3" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stdout] e3eb6276d14f9104015a693134b1e3d26a182350e1273ccc07d6f3f22f59dbdf
[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" "e3eb6276d14f9104015a693134b1e3d26a182350e1273ccc07d6f3f22f59dbdf", kill_on_drop: false }`
[INFO] [stderr]     Checking cortex-m v0.1.8
[INFO] [stderr]     Checking linked_list_allocator v0.6.6
[INFO] [stderr]     Checking panic-semihosting v0.3.0
[INFO] [stderr] error[E0557]: feature has been removed
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.1.8/src/lib.rs:15:12
[INFO] [stderr]    |
[INFO] [stderr] 15 | #![feature(const_fn)]
[INFO] [stderr]    |            ^^^^^^^^ feature has been removed
[INFO] [stderr]    |
[INFO] [stderr]    = note: split into finer-grained feature gates
[INFO] [stderr] 
[INFO] [stderr] error[E0557]: feature has been removed
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.6.6/src/lib.rs:1:12
[INFO] [stderr]   |
[INFO] [stderr] 1 | #![feature(const_fn)]
[INFO] [stderr]   |            ^^^^^^^^ feature has been removed
[INFO] [stderr]   |
[INFO] [stderr]   = note: split into finer-grained feature gates
[INFO] [stderr] 
[INFO] [stderr] error: cannot find macro `asm` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.1.8/src/asm.rs:56:9
[INFO] [stderr]    |
[INFO] [stderr] 56 |         asm!("nop" :::: "volatile");
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: consider importing this macro:
[INFO] [stderr]            core::arch::asm
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `alloc::alloc::AllocRef`, `alloc::alloc::AllocErr`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.6.6/src/lib.rs:14:20
[INFO] [stderr]    |
[INFO] [stderr] 14 | use alloc::alloc::{AllocRef, AllocErr, Layout};
[INFO] [stderr]    |                    ^^^^^^^^  ^^^^^^^^
[INFO] [stderr]    |                    |         |
[INFO] [stderr]    |                    |         no `AllocErr` in `alloc`
[INFO] [stderr]    |                    |         help: a similar name exists in the module: `AllocError`
[INFO] [stderr]    |                    no `AllocRef` in `alloc`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `alloc::alloc::AllocErr`
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.6.6/src/hole.rs:1:20
[INFO] [stderr]   |
[INFO] [stderr] 1 | use alloc::alloc::{AllocErr, Layout};
[INFO] [stderr]   |                    ^^^^^^^^ no `AllocErr` in `alloc`
[INFO] [stderr]   |
[INFO] [stderr] help: a similar name exists in the module
[INFO] [stderr]   |
[INFO] [stderr] 1 | use alloc::alloc::{AllocError, Layout};
[INFO] [stderr]   |                    ~~~~~~~~~~
[INFO] [stderr] help: consider importing this unresolved item instead
[INFO] [stderr]   |
[INFO] [stderr] 1 | use alloc::alloc::{AllocErr;
[INFO] [stderr]   |                    ~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] error[E0557]: feature has been removed
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/panic-semihosting-0.3.0/src/lib.rs:59:12
[INFO] [stderr]    |
[INFO] [stderr] 59 | #![feature(panic_implementation)]
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stderr]    |
[INFO] [stderr]    = note: subsumed by `#[panic_handler]`
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0432, E0557.
[INFO] [stderr] For more information about an error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `linked_list_allocator` due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] For more information about this error, try `rustc --explain E0557`.
[INFO] [stderr] error: could not compile `cortex-m` due to 2 previous errors
[INFO] [stderr] error: cannot find attribute `panic_implementation` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/panic-semihosting-0.3.0/src/lib.rs:71:3
[INFO] [stderr]    |
[INFO] [stderr] 71 | #[panic_implementation]
[INFO] [stderr]    |   ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `panic-semihosting` due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "e3eb6276d14f9104015a693134b1e3d26a182350e1273ccc07d6f3f22f59dbdf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e3eb6276d14f9104015a693134b1e3d26a182350e1273ccc07d6f3f22f59dbdf", kill_on_drop: false }`
[INFO] [stdout] e3eb6276d14f9104015a693134b1e3d26a182350e1273ccc07d6f3f22f59dbdf