Build #2810822 2026-01-10 07:55:30
# rustc version
rustc 1.94.0-nightly (a3f2d5abe 2026-01-09)# docs.rs version
docsrs 0.1.0 (7bfb09c2 2026-01-03 )# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/zero-postgres-0.5.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/zero-postgres-0.5.0/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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260109-1.94.0-nightly-a3f2d5abe\", \"--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] 9fcdee963c532ac290f1092b4e2dbac556c31bd28da31d0a4820f72464231316
[INFO] running `Command { std: "docker" "start" "-a" "9fcdee963c532ac290f1092b4e2dbac556c31bd28da31d0a4820f72464231316", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: async_connection, async_tls, bench_postgres, bench_tokio_postgres, bench_zero_async, bench_zero_sync, connection, extended_data_types, pipeline, pipeline_batch, prepare_batch, simple_data_types, sync_tls
[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 zero-postgres v0.5.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `Pipeline::exec`
[INFO] [stderr] --> src/pipeline.rs:7:18
[INFO] [stderr] |
[INFO] [stderr] 7 | /// Created by [`Pipeline::exec`].
[INFO] [stderr] | ^^^^^^^^^^^^^^ no item named `Pipeline` in scope
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `Pipeline::claim_collect`
[INFO] [stderr] --> src/pipeline.rs:8:18
[INFO] [stderr] |
[INFO] [stderr] 8 | /// Claim with [`Pipeline::claim_collect`], [`Pipeline::claim_one`], or [`Pipeline::claim_drop`].
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `Pipeline` in scope
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `Pipeline::claim_one`
[INFO] [stderr] --> src/pipeline.rs:8:47
[INFO] [stderr] |
[INFO] [stderr] 8 | /// Claim with [`Pipeline::claim_collect`], [`Pipeline::claim_one`], or [`Pipeline::claim_drop`].
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no item named `Pipeline` in scope
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `Pipeline::claim_drop`
[INFO] [stderr] --> src/pipeline.rs:8:75
[INFO] [stderr] |
[INFO] [stderr] 8 | /// Claim with [`Pipeline::claim_collect`], [`Pipeline::claim_one`], or [`Pipeline::claim_drop`].
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no item named `Pipeline` in scope
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `Transaction::exec_portal`
[INFO] [stderr] --> src/sync/named_portal.rs:13:18
[INFO] [stderr] |
[INFO] [stderr] 13 | /// Created by [`Transaction::exec_portal()`]. Use [`execute()`](Self::execute) to retrieve rows
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `Transaction` in scope
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `Conn::exec_iter`
[INFO] [stderr] --> src/sync/unnamed_portal.rs:10:18
[INFO] [stderr] |
[INFO] [stderr] 10 | /// Created by [`Conn::exec_iter()`]. Use [`fetch()`](Self::fetch) to retrieve rows in batches.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ the struct `Conn` has no function named `exec_iter`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `Transaction::exec_portal`
[INFO] [stderr] --> src/tokio/named_portal.rs:13:18
[INFO] [stderr] |
[INFO] [stderr] 13 | /// Created by [`Transaction::exec_portal()`]. Use [`execute()`](Self::execute) to retrieve rows
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `Transaction` in scope
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `Conn::exec_iter`
[INFO] [stderr] --> src/tokio/unnamed_portal.rs:10:18
[INFO] [stderr] |
[INFO] [stderr] 10 | /// Created by [`Conn::exec_iter()`]. Use [`fetch()`](Self::fetch) to retrieve rows in batches.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ the struct `Conn` has no function named `exec_iter`
[INFO] [stderr]
[INFO] [stderr] warning: `zero-postgres` (lib doc) generated 8 warnings
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/zero_postgres/index.html
[INFO] running `Command { std: "docker" "inspect" "9fcdee963c532ac290f1092b4e2dbac556c31bd28da31d0a4820f72464231316", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9fcdee963c532ac290f1092b4e2dbac556c31bd28da31d0a4820f72464231316", kill_on_drop: false }`
[INFO] [stdout] 9fcdee963c532ac290f1092b4e2dbac556c31bd28da31d0a4820f72464231316