juniper_codegen 0.15.2

Internal custom derive trait for Juniper GraphQL
Documentation
Build #338251 2021-01-16 05:47:00

# rustc version rustc 1.51.0-nightly (bc39d4d9c 2021-01-15)

# docs.rs version docsrs 0.6.0 (505a375 2021-01-11)

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/juniper_codegen-0.15.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/juniper_codegen-0.15.2/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" "3221225472" "--cpus" "2" "--user" "1001:1001" "--network" "none" "rustops/crates-build-env@sha256:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs\"" "-j2" "--" "-Z" "unstable-options" "--resource-suffix" "-20210115-1.51.0-nightly-bc39d4d9c" "--static-root-path" "/" "--cap-lints" "warn" "--disable-per-crate-search", kill_on_drop: false }` [INFO] [stdout] 8c1c2a6a477f9c719601523dcd2d93f12a6ddf862d036af0da5962ba87bd8143 [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" "8c1c2a6a477f9c719601523dcd2d93f12a6ddf862d036af0da5962ba87bd8143", kill_on_drop: false }` [INFO] [stderr] /opt/crates-build-env/entrypoint.sh: line 7: /etc/hosts: Permission denied [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.58 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Documenting juniper_codegen v0.15.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `juniper::Context` [INFO] [stderr] --> src/lib.rs:551:1 [INFO] [stderr] | [INFO] [stderr] 551 | / /// `#[graphql_interface]` macro for generating a [GraphQL interface][1] implementation for traits [INFO] [stderr] 552 | | /// and its implementers. [INFO] [stderr] 553 | | /// [INFO] [stderr] 554 | | /// Specifying multiple `#[graphql_interface]` attributes on the same definition is totally okay. [INFO] [stderr] ... | [INFO] [stderr] 906 | | /// [3]: https://doc.rust-lang.org/stable/reference/types/trait-object.html [INFO] [stderr] 907 | | /// [4]: https://doc.rust-lang.org/stable/std/primitive.unit.html [INFO] [stderr] | |_________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(broken_intra_doc_links)]` on by default [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:551:1 [INFO] [stderr] | [INFO] [stderr] 551 | / /// `#[graphql_interface]` macro for generating a [GraphQL interface][1] implementation for traits [INFO] [stderr] 552 | | /// and its implementers. [INFO] [stderr] 553 | | /// [INFO] [stderr] 554 | | /// Specifying multiple `#[graphql_interface]` attributes on the same definition is totally okay. [INFO] [stderr] ... | [INFO] [stderr] 906 | | /// [3]: https://doc.rust-lang.org/stable/reference/types/trait-object.html [INFO] [stderr] 907 | | /// [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] [`Executor`]: juniper::Executor [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:551:1 [INFO] [stderr] | [INFO] [stderr] 551 | / /// `#[graphql_interface]` macro for generating a [GraphQL interface][1] implementation for traits [INFO] [stderr] 552 | | /// and its implementers. [INFO] [stderr] 553 | | /// [INFO] [stderr] 554 | | /// Specifying multiple `#[graphql_interface]` attributes on the same definition is totally okay. [INFO] [stderr] ... | [INFO] [stderr] 906 | | /// [3]: https://doc.rust-lang.org/stable/reference/types/trait-object.html [INFO] [stderr] 907 | | /// [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] [`ScalarValue`]: juniper::ScalarValue [INFO] [stderr] ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: no item named `juniper` in scope [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.99s [INFO] running `Command { std: "docker" "inspect" "8c1c2a6a477f9c719601523dcd2d93f12a6ddf862d036af0da5962ba87bd8143", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8c1c2a6a477f9c719601523dcd2d93f12a6ddf862d036af0da5962ba87bd8143", kill_on_drop: false }` [INFO] [stdout] 8c1c2a6a477f9c719601523dcd2d93f12a6ddf862d036af0da5962ba87bd8143