quil-rs 0.29.2

Rust tooling for Quil (Quantum Instruction Language)
Documentation
Build #1502289 2024-11-06T19:38:50.363221+00:00
# rustc version
rustc 1.84.0-nightly (bc5cf994d 2024-11-05)# docs.rs version
docsrs 0.6.0 (36c721fb 2024-11-06)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/quil-rs-0.29.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/quil-rs-0.29.2/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241105-1.84.0-nightly-bc5cf994d\", \"--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-apple-darwin\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-apple-darwin", 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] c00b4b7cf5560d599f3384920766df18129f42c81a6582319f35afb5262ef6a6
[INFO] running `Command { std: "docker" "start" "-a" "c00b4b7cf5560d599f3384920766df18129f42c81a6582319f35afb5262ef6a6", 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.29.2 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `crate::program::graph::ScheduledProgram`
[INFO] [stderr]   --> src/lib.rs:31:38
[INFO] [stderr]    |
[INFO] [stderr] 31 | //! [constructor for timing graphs]: crate::program::graph::ScheduledProgram#method.get_dot_format
[INFO] [stderr]    |                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `graph` in module `program`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: public documentation for `set_matching_frames` links to private item `InstructionHandler::get_matching_frames`
[INFO] [stderr]    --> src/instruction/mod.rs:871:20
[INFO] [stderr]     |
[INFO] [stderr] 871 |     /// 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:883:20
[INFO] [stderr]     |
[INFO] [stderr] 883 |     /// 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: unresolved link to `Program`
[INFO] [stderr]    --> src/program/calibration.rs:144:66
[INFO] [stderr]     |
[INFO] [stderr] 144 | /// The result of an attempt to expand an instruction within a [`Program`]
[INFO] [stderr]     |                                                                  ^^^^^^^ no item named `Program` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `CalibrationSignature`
[INFO] [stderr]    --> src/program/calibration.rs:564:42
[INFO] [stderr]     |
[INFO] [stderr] 564 |     /// If a calibration with the same [`CalibrationSignature`] already exists in the set, it will
[INFO] [stderr]     |                                          ^^^^^^^^^^^^^^^^^^^^ no item named `CalibrationSignature` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `MeasureCalibration`
[INFO] [stderr]    --> src/program/calibration.rs:570:20
[INFO] [stderr]     |
[INFO] [stderr] 570 |     /// Insert a [`MeasureCalibration`] into the set.
[INFO] [stderr]     |                    ^^^^^^^^^^^^^^^^^^ no item named `MeasureCalibration` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `CalibrationSignature`
[INFO] [stderr]    --> src/program/calibration.rs:572:42
[INFO] [stderr]     |
[INFO] [stderr] 572 |     /// If a calibration with the same [`CalibrationSignature`] already exists in the set, it will
[INFO] [stderr]     |                                          ^^^^^^^^^^^^^^^^^^^^ no item named `CalibrationSignature` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `CalibrationSignature`
[INFO] [stderr]    --> src/program/calibration.rs:583:41
[INFO] [stderr]     |
[INFO] [stderr] 583 |     /// Calibrations with conflicting [`CalibrationSignature`]s are overwritten by the ones in the
[INFO] [stderr]     |                                         ^^^^^^^^^^^^^^^^^^^^ no item named `CalibrationSignature` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `ProgramCalibrationSet`
[INFO] [stderr]   --> src/program/calibration_set.rs:56:28
[INFO] [stderr]    |
[INFO] [stderr] 56 |     /// Creates an empty [`ProgramCalibrationSet`].
[INFO] [stderr]    |                            ^^^^^^^^^^^^^^^^^^^^^ no item named `ProgramCalibrationSet` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `InnerCalibrationSet`
[INFO] [stderr]   --> src/program/calibration_set.rs:61:21
[INFO] [stderr]    |
[INFO] [stderr] 61 |     /// Creates a [`InnerCalibrationSet`] with the specified capacity.
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^^ no item named `InnerCalibrationSet` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `ProgramCalibrationSet`
[INFO] [stderr]   --> src/program/calibration_set.rs:68:39
[INFO] [stderr]    |
[INFO] [stderr] 68 |     /// Returns the capacity of the [`ProgramCalibrationSet`].
[INFO] [stderr]    |                                       ^^^^^^^^^^^^^^^^^^^^^ no item named `ProgramCalibrationSet` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `ProgramCalibrationSet`
[INFO] [stderr]   --> src/program/calibration_set.rs:73:37
[INFO] [stderr]    |
[INFO] [stderr] 73 |     /// Returns the length of the [`ProgramCalibrationSet`].
[INFO] [stderr]    |                                     ^^^^^^^^^^^^^^^^^^^^^ no item named `ProgramCalibrationSet` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `ProgramCalibrationSet`
[INFO] [stderr]   --> src/program/calibration_set.rs:78:31
[INFO] [stderr]    |
[INFO] [stderr] 78 |     /// Returns whether the [`ProgramCalibrationSet`] is empty.
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^^^^^^^^ no item named `ProgramCalibrationSet` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[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] 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: public documentation for `add_instruction` links to private item `Program::extern_pragma_map`
[INFO] [stderr]    --> src/program/mod.rs:151:47
[INFO] [stderr]     |
[INFO] [stderr] 151 |     /// instructions are still added to the [`Program::extern_pragma_map`];
[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 `into_simplified` links to private item `Program::extern_pragma_map`
[INFO] [stderr]    --> src/program/mod.rs:510:13
[INFO] [stderr]     |
[INFO] [stderr] 510 |     ///   [`Program::extern_pragma_map`]).
[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:593:19
[INFO] [stderr]     |
[INFO] [stderr] 593 |     /// 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: public documentation for `try_extern_signature_map_from_pragma_map` links to private item `Program::extern_pragma_map`
[INFO] [stderr]    --> src/program/mod.rs:761:23
[INFO] [stderr]     |
[INFO] [stderr] 761 |     /// Convert the [`Program::extern_pragma_map`] into an [`ExternSignatureMap`].
[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: `quil-rs` (lib doc) generated 19 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-apple-darwin/doc/quil_rs/index.html
[INFO] running `Command { std: "docker" "inspect" "c00b4b7cf5560d599f3384920766df18129f42c81a6582319f35afb5262ef6a6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c00b4b7cf5560d599f3384920766df18129f42c81a6582319f35afb5262ef6a6", kill_on_drop: false }`
[INFO] [stdout] c00b4b7cf5560d599f3384920766df18129f42c81a6582319f35afb5262ef6a6