# rustc version rustc 1.86.0-nightly (124cc9219 2025-02-09)
# docs.rs version docsrs 0.6.0 (35977596 2025-02-09)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/rustbam-0.2.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/rustbam-0.2.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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250209-1.86.0-nightly-124cc9219\", \"--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] 69ceb0d36e3800dfce3f34da03f57e2e1442f8f6f8cedaf3b8bf15536caa91b4 [INFO] running `Command { std: "docker" "start" "-a" "69ceb0d36e3800dfce3f34da03f57e2e1442f8f6f8cedaf3b8bf15536caa91b4", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting rustbam v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `int` [INFO] [stderr] --> src/lib.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / /// Computes sequencing depth across a genomic region from a BAM file. [INFO] [stderr] 10 | | /// [INFO] [stderr] 11 | | /// This function calculates the depth of sequencing coverage at specified genomic positions [INFO] [stderr] 12 | | /// within a given region using a BAM file. It supports multi-threaded processing and allows [INFO] [stderr] ... | [INFO] [stderr] 46 | | /// >>> print(positions[:5]) # [100000, 100010, 100020, 100030, 100040] [INFO] [stderr] 47 | | /// >>> print(depths[:5]) # [12, 15, 10, 8, 20] [INFO] [stderr] | |_______________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] Tuple[List[int], List[int]]: A tuple containing: [INFO] [stderr] ^^^ [INFO] [stderr] = note: no item named `int` in scope [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 `int` [INFO] [stderr] --> src/lib.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / /// Computes sequencing depth across a genomic region from a BAM file. [INFO] [stderr] 10 | | /// [INFO] [stderr] 11 | | /// This function calculates the depth of sequencing coverage at specified genomic positions [INFO] [stderr] 12 | | /// within a given region using a BAM file. It supports multi-threaded processing and allows [INFO] [stderr] ... | [INFO] [stderr] 46 | | /// >>> print(positions[:5]) # [100000, 100010, 100020, 100030, 100040] [INFO] [stderr] 47 | | /// >>> print(depths[:5]) # [12, 15, 10, 8, 20] [INFO] [stderr] | |_______________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] Tuple[List[int], List[int]]: A tuple containing: [INFO] [stderr] ^^^ [INFO] [stderr] = note: no item named `int` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `int` [INFO] [stderr] --> src/lib.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / /// Computes sequencing depth across a genomic region from a BAM file. [INFO] [stderr] 10 | | /// [INFO] [stderr] 11 | | /// This function calculates the depth of sequencing coverage at specified genomic positions [INFO] [stderr] 12 | | /// within a given region using a BAM file. It supports multi-threaded processing and allows [INFO] [stderr] ... | [INFO] [stderr] 46 | | /// >>> print(positions[:5]) # [100000, 100010, 100020, 100030, 100040] [INFO] [stderr] 47 | | /// >>> print(depths[:5]) # [12, 15, 10, 8, 20] [INFO] [stderr] | |_______________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] - List[int]: Genomic positions (1-based). [INFO] [stderr] ^^^ [INFO] [stderr] = note: no item named `int` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `int` [INFO] [stderr] --> src/lib.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / /// Computes sequencing depth across a genomic region from a BAM file. [INFO] [stderr] 10 | | /// [INFO] [stderr] 11 | | /// This function calculates the depth of sequencing coverage at specified genomic positions [INFO] [stderr] 12 | | /// within a given region using a BAM file. It supports multi-threaded processing and allows [INFO] [stderr] ... | [INFO] [stderr] 46 | | /// >>> print(positions[:5]) # [100000, 100010, 100020, 100030, 100040] [INFO] [stderr] 47 | | /// >>> print(depths[:5]) # [12, 15, 10, 8, 20] [INFO] [stderr] | |_______________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] - List[int]: Corresponding sequencing depths. [INFO] [stderr] ^^^ [INFO] [stderr] = note: no item named `int` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `:5` [INFO] [stderr] --> src/lib.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / /// Computes sequencing depth across a genomic region from a BAM file. [INFO] [stderr] 10 | | /// [INFO] [stderr] 11 | | /// This function calculates the depth of sequencing coverage at specified genomic positions [INFO] [stderr] 12 | | /// within a given region using a BAM file. It supports multi-threaded processing and allows [INFO] [stderr] ... | [INFO] [stderr] 46 | | /// >>> print(positions[:5]) # [100000, 100010, 100020, 100030, 100040] [INFO] [stderr] 47 | | /// >>> print(depths[:5]) # [12, 15, 10, 8, 20] [INFO] [stderr] | |_______________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] >>> print(positions[:5]) # [100000, 100010, 100020, 100030, 100040] [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `:5` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `:5` [INFO] [stderr] --> src/lib.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / /// Computes sequencing depth across a genomic region from a BAM file. [INFO] [stderr] 10 | | /// [INFO] [stderr] 11 | | /// This function calculates the depth of sequencing coverage at specified genomic positions [INFO] [stderr] 12 | | /// within a given region using a BAM file. It supports multi-threaded processing and allows [INFO] [stderr] ... | [INFO] [stderr] 46 | | /// >>> print(positions[:5]) # [100000, 100010, 100020, 100030, 100040] [INFO] [stderr] 47 | | /// >>> print(depths[:5]) # [12, 15, 10, 8, 20] [INFO] [stderr] | |_______________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] >>> print(depths[:5]) # [12, 15, 10, 8, 20] [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `:5` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: `rustbam` (lib doc) generated 6 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/rustbam/index.html [INFO] running `Command { std: "docker" "inspect" "69ceb0d36e3800dfce3f34da03f57e2e1442f8f6f8cedaf3b8bf15536caa91b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "69ceb0d36e3800dfce3f34da03f57e2e1442f8f6f8cedaf3b8bf15536caa91b4", kill_on_drop: false }` [INFO] [stdout] 69ceb0d36e3800dfce3f34da03f57e2e1442f8f6f8cedaf3b8bf15536caa91b4