+ git clone -n https://github.com/embassy-rs/embassy.git code
Cloning into 'code'...
+ cd code
+ git checkout 7d6fe1eea69f334b3e8569a477e05a7ecf97623c
HEAD is now at 7d6fe1eea Merge pull request #5937 from fe1es/stm32-lp-l0
+ exec .github/ci/doc.sh
+ export RUSTUP_HOME=/ci/cache/rustup
+ RUSTUP_HOME=/ci/cache/rustup
+ export CARGO_HOME=/ci/cache/cargo
+ CARGO_HOME=/ci/cache/cargo
+ export CARGO_TARGET_DIR=/ci/cache/target
+ CARGO_TARGET_DIR=/ci/cache/target
+ export PATH=/ci/cache/cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ PATH=/ci/cache/cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ mv rust-toolchain-nightly.toml rust-toolchain.toml
+ cargo install --git https://github.com/embassy-rs/cargo-embassy-devtool --locked --rev 7d6d61819cb5a54bd6fe7da88359c7949142932a
Updating git repository `https://github.com/embassy-rs/cargo-embassy-devtool`
Ignored package `cargo-embassy-devtool v0.1.3 (https://github.com/embassy-rs/cargo-embassy-devtool?rev=7d6d61819cb5a54bd6fe7da88359c7949142932a#7d6d6181)` is already installed, use --force to override
+ cargo install --git https://github.com/embassy-rs/docserver --locked --rev e16c30dcc60a41641fd73bd4ad1a8c4bd57d792d
Updating git repository `https://github.com/embassy-rs/docserver`
Ignored package `docserver v0.1.0 (https://github.com/embassy-rs/docserver?rev=e16c30dcc60a41641fd73bd4ad1a8c4bd57d792d#e16c30dc)` is already installed, use --force to override
+ cargo embassy-devtool doc -o webroot
embassy-devtool version 0.1.3
Building docs for crate: cyw43
Running cargo batch with 1 flavors...
Updating crates.io index
Locking 72 packages to latest Rust 1.94.0-nightly compatible versions
Compiling proc-macro2 v1.0.106
Compiling quote v1.0.45
Compiling unicode-ident v1.0.24
Compiling thiserror v2.0.18
Compiling defmt-macros v1.0.1
Compiling defmt v1.0.1
Checking futures-core v0.3.32
Compiling semver-parser v0.7.0
Checking futures-sink v0.3.32
Checking stable_deref_trait v1.2.1
Checking bitflags v1.3.2
Checking nb v1.1.0
Compiling heapless v0.9.2
Checking byteorder v1.5.0
Compiling embedded-hal-async v1.0.0
Compiling embassy-time-driver v0.2.2 (/ci/code/embassy-time-driver)
Checking nb v0.1.3
Compiling embassy-sync v0.8.0 (/ci/code/embassy-sync)
Checking cfg-if v1.0.4
Compiling syn v1.0.109
Compiling semver v0.9.0
Checking hash32 v0.3.1
Compiling litrs v1.0.0
Checking critical-section v1.2.0
Checking embedded-io v0.7.1
Checking void v1.0.2
Checking futures-task v0.3.32
Checking embedded-hal v0.2.7
Compiling cortex-m v0.7.7
Checking vcell v0.1.3
Checking embedded-io-async v0.7.0
Compiling rustc_version v0.2.3
Checking embedded-hal v1.0.0
Checking pin-project-lite v0.2.17
Compiling cortex-m-rt v0.7.5
Checking volatile-register v0.2.2
Checking futures-channel v0.3.32
Checking as-slice v0.2.1
Checking embassy-net-driver v0.2.0 (/ci/code/embassy-net-driver)
Checking embassy-futures v0.1.2 (/ci/code/embassy-futures)
Checking futures-io v0.3.32
Checking bitfield v0.13.2
Checking aligned v0.4.3
Compiling bare-metal v0.2.5
Compiling document-features v0.2.12
Compiling syn v2.0.117
Compiling proc-macro-error-attr2 v2.0.0
Compiling trait-set v0.3.0
Compiling proc-macro-error2 v2.0.1
Compiling thiserror-impl v2.0.18
Compiling futures-macro v0.3.32
Compiling cortex-m-rt-macros v0.7.5
Checking futures-util v0.3.32
Compiling defmt-parser v1.0.0
Checking futures v0.3.32
Checking embassy-time v0.5.1 (/ci/code/embassy-time)
Checking embassy-net-driver-channel v0.4.0 (/ci/code/embassy-net-driver-channel)
Documenting cyw43 v0.7.0 (/ci/code/cyw43)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.41s
processing Flavor { name: "default", features: ["defmt", "firmware-logs"], target: "thumbv6m-none-eabi" } ...
Creating .zup archive: "webroot/crates/cyw43/git.zup"
Creating dictionary...
Packing...
Time elapsed: 8.94012ms
Statistics:
Files: 75
Directories: 19
Total entries: 94
Nodes before dedup: 94
after dedup: 94 (0.0% reduction)
Uncompressed bytes before dedup: 720056 (0.7 MB)
after dedup: 720056 (0.7 MB, 0.0% reduction)
Compressed bytes before dedup: 77624 (0.1 MB)
after dedup: 77624 (0.1 MB, 0.0% reduction)
Overall compression ratio: 10.8%
Archive created: "webroot/crates/cyw43/git.zup"
✅ Successfully built docs for cyw43
Building docs for crate: cyw43-pio
Running cargo batch with 1 flavors...
Updating crates.io index
Updating git repository `https://github.com/embassy-rs/rp-pac`
Locking 146 packages to latest Rust 1.94.0-nightly compatible versions
Adding generic-array v0.14.7 (available: v0.14.9)
Compiling proc-macro2 v1.0.106
Compiling rustversion v1.0.22
Compiling version_check v0.9.5
Compiling typenum v1.20.0
Compiling libc v0.2.185
Compiling memchr v2.8.0
Compiling parking_lot_core v0.9.12
Compiling cfg-if v1.0.4
Compiling regex-syntax v0.8.10
Compiling scopeguard v1.2.0
Compiling smallvec v1.15.1
Compiling hashbrown v0.17.0
Compiling siphasher v1.0.2
Compiling lock_api v0.4.14
Compiling equivalent v1.0.2
Compiling phf_shared v0.11.3
Checking nb v0.1.3
Compiling fixedbitset v0.5.7
Compiling paste v1.0.15
Compiling log v0.4.29
Compiling generic-array v0.14.7
Compiling keccak v0.1.6
Compiling new_debug_unreachable v1.0.6
Compiling bit-vec v0.8.0
Compiling term v1.2.1
Compiling same-file v1.0.6
Compiling aho-corasick v1.1.4
Compiling precomputed-hash v0.1.1
Compiling either v1.15.0
Compiling bit-set v0.8.0
Compiling indexmap v2.14.0
Compiling walkdir v2.5.0
Checking embedded-hal v0.2.7
Compiling ascii-canvas v4.0.0
Compiling itertools v0.14.0
Compiling quote v1.0.45
Compiling ena v0.14.4
Compiling heapless v0.9.2
Compiling pico-args v0.5.0
Compiling syn v2.0.117
Compiling unicode-xid v0.2.6
Compiling cortex-m-rt v0.7.5
Compiling autocfg v1.5.0
Checking cortex-m v0.7.7
Compiling arrayvec v0.7.6
Compiling zerocopy v0.8.48
Compiling crypto-common v0.1.7
Compiling block-buffer v0.10.4
Compiling petgraph v0.7.1
Compiling digest v0.10.7
Compiling debug-helper v0.3.13
Compiling num-traits v0.2.19
Compiling proc-macro-error-attr2 v2.0.0
Compiling parking_lot v0.12.5
Compiling sha3 v0.10.9
Compiling crc-any v2.5.0
Compiling unicode-width v0.1.14
Compiling termcolor v1.4.1
Compiling string_cache v0.8.9
Compiling regex-automata v0.4.14
Checking embassy-sync v0.8.0 (/ci/code/embassy-sync)
Compiling embassy-hal-internal v0.5.0 (/ci/code/embassy-hal-internal)
Compiling rp2040-boot2 v0.3.0
Compiling codespan-reporting v0.11.1
Checking rgb v0.8.53
Checking embedded-storage v0.3.1
Compiling fixed v1.31.0
Compiling rp-pac v7.0.0 (https://github.com/embassy-rs/rp-pac?rev=c2e27609b021c444f634673155318977d7f0bdf6#c2e27609)
Checking embedded-storage-async v0.4.1
Checking embassy-time v0.5.1 (/ci/code/embassy-time)
Compiling syn v1.0.109
Compiling embassy-rp v0.10.0 (/ci/code/embassy-rp)
Checking az v1.3.0
Checking bytemuck v1.25.0
Checking smart-leds-trait v0.3.2
Checking smart-leds v0.4.0
Checking embedded-hal-nb v1.0.0
Checking embassy-usb-driver v0.2.0 (/ci/code/embassy-usb-driver)
Checking rand_core v0.10.1
Checking sha2-const-stable v0.1.0
Checking rand_core v0.6.4
Checking rand_core v0.9.5
Checking embassy-embedded-hal v0.6.0 (/ci/code/embassy-embedded-hal)
Checking embassy-net-driver-channel v0.4.0 (/ci/code/embassy-net-driver-channel)
Compiling regex v1.12.3
Compiling lalrpop-util v0.22.2
Compiling lalrpop v0.22.2
Compiling proc-macro-error2 v2.0.1
Compiling trait-set v0.3.0
Compiling num_enum_derive v0.7.6
Compiling zerocopy-derive v0.8.48
Compiling cortex-m-rt-macros v0.7.5
Compiling futures-macro v0.3.32
Checking futures-util v0.3.32
Compiling num_enum v0.7.6
Compiling pio-core v0.3.0
Checking futures v0.3.32
Checking cyw43 v0.7.0 (/ci/code/cyw43)
Checking half v2.7.1
Compiling pio-parser v0.3.0
Compiling pio-proc v0.3.0
Checking pio v0.3.0
Documenting cyw43-pio v0.10.0 (/ci/code/cyw43-pio)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.35s
processing Flavor { name: "default", features: ["embassy-rp/rp2040"], target: "thumbv6m-none-eabi" } ...
Creating .zup archive: "webroot/crates/cyw43-pio/git.zup"
Creating dictionary...
Packing...
Time elapsed: 1.415605ms
Statistics:
Files: 22
Directories: 14
Total entries: 36
Nodes before dedup: 36
after dedup: 36 (0.0% reduction)
Uncompressed bytes before dedup: 83183 (0.1 MB)
after dedup: 83183 (0.1 MB, 0.0% reduction)
Compressed bytes before dedup: 9951 (0.0 MB)
after dedup: 9951 (0.0 MB, 0.0% reduction)
Overall compression ratio: 12.0%
Archive created: "webroot/crates/cyw43-pio/git.zup"
✅ Successfully built docs for cyw43-pio
Building docs for crate: embassy-boot
Running cargo batch with 1 flavors...
Updating crates.io index
Locking 102 packages to latest Rust 1.94.0-nightly compatible versions
Adding digest v0.10.7 (available: v0.11.2)
Adding env_logger v0.9.3 (available: v0.11.10)
Adding generic-array v0.14.7 (available: v0.14.9)
Adding rand v0.8.6 (available: v0.10.1)
Adding sha1 v0.10.6 (available: v0.11.0)
Checking byteorder v1.5.0
Checking typenum v1.20.0
Compiling heapless v0.9.2
Compiling embassy-hal-internal v0.5.0 (/ci/code/embassy-hal-internal)
Checking nb v1.1.0
Checking embedded-io v0.7.1
Compiling generic-array v0.14.7
Compiling num-traits v0.2.19
Checking stable_deref_trait v1.2.1
Compiling embassy-sync v0.8.0 (/ci/code/embassy-sync)
Compiling embedded-hal-async v1.0.0
Checking futures-sink v0.3.32
Checking critical-section v1.2.0
Checking cfg-if v1.0.4
Checking embedded-storage v0.3.1
Checking futures-core v0.3.32
Checking void v1.0.2
Checking embedded-hal v1.0.0
Compiling defmt v1.0.1
Checking bitflags v1.3.2
Checking embassy-futures v0.1.2 (/ci/code/embassy-futures)
Checking nb v0.1.3
Checking signature v2.2.0
Checking embedded-storage-async v0.4.1
Checking embedded-io-async v0.7.0
Checking embedded-hal v0.2.7
Checking hash32 v0.3.1
Checking crypto-common v0.1.7
Checking block-buffer v0.10.4
Checking digest v0.10.7
Checking embassy-embedded-hal v0.6.0 (/ci/code/embassy-embedded-hal)
Documenting embassy-boot v0.7.0 (/ci/code/embassy-boot)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s
processing Flavor { name: "default", features: ["defmt"], target: "thumbv7em-none-eabi" } ...
Creating .zup archive: "webroot/crates/embassy-boot/git.zup"
Creating dictionary...
Packing...
Time elapsed: 5.276781ms
Statistics:
Files: 47
Directories: 18
Total entries: 65
Nodes before dedup: 65
after dedup: 65 (0.0% reduction)
Uncompressed bytes before dedup: 383168 (0.4 MB)
after dedup: 383168 (0.4 MB, 0.0% reduction)
Compressed bytes before dedup: 46288 (0.0 MB)
after dedup: 46288 (0.0 MB, 0.0% reduction)
Overall compression ratio: 12.1%
Archive created: "webroot/crates/embassy-boot/git.zup"
✅ Successfully built docs for embassy-boot
Building docs for crate: embassy-boot-nrf
Running cargo batch with 1 flavors...
Updating crates.io index
Updating git repository `https://github.com/embassy-rs/nrf-pac`
Locking 76 packages to latest Rust 1.94.0-nightly compatible versions
Adding generic-array v0.14.7 (available: v0.14.9)
Checking vcell v0.1.3
Compiling cortex-m v0.7.7
Checking bitfield v0.13.2
Compiling bare-metal v0.2.5
Compiling embassy-hal-internal v0.5.0 (/ci/code/embassy-hal-internal)
Compiling zerocopy v0.8.48
Compiling zerocopy-derive v0.8.48
Compiling nrf-pac v0.3.0 (https://github.com/embassy-rs/nrf-pac?rev=dcbec3723fa14fc81e004ab288c9b2e454dba802#dcbec372)
Compiling cortex-m-rt v0.7.5
Compiling fixed v1.31.0
Checking az v1.3.0
Checking bytemuck v1.25.0
Checking embassy-usb-driver v0.2.0 (/ci/code/embassy-usb-driver)
Checking bitflags v2.11.1
Checking rand_core v0.10.1
Checking volatile-register v0.2.2
Checking rand_core v0.6.4
Checking rand_core v0.9.5
Checking embassy-embedded-hal v0.6.0 (/ci/code/embassy-embedded-hal)
Checking embassy-boot v0.7.0 (/ci/code/embassy-boot)
Checking half v2.7.1
Checking embassy-nrf v0.10.0 (/ci/code/embassy-nrf)
Documenting embassy-boot-nrf v0.11.0 (/ci/code/embassy-boot-nrf)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.70s
processing Flavor { name: "default", features: ["embassy-nrf/nrf52840"], target: "thumbv7em-none-eabi" } ...
Creating .zup archive: "webroot/crates/embassy-boot-nrf/git.zup"
Creating dictionary...
Packing...
Time elapsed: 6.745591ms
Statistics:
Files: 51
Directories: 14
Total entries: 65
Nodes before dedup: 65
after dedup: 65 (0.0% reduction)
Uncompressed bytes before dedup: 578130 (0.6 MB)
after dedup: 578130 (0.6 MB, 0.0% reduction)
Compressed bytes before dedup: 57544 (0.1 MB)
after dedup: 57544 (0.1 MB, 0.0% reduction)
Overall compression ratio: 10.0%
Archive created: "webroot/crates/embassy-boot-nrf/git.zup"
✅ Successfully built docs for embassy-boot-nrf
Building docs for crate: embassy-boot-rp
Running cargo batch with 1 flavors...
Updating crates.io index
Updating git repository `https://github.com/embassy-rs/rp-pac`
Locking 136 packages to latest Rust 1.94.0-nightly compatible versions
Adding generic-array v0.14.7 (available: v0.14.9)
Compiling proc-macro2 v1.0.106
Compiling version_check v0.9.5
Compiling unicode-ident v1.0.24
Compiling quote v1.0.45
Compiling rustversion v1.0.22
Compiling libc v0.2.185
Compiling typenum v1.20.0
Compiling memchr v2.8.0
Compiling parking_lot_core v0.9.12
Compiling cortex-m v0.7.7
Compiling semver-parser v0.7.0
Checking nb v1.1.0
Compiling cfg-if v1.0.4
Compiling scopeguard v1.2.0
Compiling regex-syntax v0.8.10
Compiling smallvec v1.15.1
Compiling lock_api v0.4.14
Compiling semver v0.9.0
Compiling hashbrown v0.17.0
Compiling generic-array v0.14.7
Compiling siphasher v1.0.2
Compiling equivalent v1.0.2
Checking nb v0.1.3
Compiling rustc_version v0.2.3
Compiling phf_shared v0.11.3
Checking void v1.0.2
Compiling precomputed-hash v0.1.1
Compiling new_debug_unreachable v1.0.6
Compiling log v0.4.29
Compiling bit-vec v0.8.0
Compiling either v1.15.0
Compiling fixedbitset v0.5.7
Compiling paste v1.0.15
Compiling aho-corasick v1.1.4
Compiling bare-metal v0.2.5
Compiling keccak v0.1.6
Compiling term v1.2.1
Compiling same-file v1.0.6
Compiling walkdir v2.5.0
Compiling itertools v0.14.0
Compiling bit-set v0.8.0
Compiling indexmap v2.14.0
Compiling ena v0.14.4
Checking embedded-hal v0.2.7
Compiling ascii-canvas v4.0.0
Compiling autocfg v1.5.0
Compiling syn v2.0.117
Checking vcell v0.1.3
Compiling unicode-xid v0.2.6
Compiling pico-args v0.5.0
Checking volatile-register v0.2.2
Checking embedded-hal v1.0.0
Checking critical-section v1.2.0
Compiling num-traits v0.2.19
Compiling heapless v0.9.2
Compiling embedded-hal-async v1.0.0
Checking bitfield v0.13.2
Checking byteorder v1.5.0
Checking embedded-io v0.7.1
Compiling crypto-common v0.1.7
Compiling block-buffer v0.10.4
Compiling petgraph v0.7.1
Checking embedded-io-async v0.7.0
Compiling parking_lot v0.12.5
Compiling digest v0.10.7
Checking hash32 v0.3.1
Checking futures-core v0.3.32
Compiling embassy-sync v0.8.0 (/ci/code/embassy-sync)
Compiling arrayvec v0.7.6
Compiling debug-helper v0.3.13
Compiling sha3 v0.10.9
Compiling embassy-hal-internal v0.5.0 (/ci/code/embassy-hal-internal)
Compiling zerocopy v0.8.48
Compiling string_cache v0.8.9
Checking stable_deref_trait v1.2.1
Compiling cortex-m-rt v0.7.5
Compiling litrs v1.0.0
Compiling crc-any v2.5.0
Compiling proc-macro-error-attr2 v2.0.0
Compiling regex-automata v0.4.14
Checking futures-sink v0.3.32
Compiling embassy-time-driver v0.2.2 (/ci/code/embassy-time-driver)
Checking embedded-storage v0.3.1
Compiling termcolor v1.4.1
Compiling document-features v0.2.12
Compiling unicode-width v0.1.14
Checking embedded-storage-async v0.4.1
Compiling rp2040-boot2 v0.3.0
Compiling rp-pac v7.0.0 (https://github.com/embassy-rs/rp-pac?rev=c2e27609b021c444f634673155318977d7f0bdf6#c2e27609)
Compiling fixed v1.31.0
Compiling codespan-reporting v0.11.1
Checking embassy-futures v0.1.2 (/ci/code/embassy-futures)
Checking rgb v0.8.53
Compiling embassy-rp v0.10.0 (/ci/code/embassy-rp)
Checking az v1.3.0
Checking bytemuck v1.25.0
Checking embassy-time v0.5.1 (/ci/code/embassy-time)
Checking embassy-usb-driver v0.2.0 (/ci/code/embassy-usb-driver)
Checking embedded-hal-nb v1.0.0
Checking rand_core v0.9.5
Checking rand_core v0.10.1
Checking smart-leds-trait v0.3.2
Checking rand_core v0.6.4
Checking signature v2.2.0
Checking smart-leds v0.4.0
Checking sha2-const-stable v0.1.0
Compiling embassy-boot-rp v0.10.0 (/ci/code/embassy-boot-rp)
Checking embassy-embedded-hal v0.6.0 (/ci/code/embassy-embedded-hal)
Checking embassy-boot v0.7.0 (/ci/code/embassy-boot)
Compiling regex v1.12.3
Compiling lalrpop-util v0.22.2
Compiling proc-macro-error2 v2.0.1
Compiling lalrpop v0.22.2
Compiling num_enum_derive v0.7.6
Compiling zerocopy-derive v0.8.48
Compiling cortex-m-rt-macros v0.7.5
Compiling num_enum v0.7.6
Compiling pio-core v0.3.0
Checking half v2.7.1
Compiling pio-parser v0.3.0
Compiling pio-proc v0.3.0
Checking pio v0.3.0
Documenting embassy-boot-rp v0.10.0 (/ci/code/embassy-boot-rp)
Finished `dev` profile [optimized + debuginfo] target(s) in 16.64s
processing Flavor { name: "default", features: ["embassy-rp/rp2040"], target: "thumbv6m-none-eabi" } ...
Creating .zup archive: "webroot/crates/embassy-boot-rp/git.zup"
Creating dictionary...
Packing...
Time elapsed: 7.504808ms
Statistics:
Files: 54
Directories: 14
Total entries: 68
Nodes before dedup: 68
after dedup: 68 (0.0% reduction)
Uncompressed bytes before dedup: 629008 (0.6 MB)
after dedup: 629008 (0.6 MB, 0.0% reduction)
Compressed bytes before dedup: 67316 (0.1 MB)
after dedup: 67316 (0.1 MB, 0.0% reduction)
Overall compression ratio: 10.7%
Archive created: "webroot/crates/embassy-boot-rp/git.zup"
✅ Successfully built docs for embassy-boot-rp
Building docs for crate: embassy-boot-stm32
Running cargo batch with 1 flavors...
Updating crates.io index
Updating git repository `https://github.com/embassy-rs/stm32-data-generated`
Locking 91 packages to latest Rust 1.94.0-nightly compatible versions
Adding generic-array v0.14.7 (available: v0.14.9)
Checking nb v1.1.0
Compiling proc-macro2 v1.0.106
Compiling cortex-m v0.7.7
Checking stable_deref_trait v1.2.1
Checking void v1.0.2
Checking embedded-hal v1.0.0
Compiling libm v0.2.16
Checking futures-core v0.3.32
Compiling num-traits v0.2.19
Compiling bare-metal v0.2.5
Checking embedded-io v0.7.1
Checking critical-section v1.2.0
Checking vcell v0.1.3
Checking byteorder v1.5.0
Compiling nb v0.1.3
Compiling heapless v0.9.2
Checking volatile-register v0.2.2
Compiling embedded-hal-async v1.0.0
Checking embedded-hal v0.2.7
Checking embedded-io-async v0.7.0
Checking cfg-if v1.0.4
Checking bitfield v0.13.2
Compiling embassy-sync v0.8.0 (/ci/code/embassy-sync)
Compiling generic-array v0.14.7
Checking futures-sink v0.3.32
Compiling embassy-hal-internal v0.5.0 (/ci/code/embassy-hal-internal)
Checking typenum v1.20.0
Checking hash32 v0.3.1
Compiling regex-syntax v0.8.10
Compiling stm32-metapac v21.0.0 (https://github.com/embassy-rs/stm32-data-generated?tag=stm32-data-10af491da4af2cf36f885e8a244139ddb97296c4#f4a6d7f1)
Compiling cortex-m-rt v0.7.5
Compiling embassy-time-driver v0.2.2 (/ci/code/embassy-time-driver)
Compiling syn v1.0.109
Compiling portable-atomic v1.13.1
Checking embedded-storage v0.3.1
Checking as-slice v0.2.1
Checking embedded-storage-async v0.4.1
Checking embassy-futures v0.1.2 (/ci/code/embassy-futures)
Checking aligned v0.4.3
Checking embassy-time v0.5.1 (/ci/code/embassy-time)
Checking embassy-usb-driver v0.2.0 (/ci/code/embassy-usb-driver)
Checking futures-task v0.3.32
Checking pin-project-lite v0.2.17
Checking block-device-driver v0.2.0
Checking embedded-hal-nb v1.0.0
Checking futures-util v0.3.32
Checking stm32-fmc v0.4.0
Checking embedded-can v0.4.1
Checking rand_core v0.6.4
Checking rand_core v0.10.1
Compiling quote v1.0.45
Checking bitflags v2.11.1
Checking signature v2.2.0
Checking embassy-net-driver v0.2.0 (/ci/code/embassy-net-driver)
Checking rand_core v0.9.5
Compiling embassy-boot-stm32 v0.8.0 (/ci/code/embassy-boot-stm32)
Checking static_assertions v1.1.0
Compiling syn v2.0.117
Checking bit_field v0.10.3
Checking sdio-host v0.9.0
Checking crypto-common v0.1.7
Checking block-buffer v0.10.4
Checking digest v0.10.7
Checking embassy-usb-synopsys-otg v0.3.2 (/ci/code/embassy-usb-synopsys-otg)
Compiling regex-automata v0.4.14
Checking dsp-fixedpoint v0.1.1
Checking embassy-embedded-hal v0.6.0 (/ci/code/embassy-embedded-hal)
Checking embassy-boot v0.7.0 (/ci/code/embassy-boot)
Compiling trait-set v0.3.0
Compiling regex v1.12.3
Compiling embassy-stm32 v0.6.0 (/ci/code/embassy-stm32)
Compiling cortex-m-rt-macros v0.7.5
Documenting embassy-boot-stm32 v0.8.0 (/ci/code/embassy-boot-stm32)
Finished `dev` profile [optimized + debuginfo] target(s) in 11.10s
processing Flavor { name: "default", features: ["embassy-stm32/stm32f429zi"], target: "thumbv7em-none-eabi" } ...
Creating .zup archive: "webroot/crates/embassy-boot-stm32/git.zup"
Creating dictionary...
Packing...
Time elapsed: 4.665199ms
Statistics:
Files: 35
Directories: 14
Total entries: 49
Nodes before dedup: 49
after dedup: 49 (0.0% reduction)
Uncompressed bytes before dedup: 343903 (0.3 MB)
after dedup: 343903 (0.3 MB, 0.0% reduction)
Compressed bytes before dedup: 37448 (0.0 MB)
after dedup: 37448 (0.0 MB, 0.0% reduction)
Overall compression ratio: 10.9%
Archive created: "webroot/crates/embassy-boot-stm32/git.zup"
✅ Successfully built docs for embassy-boot-stm32
Building docs for crate: embassy-embedded-hal
Running cargo batch with 1 flavors...
Updating crates.io index
Locking 50 packages to latest Rust 1.94.0-nightly compatible versions
Adding embedded-hal v0.2.7 (available: v1.0.0)
Checking byteorder v1.5.0
Compiling num-traits v0.2.19
Checking nb v1.1.0
Checking embedded-io v0.7.1
Checking stable_deref_trait v1.2.1
Checking embedded-storage v0.3.1
Checking cfg-if v1.0.4
Checking embedded-hal v1.0.0
Compiling heapless v0.9.2
Compiling embassy-hal-internal v0.5.0 (/ci/code/embassy-hal-internal)
Compiling embassy-sync v0.8.0 (/ci/code/embassy-sync)
Compiling embedded-hal-async v1.0.0
Checking futures-sink v0.3.32
Checking futures-core v0.3.32
Checking critical-section v1.2.0
Checking void v1.0.2
Checking embassy-futures v0.1.2 (/ci/code/embassy-futures)
Checking nb v0.1.3
Checking embedded-io-async v0.7.0
Checking embedded-hal v0.2.7
Checking embedded-storage-async v0.4.1
Checking hash32 v0.3.1
Documenting embassy-embedded-hal v0.6.0 (/ci/code/embassy-embedded-hal)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.71s
processing Flavor { name: "default", features: [], target: "x86_64-unknown-linux-gnu" } ...
Creating .zup archive: "webroot/crates/embassy-embedded-hal/git.zup"
Creating dictionary...
Packing...
Time elapsed: 9.229556ms
Statistics:
Files: 68
Directories: 29
Total entries: 97
Nodes before dedup: 97
after dedup: 94 (3.1% reduction)
Uncompressed bytes before dedup: 762139 (0.8 MB)
after dedup: 761954 (0.8 MB, 0.0% reduction)
Compressed bytes before dedup: 75939 (0.1 MB)
after dedup: 75826 (0.1 MB, 0.1% reduction)
Overall compression ratio: 9.9%
Archive created: "webroot/crates/embassy-embedded-hal/git.zup"
✅ Successfully built docs for embassy-embedded-hal
Building docs for crate: embassy-executor
Running cargo batch with 4 flavors...
Updating crates.io index
Locking 178 packages to latest Rust 1.94.0-nightly compatible versions
Adding aarch32-cpu v0.1.0 (available: v0.2.0)
Adding syn v2.0.110 (available: v2.0.117)
Compiling ident_case v1.0.1
Compiling fnv v1.0.7
Compiling strsim v0.11.1
Compiling wasm-bindgen-shared v0.2.118
Compiling bumpalo v3.20.2
Checking unicode-ident v1.0.24
Compiling syn v2.0.110
Compiling wasm-bindgen v0.2.118
Checking nb v0.1.3
Compiling defmt v1.0.1
Checking once_cell v1.21.4
Checking cfg-if v1.0.4
Checking embedded-hal v0.2.7
Checking bitflags v1.3.2
Compiling embassy-executor v0.10.0 (/ci/code/embassy-executor)
Checking cortex-m v0.7.7
Checking embassy-executor-timer-queue v0.1.0 (/ci/code/embassy-executor-timer-queue)
Checking critical-section v1.2.0
Checking cordyceps v0.3.4
Compiling proc-macro-error2 v2.0.1
Compiling darling_core v0.20.11
Compiling wasm-bindgen-macro-support v0.2.118
Compiling thiserror-impl v2.0.18
Compiling thiserror v2.0.18
Compiling defmt-parser v1.0.0
Compiling darling_macro v0.20.11
Compiling defmt-macros v1.0.1
Compiling darling v0.20.11
Compiling embassy-executor-macros v0.8.0 (/ci/code/embassy-executor-macros)
Compiling wasm-bindgen-macro v0.2.118
Documenting embassy-executor v0.10.0 (/ci/code/embassy-executor)
Checking js-sys v0.3.95
Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.90s
processing Flavor { name: "std", features: ["defmt", "scheduler-deadline", "scheduler-priority", "platform-std", "executor-thread"], target: "x86_64-unknown-linux-gnu" } ...
processing Flavor { name: "wasm", features: ["defmt", "scheduler-deadline", "scheduler-priority", "platform-wasm", "executor-thread"], target: "wasm32-unknown-unknown" } ...
processing Flavor { name: "cortex-m", features: ["defmt", "scheduler-deadline", "scheduler-priority", "platform-cortex-m", "executor-thread", "executor-interrupt"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "riscv32", features: ["defmt", "scheduler-deadline", "scheduler-priority", "platform-riscv32", "executor-thread"], target: "riscv32imac-unknown-none-elf" } ...
Creating .zup archive: "webroot/crates/embassy-executor/git.zup"
Creating dictionary...
Packing...
Time elapsed: 21.730778ms
Statistics:
Files: 201
Directories: 75
Total entries: 276
Nodes before dedup: 276
after dedup: 193 (30.1% reduction)
Uncompressed bytes before dedup: 1535586 (1.5 MB)
after dedup: 1191067 (1.2 MB, 22.4% reduction)
Compressed bytes before dedup: 207109 (0.2 MB)
after dedup: 161887 (0.2 MB, 21.8% reduction)
Overall compression ratio: 10.5%
Archive created: "webroot/crates/embassy-executor/git.zup"
✅ Successfully built docs for embassy-executor
Building docs for crate: embassy-executor-timer-queue
Running cargo batch with 1 flavors...
Documenting embassy-executor-timer-queue v0.1.0 (/ci/code/embassy-executor-timer-queue)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.15s
processing Flavor { name: "default", features: [], target: "x86_64-unknown-linux-gnu" } ...
Creating .zup archive: "webroot/crates/embassy-executor-timer-queue/git.zup"
Creating dictionary...
Packing...
Time elapsed: 993.09µs
Statistics:
Files: 18
Directories: 14
Total entries: 32
Nodes before dedup: 32
after dedup: 32 (0.0% reduction)
Uncompressed bytes before dedup: 38146 (0.0 MB)
after dedup: 38146 (0.0 MB, 0.0% reduction)
Compressed bytes before dedup: 5394 (0.0 MB)
after dedup: 5394 (0.0 MB, 0.0% reduction)
Overall compression ratio: 14.1%
Archive created: "webroot/crates/embassy-executor-timer-queue/git.zup"
✅ Successfully built docs for embassy-executor-timer-queue
Building docs for crate: embassy-futures
Running cargo batch with 1 flavors...
Updating crates.io index
Locking 13 packages to latest Rust 1.94.0-nightly compatible versions
Documenting embassy-futures v0.1.2 (/ci/code/embassy-futures)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
processing Flavor { name: "default", features: ["defmt"], target: "thumbv7em-none-eabi" } ...
Creating .zup archive: "webroot/crates/embassy-futures/git.zup"
Creating dictionary...
Packing...
Time elapsed: 8.479894ms
Statistics:
Files: 64
Directories: 18
Total entries: 82
Nodes before dedup: 82
after dedup: 82 (0.0% reduction)
Uncompressed bytes before dedup: 766166 (0.8 MB)
after dedup: 766166 (0.8 MB, 0.0% reduction)
Compressed bytes before dedup: 63682 (0.1 MB)
after dedup: 63682 (0.1 MB, 0.0% reduction)
Overall compression ratio: 8.3%
Archive created: "webroot/crates/embassy-futures/git.zup"
✅ Successfully built docs for embassy-futures
Building docs for crate: embassy-net
Running cargo batch with 1 flavors...
Updating crates.io index
Locking 40 packages to latest Rust 1.94.0-nightly compatible versions
Compiling defmt v1.0.1
Compiling smoltcp v0.13.0
Compiling embassy-time-driver v0.2.2 (/ci/code/embassy-time-driver)
Checking embedded-nal v0.9.0
Checking managed v0.8.0
Checking embedded-nal-async v0.9.0
Compiling heapless v0.9.2
Checking defmt v0.3.100
Checking embassy-time v0.5.1 (/ci/code/embassy-time)
Checking embassy-net-driver v0.2.0 (/ci/code/embassy-net-driver)
Checking embassy-sync v0.8.0 (/ci/code/embassy-sync)
Documenting embassy-net v0.9.1 (/ci/code/embassy-net)
warning: unresolved link to `Some`
--> src/icmp.rs:916:50
|
916 | /// **Note**: A hop limit of [`Some(0)`](Some()) is equivalent to a hop limit of [`None`].
| ^^^^^^ this link resolves to the variant `Some`, which is not a function
|
= note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
help: to link to the variant, prefix with `variant@`
|
916 - /// **Note**: A hop limit of [`Some(0)`](Some()) is equivalent to a hop limit of [`None`].
916 + /// **Note**: A hop limit of [`Some(0)`](variant@Some) is equivalent to a hop limit of [`None`].
|
warning: unresolved link to `set_keep_alive`
--> src/tcp.rs:509:38
|
509 | /// Set a keep alive interval ([`set_keep_alive`] to prevent timeouts when
| ^^^^^^^^^^^^^^ no item named `set_keep_alive` in scope
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
warning: unresolved link to `Self::timeout`
--> src/tcp.rs:523:34
|
523 | /// By setting a [`timeout`](Self::timeout) larger then the keep alive you
| ^^^^^^^^^^^^^ the struct `TcpSocket` has no field or associated item named `timeout`
warning: `embassy-net` (lib doc) generated 3 warnings
Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s
processing Flavor { name: "default", features: ["defmt", "tcp", "udp", "raw", "dns", "icmp", "dhcpv4", "proto-ipv6", "medium-ethernet", "medium-ip", "medium-ieee802154", "multicast", "dhcpv4-hostname"], target: "thumbv7em-none-eabi" } ...
Creating .zup archive: "webroot/crates/embassy-net/git.zup"
Creating dictionary...
Packing...
Time elapsed: 33.053574ms
Statistics:
Files: 177
Directories: 21
Total entries: 198
Nodes before dedup: 198
after dedup: 198 (0.0% reduction)
Uncompressed bytes before dedup: 3155918 (3.2 MB)
after dedup: 3155918 (3.2 MB, 0.0% reduction)
Compressed bytes before dedup: 305831 (0.3 MB)
after dedup: 305831 (0.3 MB, 0.0% reduction)
Overall compression ratio: 9.7%
Archive created: "webroot/crates/embassy-net/git.zup"
✅ Successfully built docs for embassy-net
Building docs for crate: embassy-net-adin1110
Running cargo batch with 1 flavors...
Updating crates.io index
Locking 76 packages to latest Rust 1.94.0-nightly compatible versions
Adding bitfield v0.14.0 (available: v0.19.4)
Adding embedded-hal-bus v0.1.0 (available: v0.3.0)
Adding embedded-hal-mock v0.10.0 (available: v0.11.1)
Adding env_logger v0.10.2 (available: v0.11.10)
Compiling embedded-hal-bus v0.1.0
Checking embassy-net-driver v0.2.0 (/ci/code/embassy-net-driver)
Checking bitfield v0.14.0
Checking defmt v0.3.100
Checking embedded-hal v1.0.0
Checking embassy-net-driver-channel v0.4.0 (/ci/code/embassy-net-driver-channel)
Checking embedded-hal-async v1.0.0
Checking embassy-time v0.5.1 (/ci/code/embassy-time)
Documenting embassy-net-adin1110 v0.4.0 (/ci/code/embassy-net-adin1110)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s
processing Flavor { name: "default", features: ["defmt"], target: "thumbv7em-none-eabi" } ...
Creating .zup archive: "webroot/crates/embassy-net-adin1110/git.zup"
Creating dictionary...
Packing...
Time elapsed: 3.498994ms
Statistics:
Files: 35
Directories: 17
Total entries: 52
Nodes before dedup: 52
after dedup: 52 (0.0% reduction)
Uncompressed bytes before dedup: 233268 (0.2 MB)
after dedup: 233268 (0.2 MB, 0.0% reduction)
Compressed bytes before dedup: 28261 (0.0 MB)
after dedup: 28261 (0.0 MB, 0.0% reduction)
Overall compression ratio: 12.1%
Archive created: "webroot/crates/embassy-net-adin1110/git.zup"
✅ Successfully built docs for embassy-net-adin1110
Building docs for crate: embassy-net-driver
Running cargo batch with 1 flavors...
Updating crates.io index
Locking 12 packages to latest Rust 1.94.0-nightly compatible versions
Documenting embassy-net-driver v0.2.0 (/ci/code/embassy-net-driver)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.32s
processing Flavor { name: "default", features: ["defmt"], target: "thumbv7em-none-eabi" } ...
Creating .zup archive: "webroot/crates/embassy-net-driver/git.zup"
Creating dictionary...
Packing...
Time elapsed: 2.921473ms
Statistics:
Files: 25
Directories: 14
Total entries: 39
Nodes before dedup: 39
after dedup: 39 (0.0% reduction)
Uncompressed bytes before dedup: 213259 (0.2 MB)
after dedup: 213259 (0.2 MB, 0.0% reduction)
Compressed bytes before dedup: 23373 (0.0 MB)
after dedup: 23373 (0.0 MB, 0.0% reduction)
Overall compression ratio: 11.0%
Archive created: "webroot/crates/embassy-net-driver/git.zup"
✅ Successfully built docs for embassy-net-driver
Building docs for crate: embassy-net-driver-channel
Running cargo batch with 1 flavors...
Updating crates.io index
Locking 26 packages to latest Rust 1.94.0-nightly compatible versions
Documenting embassy-net-driver-channel v0.4.0 (/ci/code/embassy-net-driver-channel)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
processing Flavor { name: "default", features: ["defmt"], target: "thumbv7em-none-eabi" } ...
Creating .zup archive: "webroot/crates/embassy-net-driver-channel/git.zup"
Creating dictionary...
Packing...
Time elapsed: 9.513115ms
Statistics:
Files: 34
Directories: 14
Total entries: 48
Nodes before dedup: 48
after dedup: 48 (0.0% reduction)
Uncompressed bytes before dedup: 1034907 (1.0 MB)
after dedup: 1034907 (1.0 MB, 0.0% reduction)
Compressed bytes before dedup: 86576 (0.1 MB)
after dedup: 86576 (0.1 MB, 0.0% reduction)
Overall compression ratio: 8.4%
Archive created: "webroot/crates/embassy-net-driver-channel/git.zup"
✅ Successfully built docs for embassy-net-driver-channel
Building docs for crate: embassy-net-enc28j60
Running cargo batch with 1 flavors...
Updating crates.io index
Locking 28 packages to latest Rust 1.94.0-nightly compatible versions
Checking embassy-time v0.5.1 (/ci/code/embassy-time)
Checking embassy-net-driver v0.2.0 (/ci/code/embassy-net-driver)
Documenting embassy-net-enc28j60 v0.3.0 (/ci/code/embassy-net-enc28j60)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
processing Flavor { name: "default", features: ["defmt"], target: "thumbv7em-none-eabi" } ...
Creating .zup archive: "webroot/crates/embassy-net-enc28j60/git.zup"
Creating dictionary...
Packing...
Time elapsed: 1.996921ms
Statistics:
Files: 20
Directories: 14
Total entries: 34
Nodes before dedup: 34
after dedup: 34 (0.0% reduction)
Uncompressed bytes before dedup: 131770 (0.1 MB)
after dedup: 131770 (0.1 MB, 0.0% reduction)
Compressed bytes before dedup: 16049 (0.0 MB)
after dedup: 16049 (0.0 MB, 0.0% reduction)
Overall compression ratio: 12.2%
Archive created: "webroot/crates/embassy-net-enc28j60/git.zup"
✅ Successfully built docs for embassy-net-enc28j60
Building docs for crate: embassy-net-esp-hosted
Running cargo batch with 1 flavors...
Updating crates.io index
Locking 40 packages to latest Rust 1.94.0-nightly compatible versions
Compiling heapless v0.9.2
Checking embassy-sync v0.8.0 (/ci/code/embassy-sync)
Checking micropb v0.6.0
Checking embassy-net-driver-channel v0.4.0 (/ci/code/embassy-net-driver-channel)
Documenting embassy-net-esp-hosted v0.3.0 (/ci/code/embassy-net-esp-hosted)
warning: unresolved link to `ota_begin`
--> src/control.rs:158:11
|
158 | /// [`ota_begin`] must be called first.
| ^^^^^^^^^ no item named `ota_begin` in scope
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
= note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
warning: unresolved link to `ota_begin`
--> src/control.rs:174:11
|
174 | /// [`ota_begin`] must be called first.
| ^^^^^^^^^ no item named `ota_begin` in scope
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
warning: `embassy-net-esp-hosted` (lib doc) generated 2 warnings
Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.14s
processing Flavor { name: "default", features: ["defmt"], target: "thumbv7em-none-eabi" } ...
Creating .zup archive: "webroot/crates/embassy-net-esp-hosted/git.zup"
Creating dictionary...
Packing...
Time elapsed: 3.612259ms
Statistics:
Files: 38
Directories: 17
Total entries: 55
Nodes before dedup: 55
after dedup: 55 (0.0% reduction)
Uncompressed bytes before dedup: 244186 (0.2 MB)
after dedup: 244186 (0.2 MB, 0.0% reduction)
Compressed bytes before dedup: 29559 (0.0 MB)
after dedup: 29559 (0.0 MB, 0.0% reduction)
Overall compression ratio: 12.1%
Archive created: "webroot/crates/embassy-net-esp-hosted/git.zup"
✅ Successfully built docs for embassy-net-esp-hosted
Building docs for crate: embassy-net-nrf91
Running cargo batch with 1 flavors...
Updating crates.io index
Updating git repository `https://github.com/embassy-rs/nrf-pac`
Locking 47 packages to latest Rust 1.94.0-nightly compatible versions
Compiling nrf-pac v0.3.0 (https://github.com/embassy-rs/nrf-pac?rev=dcbec3723fa14fc81e004ab288c9b2e454dba802#dcbec372)
Checking at-commands v0.5.8
Checking embassy-time v0.5.1 (/ci/code/embassy-time)
Documenting embassy-net-nrf91 v0.2.0 (/ci/code/embassy-net-nrf91)
warning: unresolved link to `enable`
--> src/context.rs:102:37
|
102 | /// After configuring, invoke [`enable()`] to activate the configuration.
| ^^^^^^^^ no item named `enable` in scope
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
= note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
warning: `embassy-net-nrf91` (lib doc) generated 1 warning
Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
processing Flavor { name: "default", features: ["defmt", "nrf-pac/nrf9160"], target: "thumbv7em-none-eabi" } ...
Creating .zup archive: "webroot/crates/embassy-net-nrf91/git.zup"
Creating dictionary...
Packing...
Time elapsed: 3.938192ms
Statistics:
Files: 37
Directories: 15
Total entries: 52
Nodes before dedup: 52
after dedup: 52 (0.0% reduction)
Uncompressed bytes before dedup: 278821 (0.3 MB)
after dedup: 278821 (0.3 MB, 0.0% reduction)
Compressed bytes before dedup: 31709 (0.0 MB)
after dedup: 31709 (0.0 MB, 0.0% reduction)
Overall compression ratio: 11.4%
Archive created: "webroot/crates/embassy-net-nrf91/git.zup"
✅ Successfully built docs for embassy-net-nrf91
Building docs for crate: embassy-net-ppp
Running cargo batch with 1 flavors...
Updating crates.io index
Locking 33 packages to latest Rust 1.94.0-nightly compatible versions
Compiling heapless v0.8.0
Compiling num_enum_derive v0.7.6
Checking num_enum v0.7.6
Checking ppproto v0.2.1
Documenting embassy-net-ppp v0.3.0 (/ci/code/embassy-net-ppp)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
processing Flavor { name: "default", features: ["defmt"], target: "thumbv7em-none-eabi" } ...
Creating .zup archive: "webroot/crates/embassy-net-ppp/git.zup"
Creating dictionary...
Packing...
Time elapsed: 2.730487ms
Statistics:
Files: 25
Directories: 14
Total entries: 39
Nodes before dedup: 39
after dedup: 39 (0.0% reduction)
Uncompressed bytes before dedup: 152895 (0.2 MB)
after dedup: 152895 (0.2 MB, 0.0% reduction)
Compressed bytes before dedup: 17198 (0.0 MB)
after dedup: 17198 (0.0 MB, 0.0% reduction)
Overall compression ratio: 11.2%
Archive created: "webroot/crates/embassy-net-ppp/git.zup"
✅ Successfully built docs for embassy-net-ppp
Building docs for crate: embassy-net-tuntap
Running cargo batch with 1 flavors...
Updating crates.io index
Locking 22 packages to latest Rust 1.94.0-nightly compatible versions
Compiling rustix v1.1.4
Compiling crossbeam-utils v0.8.21
Checking linux-raw-sys v0.12.1
Checking bitflags v2.11.1
Checking pin-project-lite v0.2.17
Checking slab v0.4.12
Checking parking v2.2.1
Checking futures-io v0.3.32
Compiling async-io v2.6.0
Compiling libc v0.2.185
Checking log v0.4.29
Checking embassy-net-driver v0.2.0 (/ci/code/embassy-net-driver)
Checking futures-lite v2.6.1
Checking concurrent-queue v2.5.0
Checking polling v3.11.0
Documenting embassy-net-tuntap v0.1.1 (/ci/code/embassy-net-tuntap)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
processing Flavor { name: "default", features: [], target: "x86_64-unknown-linux-gnu" } ...
Creating .zup archive: "webroot/crates/embassy-net-tuntap/git.zup"
Creating dictionary...
Packing...
Time elapsed: 1.587539ms
Statistics:
Files: 18
Directories: 14
Total entries: 32
Nodes before dedup: 32
after dedup: 32 (0.0% reduction)
Uncompressed bytes before dedup: 99936 (0.1 MB)
after dedup: 99936 (0.1 MB, 0.0% reduction)
Compressed bytes before dedup: 12012 (0.0 MB)
after dedup: 12012 (0.0 MB, 0.0% reduction)
Overall compression ratio: 12.0%
Archive created: "webroot/crates/embassy-net-tuntap/git.zup"
✅ Successfully built docs for embassy-net-tuntap
Building docs for crate: embassy-net-wiznet
Running cargo batch with 1 flavors...
Updating crates.io index
Locking 36 packages to latest Rust 1.94.0-nightly compatible versions
Checking embassy-net-driver-channel v0.4.0 (/ci/code/embassy-net-driver-channel)
Documenting embassy-net-wiznet v0.3.0 (/ci/code/embassy-net-wiznet)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
processing Flavor { name: "default", features: ["defmt"], target: "thumbv7em-none-eabi" } ...
Creating .zup archive: "webroot/crates/embassy-net-wiznet/git.zup"
Creating dictionary...
Packing...
Time elapsed: 2.745854ms
Statistics:
Files: 37
Directories: 20
Total entries: 57
Nodes before dedup: 57
after dedup: 57 (0.0% reduction)
Uncompressed bytes before dedup: 196826 (0.2 MB)
after dedup: 196826 (0.2 MB, 0.0% reduction)
Compressed bytes before dedup: 20750 (0.0 MB)
after dedup: 20750 (0.0 MB, 0.0% reduction)
Overall compression ratio: 10.5%
Archive created: "webroot/crates/embassy-net-wiznet/git.zup"
✅ Successfully built docs for embassy-net-wiznet
Building docs for crate: embassy-nrf
Running cargo batch with 26 flavors...
Updating crates.io index
Updating git repository `https://github.com/embassy-rs/nrf-pac`
Locking 71 packages to latest Rust 1.94.0-nightly compatible versions
Adding embedded-hal v0.2.7 (available: v1.0.0)
Adding rand_core v0.6.4 (available: v0.10.1)
Adding rand_core v0.9.5 (available: v0.10.1)
Compiling embassy-time-driver v0.2.2 (/ci/code/embassy-time-driver)
Compiling cortex-m v0.7.7
Compiling embassy-sync v0.8.0 (/ci/code/embassy-sync)
Compiling cortex-m-rt v0.7.5
Compiling embassy-hal-internal v0.5.0 (/ci/code/embassy-hal-internal)
Compiling portable-atomic v1.13.1
Checking nb v1.1.0
Checking void v1.0.2
Compiling embassy-time-queue-utils v0.3.2 (/ci/code/embassy-time-queue-utils)
Compiling bare-metal v0.2.5
Checking vcell v0.1.3
Checking bitfield v0.13.2
Compiling defmt v1.0.1
Checking bitflags v1.3.2
Checking cfg-if v1.0.4
Checking volatile-register v0.2.2
Checking byteorder v1.5.0
Checking nb v0.1.3
Compiling heapless v0.9.2
Checking stable_deref_trait v1.2.1
Checking embedded-io v0.7.1
Checking embedded-hal v0.2.7
Checking critical-section v1.2.0
Compiling embedded-hal-async v1.0.0
Checking futures-core v0.3.32
Checking embedded-hal v1.0.0
Compiling num-traits v0.2.19
Checking embedded-io-async v0.7.0
Compiling zerocopy v0.8.48
Checking futures-sink v0.3.32
Checking hash32 v0.3.1
Checking embedded-storage v0.3.1
Compiling fixed v1.31.0
Checking typenum v1.20.0
Checking embassy-usb-driver v0.2.0 (/ci/code/embassy-usb-driver)
Checking embassy-executor-timer-queue v0.1.0 (/ci/code/embassy-executor-timer-queue)
Checking embedded-storage-async v0.4.1
Checking bytemuck v1.25.0
Checking az v1.3.0
Checking embassy-futures v0.1.2 (/ci/code/embassy-futures)
Checking embassy-time v0.5.1 (/ci/code/embassy-time)
Checking rand_core v0.10.1
Checking rand_core v0.6.4
Checking bitflags v2.11.1
Checking rand_core v0.9.5
Compiling nrf-pac v0.3.0 (https://github.com/embassy-rs/nrf-pac?rev=dcbec3723fa14fc81e004ab288c9b2e454dba802#dcbec372)
Checking embassy-usb-synopsys-otg v0.3.2 (/ci/code/embassy-usb-synopsys-otg)
Checking embassy-embedded-hal v0.6.0 (/ci/code/embassy-embedded-hal)
Checking half v2.7.1
Documenting embassy-nrf v0.10.0 (/ci/code/embassy-nrf)
warning: unresolved link to `spim::Spim`
|
= note: the link appears in this line:
Each peripheral struct which uses EasyDMA ([`Spim`](spim::Spim), [`Uarte`](uarte::Uarte), [`Twim`](twim::Twim)) has two variants of their mutating functions:
^^^^^^^^^^
= note: no item named `spim` in scope
= note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
warning: unresolved link to `uarte::Uarte`
--> src/../README.md:71:76
|
71 | Each peripheral struct which uses EasyDMA ([`Spim`](spim::Spim), [`Uarte`](uarte::Uarte), [`Twim`](twim::Twim)) has two variants of ...
| ^^^^^^^^^^^^ no item named `uarte` in scope
warning: unresolved link to `twim::Twim`
--> src/../README.md:71:100
|
71 | ...m::Spim), [`Uarte`](uarte::Uarte), [`Twim`](twim::Twim)) has two variants of their mutating functions:
| ^^^^^^^^^^ no item named `twim` in scope
warning: unresolved link to `spim::Spim::write_from_ram`
--> src/../README.md:72:54
|
72 | - Functions with the suffix (e.g. [`write_from_ram`](spim::Spim::write_from_ram), [`transfer_from_ram`](spim::Spim::transfer_from_ra...
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `spim` in scope
warning: unresolved link to `spim::Spim::transfer_from_ram`
--> src/../README.md:72:105
|
72 | ...e_from_ram), [`transfer_from_ram`](spim::Spim::transfer_from_ram)) will return an error if the passed slice does not reside in RAM.
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `spim` in scope
warning: unresolved link to `spim::Spim::write`
|
= note: the link appears in this line:
- Functions without the suffix (e.g. [`write`](spim::Spim::write), [`transfer`](spim::Spim::transfer)) will check whether the data is in RAM and copy it into memory prior to transmission.
^^^^^^^^^^^^^^^^^
= note: no item named `spim` in scope
warning: unresolved link to `spim::Spim::transfer`
|
= note: the link appears in this line:
- Functions without the suffix (e.g. [`write`](spim::Spim::write), [`transfer`](spim::Spim::transfer)) will check whether the data is in RAM and copy it into memory prior to transmission.
^^^^^^^^^^^^^^^^^^^^
= note: no item named `spim` in scope
warning: unresolved link to `spim::Spim::read`
--> src/../README.md:80:52
|
80 | Note that the methods that read data like [`read`](spim::Spim::read) and [`transfer_in_place`](spim::Spim::transfer_in_place) do not...
| ^^^^^^^^^^^^^^^^ no item named `spim` in scope
warning: unresolved link to `spim::Spim::transfer_in_place`
--> src/../README.md:80:96
|
80 | ...m::read) and [`transfer_in_place`](spim::Spim::transfer_in_place) do not have the corresponding `_from_ram` variants as
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `spim` in scope
warning: `embassy-nrf` (lib doc) generated 9 warnings
Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.94s
processing Flavor { name: "nrf51", features: ["nrf51", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "nrf52833", features: ["nrf52833", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv7em-none-eabihf" } ...
processing Flavor { name: "nrf52820", features: ["nrf52820", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv7em-none-eabihf" } ...
processing Flavor { name: "nrf52810", features: ["nrf52810", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv7em-none-eabihf" } ...
processing Flavor { name: "nrf52811", features: ["nrf52811", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv7em-none-eabihf" } ...
processing Flavor { name: "nrf52832", features: ["nrf52832", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv7em-none-eabihf" } ...
processing Flavor { name: "nrf52805", features: ["nrf52805", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv7em-none-eabihf" } ...
processing Flavor { name: "nrf52840", features: ["nrf52840", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv7em-none-eabihf" } ...
processing Flavor { name: "nrf5340-app-ns", features: ["nrf5340-app-ns", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "nrf5340-net", features: ["nrf5340-net", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "nrf5340-app-s", features: ["nrf5340-app-s", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "nrf54l15-app-s", features: ["nrf54l15-app-s", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "nrf54l10-app-s", features: ["nrf54l10-app-s", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "nrf54lm20-app-s", features: ["nrf54lm20-app-s", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "nrf54l10-app-ns", features: ["nrf54l10-app-ns", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "nrf54l15-app-ns", features: ["nrf54l15-app-ns", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "nrf54l05-app-ns", features: ["nrf54l05-app-ns", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "nrf54l05-app-s", features: ["nrf54l05-app-s", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "nrf9161-ns", features: ["nrf9161-ns", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "nrf9120-s", features: ["nrf9120-s", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "nrf9161-s", features: ["nrf9161-s", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "nrf9151-s", features: ["nrf9151-s", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "nrf9160-s", features: ["nrf9160-s", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "nrf9151-ns", features: ["nrf9151-ns", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "nrf9120-ns", features: ["nrf9120-ns", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "nrf9160-ns", features: ["nrf9160-ns", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv8m.main-none-eabihf" } ...
Creating .zup archive: "webroot/crates/embassy-nrf/git.zup"
Creating dictionary...
Packing...
Time elapsed: 3.168448374s
Statistics:
Files: 73759
Directories: 6134
Total entries: 79893
Nodes before dedup: 79893
after dedup: 18624 (76.7% reduction)
Uncompressed bytes before dedup: 1606750761 (1606.8 MB)
after dedup: 392764310 (392.8 MB, 75.6% reduction)
Compressed bytes before dedup: 48124092 (48.1 MB)
after dedup: 15060153 (15.1 MB, 68.7% reduction)
Overall compression ratio: 0.9%
Archive created: "webroot/crates/embassy-nrf/git.zup"
✅ Successfully built docs for embassy-nrf
Building docs for crate: embassy-rp
Running cargo batch with 3 flavors...
Updating crates.io index
Updating git repository `https://github.com/embassy-rs/rp-pac`
Locking 167 packages to latest Rust 1.94.0-nightly compatible versions
Adding embedded-hal v0.2.7 (available: v1.0.0)
Adding generic-array v0.14.7 (available: v0.14.9)
Adding rand_core v0.6.4 (available: v0.10.1)
Adding rand_core v0.9.5 (available: v0.10.1)
Compiling embassy-time-driver v0.2.2 (/ci/code/embassy-time-driver)
Compiling thiserror-impl v2.0.18
Compiling embassy-hal-internal v0.5.0 (/ci/code/embassy-hal-internal)
Checking zerocopy v0.8.48
Compiling embassy-sync v0.8.0 (/ci/code/embassy-sync)
Checking num_enum v0.7.6
Checking rgb v0.8.53
Checking arrayvec v0.7.6
Compiling rp-pac v7.0.0 (https://github.com/embassy-rs/rp-pac?rev=c2e27609b021c444f634673155318977d7f0bdf6#c2e27609)
Compiling rp2040-boot2 v0.3.0
Checking cortex-m-rt v0.7.5
Checking embedded-hal-nb v1.0.0
Checking sha2-const-stable v0.1.0
Compiling embassy-rp v0.10.0 (/ci/code/embassy-rp)
Checking embassy-time v0.5.1 (/ci/code/embassy-time)
Checking pio-core v0.3.0
Checking pio v0.3.0
Checking smart-leds-trait v0.3.2
Checking smart-leds v0.4.0
Compiling thiserror v2.0.18
Compiling defmt-parser v1.0.0
Compiling defmt-macros v1.0.1
Checking defmt v1.0.1
Checking embassy-usb-driver v0.2.0 (/ci/code/embassy-usb-driver)
Checking embassy-embedded-hal v0.6.0 (/ci/code/embassy-embedded-hal)
Checking half v2.7.1
Documenting embassy-rp v0.10.0 (/ci/code/embassy-rp)
Checking fixed v1.31.0
warning: unresolved link to `Binding`
--> src/lib.rs:168:32
|
168 | /// and implements the right [`Binding`]s for it. You can pass this struct to drivers to
| ^^^^^^^ no item named `Binding` in scope
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
= note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
warning: `embassy-rp` (lib doc) generated 1 warning
warning: `embassy-rp` (lib doc) generated 1 warning (1 duplicate)
warning: `embassy-rp` (lib doc) generated 1 warning (1 duplicate)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.68s
processing Flavor { name: "rp2040", features: ["defmt", "unstable-pac", "time-driver", "rp2040"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "rp235xa", features: ["defmt", "unstable-pac", "time-driver", "rp235xa"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "rp235xb", features: ["defmt", "unstable-pac", "time-driver", "rp235xb"], target: "thumbv8m.main-none-eabihf" } ...
Creating .zup archive: "webroot/crates/embassy-rp/git.zup"
Creating dictionary...
Packing...
Time elapsed: 217.855844ms
Statistics:
Files: 3272
Directories: 452
Total entries: 3724
Nodes before dedup: 3724
after dedup: 2384 (36.0% reduction)
Uncompressed bytes before dedup: 63508908 (63.5 MB)
after dedup: 34371380 (34.4 MB, 45.9% reduction)
Compressed bytes before dedup: 2336381 (2.3 MB)
after dedup: 1472828 (1.5 MB, 37.0% reduction)
Overall compression ratio: 2.3%
Archive created: "webroot/crates/embassy-rp/git.zup"
✅ Successfully built docs for embassy-rp
Building docs for crate: embassy-stm32
Running cargo batch with 1525 flavors...
Updating crates.io index
Updating git repository `https://github.com/embassy-rs/stm32-data-generated`
Locking 183 packages to latest Rust 1.94.0-nightly compatible versions
Adding embedded-hal v0.2.7 (available: v1.0.0)
Adding proptest-state-machine v0.3.1 (available: v0.8.0)
Adding rand_core v0.6.4 (available: v0.10.1)
Adding rand_core v0.9.5 (available: v0.10.1)
Compiling cortex-m v0.7.7
Compiling nb v1.1.0
Compiling bitflags v1.3.2
Compiling vcell v0.1.3
Compiling cortex-m-rt v0.7.5
Compiling defmt v1.0.1
Compiling void v1.0.2
Compiling bitfield v0.13.2
Compiling regex-syntax v0.8.10
Compiling bare-metal v0.2.5
Compiling libm v0.2.16
Compiling num-traits v0.2.19
Compiling embassy-hal-internal v0.5.0 (/ci/code/embassy-hal-internal)
Compiling embassy-time-queue-utils v0.3.2 (/ci/code/embassy-time-queue-utils)
Compiling volatile-register v0.2.2
Compiling nb v0.1.3
Checking embedded-io v0.7.1
Compiling embassy-sync v0.8.0 (/ci/code/embassy-sync)
Checking embassy-time v0.5.1 (/ci/code/embassy-time)
Checking as-slice v0.2.1
Compiling embedded-hal v0.2.7
Compiling portable-atomic v1.13.1
Checking futures-task v0.3.32
Checking aligned v0.4.3
Checking embassy-executor-timer-queue v0.1.0 (/ci/code/embassy-executor-timer-queue)
Checking embedded-io-async v0.7.0
Checking pin-project-lite v0.2.17
Checking block-device-driver v0.2.0
Checking futures-util v0.3.32
Checking embedded-hal-nb v1.0.0
Checking stm32-fmc v0.4.0
Checking embedded-can v0.4.1
Checking bit_field v0.10.3
Checking embassy-usb-driver v0.2.0 (/ci/code/embassy-usb-driver)
Compiling defmt v0.3.100
Checking sdio-host v0.9.0
Checking static_assertions v1.1.0
Compiling embassy-time-driver v0.2.2 (/ci/code/embassy-time-driver)
Checking embassy-net-driver v0.2.0 (/ci/code/embassy-net-driver)
Checking stable_deref_trait v1.2.1
Checking byteorder v1.5.0
Checking embedded-hal v1.0.0
Compiling heapless v0.9.2
Checking futures-core v0.3.32
Checking critical-section v1.2.0
Checking hash32 v0.3.1
Compiling embedded-hal-async v1.0.0
Checking cfg-if v1.0.4
Checking futures-sink v0.3.32
Checking embedded-storage v0.3.1
Checking embassy-usb-synopsys-otg v0.3.2 (/ci/code/embassy-usb-synopsys-otg)
Checking embedded-storage-async v0.4.1
Checking embassy-futures v0.1.2 (/ci/code/embassy-futures)
Checking rand_core v0.6.4
Checking dsp-fixedpoint v0.1.1
Checking rand_core v0.9.5
Checking bitflags v2.11.1
Checking rand_core v0.10.1
Compiling regex-automata v0.4.14
Checking embassy-embedded-hal v0.6.0 (/ci/code/embassy-embedded-hal)
Compiling stm32-metapac v21.0.0 (https://github.com/embassy-rs/stm32-data-generated?tag=stm32-data-10af491da4af2cf36f885e8a244139ddb97296c4#f4a6d7f1)
Compiling regex v1.12.3
Compiling embassy-stm32 v0.6.0 (/ci/code/embassy-stm32)