# rustc version rustc 1.64.0-nightly (4493a0f47 2022-08-02)
# docs.rs version docsrs 0.6.0 (f9ffabd 2022-07-24)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/sqlx-core-0.6.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/sqlx-core-0.6.1/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:ecb52c4cf6672b83cc996368a05b4a059042425f2b6ba9cd23a06cdead5d8d70" "/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\", \"-20220802-1.64.0-nightly-4493a0f47\", \"--static-root-path\", \"/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--extern-html-root-takes-precedence\"]" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-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] a050a6632b938a8f8bdee2f01d85e37bb5d05c2680685801722f1e9acac205a9 [INFO] running `Command { std: "docker" "start" "-a" "a050a6632b938a8f8bdee2f01d85e37bb5d05c2680685801722f1e9acac205a9", kill_on_drop: false }` [INFO] [stderr] Documenting sqlx-core v0.6.1 (/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] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [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: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: 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: `#[warn(rustdoc::bare_urls)]` on by default [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/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: 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: `sqlx-core` (lib doc) generated 17 warnings [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.33s [INFO] running `Command { std: "docker" "inspect" "a050a6632b938a8f8bdee2f01d85e37bb5d05c2680685801722f1e9acac205a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a050a6632b938a8f8bdee2f01d85e37bb5d05c2680685801722f1e9acac205a9", kill_on_drop: false }` [INFO] [stdout] a050a6632b938a8f8bdee2f01d85e37bb5d05c2680685801722f1e9acac205a9