Build #2246486 2025-06-21 00:27:30
# rustc version
rustc 1.89.0-nightly (255aa2208 2025-06-19)# docs.rs version
docsrs 0.6.0 (0a8149e8 2025-06-15)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/juniper_codegen_puff-0.16.0-dev/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/juniper_codegen_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: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\", \"-20250619-1.89.0-nightly-255aa2208\", \"--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", 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] e38b2ffb248a1a65bb10edc0c3f5858ef43d7c881eac112e73cdd21a893ec121
[INFO] running `Command { std: "docker" "start" "-a" "e38b2ffb248a1a65bb10edc0c3f5858ef43d7c881eac112e73cdd21a893ec121", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting juniper_codegen_puff v0.16.0-dev (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `juniper::ScalarValue`
[INFO] [stderr] --> src/lib.rs:212:22
[INFO] [stderr] |
[INFO] [stderr] 212 | /// [`ScalarValue`]: juniper::ScalarValue
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no item named `juniper` in scope
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `juniper::ScalarValue`
[INFO] [stderr] --> src/lib.rs:342:22
[INFO] [stderr] |
[INFO] [stderr] 342 | /// [`ScalarValue`]: juniper::ScalarValue
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no item named `juniper` in scope
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `juniper::ScalarValue`
[INFO] [stderr] --> src/lib.rs:353:1
[INFO] [stderr] |
[INFO] [stderr] 353 | / /// `#[derive(GraphQLScalar)]` macro for deriving a [GraphQL scalar][0]
[INFO] [stderr] 354 | | /// implementation.
[INFO] [stderr] 355 | | ///
[INFO] [stderr] 356 | | /// # Transparent delegation
[INFO] [stderr] ... |
[INFO] [stderr] 655 | | /// [1]: https://rust-unofficial.github.io/patterns/patterns/behavioural/newtype.html
[INFO] [stderr] 656 | | /// [`ScalarValue`]: juniper::ScalarValue
[INFO] [stderr] | |_________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] [`ScalarValue`]: juniper::ScalarValue
[INFO] [stderr] ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] = note: no item named `juniper` in scope
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `juniper::GraphQLScalar`
[INFO] [stderr] --> src/lib.rs:749:24
[INFO] [stderr] |
[INFO] [stderr] 749 | /// [`GraphQLScalar`]: juniper::GraphQLScalar
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `juniper` in scope
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `juniper::ScalarValue`
[INFO] [stderr] --> src/lib.rs:665:1
[INFO] [stderr] |
[INFO] [stderr] 665 | / /// `#[graphql_scalar]` macro.is interchangeable with
[INFO] [stderr] 666 | | /// `#[derive(`[`GraphQLScalar`]`)]` macro, and is used for deriving a
[INFO] [stderr] 667 | | /// [GraphQL scalar][0] implementation.
[INFO] [stderr] 668 | | ///
[INFO] [stderr] ... |
[INFO] [stderr] 749 | | /// [`GraphQLScalar`]: juniper::GraphQLScalar
[INFO] [stderr] 750 | | /// [`ScalarValue`]: juniper::ScalarValue
[INFO] [stderr] | |_________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] [`ScalarValue`]: juniper::ScalarValue
[INFO] [stderr] ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] = note: no item named `juniper` in scope
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `juniper::ScalarValue`
[INFO] [stderr] --> src/lib.rs:759:1
[INFO] [stderr] |
[INFO] [stderr] 759 | / /// `#[derive(ScalarValue)]` macro for deriving a [`ScalarValue`]
[INFO] [stderr] 760 | | /// implementation.
[INFO] [stderr] 761 | | ///
[INFO] [stderr] 762 | | /// To derive a [`ScalarValue`] on enum you should mark the corresponding enum
[INFO] [stderr] ... |
[INFO] [stderr] 857 | | ///
[INFO] [stderr] 858 | | /// [`ScalarValue`]: juniper::ScalarValue
[INFO] [stderr] | |_________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] [`ScalarValue`]: juniper::ScalarValue
[INFO] [stderr] ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] = note: no item named `juniper` in scope
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `juniper::Context`
[INFO] [stderr] --> src/lib.rs:867:1
[INFO] [stderr] |
[INFO] [stderr] 867 | / /// `#[graphql_interface]` macro for generating a [GraphQL interface][1]
[INFO] [stderr] 868 | | /// implementation for traits and its implementers.
[INFO] [stderr] 869 | | ///
[INFO] [stderr] 870 | | /// Specifying multiple `#[graphql_interface]` attributes on the same definition
[INFO] [stderr] ... |
[INFO] [stderr] 1290 | | /// [3]: https://doc.rust-lang.org/stable/reference/types/trait-object.html
[INFO] [stderr] 1291 | | /// [4]: https://doc.rust-lang.org/stable/std/primitive.unit.html
[INFO] [stderr] | |_________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] [`Context`]: juniper::Context
[INFO] [stderr] ^^^^^^^^^^^^^^^^
[INFO] [stderr] = note: no item named `juniper` in scope
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `juniper::Executor`
[INFO] [stderr] --> src/lib.rs:1285:19
[INFO] [stderr] |
[INFO] [stderr] 1285 | /// [`Executor`]: juniper::Executor
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no item named `juniper` in scope
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `juniper::ScalarValue`
[INFO] [stderr] --> src/lib.rs:1286:22
[INFO] [stderr] |
[INFO] [stderr] 1286 | /// [`ScalarValue`]: juniper::ScalarValue
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no item named `juniper` in scope
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `1`
[INFO] [stderr] --> src/lib.rs:1300:1
[INFO] [stderr] |
[INFO] [stderr] 1300 | / /// `#[derive(GraphQLInterface)]` macro for generating a [GraphQL interface][1]
[INFO] [stderr] 1301 | | /// implementation for traits and its implementers.
[INFO] [stderr] 1302 | | ///
[INFO] [stderr] 1303 | | /// This macro is applicable only to structs and useful in case [interface][1]
[INFO] [stderr] ... |
[INFO] [stderr] 1327 | | /// [`#[graphql_interface]`]: crate::graphql_interface
[INFO] [stderr] 1328 | | /// [1]: https://spec.graphql.org/October2021#sec-Interfaces
[INFO] [stderr] | |____________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] `#[derive(GraphQLInterface)]` macro for generating a [GraphQL interface][1]
[INFO] [stderr] ^
[INFO] [stderr] = note: no item named `1` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `1`
[INFO] [stderr] --> src/lib.rs:1300:1
[INFO] [stderr] |
[INFO] [stderr] 1300 | / /// `#[derive(GraphQLInterface)]` macro for generating a [GraphQL interface][1]
[INFO] [stderr] 1301 | | /// implementation for traits and its implementers.
[INFO] [stderr] 1302 | | ///
[INFO] [stderr] 1303 | | /// This macro is applicable only to structs and useful in case [interface][1]
[INFO] [stderr] ... |
[INFO] [stderr] 1327 | | /// [`#[graphql_interface]`]: crate::graphql_interface
[INFO] [stderr] 1328 | | /// [1]: https://spec.graphql.org/October2021#sec-Interfaces
[INFO] [stderr] | |____________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] This macro is applicable only to structs and useful in case [interface][1]
[INFO] [stderr] ^
[INFO] [stderr] = note: no item named `1` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `1`
[INFO] [stderr] --> src/lib.rs:1300:1
[INFO] [stderr] |
[INFO] [stderr] 1300 | / /// `#[derive(GraphQLInterface)]` macro for generating a [GraphQL interface][1]
[INFO] [stderr] 1301 | | /// implementation for traits and its implementers.
[INFO] [stderr] 1302 | | ///
[INFO] [stderr] 1303 | | /// This macro is applicable only to structs and useful in case [interface][1]
[INFO] [stderr] ... |
[INFO] [stderr] 1327 | | /// [`#[graphql_interface]`]: crate::graphql_interface
[INFO] [stderr] 1328 | | /// [1]: https://spec.graphql.org/October2021#sec-Interfaces
[INFO] [stderr] | |____________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] [1]: https://spec.graphql.org/October2021#sec-Interfaces
[INFO] [stderr] ^
[INFO] [stderr] = note: no item named `1` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `0`
[INFO] [stderr] --> src/lib.rs:1337:1
[INFO] [stderr] |
[INFO] [stderr] 1337 | / /// `#[derive(GraphQLObject)]` macro for deriving a [GraphQL object][1]
[INFO] [stderr] 1338 | | /// implementation for structs.
[INFO] [stderr] 1339 | | ///
[INFO] [stderr] 1340 | | /// The `#[graphql]` helper attribute is used for configuring the derived
[INFO] [stderr] ... |
[INFO] [stderr] 1464 | | /// [`ScalarValue`]: juniper::ScalarValue
[INFO] [stderr] 1465 | | /// [1]: https://spec.graphql.org/October2021#sec-Objects
[INFO] [stderr] | |_________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] [demonstrated in spec][0].
[INFO] [stderr] ^
[INFO] [stderr] = note: no item named `0` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `juniper::ScalarValue`
[INFO] [stderr] --> src/lib.rs:1464:22
[INFO] [stderr] |
[INFO] [stderr] 1464 | /// [`ScalarValue`]: juniper::ScalarValue
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no item named `juniper` in scope
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `juniper::GraphQLType`
[INFO] [stderr] --> src/lib.rs:1786:22
[INFO] [stderr] |
[INFO] [stderr] 1786 | /// [`GraphQLType`]: juniper::GraphQLType
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no item named `juniper` in scope
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `juniper::GraphQLValue`
[INFO] [stderr] --> src/lib.rs:1787:23
[INFO] [stderr] |
[INFO] [stderr] 1787 | /// [`GraphQLValue`]: juniper::GraphQLValue
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ no item named `juniper` in scope
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `juniper::Context`
[INFO] [stderr] --> src/lib.rs:1474:1
[INFO] [stderr] |
[INFO] [stderr] 1474 | / /// `#[graphql_object]` macro for generating a [GraphQL object][1]
[INFO] [stderr] 1475 | | /// implementation for structs with computable field resolvers (declared via
[INFO] [stderr] 1476 | | /// a regular Rust `impl` block).
[INFO] [stderr] 1477 | | ///
[INFO] [stderr] ... |
[INFO] [stderr] 1789 | | /// [0]: https://spec.graphql.org/October2021
[INFO] [stderr] 1790 | | /// [1]: https://spec.graphql.org/October2021#sec-Objects
[INFO] [stderr] | |_________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] [`Context`]: juniper::Context
[INFO] [stderr] ^^^^^^^^^^^^^^^^
[INFO] [stderr] = note: no item named `juniper` in scope
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `4`
[INFO] [stderr] --> src/lib.rs:1474:1
[INFO] [stderr] |
[INFO] [stderr] 1474 | / /// `#[graphql_object]` macro for generating a [GraphQL object][1]
[INFO] [stderr] 1475 | | /// implementation for structs with computable field resolvers (declared via
[INFO] [stderr] 1476 | | /// a regular Rust `impl` block).
[INFO] [stderr] 1477 | | ///
[INFO] [stderr] ... |
[INFO] [stderr] 1789 | | /// [0]: https://spec.graphql.org/October2021
[INFO] [stderr] 1790 | | /// [1]: https://spec.graphql.org/October2021#sec-Objects
[INFO] [stderr] | |_________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] from signatures of `impl` block methods, and uses [unit type `()`][4] if
[INFO] [stderr] ^
[INFO] [stderr] = note: no item named `4` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `juniper::Executor`
[INFO] [stderr] --> src/lib.rs:1785:19
[INFO] [stderr] |
[INFO] [stderr] 1785 | /// [`Executor`]: juniper::Executor
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no item named `juniper` in scope
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `juniper::ScalarValue`
[INFO] [stderr] --> src/lib.rs:1788:22
[INFO] [stderr] |
[INFO] [stderr] 1788 | /// [`ScalarValue`]: juniper::ScalarValue
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no item named `juniper` in scope
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `juniper::GraphQLType`
[INFO] [stderr] --> src/lib.rs:1840:22
[INFO] [stderr] |
[INFO] [stderr] 1840 | /// [`GraphQLType`]: juniper::GraphQLType
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no item named `juniper` in scope
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `juniper::GraphQLSubscriptionValue`
[INFO] [stderr] --> src/lib.rs:1841:35
[INFO] [stderr] |
[INFO] [stderr] 1841 | /// [`GraphQLSubscriptionValue`]: juniper::GraphQLSubscriptionValue
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `juniper` in scope
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `futures::Stream`
[INFO] [stderr] --> src/lib.rs:1842:17
[INFO] [stderr] |
[INFO] [stderr] 1842 | /// [`Stream`]: futures::Stream
[INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `futures` in scope
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `juniper::Context`
[INFO] [stderr] --> src/lib.rs:1852:1
[INFO] [stderr] |
[INFO] [stderr] 1852 | / /// `#[derive(GraphQLUnion)]` macro for deriving a [GraphQL union][1] implementation for enums and
[INFO] [stderr] 1853 | | /// structs.
[INFO] [stderr] 1854 | | ///
[INFO] [stderr] 1855 | | /// The `#[graphql]` helper attribute is used for configuring the derived implementation. Specifying
[INFO] [stderr] ... |
[INFO] [stderr] 2150 | | /// [1]: https://spec.graphql.org/October2021#sec-Unions
[INFO] [stderr] 2151 | | /// [4]: https://doc.rust-lang.org/stable/std/primitive.unit.html
[INFO] [stderr] | |_________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] [`Context`]: juniper::Context
[INFO] [stderr] ^^^^^^^^^^^^^^^^
[INFO] [stderr] = note: no item named `juniper` in scope
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `juniper::ScalarValue`
[INFO] [stderr] --> src/lib.rs:2149:22
[INFO] [stderr] |
[INFO] [stderr] 2149 | /// [`ScalarValue`]: juniper::ScalarValue
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no item named `juniper` in scope
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `juniper::Context`
[INFO] [stderr] --> src/lib.rs:2160:1
[INFO] [stderr] |
[INFO] [stderr] 2160 | / /// `#[graphql_union]` macro for deriving a [GraphQL union][1] implementation for traits.
[INFO] [stderr] 2161 | | ///
[INFO] [stderr] 2162 | | /// Specifying multiple `#[graphql_union]` attributes on the same definition is totally okay. They
[INFO] [stderr] 2163 | | /// all will be treated as a single attribute.
[INFO] [stderr] ... |
[INFO] [stderr] 2442 | | /// [3]: https://doc.rust-lang.org/stable/reference/types/trait-object.html
[INFO] [stderr] 2443 | | /// [4]: https://doc.rust-lang.org/stable/std/primitive.unit.html
[INFO] [stderr] | |_________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] [`Context`]: juniper::Context
[INFO] [stderr] ^^^^^^^^^^^^^^^^
[INFO] [stderr] = note: no item named `juniper` in scope
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `juniper::ScalarValue`
[INFO] [stderr] --> src/lib.rs:2439:22
[INFO] [stderr] |
[INFO] [stderr] 2439 | /// [`ScalarValue`]: juniper::ScalarValue
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no item named `juniper` in scope
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/lib.rs:1328:10
[INFO] [stderr] |
[INFO] [stderr] 1328 | /// [1]: https://spec.graphql.org/October2021#sec-Interfaces
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 1328 | /// [1]: <https://spec.graphql.org/October2021#sec-Interfaces>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: `juniper_codegen_puff` (lib doc) generated 28 warnings (run `cargo fix --lib -p juniper_codegen_puff` to apply 1 suggestion)
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
[INFO] [stderr] Generated /opt/rustwide/target/doc/juniper_codegen_puff/index.html
[INFO] running `Command { std: "docker" "inspect" "e38b2ffb248a1a65bb10edc0c3f5858ef43d7c881eac112e73cdd21a893ec121", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e38b2ffb248a1a65bb10edc0c3f5858ef43d7c881eac112e73cdd21a893ec121", kill_on_drop: false }`
[INFO] [stdout] e38b2ffb248a1a65bb10edc0c3f5858ef43d7c881eac112e73cdd21a893ec121