Build #1690818 2025-01-30T18:12:53.920590+00:00
# rustc version
rustc 1.86.0-nightly (ae5de6c75 2025-01-29)# docs.rs version
docsrs 0.6.0 (29a0e81b 2025-01-22)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/juniper-0.16.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/juniper-0.16.1/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:c80049f3b88b82089a44e0f06d0d6029d44b96b7257e55a1cd63dbc9f4c33334" "/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\", \"-20250129-1.86.0-nightly-ae5de6c75\", \"--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] e266b54136db3c868009f63d1d06585a2fabf7172c581d4d927197a81b38692e
[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" "e266b54136db3c868009f63d1d06585a2fabf7172c581d4d927197a81b38692e", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting juniper v0.16.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unexpected `cfg` condition name: `nightly`
[INFO] [stderr] --> src/integrations/anyhow.rs:36:19
[INFO] [stderr] |
[INFO] [stderr] 36 | #[cfg(any(nightly, feature = "backtrace"))]
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: expected names are: `docsrs`, `feature`, and `test` and 30 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(nightly)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `nightly`
[INFO] [stderr] --> src/integrations/anyhow.rs:55:23
[INFO] [stderr] |
[INFO] [stderr] 55 | #[cfg(not(any(nightly, feature = "backtrace")))]
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[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(nightly)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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]
[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 `FieldError`
[INFO] [stderr] --> src/schema/model.rs:165:79
[INFO] [stderr] |
[INFO] [stderr] 165 | /// Disables introspection for this [`RootNode`], making it to return a [`FieldError`] whenever
[INFO] [stderr] | ^^^^^^^^^^ no item named `FieldError` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[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` (lib doc) generated 12 warnings
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/juniper/index.html
[INFO] running `Command { std: "docker" "inspect" "e266b54136db3c868009f63d1d06585a2fabf7172c581d4d927197a81b38692e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e266b54136db3c868009f63d1d06585a2fabf7172c581d4d927197a81b38692e", kill_on_drop: false }`
[INFO] [stdout] e266b54136db3c868009f63d1d06585a2fabf7172c581d4d927197a81b38692e