bee-block 1.0.1

Implementation of the IOTA protocol block layouts
Documentation

Build #3989673 2026-07-30 05:26:29

# rustc version rustc 1.99.0-nightly (d0babd8b6 2026-07-15)

# docs.rs version docsrs 0.0.0 (f1b150f0cd76f7cabcd39e1f4790ba771b28b5c4 2026-07-19 )

# build log [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "9eac8ab33f0e93031d2d27fee144d3f282dafd7fef17588b8b93807751b5c090" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2026-07-16" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"doc_cfg\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260715-1.99.0-nightly-d0babd8b6\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--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\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: allocations_while_scoring [INFO] [stderr] If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true` [INFO] [stderr] to the [[example]] target configuration of at least one example. [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting bee-block v1.0.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unexpected `cfg` condition name: `doc_cfg` [INFO] [stderr] --> src/lib.rs:7:13 [INFO] [stderr] | [INFO] [stderr] 7 | #![cfg_attr(doc_cfg, feature(doc_cfg))] [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `docsrs`, `feature`, and `test` and 33 more [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:8:23 [INFO] [stderr] | [INFO] [stderr] 8 | #![deny(missing_docs, warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` implied by `#[warn(warnings)]` [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `test` [INFO] [stderr] --> src/protocol.rs:125:11 [INFO] [stderr] | [INFO] [stderr] 125 | #[cfg(any(feature = "test", feature = "rand"))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `dto`, `inx`, `rand`, `serde`, `serde-big-array`, and `std` [INFO] [stderr] = help: consider adding `test` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `$ty` [INFO] [stderr] --> src/macro.rs:25:21 [INFO] [stderr] | [INFO] [stderr] 25 | #[doc = concat!("The length of a [`", stringify!($ty),"`].")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/block_id.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / impl_id!( [INFO] [stderr] 5 | | pub BlockId, [INFO] [stderr] 6 | | 32, [INFO] [stderr] 7 | | "A block identifier, the BLAKE2b-256 hash of the block bytes. See <https://www.blake2.net/> for more information." [INFO] [stderr] 8 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] The length of a [`$ty`]. [INFO] [stderr] ^^^^^ [INFO] [stderr] = note: no item named `$ty` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` implied by `#[warn(warnings)]` [INFO] [stderr] = note: this warning originates in the macro `impl_id` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `$ty` [INFO] [stderr] --> src/macro.rs:28:21 [INFO] [stderr] | [INFO] [stderr] 28 | #[doc = concat!("Creates a new [`", stringify!($ty),"`].")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/block_id.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / impl_id!( [INFO] [stderr] 5 | | pub BlockId, [INFO] [stderr] 6 | | 32, [INFO] [stderr] 7 | | "A block identifier, the BLAKE2b-256 hash of the block bytes. See <https://www.blake2.net/> for more information." [INFO] [stderr] 8 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] Creates a new [`$ty`]. [INFO] [stderr] ^^^^^ [INFO] [stderr] = note: no item named `$ty` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `impl_id` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `$ty` [INFO] [stderr] --> src/macro.rs:33:21 [INFO] [stderr] | [INFO] [stderr] 33 | #[doc = concat!("Creates a null [`", stringify!($ty),"`].")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/block_id.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / impl_id!( [INFO] [stderr] 5 | | pub BlockId, [INFO] [stderr] 6 | | 32, [INFO] [stderr] 7 | | "A block identifier, the BLAKE2b-256 hash of the block bytes. See <https://www.blake2.net/> for more information." [INFO] [stderr] 8 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] Creates a null [`$ty`]. [INFO] [stderr] ^^^^^ [INFO] [stderr] = note: no item named `$ty` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `impl_id` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `$ty` [INFO] [stderr] --> src/macro.rs:38:21 [INFO] [stderr] | [INFO] [stderr] 38 | #[doc = concat!("Checks if the [`", stringify!($ty),"`] is null.")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/block_id.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / impl_id!( [INFO] [stderr] 5 | | pub BlockId, [INFO] [stderr] 6 | | 32, [INFO] [stderr] 7 | | "A block identifier, the BLAKE2b-256 hash of the block bytes. See <https://www.blake2.net/> for more information." [INFO] [stderr] 8 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] Checks if the [`$ty`] is null. [INFO] [stderr] ^^^^^ [INFO] [stderr] = note: no item named `$ty` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `impl_id` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `$ty` [INFO] [stderr] --> src/macro.rs:25:21 [INFO] [stderr] | [INFO] [stderr] 25 | #[doc = concat!("The length of a [`", stringify!($ty),"`].")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/output/alias_id.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | impl_id!(pub AliasId, 32, "TODO."); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] The length of a [`$ty`]. [INFO] [stderr] ^^^^^ [INFO] [stderr] = note: no item named `$ty` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `impl_id` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `$ty` [INFO] [stderr] --> src/macro.rs:28:21 [INFO] [stderr] | [INFO] [stderr] 28 | #[doc = concat!("Creates a new [`", stringify!($ty),"`].")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/output/alias_id.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | impl_id!(pub AliasId, 32, "TODO."); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] Creates a new [`$ty`]. [INFO] [stderr] ^^^^^ [INFO] [stderr] = note: no item named `$ty` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `impl_id` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `$ty` [INFO] [stderr] --> src/macro.rs:33:21 [INFO] [stderr] | [INFO] [stderr] 33 | #[doc = concat!("Creates a null [`", stringify!($ty),"`].")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/output/alias_id.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | impl_id!(pub AliasId, 32, "TODO."); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] Creates a null [`$ty`]. [INFO] [stderr] ^^^^^ [INFO] [stderr] = note: no item named `$ty` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `impl_id` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `$ty` [INFO] [stderr] --> src/macro.rs:38:21 [INFO] [stderr] | [INFO] [stderr] 38 | #[doc = concat!("Checks if the [`", stringify!($ty),"`] is null.")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/output/alias_id.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | impl_id!(pub AliasId, 32, "TODO."); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] Checks if the [`$ty`] is null. [INFO] [stderr] ^^^^^ [INFO] [stderr] = note: no item named `$ty` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `impl_id` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `$ty` [INFO] [stderr] --> src/macro.rs:25:21 [INFO] [stderr] | [INFO] [stderr] 25 | #[doc = concat!("The length of a [`", stringify!($ty),"`].")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/output/foundry_id.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | impl_id!(pub FoundryId, 38, "Defines the unique identifier of a foundry."); [INFO] [stderr] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] The length of a [`$ty`]. [INFO] [stderr] ^^^^^ [INFO] [stderr] = note: no item named `$ty` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `impl_id` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `$ty` [INFO] [stderr] --> src/macro.rs:28:21 [INFO] [stderr] | [INFO] [stderr] 28 | #[doc = concat!("Creates a new [`", stringify!($ty),"`].")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/output/foundry_id.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | impl_id!(pub FoundryId, 38, "Defines the unique identifier of a foundry."); [INFO] [stderr] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] Creates a new [`$ty`]. [INFO] [stderr] ^^^^^ [INFO] [stderr] = note: no item named `$ty` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `impl_id` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `$ty` [INFO] [stderr] --> src/macro.rs:33:21 [INFO] [stderr] | [INFO] [stderr] 33 | #[doc = concat!("Creates a null [`", stringify!($ty),"`].")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/output/foundry_id.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | impl_id!(pub FoundryId, 38, "Defines the unique identifier of a foundry."); [INFO] [stderr] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] Creates a null [`$ty`]. [INFO] [stderr] ^^^^^ [INFO] [stderr] = note: no item named `$ty` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `impl_id` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `$ty` [INFO] [stderr] --> src/macro.rs:38:21 [INFO] [stderr] | [INFO] [stderr] 38 | #[doc = concat!("Checks if the [`", stringify!($ty),"`] is null.")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/output/foundry_id.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | impl_id!(pub FoundryId, 38, "Defines the unique identifier of a foundry."); [INFO] [stderr] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] Checks if the [`$ty`] is null. [INFO] [stderr] ^^^^^ [INFO] [stderr] = note: no item named `$ty` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `impl_id` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `$ty` [INFO] [stderr] --> src/macro.rs:25:21 [INFO] [stderr] | [INFO] [stderr] 25 | #[doc = concat!("The length of a [`", stringify!($ty),"`].")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/output/nft_id.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | impl_id!(pub NftId, 32, "TODO."); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] The length of a [`$ty`]. [INFO] [stderr] ^^^^^ [INFO] [stderr] = note: no item named `$ty` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `impl_id` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `$ty` [INFO] [stderr] --> src/macro.rs:28:21 [INFO] [stderr] | [INFO] [stderr] 28 | #[doc = concat!("Creates a new [`", stringify!($ty),"`].")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/output/nft_id.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | impl_id!(pub NftId, 32, "TODO."); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] Creates a new [`$ty`]. [INFO] [stderr] ^^^^^ [INFO] [stderr] = note: no item named `$ty` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `impl_id` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `$ty` [INFO] [stderr] --> src/macro.rs:33:21 [INFO] [stderr] | [INFO] [stderr] 33 | #[doc = concat!("Creates a null [`", stringify!($ty),"`].")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/output/nft_id.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | impl_id!(pub NftId, 32, "TODO."); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] Creates a null [`$ty`]. [INFO] [stderr] ^^^^^ [INFO] [stderr] = note: no item named `$ty` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `impl_id` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `$ty` [INFO] [stderr] --> src/macro.rs:38:21 [INFO] [stderr] | [INFO] [stderr] 38 | #[doc = concat!("Checks if the [`", stringify!($ty),"`] is null.")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/output/nft_id.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | impl_id!(pub NftId, 32, "TODO."); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] Checks if the [`$ty`] is null. [INFO] [stderr] ^^^^^ [INFO] [stderr] = note: no item named `$ty` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `impl_id` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `$ty` [INFO] [stderr] --> src/macro.rs:25:21 [INFO] [stderr] | [INFO] [stderr] 25 | #[doc = concat!("The length of a [`", stringify!($ty),"`].")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/output/token_id.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | impl_id!(pub TokenId, 38, "TODO."); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] The length of a [`$ty`]. [INFO] [stderr] ^^^^^ [INFO] [stderr] = note: no item named `$ty` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `impl_id` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `$ty` [INFO] [stderr] --> src/macro.rs:28:21 [INFO] [stderr] | [INFO] [stderr] 28 | #[doc = concat!("Creates a new [`", stringify!($ty),"`].")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/output/token_id.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | impl_id!(pub TokenId, 38, "TODO."); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] Creates a new [`$ty`]. [INFO] [stderr] ^^^^^ [INFO] [stderr] = note: no item named `$ty` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `impl_id` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `$ty` [INFO] [stderr] --> src/macro.rs:33:21 [INFO] [stderr] | [INFO] [stderr] 33 | #[doc = concat!("Creates a null [`", stringify!($ty),"`].")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/output/token_id.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | impl_id!(pub TokenId, 38, "TODO."); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] Creates a null [`$ty`]. [INFO] [stderr] ^^^^^ [INFO] [stderr] = note: no item named `$ty` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `impl_id` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `$ty` [INFO] [stderr] --> src/macro.rs:38:21 [INFO] [stderr] | [INFO] [stderr] 38 | #[doc = concat!("Checks if the [`", stringify!($ty),"`] is null.")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/output/token_id.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | impl_id!(pub TokenId, 38, "TODO."); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] Checks if the [`$ty`] is null. [INFO] [stderr] ^^^^^ [INFO] [stderr] = note: no item named `$ty` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `impl_id` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `$ty` [INFO] [stderr] --> src/macro.rs:25:21 [INFO] [stderr] | [INFO] [stderr] 25 | #[doc = concat!("The length of a [`", stringify!($ty),"`].")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/payload/milestone/milestone_id.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / impl_id!( [INFO] [stderr] 5 | | pub MilestoneId, [INFO] [stderr] 6 | | 32, [INFO] [stderr] 7 | | "A milestone identifier, the BLAKE2b-256 hash of the milestone bytes. See <https://www.blake2.net/> for more information." [INFO] [stderr] 8 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] The length of a [`$ty`]. [INFO] [stderr] ^^^^^ [INFO] [stderr] = note: no item named `$ty` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `impl_id` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `$ty` [INFO] [stderr] --> src/macro.rs:28:21 [INFO] [stderr] | [INFO] [stderr] 28 | #[doc = concat!("Creates a new [`", stringify!($ty),"`].")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/payload/milestone/milestone_id.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / impl_id!( [INFO] [stderr] 5 | | pub MilestoneId, [INFO] [stderr] 6 | | 32, [INFO] [stderr] 7 | | "A milestone identifier, the BLAKE2b-256 hash of the milestone bytes. See <https://www.blake2.net/> for more information." [INFO] [stderr] 8 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] Creates a new [`$ty`]. [INFO] [stderr] ^^^^^ [INFO] [stderr] = note: no item named `$ty` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `impl_id` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `$ty` [INFO] [stderr] --> src/macro.rs:33:21 [INFO] [stderr] | [INFO] [stderr] 33 | #[doc = concat!("Creates a null [`", stringify!($ty),"`].")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/payload/milestone/milestone_id.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / impl_id!( [INFO] [stderr] 5 | | pub MilestoneId, [INFO] [stderr] 6 | | 32, [INFO] [stderr] 7 | | "A milestone identifier, the BLAKE2b-256 hash of the milestone bytes. See <https://www.blake2.net/> for more information." [INFO] [stderr] 8 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] Creates a null [`$ty`]. [INFO] [stderr] ^^^^^ [INFO] [stderr] = note: no item named `$ty` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `impl_id` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `$ty` [INFO] [stderr] --> src/macro.rs:38:21 [INFO] [stderr] | [INFO] [stderr] 38 | #[doc = concat!("Checks if the [`", stringify!($ty),"`] is null.")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/payload/milestone/milestone_id.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / impl_id!( [INFO] [stderr] 5 | | pub MilestoneId, [INFO] [stderr] 6 | | 32, [INFO] [stderr] 7 | | "A milestone identifier, the BLAKE2b-256 hash of the milestone bytes. See <https://www.blake2.net/> for more information." [INFO] [stderr] 8 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] Checks if the [`$ty`] is null. [INFO] [stderr] ^^^^^ [INFO] [stderr] = note: no item named `$ty` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `impl_id` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `$ty` [INFO] [stderr] --> src/macro.rs:25:21 [INFO] [stderr] | [INFO] [stderr] 25 | #[doc = concat!("The length of a [`", stringify!($ty),"`].")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/payload/transaction/transaction_id.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / impl_id!( [INFO] [stderr] 9 | | pub TransactionId, [INFO] [stderr] 10 | | 32, [INFO] [stderr] 11 | | "A transaction identifier, the BLAKE2b-256 hash of the transaction bytes. See <https://www.blake2.net/> for more information." [INFO] [stderr] 12 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] The length of a [`$ty`]. [INFO] [stderr] ^^^^^ [INFO] [stderr] = note: no item named `$ty` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `impl_id` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `$ty` [INFO] [stderr] --> src/macro.rs:28:21 [INFO] [stderr] | [INFO] [stderr] 28 | #[doc = concat!("Creates a new [`", stringify!($ty),"`].")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/payload/transaction/transaction_id.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / impl_id!( [INFO] [stderr] 9 | | pub TransactionId, [INFO] [stderr] 10 | | 32, [INFO] [stderr] 11 | | "A transaction identifier, the BLAKE2b-256 hash of the transaction bytes. See <https://www.blake2.net/> for more information." [INFO] [stderr] 12 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] Creates a new [`$ty`]. [INFO] [stderr] ^^^^^ [INFO] [stderr] = note: no item named `$ty` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `impl_id` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `$ty` [INFO] [stderr] --> src/macro.rs:33:21 [INFO] [stderr] | [INFO] [stderr] 33 | #[doc = concat!("Creates a null [`", stringify!($ty),"`].")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/payload/transaction/transaction_id.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / impl_id!( [INFO] [stderr] 9 | | pub TransactionId, [INFO] [stderr] 10 | | 32, [INFO] [stderr] 11 | | "A transaction identifier, the BLAKE2b-256 hash of the transaction bytes. See <https://www.blake2.net/> for more information." [INFO] [stderr] 12 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] Creates a null [`$ty`]. [INFO] [stderr] ^^^^^ [INFO] [stderr] = note: no item named `$ty` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `impl_id` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `$ty` [INFO] [stderr] --> src/macro.rs:38:21 [INFO] [stderr] | [INFO] [stderr] 38 | #[doc = concat!("Checks if the [`", stringify!($ty),"`] is null.")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/payload/transaction/transaction_id.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / impl_id!( [INFO] [stderr] 9 | | pub TransactionId, [INFO] [stderr] 10 | | 32, [INFO] [stderr] 11 | | "A transaction identifier, the BLAKE2b-256 hash of the transaction bytes. See <https://www.blake2.net/> for more information." [INFO] [stderr] 12 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] Checks if the [`$ty`] is null. [INFO] [stderr] ^^^^^ [INFO] [stderr] = note: no item named `$ty` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `impl_id` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/output/alias.rs:303:24 [INFO] [stderr] | [INFO] [stderr] 303 | /// The [`Output`](crate::output::Output) kind of an [`AliasOutput`]. [INFO] [stderr] | -------- ^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] = note: `#[warn(rustdoc::redundant_explicit_links)]` implied by `#[warn(warnings)]` [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 303 - /// The [`Output`](crate::output::Output) kind of an [`AliasOutput`]. [INFO] [stderr] 303 + /// The [`Output`] kind of an [`AliasOutput`]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/output/basic.rs:197:24 [INFO] [stderr] | [INFO] [stderr] 197 | /// The [`Output`](crate::output::Output) kind of an [`BasicOutput`]. [INFO] [stderr] | -------- ^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 197 - /// The [`Output`](crate::output::Output) kind of an [`BasicOutput`]. [INFO] [stderr] 197 + /// The [`Output`] kind of an [`BasicOutput`]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/output/foundry.rs:273:24 [INFO] [stderr] | [INFO] [stderr] 273 | /// The [`Output`](crate::output::Output) kind of a [`FoundryOutput`]. [INFO] [stderr] | -------- ^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 273 - /// The [`Output`](crate::output::Output) kind of a [`FoundryOutput`]. [INFO] [stderr] 273 + /// The [`Output`] kind of a [`FoundryOutput`]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/output/nft.rs:247:24 [INFO] [stderr] | [INFO] [stderr] 247 | /// The [`Output`](crate::output::Output) kind of an [`NftOutput`]. [INFO] [stderr] | -------- ^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 247 - /// The [`Output`](crate::output::Output) kind of an [`NftOutput`]. [INFO] [stderr] 247 + /// The [`Output`] kind of an [`NftOutput`]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/rand/output/mod.rs:43:40 [INFO] [stderr] | [INFO] [stderr] 43 | /// Generates a random [`BasicOutput`](BasicOutput). [INFO] [stderr] | ------------- ^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 43 - /// Generates a random [`BasicOutput`](BasicOutput). [INFO] [stderr] 43 + /// Generates a random [`BasicOutput`]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/rand/output/mod.rs:55:36 [INFO] [stderr] | [INFO] [stderr] 55 | /// Generates a random [`AliasId`](AliasId). [INFO] [stderr] | --------- ^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 55 - /// Generates a random [`AliasId`](AliasId). [INFO] [stderr] 55 + /// Generates a random [`AliasId`]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/rand/output/mod.rs:60:40 [INFO] [stderr] | [INFO] [stderr] 60 | /// Generates a random [`AliasOutput`](AliasOutput). [INFO] [stderr] | ------------- ^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 60 - /// Generates a random [`AliasOutput`](AliasOutput). [INFO] [stderr] 60 + /// Generates a random [`AliasOutput`]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/rand/output/mod.rs:85:42 [INFO] [stderr] | [INFO] [stderr] 85 | /// Generates a random [`FoundryOutput`](FoundryOutput). [INFO] [stderr] | --------------- ^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 85 - /// Generates a random [`FoundryOutput`](FoundryOutput). [INFO] [stderr] 85 + /// Generates a random [`FoundryOutput`]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/rand/output/mod.rs:101:38 [INFO] [stderr] | [INFO] [stderr] 101 | /// Generates a random [`NftOutput`](NftOutput). [INFO] [stderr] | ----------- ^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 101 - /// Generates a random [`NftOutput`](NftOutput). [INFO] [stderr] 101 + /// Generates a random [`NftOutput`]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `bee-block` (lib doc) generated 39 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.72s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: primitive-types v0.11.1 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/bee_block/index.html [INFO] running `Command { std: "docker" "inspect" "9eac8ab33f0e93031d2d27fee144d3f282dafd7fef17588b8b93807751b5c090", kill_on_drop: false }`