Build #1901873 2025-03-23 13:53:03
# rustc version
rustc 1.87.0-nightly (b48576b4d 2025-03-22)# docs.rs version
docsrs 0.6.0 (004a02c4 2025-03-05)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/sqlx-build-trust-postgres-0.7.9/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/sqlx-build-trust-postgres-0.7.9/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:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250322-1.87.0-nightly-b48576b4d\", \"--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}/i686-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "i686-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] b531ebefdc050478290a7d1e31e245125cbf9d850fd72825bb04306bd47dab54
[INFO] running `Command { std: "docker" "start" "-a" "b531ebefdc050478290a7d1e31e245125cbf9d850fd72825bb04306bd47dab54", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting sqlx-build-trust-postgres v0.7.9 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unexpected `cfg` condition value: `_rt-tokio`
[INFO] [stderr] --> src/copy.rs:232:23
[INFO] [stderr] |
[INFO] [stderr] 232 | #[cfg(feature = "_rt-tokio")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `any`, `bigdecimal`, `bit-vec`, `chrono`, `ipnetwork`, `json`, `mac_address`, `migrate`, `offline`, `rust_decimal`, `time`, and `uuid`
[INFO] [stderr] = help: consider adding `_rt-tokio` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `_rt-tokio`
[INFO] [stderr] --> src/copy.rs:234:27
[INFO] [stderr] |
[INFO] [stderr] 234 | #[cfg(not(feature = "_rt-tokio"))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `any`, `bigdecimal`, `bit-vec`, `chrono`, `ipnetwork`, `json`, `mac_address`, `migrate`, `offline`, `rust_decimal`, `time`, and `uuid`
[INFO] [stderr] = help: consider adding `_rt-tokio` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: public documentation for `PgCopyIn` links to private item `Pool::copy_out_raw`
[INFO] [stderr] --> src/copy.rs:132:48
[INFO] [stderr] |
[INFO] [stderr] 132 | /// Created by [PgConnection::copy_in_raw] or [Pool::copy_out_raw].
[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: unresolved link to `PgTimeTz`
[INFO] [stderr] --> src/types/mod.rs:1:1
[INFO] [stderr] |
[INFO] [stderr] 1 | / //! Conversions between Rust and **Postgres** types.
[INFO] [stderr] 2 | | //!
[INFO] [stderr] 3 | | //! # Types
[INFO] [stderr] 4 | | //!
[INFO] [stderr] ... |
[INFO] [stderr] 176 | | //! ```
[INFO] [stderr] 177 | | //!
[INFO] [stderr] | |___^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] | [`PgTimeTz`] | TIMETZ |
[INFO] [stderr] ^^^^^^^^^^
[INFO] [stderr] = note: no item named `PgTimeTz` 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: this URL is not a hyperlink
[INFO] [stderr] --> src/advisory_lock.rs:49:5
[INFO] [stderr] |
[INFO] [stderr] 49 | /// https://www.postgresql.org/docs/current/functions-admin.html#FUNCTIONS-ADVISORY-LOCKS
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 49 | /// <https://www.postgresql.org/docs/current/functions-admin.html#FUNCTIONS-ADVISORY-LOCKS>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/advisory_lock.rs:54:5
[INFO] [stderr] |
[INFO] [stderr] 54 | /// https://www.postgresql.org/docs/current/view-pg-locks.html
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 54 | /// <https://www.postgresql.org/docs/current/view-pg-locks.html>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/copy.rs:27:9
[INFO] [stderr] |
[INFO] [stderr] 27 | /// https://www.postgresql.org/docs/current/sql-copy.html
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 27 | /// <https://www.postgresql.org/docs/current/sql-copy.html>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/copy.rs:54:9
[INFO] [stderr] |
[INFO] [stderr] 54 | /// https://www.postgresql.org/docs/current/sql-copy.html
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 54 | /// <https://www.postgresql.org/docs/current/sql-copy.html>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/types/lquery.rs:33:9
[INFO] [stderr] |
[INFO] [stderr] 33 | /// See https://www.postgresql.org/docs/current/ltree.html
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 33 | /// See <https://www.postgresql.org/docs/current/ltree.html>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/types/lquery.rs:39:56
[INFO] [stderr] |
[INFO] [stderr] 39 | /// ([Postgres 13.0 Release Notes, Additional Modules][https://www.postgresql.org/docs/13/release-13.html#id-1.11.6.11.5.14])
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 39 | /// ([Postgres 13.0 Release Notes, Additional Modules][<https://www.postgresql.org/docs/13/release-13.html#id-1.11.6.11.5.14>])
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/types/ltree.rs:69:9
[INFO] [stderr] |
[INFO] [stderr] 69 | /// See https://www.postgresql.org/docs/current/ltree.html
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 69 | /// See <https://www.postgresql.org/docs/current/ltree.html>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/types/ltree.rs:75:56
[INFO] [stderr] |
[INFO] [stderr] 75 | /// ([Postgres 13.0 Release Notes, Additional Modules][https://www.postgresql.org/docs/13/release-13.html#id-1.11.6.11.5.14])
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 75 | /// ([Postgres 13.0 Release Notes, Additional Modules][<https://www.postgresql.org/docs/13/release-13.html#id-1.11.6.11.5.14>])
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: unclosed HTML tag `PgLTreeLabel`
[INFO] [stderr] --> src/types/ltree.rs:98:34
[INFO] [stderr] |
[INFO] [stderr] 98 | /// creates ltree from a [Vec<PgLTreeLabel>]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stderr] help: try marking as source code
[INFO] [stderr] |
[INFO] [stderr] 98 | /// creates ltree from a [`Vec<PgLTreeLabel>`]
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/types/money.rs:35:5
[INFO] [stderr] |
[INFO] [stderr] 35 | /// https://lh.2xlibre.net/values/frac_digits/
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 35 | /// <https://lh.2xlibre.net/values/frac_digits/>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/types/money.rs:48:5
[INFO] [stderr] |
[INFO] [stderr] 48 | /// https://github.com/postgres/postgres/blob/master/src/backend/utils/adt/cash.c#L114-L123
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 48 | /// <https://github.com/postgres/postgres/blob/master/src/backend/utils/adt/cash.c#L114-L123>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: `sqlx-build-trust-postgres` (lib doc) generated 15 warnings (run `cargo fix --lib -p sqlx-build-trust-postgres` to apply 10 suggestions)
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
[INFO] [stderr] Generated /opt/rustwide/target/i686-unknown-linux-gnu/doc/sqlx_build_trust_postgres/index.html
[INFO] running `Command { std: "docker" "inspect" "b531ebefdc050478290a7d1e31e245125cbf9d850fd72825bb04306bd47dab54", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b531ebefdc050478290a7d1e31e245125cbf9d850fd72825bb04306bd47dab54", kill_on_drop: false }`
[INFO] [stdout] b531ebefdc050478290a7d1e31e245125cbf9d850fd72825bb04306bd47dab54