Build #902789 2023-09-03T12:50:44.996763+00:00
# rustc version
rustc 1.74.0-nightly (9f5fc1bd4 2023-09-02)# docs.rs version
docsrs 0.6.0 (d381c37c 2023-09-01)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/quote-use-0.7.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/quote-use-0.7.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" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f5e78b491441a5b9644e276a59809eedfadf4ee1de96655588122b3a64cb522c" "/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\", \"-20230902-1.74.0-nightly-9f5fc1bd4\", \"--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\"" "-Zrustdoc-scrape-examples" "-j6" "--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] 2bb4432786eb39261b9fe81818f5741657be4124c401bd74677db11c1c719942
[INFO] running `Command { std: "docker" "start" "-a" "2bb4432786eb39261b9fe81818f5741657be4124c401bd74677db11c1c719942", kill_on_drop: false }`
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr] Documenting quote-use v0.7.2 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `quote`
[INFO] [stderr] --> src/lib.rs:3:44
[INFO] [stderr] |
[INFO] [stderr] 3 | //! Macro to simplify using Types in the [`quote!`] macro.
[INFO] [stderr] | ^^^^^^ this link resolves to the crate `quote`, which is not in the macro namespace
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] help: to link to the crate, prefix with `mod@`
[INFO] [stderr] |
[INFO] [stderr] 3 - //! Macro to simplify using Types in the [`quote!`] macro.
[INFO] [stderr] 3 + //! Macro to simplify using Types in the [`mod@quote`] macro.
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `quote`
[INFO] [stderr] --> src/lib.rs:7:54
[INFO] [stderr] |
[INFO] [stderr] 7 | //! The [`quote_use!`] macro can be used just like [`quote!`], but with the
[INFO] [stderr] | ^^^^^^ this link resolves to the crate `quote`, which is not in the macro namespace
[INFO] [stderr] |
[INFO] [stderr] help: to link to the crate, prefix with `mod@`
[INFO] [stderr] |
[INFO] [stderr] 7 - //! The [`quote_use!`] macro can be used just like [`quote!`], but with the
[INFO] [stderr] 7 + //! The [`quote_use!`] macro can be used just like [`mod@quote`], but with the
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `quote`
[INFO] [stderr] --> src/lib.rs:20:58
[INFO] [stderr] |
[INFO] [stderr] 20 | //! This will expand to the equivalent statement using [`quote!`]:
[INFO] [stderr] | ^^^^^^ this link resolves to the crate `quote`, which is not in the macro namespace
[INFO] [stderr] |
[INFO] [stderr] help: to link to the crate, prefix with `mod@`
[INFO] [stderr] |
[INFO] [stderr] 20 - //! This will expand to the equivalent statement using [`quote!`]:
[INFO] [stderr] 20 + //! This will expand to the equivalent statement using [`mod@quote`]:
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `quote`
[INFO] [stderr] --> src/lib.rs:71:70
[INFO] [stderr] |
[INFO] [stderr] 71 | //! - [`quote_use!`] and [`quote_spanned_use!`] as replacement for [`quote!`]
[INFO] [stderr] | ^^^^^^ this link resolves to the crate `quote`, which is not in the macro namespace
[INFO] [stderr] |
[INFO] [stderr] help: to link to the crate, prefix with `mod@`
[INFO] [stderr] |
[INFO] [stderr] 71 - //! - [`quote_use!`] and [`quote_spanned_use!`] as replacement for [`quote!`]
[INFO] [stderr] 71 + //! - [`quote_use!`] and [`quote_spanned_use!`] as replacement for [`mod@quote`]
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `proc_macro::Span::def_site`
[INFO] [stderr] --> src/lib.rs:80:30
[INFO] [stderr] |
[INFO] [stderr] 80 | //! Until [`Span::def_site`](proc_macro::Span::def_site) is stabilized,
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `proc_macro` in scope
[INFO] [stderr]
[INFO] [stderr] warning: `quote-use` (lib doc) generated 5 warnings
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.26s
[INFO] running `Command { std: "docker" "inspect" "2bb4432786eb39261b9fe81818f5741657be4124c401bd74677db11c1c719942", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2bb4432786eb39261b9fe81818f5741657be4124c401bd74677db11c1c719942", kill_on_drop: false }`
[INFO] [stdout] 2bb4432786eb39261b9fe81818f5741657be4124c401bd74677db11c1c719942