Build #2274357 2025-06-29 19:18:48
# rustc version
rustc 1.90.0-nightly (11ad40bb8 2025-06-28)# docs.rs version
docsrs 0.6.0 (ff5ebf09 2025-06-25)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/toad-0.19.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/toad-0.19.1/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250628-1.90.0-nightly-11ad40bb8\", \"--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: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 002a15c73a444b0a0aea82d960f89d88b5f9f73f5d609ea107e69ded04cca9ec
[INFO] running `Command { std: "docker" "start" "-a" "002a15c73a444b0a0aea82d960f89d88b5f9f73f5d609ea107e69ded04cca9ec", kill_on_drop: false }`
[INFO] [stderr] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `rand` dependency)
[INFO] [stderr] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `rand_chacha` dependency)
[INFO] [stderr] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `serde` dependency)
[INFO] [stderr] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `serde_json` dependency)
[INFO] [stderr] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `tinyvec` dependency)
[INFO] [stderr] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `toad-array` dependency)
[INFO] [stderr] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `toad-hash` dependency)
[INFO] [stderr] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `toad-len` dependency)
[INFO] [stderr] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `toad-map` dependency)
[INFO] [stderr] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `toad-stem` dependency)
[INFO] [stderr] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `toad-string` dependency)
[INFO] [stderr] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `toad-writable` dependency)
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: server, server_minimal, server_traffic
[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 toad v0.19.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `toad_common::Map`
[INFO] [stderr] --> src/todo.rs:31:15
[INFO] [stderr] |
[INFO] [stderr] 31 | /// A [`Map`](toad_common::Map) stored completely on the stack
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ no item named `toad_common` in scope
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `RFC3986`
[INFO] [stderr] --> src/option.rs:167:42
[INFO] [stderr] |
[INFO] [stderr] 167 | #[doc = toad_macros::rfc_7252_doc!("5.10.1")]
[INFO] [stderr] | ^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/req/builder.rs:146:3
[INFO] [stderr] |
[INFO] [stderr] 146 | common_options!(P);
[INFO] [stderr] | ------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] Note: Fragments ([RFC3986], Section 3.5) are not part of the request
[INFO] [stderr] ^^^^^^^
[INFO] [stderr] = note: no item named `RFC3986` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] = note: this warning originates in the macro `crate::option::builder_method` which comes from the expansion of the macro `common_options` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `BLOCK`
[INFO] [stderr] --> src/option.rs:187:42
[INFO] [stderr] |
[INFO] [stderr] 187 | #[doc = toad_macros::rfc_7252_doc!("5.10.9")]
[INFO] [stderr] | ^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/req/builder.rs:146:3
[INFO] [stderr] |
[INFO] [stderr] 146 | common_options!(P);
[INFO] [stderr] | ------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] of bytes. Its main use is with block-wise transfers [BLOCK]. In the
[INFO] [stderr] ^^^^^
[INFO] [stderr] = note: no item named `BLOCK` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] = note: this warning originates in the macro `crate::option::builder_method` which comes from the expansion of the macro `common_options` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `RFC3986`
[INFO] [stderr] --> src/option.rs:202:42
[INFO] [stderr] |
[INFO] [stderr] 202 | #[doc = toad_macros::rfc_7252_doc!("5.10.2")]
[INFO] [stderr] | ^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/req/builder.rs:146:3
[INFO] [stderr] |
[INFO] [stderr] 146 | common_options!(P);
[INFO] [stderr] | ------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] The option value is an absolute-URI ([RFC3986], Section 4.3).
[INFO] [stderr] ^^^^^^^
[INFO] [stderr] = note: no item named `RFC3986` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] = note: this warning originates in the macro `crate::option::builder_method` which comes from the expansion of the macro `common_options` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `observe::Observe::cmp_observe_requests`
[INFO] [stderr] --> src/step/mod.rs:111:101
[INFO] [stderr] |
[INFO] [stderr] 111 | ...ching](observe::Observe::cmp_observe_requests) subscribers to be removed)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `Observe` has no field or associated item named `cmp_observe_requests`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `observe::Observe::cmp_requests`
[INFO] [stderr] --> src/step/mod.rs:116:31
[INFO] [stderr] |
[INFO] [stderr] 116 | /// Based on [`cmp_requests`](observe::Observe::cmp_requests), equivalent requests will be combined.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `Observe` has no field or associated item named `cmp_requests`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `observe::cmp_requests`
[INFO] [stderr] --> src/step/mod.rs:124:45
[INFO] [stderr] |
[INFO] [stderr] 124 | /// * the default [`observe::cmp_requests`](observe::cmp_requests) function (which considers requests with different query parameters to ...
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ no item named `cmp_requests` in module `observe`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `toad_msg::to_bytes::MessageToBytesError`
[INFO] [stderr] --> src/platform.rs:52:19
[INFO] [stderr] |
[INFO] [stderr] 52 | /// Convert a [`toad_msg::to_bytes::MessageToBytesError`] to PlatformError
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `to_bytes` in module `toad_msg`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `toad_common::Array`
[INFO] [stderr] --> src/option.rs:57:36
[INFO] [stderr] |
[INFO] [stderr] 57 | /// - bytes (anything that impls [`toad_common::Array`])
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ no item named `toad_common` in scope
[INFO] [stderr]
[INFO] [stderr] warning: `toad` (lib doc) generated 9 warnings
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/toad/index.html
[INFO] running `Command { std: "docker" "inspect" "002a15c73a444b0a0aea82d960f89d88b5f9f73f5d609ea107e69ded04cca9ec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "002a15c73a444b0a0aea82d960f89d88b5f9f73f5d609ea107e69ded04cca9ec", kill_on_drop: false }`
[INFO] [stdout] 002a15c73a444b0a0aea82d960f89d88b5f9f73f5d609ea107e69ded04cca9ec