juniper 0.11.0

GraphQL server library
Build #669218 2022-11-11T06:23:02.608852+00:00
# rustc version
rustc 1.67.0-nightly (c1a859b25 2022-11-10)
# docs.rs version
docsrs 0.6.0 (6685320 2022-11-09)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/juniper-0.11.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/juniper-0.11.0/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" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20221110-1.67.0-nightly-c1a859b25\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--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\"" "-j3" "--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] 71fb96db7a427eb51488b47a2ddba4932d35e238ef35ead25690a168311861b8
[INFO] running `Command { std: "docker" "start" "-a" "71fb96db7a427eb51488b47a2ddba4932d35e238ef35ead25690a168311861b8", kill_on_drop: false }`
[INFO] [stderr]  Documenting juniper v0.11.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `juniper`
[INFO] [stderr]    --> src/value/scalar.rs:254:35
[INFO] [stderr]     |
[INFO] [stderr] 254 | #[derive(Debug, PartialEq, Clone, ScalarValue)]
[INFO] [stderr]     |                                   ^^^^^^^^^^^ use of undeclared crate or module `juniper`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the derive macro `ScalarValue` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `juniper`
[INFO] [stderr]   --> src/schema/model.rs:60:39
[INFO] [stderr]    |
[INFO] [stderr] 60 | #[derive(Clone, PartialEq, Eq, Debug, GraphQLEnum)]
[INFO] [stderr]    |                                       ^^^^^^^^^^^ use of undeclared crate or module `juniper`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in the derive macro `GraphQLEnum` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `juniper`
[INFO] [stderr]   --> src/types/base.rs:15:39
[INFO] [stderr]    |
[INFO] [stderr] 15 | #[derive(Clone, Eq, PartialEq, Debug, GraphQLEnum)]
[INFO] [stderr]    |                                       ^^^^^^^^^^^ use of undeclared crate or module `juniper`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in the derive macro `GraphQLEnum` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: Compilation failed, aborting rustdoc
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0433`.
[INFO] [stderr] error: could not document `juniper`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `rustdoc --crate-type lib --crate-name juniper src/lib.rs --target x86_64-unknown-linux-gnu -o /opt/rustwide/target/x86_64-unknown-linux-gnu/doc --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="url"' --cfg 'feature="uuid"' --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat -C metadata=6cfad82ce4aec68e -L dependency=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern chrono=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libchrono-72d7df5f544bdc97.rmeta --extern fnv=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libfnv-ca07b3d8dfc39170.rmeta --extern indexmap=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libindexmap-f1f5db522b9d779c.rmeta --extern juniper_codegen=/opt/rustwide/target/debug/deps/libjuniper_codegen-937fbea694e59f2b.so --extern serde=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libserde-ee1ec0b5304fecab.rmeta --extern serde_derive=/opt/rustwide/target/debug/deps/libserde_derive-db6b735da1b4c3df.so --extern url=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/liburl-caaa6cd9425a9420.rmeta --extern uuid=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libuuid-193d1d5520b52983.rmeta --extern-html-root-url 'chrono=https://docs.rs/chrono/0.4.22/x86_64-unknown-linux-gnu' --extern-html-root-url 'fnv=https://docs.rs/fnv/1.0.7/x86_64-unknown-linux-gnu' --extern-html-root-url 'indexmap=https://docs.rs/indexmap/1.9.1/x86_64-unknown-linux-gnu' --extern-html-root-url 'juniper_codegen=https://docs.rs/juniper_codegen/0.11.1/x86_64-unknown-linux-gnu' --extern-html-root-url 'serde=https://docs.rs/serde/1.0.147/x86_64-unknown-linux-gnu' --extern-html-root-url 'serde_derive=https://docs.rs/serde_derive/1.0.147/x86_64-unknown-linux-gnu' --extern-html-root-url 'url=https://docs.rs/url/1.7.2/x86_64-unknown-linux-gnu' --extern-html-root-url 'uuid=https://docs.rs/uuid/0.7.4/x86_64-unknown-linux-gnu' -Zunstable-options -Z unstable-options --emit=invocation-specific --resource-suffix -20221110-1.67.0-nightly-c1a859b25 --static-root-path /-/rustdoc.static/ --cap-lints warn --disable-per-crate-search --extern-html-root-takes-precedence --crate-version 0.11.0` (exit status: 1)
[INFO] running `Command { std: "docker" "inspect" "71fb96db7a427eb51488b47a2ddba4932d35e238ef35ead25690a168311861b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "71fb96db7a427eb51488b47a2ddba4932d35e238ef35ead25690a168311861b8", kill_on_drop: false }`
[INFO] [stdout] 71fb96db7a427eb51488b47a2ddba4932d35e238ef35ead25690a168311861b8