Build #897324 2023-08-30T06:01:12.833677+00:00
# rustc version
rustc 1.74.0-nightly (84a9f4c6e 2023-08-29)# docs.rs version
docsrs 0.6.0 (4e91742d 2023-08-27)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/quil-rs-0.21.0-rc.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/quil-rs-0.21.0-rc.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" "3221225472" "--cpus" "3" "--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\", \"-20230829-1.74.0-nightly-84a9f4c6e\", \"--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" "-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] 98d3e9cf0290f219b10e8ae6414582971e7e375b746e1c3a81475a42662de3c1
[INFO] running `Command { std: "docker" "start" "-a" "98d3e9cf0290f219b10e8ae6414582971e7e375b746e1c3a81475a42662de3c1", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: generate_test_expressions
[INFO] [stderr] If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true`
[INFO] [stderr] to the [[example]] target configuration of at least one example.
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr] Documenting quil-rs v0.21.0-rc.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: public documentation for `set_matching_frames` links to private item `InstructionHandler::get_matching_frames`
[INFO] [stderr] --> src/instruction/mod.rs:755:20
[INFO] [stderr] |
[INFO] [stderr] 755 | /// See also [`InstructionHandler::get_matching_frames`].
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stderr] |
[INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr] = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: public documentation for `set_memory_accesses` links to private item `InstructionHandler::get_memory_accesses`
[INFO] [stderr] --> src/instruction/mod.rs:767:20
[INFO] [stderr] |
[INFO] [stderr] 767 | /// See also [`InstructionHandler::get_memory_accesses`].
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stderr] |
[INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr]
[INFO] [stderr] warning: public documentation for `disallow_leftover` links to private item `LeftoverError`
[INFO] [stderr] --> src/program/error/result.rs:24:16
[INFO] [stderr] |
[INFO] [stderr] 24 | /// See also [`LeftoverError`].
[INFO] [stderr] | ^^^^^^^^^^^^^ this item is private
[INFO] [stderr] |
[INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr]
[INFO] [stderr] warning: public documentation for `map_parsed` links to private item `LeftoverError`
[INFO] [stderr] --> src/program/error/result.rs:47:18
[INFO] [stderr] |
[INFO] [stderr] 47 | /// there is a [`LeftoverError`].
[INFO] [stderr] | ^^^^^^^^^^^^^ this item is private
[INFO] [stderr] |
[INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `crate::parser::Error`
[INFO] [stderr] --> src/program/error/syntax.rs:29:24
[INFO] [stderr] |
[INFO] [stderr] 29 | /// See also [`Error`](crate::parser::Error).
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no item named `Error` in module `parser`
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: public documentation for `MatchedFrames` links to private item `FrameMatchConditions`
[INFO] [stderr] --> src/program/frame.rs:213:34
[INFO] [stderr] |
[INFO] [stderr] 213 | /// The product of evaluating [`FrameMatchConditions`] in the scope of available frames (such as within a [`crate::Program`]).
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stderr] |
[INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `LabelPlaceholder`
[INFO] [stderr] --> src/program/mod.rs:368:19
[INFO] [stderr] |
[INFO] [stderr] 368 | /// Resolve [`LabelPlaceholder`]s and [`QubitPlaceholder`]s within the program using default resolvers.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ no item named `LabelPlaceholder` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: `quil-rs` (lib doc) generated 7 warnings
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.93s
[INFO] running `Command { std: "docker" "inspect" "98d3e9cf0290f219b10e8ae6414582971e7e375b746e1c3a81475a42662de3c1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "98d3e9cf0290f219b10e8ae6414582971e7e375b746e1c3a81475a42662de3c1", kill_on_drop: false }`
[INFO] [stdout] 98d3e9cf0290f219b10e8ae6414582971e7e375b746e1c3a81475a42662de3c1