Build #1625182 2025-01-15 04:21:21
# rustc version
rustc 1.86.0-nightly (8361aef0d 2025-01-14)# docs.rs version
docsrs 0.6.0 (13d4ccea 2025-01-13)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/sqlx-core-guts-0.6.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/sqlx-core-guts-0.6.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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "all-databases all-types offline runtime-async-std-native-tls" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250114-1.86.0-nightly-8361aef0d\", \"--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] [stdout] 6bf1645c6374ef44237e8acdc9e00b4eb9a35d7ce031536b75893772fa9d2313
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "6bf1645c6374ef44237e8acdc9e00b4eb9a35d7ce031536b75893772fa9d2313", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting sqlx-core-guts v0.6.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unexpected `cfg` condition value: `runtime-tokio`
[INFO] [stderr] --> src/postgres/copy.rs:206:31
[INFO] [stderr] |
[INFO] [stderr] 206 | #[cfg(any(feature = "runtime-tokio", feature = "runtime-actix"))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `_rt-actix`, `_rt-async-std`, `_rt-tokio`, `_tls-native-tls`, `_tls-rustls`, `all-databases`, `all-types`, `any`, `base64`, `bigdecimal`, `bigdecimal_`, `bit-vec`, `bstr`, `chrono`, `crc`, `decimal`, `default`, `digest`, `dirs`, `encoding_rs`, `flume`, `futures-executor`, `generic-array`, `git2`, `hkdf`, `hmac`, `ipnetwork`, `json`, `libsqlite3-sys`, `mac_address`, `md-5`, `migrate`, `mssql`, `mysql`, and `num-bigint` and 24 more
[INFO] [stderr] = help: consider adding `runtime-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: `runtime-actix`
[INFO] [stderr] --> src/postgres/copy.rs:206:58
[INFO] [stderr] |
[INFO] [stderr] 206 | #[cfg(any(feature = "runtime-tokio", feature = "runtime-actix"))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `_rt-actix`, `_rt-async-std`, `_rt-tokio`, `_tls-native-tls`, `_tls-rustls`, `all-databases`, `all-types`, `any`, `base64`, `bigdecimal`, `bigdecimal_`, `bit-vec`, `bstr`, `chrono`, `crc`, `decimal`, `default`, `digest`, `dirs`, `encoding_rs`, `flume`, `futures-executor`, `generic-array`, `git2`, `hkdf`, `hmac`, `ipnetwork`, `json`, `libsqlite3-sys`, `mac_address`, `md-5`, `migrate`, `mssql`, `mysql`, and `num-bigint` and 24 more
[INFO] [stderr] = help: consider adding `runtime-actix` 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: unresolved link to `ConnectOptions`
[INFO] [stderr] --> src/pool/mod.rs:290:33
[INFO] [stderr] |
[INFO] [stderr] 290 | /// Refer to the relevant [`ConnectOptions`] impl for your database for the expected URL format:
[INFO] [stderr] | ^^^^^^^^^^^^^^ no item named `ConnectOptions` 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 `crossbeam::queue::ArrayQueue::len`
[INFO] [stderr] --> src/pool/mod.rs:486:34
[INFO] [stderr] |
[INFO] [stderr] 486 | /// This previously called [`crossbeam::queue::ArrayQueue::len()`] which waits for the head and
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `crossbeam` in scope
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `PasswordMessage`
[INFO] [stderr] --> src/postgres/message/authentication.rs:28:39
[INFO] [stderr] |
[INFO] [stderr] 28 | /// The frontend must now send a [PasswordMessage] containing the
[INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `PasswordMessage` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `PasswordMessage`
[INFO] [stderr] --> src/postgres/message/authentication.rs:32:39
[INFO] [stderr] |
[INFO] [stderr] 32 | /// The frontend must now send a [PasswordMessage] containing the
[INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `PasswordMessage` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `SaslInitialResponse`
[INFO] [stderr] --> src/postgres/message/authentication.rs:40:35
[INFO] [stderr] |
[INFO] [stderr] 40 | /// The frontend will send a [SaslInitialResponse] with the name
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no item named `SaslInitialResponse` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `SaslResponse`
[INFO] [stderr] --> src/postgres/message/authentication.rs:50:43
[INFO] [stderr] |
[INFO] [stderr] 50 | /// The frontend must respond with a [SaslResponse] message.
[INFO] [stderr] | ^^^^^^^^^^^^ no item named `SaslResponse` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `Json`
[INFO] [stderr] --> src/postgres/types/mod.rs:98:9
[INFO] [stderr] |
[INFO] [stderr] 98 | //! | [`Json<T>`] | JSON, JSONB |
[INFO] [stderr] | ^^^^^^^ no item named `Json` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/pool/mod.rs:14:16
[INFO] [stderr] |
[INFO] [stderr] 14 | //! See [Pool][crate::pool::Pool] for details.
[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] 14 | //! See [Pool] for details.
[INFO] [stderr] | ~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/pool/mod.rs:111:87
[INFO] [stderr] |
[INFO] [stderr] 111 | /// You can configure the connection limit, and other parameters, using [PoolOptions][crate::pool::PoolOptions].
[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] 111 | /// You can configure the connection limit, and other parameters, using [PoolOptions].
[INFO] [stderr] | ~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/query.rs:15:63
[INFO] [stderr] |
[INFO] [stderr] 15 | /// Raw SQL query with bind parameters. Returned by [`query`][crate::query::query].
[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] 15 | /// Raw SQL query with bind parameters. Returned by [`query`].
[INFO] [stderr] | ~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/database.rs:103:48
[INFO] [stderr] |
[INFO] [stderr] 103 | /// Associate [`Database`] with a [`ValueRef`](crate::value::ValueRef) of a generic lifetime.
[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] 103 | /// Associate [`Database`] with a [`ValueRef`] of a generic lifetime.
[INFO] [stderr] | ~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/database.rs:119:50
[INFO] [stderr] |
[INFO] [stderr] 119 | /// Associate [`Database`] with an [`Arguments`](crate::arguments::Arguments) of a generic lifetime.
[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] 119 | /// Associate [`Database`] with an [`Arguments`] of a generic lifetime.
[INFO] [stderr] | ~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/database.rs:137:49
[INFO] [stderr] |
[INFO] [stderr] 137 | /// Associate [`Database`] with a [`Statement`](crate::statement::Statement) of a generic lifetime.
[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] 137 | /// Associate [`Database`] with a [`Statement`] of a generic lifetime.
[INFO] [stderr] | ~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/query_as.rs:17:32
[INFO] [stderr] |
[INFO] [stderr] 17 | /// Returned from [`query_as`][crate::query_as::query_as].
[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] 17 | /// Returned from [`query_as`].
[INFO] [stderr] | ~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/postgres/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/postgres/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/postgres/copy.rs:24:9
[INFO] [stderr] |
[INFO] [stderr] 24 | /// 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] 24 | /// <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/postgres/copy.rs:51:9
[INFO] [stderr] |
[INFO] [stderr] 51 | /// 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] 51 | /// <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/postgres/copy.rs:72:9
[INFO] [stderr] |
[INFO] [stderr] 72 | /// 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] 72 | /// <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/postgres/copy.rs:99:9
[INFO] [stderr] |
[INFO] [stderr] 99 | /// 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] 99 | /// <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/postgres/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/postgres/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/postgres/types/ltree.rs:71:9
[INFO] [stderr] |
[INFO] [stderr] 71 | /// 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] 71 | /// 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/postgres/types/ltree.rs:77:56
[INFO] [stderr] |
[INFO] [stderr] 77 | /// ([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] 77 | /// ([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/postgres/types/ltree.rs:100:34
[INFO] [stderr] |
[INFO] [stderr] 100 | /// 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] 100 | /// creates ltree from a [`Vec<PgLTreeLabel>`]
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/postgres/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/postgres/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-core-guts` (lib doc) generated 29 warnings (run `cargo fix --lib -p sqlx-core-guts` to apply 12 suggestions)
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.86s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/sqlx_core_guts/index.html
[INFO] running `Command { std: "docker" "inspect" "6bf1645c6374ef44237e8acdc9e00b4eb9a35d7ce031536b75893772fa9d2313", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6bf1645c6374ef44237e8acdc9e00b4eb9a35d7ce031536b75893772fa9d2313", kill_on_drop: false }`
[INFO] [stdout] 6bf1645c6374ef44237e8acdc9e00b4eb9a35d7ce031536b75893772fa9d2313