# rustc version rustc 1.90.0-nightly (5795086bd 2025-07-16)
# docs.rs version docsrs 0.6.0 (c1135d19 2025-07-02)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/brk_vec-0.0.81/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/brk_vec-0.0.81/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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250716-1.90.0-nightly-5795086bd\", \"--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] 29441a12f3f02b23781db99ab5249a65a99e1f7f5beae65b485a941c4203682c [INFO] running `Command { std: "docker" "start" "-a" "29441a12f3f02b23781db99ab5249a65a99e1f7f5beae65b485a941c4203682c", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/traits/generic.rs:36:20 [INFO] [stderr] | [INFO] [stderr] 36 | fn get_or_read(&self, index: I, mmap: &Mmap) -> Result<Option<Cow<T>>> { [INFO] [stderr] | ^^^^^ this lifetime flows to the output ------ the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 36 | fn get_or_read(&self, index: I, mmap: &Mmap) -> Result<Option<Cow<'_, T>>> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/traits/generic.rs:40:21 [INFO] [stderr] | [INFO] [stderr] 40 | fn get_or_read_(&self, index: usize, mmap: &Mmap) -> Result<Option<Cow<T>>> { [INFO] [stderr] | ^^^^^ this lifetime flows to the output ------ the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 40 | fn get_or_read_(&self, index: usize, mmap: &Mmap) -> Result<Option<Cow<'_, T>>> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/variants/eager.rs:106:24 [INFO] [stderr] | [INFO] [stderr] 106 | pub fn get_or_read(&self, index: I, mmap: &Mmap) -> Result<Option<Cow<T>>> { [INFO] [stderr] | ^^^^^ this lifetime flows to the output ------ the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 106 | pub fn get_or_read(&self, index: I, mmap: &Mmap) -> Result<Option<Cow<'_, T>>> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/variants/indexed.rs:37:24 [INFO] [stderr] | [INFO] [stderr] 37 | pub fn get_or_read(&self, index: I, mmap: &Mmap) -> Result<Option<Cow<T>>> { [INFO] [stderr] | ^^^^^ this lifetime flows to the output ------ the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 37 | pub fn get_or_read(&self, index: I, mmap: &Mmap) -> Result<Option<Cow<'_, T>>> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `brk_vec` (lib) generated 4 warnings [INFO] [stderr] Scraping brk_vec v0.0.81 (/opt/rustwide/workdir) [INFO] [stderr] Documenting brk_vec v0.0.81 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/brk_vec/index.html [INFO] running `Command { std: "docker" "inspect" "29441a12f3f02b23781db99ab5249a65a99e1f7f5beae65b485a941c4203682c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "29441a12f3f02b23781db99ab5249a65a99e1f7f5beae65b485a941c4203682c", kill_on_drop: false }` [INFO] [stdout] 29441a12f3f02b23781db99ab5249a65a99e1f7f5beae65b485a941c4203682c