# rustc version rustc 1.88.0-nightly (077cedc2a 2025-04-19)
# docs.rs version docsrs 0.6.0 (ee9a3fe6 2025-03-28)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/ldpc-0.7.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/ldpc-0.7.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" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250419-1.88.0-nightly-077cedc2a\", \"--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-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] 2ca515539d0e762a1a7eef59b45be592be4487ac3db0be4fd02fab58103ab70e [INFO] running `Command { std: "docker" "start" "-a" "2ca515539d0e762a1a7eef59b45be592be4487ac3db0be4fd02fab58103ab70e", kill_on_drop: false }` [INFO] [stderr] Scraping ldpc v0.7.0 (/opt/rustwide/workdir) [INFO] [stderr] Documenting ldpc v0.7.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `classical` [INFO] [stderr] --> src/lib.rs:5:28 [INFO] [stderr] | [INFO] [stderr] 5 | //! The [classical module](classical) contains a [linear code](classical::LinearCode) [INFO] [stderr] | ^^^^^^^^^ no item named `classical` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `classical::LinearCode` [INFO] [stderr] --> src/lib.rs:5:64 [INFO] [stderr] | [INFO] [stderr] 5 | //! The [classical module](classical) contains a [linear code](classical::LinearCode) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ no item named `classical` in scope [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `quantum` [INFO] [stderr] --> src/lib.rs:8:35 [INFO] [stderr] | [INFO] [stderr] 8 | //! For now, the [quantum module](quantum) contains only a [CSS code](quantum::CssCode) [INFO] [stderr] | ^^^^^^^ no item named `quantum` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `quantum::CssCode` [INFO] [stderr] --> src/lib.rs:8:71 [INFO] [stderr] | [INFO] [stderr] 8 | //! For now, the [quantum module](quantum) contains only a [CSS code](quantum::CssCode) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ no item named `quantum` in scope [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `noise_model` [INFO] [stderr] --> src/lib.rs:11:39 [INFO] [stderr] | [INFO] [stderr] 11 | //! Finally, the [noise model module](noise_model) contains a generic trait for noise generation. [INFO] [stderr] | ^^^^^^^^^^^ no item named `noise_model` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `LinearCode::has_the_same_codespace` [INFO] [stderr] --> src/codes/linear_code/mod.rs:48:36 [INFO] [stderr] | [INFO] [stderr] 48 | /// use [`has_the_same_codespace`](LinearCode::has_the_same_codespace) method [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `LinearCode` has no field or associated item named `has_the_same_codespace` [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/noise/mod.rs:3:46 [INFO] [stderr] | [INFO] [stderr] 3 | //! Any type implementing the [`NoiseModel`](NoiseModel) trait [INFO] [stderr] | ------------ ^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 3 - //! Any type implementing the [`NoiseModel`](NoiseModel) trait [INFO] [stderr] 3 + //! Any type implementing the [`NoiseModel`] trait [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/noise/mod.rs:9:32 [INFO] [stderr] | [INFO] [stderr] 9 | //! [`BinarySymmetricChannel`](BinarySymmetricChannel) [INFO] [stderr] | ------------------------ ^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 9 - //! [`BinarySymmetricChannel`](BinarySymmetricChannel) [INFO] [stderr] 9 + //! [`BinarySymmetricChannel`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `ldpc` (lib doc) generated 8 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/ldpc/index.html [INFO] running `Command { std: "docker" "inspect" "2ca515539d0e762a1a7eef59b45be592be4487ac3db0be4fd02fab58103ab70e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2ca515539d0e762a1a7eef59b45be592be4487ac3db0be4fd02fab58103ab70e", kill_on_drop: false }` [INFO] [stdout] 2ca515539d0e762a1a7eef59b45be592be4487ac3db0be4fd02fab58103ab70e