stm32f3 0.4.0

Device support crates for STM32F3 devices
Build #684948 2022-11-26T04:35:45.640345+00:00
# rustc version
rustc 1.67.0-nightly (b3bc6bf31 2022-11-24)
# docs.rs version
docsrs 0.6.0 (d4bc110c 2022-11-25)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/stm32f3-0.4.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/stm32f3-0.4.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" "6442450944" "--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" "--features" "rt stm32f303 stm32f373 stm32f3x8" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20221124-1.67.0-nightly-b3bc6bf31\", \"--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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] f8e75ed1ccad091f538cc93aefedbdae72e2bdf131bb51af1bbc53bc807aee1a
[INFO] running `Command { std: "docker" "start" "-a" "f8e75ed1ccad091f538cc93aefedbdae72e2bdf131bb51af1bbc53bc807aee1a", kill_on_drop: false }`
[INFO] [stderr]  Documenting stm32f3 v0.4.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0428]: the name `interrupt` is defined multiple times
[INFO] [stderr]    --> src/stm32f373/mod.rs:202:1
[INFO] [stderr]     |
[INFO] [stderr] 202 | macro_rules! interrupt {
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^ `interrupt` redefined here
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/stm32f303/mod.rs:245:1
[INFO] [stderr]     |
[INFO] [stderr] 245 | macro_rules! interrupt {
[INFO] [stderr]     | ---------------------- previous definition of the macro `interrupt` here
[INFO] [stderr]     |
[INFO] [stderr]     = note: `interrupt` must be defined only once in the macro namespace of this module
[INFO] [stderr] 
[INFO] [stderr] error[E0428]: the name `interrupt` is defined multiple times
[INFO] [stderr]    --> src/stm32f3x8/mod.rs:295:1
[INFO] [stderr]     |
[INFO] [stderr] 295 | macro_rules! interrupt {
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^ `interrupt` redefined here
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/stm32f303/mod.rs:245:1
[INFO] [stderr]     |
[INFO] [stderr] 245 | macro_rules! interrupt {
[INFO] [stderr]     | ---------------------- previous definition of the macro `interrupt` here
[INFO] [stderr]     |
[INFO] [stderr]     = note: `interrupt` must be defined only once in the macro namespace of this module
[INFO] [stderr] 
[INFO] [stderr] warning: lint `private_no_mangle_statics` has been removed: no longer a warning, `#[no_mangle]` statics always exported
[INFO] [stderr]     --> src/stm32f303/mod.rs:1592:9
[INFO] [stderr]      |
[INFO] [stderr] 1592 | #[allow(private_no_mangle_statics)]
[INFO] [stderr]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: lint `private_no_mangle_statics` has been removed: no longer a warning, `#[no_mangle]` statics always exported
[INFO] [stderr]     --> src/stm32f373/mod.rs:1457:9
[INFO] [stderr]      |
[INFO] [stderr] 1457 | #[allow(private_no_mangle_statics)]
[INFO] [stderr]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: lint `private_no_mangle_statics` has been removed: no longer a warning, `#[no_mangle]` statics always exported
[INFO] [stderr]     --> src/stm32f3x8/mod.rs:1751:9
[INFO] [stderr]      |
[INFO] [stderr] 1751 | #[allow(private_no_mangle_statics)]
[INFO] [stderr]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: Compilation failed, aborting rustdoc
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0428`.
[INFO] [stderr] warning: `stm32f3` (lib doc) generated 3 warnings
[INFO] [stderr] error: could not document `stm32f3`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `rustdoc --crate-type lib --crate-name stm32f3 src/lib.rs --target x86_64-unknown-linux-gnu -o /opt/rustwide/target/x86_64-unknown-linux-gnu/doc --cfg 'feature="cortex-m-rt"' --cfg 'feature="default"' --cfg 'feature="rt"' --cfg 'feature="stm32f303"' --cfg 'feature="stm32f373"' --cfg 'feature="stm32f3x8"' --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat -C metadata=abb723c458b5e945 -L dependency=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bare_metal=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libbare_metal-d19f27449e492f9b.rmeta --extern cortex_m=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libcortex_m-94a2a070cb5b4ca1.rmeta --extern cortex_m_rt=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libcortex_m_rt-446deff7317fc28f.rmeta --extern vcell=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libvcell-d2667d25b1fd2e6a.rmeta --extern-html-root-url 'bare_metal=https://docs.rs/bare-metal/0.2.5/x86_64-unknown-linux-gnu' --extern-html-root-url 'cortex_m=https://docs.rs/cortex-m/0.5.11/x86_64-unknown-linux-gnu' --extern-html-root-url 'cortex_m_rt=https://docs.rs/cortex-m-rt/0.6.15/x86_64-unknown-linux-gnu' --extern-html-root-url 'vcell=https://docs.rs/vcell/0.1.3/x86_64-unknown-linux-gnu' -Zunstable-options -Z unstable-options --emit=invocation-specific --resource-suffix -20221124-1.67.0-nightly-b3bc6bf31 --static-root-path /-/rustdoc.static/ --cap-lints warn --disable-per-crate-search --extern-html-root-takes-precedence --crate-version 0.4.0` (exit status: 1)
[INFO] running `Command { std: "docker" "inspect" "f8e75ed1ccad091f538cc93aefedbdae72e2bdf131bb51af1bbc53bc807aee1a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f8e75ed1ccad091f538cc93aefedbdae72e2bdf131bb51af1bbc53bc807aee1a", kill_on_drop: false }`
[INFO] [stdout] f8e75ed1ccad091f538cc93aefedbdae72e2bdf131bb51af1bbc53bc807aee1a