Build #1154910 2024-03-12T05:16:01.979529+00:00
# rustc version
rustc 1.78.0-nightly (4a0cc881d 2024-03-11)# docs.rs version
docsrs 0.6.0 (a82561c9 2024-03-11)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/sqlx-0.7.4/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/sqlx-0.7.4/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "all-databases _unstable-all-types" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240311-1.78.0-nightly-4a0cc881d\", \"--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] 228f2d782502ca89d6192597f87baddcf5d9dc2ad2da855b0d07cab82f460d2d
[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" "228f2d782502ca89d6192597f87baddcf5d9dc2ad2da855b0d07cab82f460d2d", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting sqlx v0.7.4 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `AnyConnection`
[INFO] [stderr] --> src/any/mod.rs:1:1
[INFO] [stderr] |
[INFO] [stderr] 1 | / //! **SEE DOCUMENTATION BEFORE USE**. Runtime-generic database driver.
[INFO] [stderr] 2 | | #![doc = include_str!("install_drivers_note.md")]
[INFO] [stderr] | |_________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] [`install_drivers`][crate::any::install_drivers]. Any use of [`AnyConnection`] or [`AnyPool`]
[INFO] [stderr] ^^^^^^^^^^^^^^^
[INFO] [stderr] = note: no item named `AnyConnection` 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: unresolved link to `AnyPool`
[INFO] [stderr] --> src/any/mod.rs:1:1
[INFO] [stderr] |
[INFO] [stderr] 1 | / //! **SEE DOCUMENTATION BEFORE USE**. Runtime-generic database driver.
[INFO] [stderr] 2 | | #![doc = include_str!("install_drivers_note.md")]
[INFO] [stderr] | |_________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] [`install_drivers`][crate::any::install_drivers]. Any use of [`AnyConnection`] or [`AnyPool`]
[INFO] [stderr] ^^^^^^^^^
[INFO] [stderr] = note: no item named `AnyPool` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `AnyConnection`
[INFO] [stderr] --> src/any/mod.rs:23:53
[INFO] [stderr] |
[INFO] [stderr] 23 | /// Install all currently compiled-in drivers for [`AnyConnection`] to use.
[INFO] [stderr] | ^^^^^^^^^^^^^ no item named `AnyConnection` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `mssql::types`
[INFO] [stderr] --> src/lib.rs:96:16
[INFO] [stderr] |
[INFO] [stderr] 96 | /// * MSSQL: [mssql::types]
[INFO] [stderr] | ^^^^^^^^^^^^ no item named `mssql` in scope
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `query_as`
[INFO] [stderr] --> src/macros/mod.rs:313:8
[INFO] [stderr] |
[INFO] [stderr] 313 | /// * [query_as!] if you want to use a struct you can name,
[INFO] [stderr] | ^^^^^^^^^ no item named `query_as` in scope
[INFO] [stderr] |
[INFO] [stderr] = note: `macro_rules` named `query_as` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `query_file`
[INFO] [stderr] --> src/macros/mod.rs:314:8
[INFO] [stderr] |
[INFO] [stderr] 314 | /// * [query_file!] if you want to define the SQL query out-of-line,
[INFO] [stderr] | ^^^^^^^^^^^ no item named `query_file` in scope
[INFO] [stderr] |
[INFO] [stderr] = note: `macro_rules` named `query_file` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `query_file_as`
[INFO] [stderr] --> src/macros/mod.rs:315:8
[INFO] [stderr] |
[INFO] [stderr] 315 | /// * [query_file_as!] if you want both of the above.
[INFO] [stderr] | ^^^^^^^^^^^^^^ no item named `query_file_as` in scope
[INFO] [stderr] |
[INFO] [stderr] = note: `macro_rules` named `query_file_as` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `query`
[INFO] [stderr] --> src/macros/mod.rs:415:19
[INFO] [stderr] |
[INFO] [stderr] 415 | /// A variant of [query!] which takes a path to an explicitly defined struct as the output type.
[INFO] [stderr] | ^^^^^^ no item named `query` in scope
[INFO] [stderr] |
[INFO] [stderr] = note: `macro_rules` named `query` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `query`
[INFO] [stderr] --> src/macros/mod.rs:490:60
[INFO] [stderr] |
[INFO] [stderr] 490 | /// In addition to the column type overrides supported by [query!], `query_as!()` supports an
[INFO] [stderr] | ^^^^^^ no item named `query` in scope
[INFO] [stderr] |
[INFO] [stderr] = note: `macro_rules` named `query` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `query`
[INFO] [stderr] --> src/macros/mod.rs:565:87
[INFO] [stderr] |
[INFO] [stderr] 565 | /// Nullability inference and type overrides are discussed in detail in the docs for [query!].
[INFO] [stderr] | ^^^^^^ no item named `query` in scope
[INFO] [stderr] |
[INFO] [stderr] = note: `macro_rules` named `query` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `query`
[INFO] [stderr] --> src/macros/mod.rs:653:19
[INFO] [stderr] |
[INFO] [stderr] 653 | /// A variant of [query!] which expects a single column from the query and evaluates to an
[INFO] [stderr] | ^^^^^^ no item named `query` in scope
[INFO] [stderr] |
[INFO] [stderr] = note: `macro_rules` named `query` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `query_as`
[INFO] [stderr] --> src/macros/mod.rs:663:33
[INFO] [stderr] |
[INFO] [stderr] 663 | /// Wildcard overrides like in [query_as!] are also allowed, in which case the output type
[INFO] [stderr] | ^^^^^^^^^ no item named `query_as` in scope
[INFO] [stderr] |
[INFO] [stderr] = note: `macro_rules` named `query_as` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `query`
[INFO] [stderr] --> src/macros/mod.rs:666:10
[INFO] [stderr] |
[INFO] [stderr] 666 | /// See [query!] for more information.
[INFO] [stderr] | ^^^^^^ no item named `query` in scope
[INFO] [stderr] |
[INFO] [stderr] = note: `macro_rules` named `query` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `query`
[INFO] [stderr] --> src/macros/mod.rs:336:19
[INFO] [stderr] |
[INFO] [stderr] 336 | /// A variant of [query!] which does not check the input or output types. This still does parse
[INFO] [stderr] | ^^^^^^ no item named `query` in scope
[INFO] [stderr] |
[INFO] [stderr] = note: `macro_rules` named `query` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `query`
[INFO] [stderr] --> src/macros/mod.rs:349:19
[INFO] [stderr] |
[INFO] [stderr] 349 | /// A variant of [query!] where the SQL query is stored in a separate file.
[INFO] [stderr] | ^^^^^^ no item named `query` in scope
[INFO] [stderr] |
[INFO] [stderr] = note: `macro_rules` named `query` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `query`
[INFO] [stderr] --> src/macros/mod.rs:353:39
[INFO] [stderr] |
[INFO] [stderr] 353 | /// The syntax and requirements (see [query!]) are the same except the SQL string is replaced by a
[INFO] [stderr] | ^^^^^^ no item named `query` in scope
[INFO] [stderr] |
[INFO] [stderr] = note: `macro_rules` named `query` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `query_file`
[INFO] [stderr] --> src/macros/mod.rs:402:19
[INFO] [stderr] |
[INFO] [stderr] 402 | /// A variant of [query_file!] which does not check the input or output types. This still does parse
[INFO] [stderr] | ^^^^^^^^^^^ no item named `query_file` in scope
[INFO] [stderr] |
[INFO] [stderr] = note: `macro_rules` named `query_file` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `query_as`
[INFO] [stderr] --> src/macros/mod.rs:580:31
[INFO] [stderr] |
[INFO] [stderr] 580 | /// Combines the syntaxes of [query_as!] and [query_file!].
[INFO] [stderr] | ^^^^^^^^^ no item named `query_as` in scope
[INFO] [stderr] |
[INFO] [stderr] = note: `macro_rules` named `query_as` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `query_file`
[INFO] [stderr] --> src/macros/mod.rs:580:47
[INFO] [stderr] |
[INFO] [stderr] 580 | /// Combines the syntaxes of [query_as!] and [query_file!].
[INFO] [stderr] | ^^^^^^^^^^^ no item named `query_file` in scope
[INFO] [stderr] |
[INFO] [stderr] = note: `macro_rules` named `query_file` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `query_as`
[INFO] [stderr] --> src/macros/mod.rs:624:19
[INFO] [stderr] |
[INFO] [stderr] 624 | /// A variant of [query_as!] which does not check the input or output types. This still does parse
[INFO] [stderr] | ^^^^^^^^^ no item named `query_as` in scope
[INFO] [stderr] |
[INFO] [stderr] = note: `macro_rules` named `query_as` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `query_file_as`
[INFO] [stderr] --> src/macros/mod.rs:638:19
[INFO] [stderr] |
[INFO] [stderr] 638 | /// A variant of [query_file_as!] which does not check the input or output types. This
[INFO] [stderr] | ^^^^^^^^^^^^^^ no item named `query_file_as` in scope
[INFO] [stderr] |
[INFO] [stderr] = note: `macro_rules` named `query_file_as` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `query_file`
[INFO] [stderr] --> src/macros/mod.rs:678:64
[INFO] [stderr] |
[INFO] [stderr] 678 | /// A variant of [query_scalar!] which takes a file path like [query_file!].
[INFO] [stderr] | ^^^^^^^^^^^ no item named `query_file` in scope
[INFO] [stderr] |
[INFO] [stderr] = note: `macro_rules` named `query_file` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/lib.rs:111:25
[INFO] [stderr] |
[INFO] [stderr] 111 | /// Provides [`Encode`](encode::Encode) for encoding values for the database.
[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] 111 | /// Provides [`Encode`] for encoding values for the database.
[INFO] [stderr] | ~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/lib.rs:122:25
[INFO] [stderr] |
[INFO] [stderr] 122 | /// Provides [`Decode`](decode::Decode) for decoding values from the database.
[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] 122 | /// Provides [`Decode`] for decoding values from the database.
[INFO] [stderr] | ~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: `sqlx` (lib doc) generated 24 warnings
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/sqlx/index.html
[INFO] running `Command { std: "docker" "inspect" "228f2d782502ca89d6192597f87baddcf5d9dc2ad2da855b0d07cab82f460d2d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "228f2d782502ca89d6192597f87baddcf5d9dc2ad2da855b0d07cab82f460d2d", kill_on_drop: false }`
[INFO] [stdout] 228f2d782502ca89d6192597f87baddcf5d9dc2ad2da855b0d07cab82f460d2d