sqlx-core 0.6.3

Core of SQLx, the rust SQL toolkit. Not intended to be used directly.
Documentation
Build #771992 2023-03-21T21:36:40.304474+00:00
# rustc version
rustc 1.70.0-nightly (44f518058 2023-03-20)# docs.rs version
docsrs 0.6.0 (f4b080fc 2023-03-08)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/sqlx-core-0.6.3/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/sqlx-core-0.6.3/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" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e2a9e7e193985ba0d5a8221c3984785a9e0a75acc409a02815633ff67a1f464e" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "all-databases all-types offline runtime-tokio-native-tls" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20230320-1.70.0-nightly-44f518058\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--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" "-j3" "--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] 83fb7103b502b602d68230dfcc9dace746be7db7c70bf5f762dcdbe91712a5fa
[INFO] running `Command { std: "docker" "start" "-a" "83fb7103b502b602d68230dfcc9dace746be7db7c70bf5f762dcdbe91712a5fa", kill_on_drop: false }`
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr]  Documenting sqlx-core v0.6.3 (/opt/rustwide/workdir)
[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 `Json`
[INFO] [stderr]    --> src/postgres/types/mod.rs:105:9
[INFO] [stderr]     |
[INFO] [stderr] 105 | //! | [`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: unresolved link to `Json`
[INFO] [stderr]   --> src/sqlite/types/mod.rs:72:9
[INFO] [stderr]    |
[INFO] [stderr] 72 | //! | [`Json<T>`]                           | TEXT                                                 |
[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: unresolved link to `Json`
[INFO] [stderr]   --> src/mysql/types/mod.rs:73:9
[INFO] [stderr]    |
[INFO] [stderr] 73 | //! | [`Json<T>`]                           | JSON                                                 |
[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: 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]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.postgresql.org/docs/current/functions-admin.html#FUNCTIONS-ADVISORY-LOCKS>`
[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] 
[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]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.postgresql.org/docs/current/view-pg-locks.html>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[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]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.postgresql.org/docs/current/sql-copy.html>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[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]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.postgresql.org/docs/current/sql-copy.html>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[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]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.postgresql.org/docs/current/sql-copy.html>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[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]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.postgresql.org/docs/current/sql-copy.html>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[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]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.postgresql.org/docs/current/ltree.html>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[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]    |                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.postgresql.org/docs/13/release-13.html#id-1.11.6.11.5.14>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[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]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.postgresql.org/docs/current/ltree.html>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[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]    |                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.postgresql.org/docs/13/release-13.html#id-1.11.6.11.5.14>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[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]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://lh.2xlibre.net/values/frac_digits/>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[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]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/postgres/postgres/blob/master/src/backend/utils/adt/cash.c#L114-L123>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `Extension`
[INFO] [stderr]   --> src/sqlite/options/mod.rs:69:47
[INFO] [stderr]    |
[INFO] [stderr] 69 |     /// Extensions are specified as a pair of <Extension Name : Optional Entry Point>, the majority
[INFO] [stderr]    |                                               ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `sqlx-core` (lib doc) generated 19 warnings (run `cargo fix --lib -p sqlx-core` to apply 12 suggestions)
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 4.22s
[INFO] running `Command { std: "docker" "inspect" "83fb7103b502b602d68230dfcc9dace746be7db7c70bf5f762dcdbe91712a5fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "83fb7103b502b602d68230dfcc9dace746be7db7c70bf5f762dcdbe91712a5fa", kill_on_drop: false }`
[INFO] [stdout] 83fb7103b502b602d68230dfcc9dace746be7db7c70bf5f762dcdbe91712a5fa