# rustc version rustc 1.86.0-nightly (99db2737c 2025-01-16)
# docs.rs version docsrs 0.6.0 (13d4ccea 2025-01-13)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/juniper_puff-0.16.0-dev/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/juniper_puff-0.16.0-dev/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250116-1.86.0-nightly-99db2737c\", \"--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] [stdout] 7454dfcd5911d6ee9f9de55e2a2f120cd431a173532c41012e8d9942e30b210f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "7454dfcd5911d6ee9f9de55e2a2f120cd431a173532c41012e8d9942e30b210f", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting juniper_puff v0.16.0-dev (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `Display` [INFO] [stderr] --> src/macros/helper/mod.rs:27:24 [INFO] [stderr] | [INFO] [stderr] 27 | /// Wraps `msg` with [`Display`] implementation into opaque [`Send`] [`Future`] [INFO] [stderr] | ^^^^^^^ no item named `Display` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Future` [INFO] [stderr] --> src/macros/helper/mod.rs:27:72 [INFO] [stderr] | [INFO] [stderr] 27 | /// Wraps `msg` with [`Display`] implementation into opaque [`Send`] [`Future`] [INFO] [stderr] | ^^^^^^ no item named `Future` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `format_type` [INFO] [stderr] --> src/macros/reflect.rs:174:7 [INFO] [stderr] | [INFO] [stderr] 174 | /// [`format_type!`] macro in a `const` context. [INFO] [stderr] | ^^^^^^^^^^^^ no item named `format_type` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `format_type` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Value` [INFO] [stderr] --> src/macros/reflect.rs:381:24 [INFO] [stderr] | [INFO] [stderr] 381 | /// Resolves the [`Value`] of this asynchronous [`AsyncField`]. [INFO] [stderr] | ^^^^^ no item named `Value` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `format_type` [INFO] [stderr] --> src/macros/reflect.rs:417:34 [INFO] [stderr] | [INFO] [stderr] 417 | /// Length __in bytes__ of the [`format_type!`] macro result. [INFO] [stderr] | ^^^^^^^^^^^^ no item named `format_type` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `format_type` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_interfaces_impls` [INFO] [stderr] --> src/macros/reflect.rs:501:22 [INFO] [stderr] | [INFO] [stderr] 501 | /// Symmetrical to [`assert_interfaces_impls!`]. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ no item named `assert_interfaces_impls` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_interfaces_impls` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_subtype` [INFO] [stderr] --> src/macros/reflect.rs:588:42 [INFO] [stderr] | [INFO] [stderr] 588 | /// This assertion is a combination of [`assert_subtype`] and [INFO] [stderr] | ^^^^^^^^^^^^^^ no item named `assert_subtype` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_subtype` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_field_args` [INFO] [stderr] --> src/macros/reflect.rs:589:7 [INFO] [stderr] | [INFO] [stderr] 589 | /// [`assert_field_args`]. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no item named `assert_field_args` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_field_args` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `graphql_value` [INFO] [stderr] --> src/macros/graphql_input_value.rs:7:26 [INFO] [stderr] | [INFO] [stderr] 7 | /// # Differences from [`graphql_value!`] [INFO] [stderr] | ^^^^^^^^^^^^^^ no item named `graphql_value` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `graphql_value` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: `juniper_puff` (lib doc) generated 9 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/juniper_puff/index.html [INFO] running `Command { std: "docker" "inspect" "7454dfcd5911d6ee9f9de55e2a2f120cd431a173532c41012e8d9942e30b210f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7454dfcd5911d6ee9f9de55e2a2f120cd431a173532c41012e8d9942e30b210f", kill_on_drop: false }` [INFO] [stdout] 7454dfcd5911d6ee9f9de55e2a2f120cd431a173532c41012e8d9942e30b210f