[INFO] fetching crate rs-odbc 0.1.0... [INFO] documenting rs-odbc-0.1.0 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate rs-odbc 0.1.0 into /workspace/builds/worker-20/source [INFO] validating manifest of crates.io crate rs-odbc 0.1.0 on toolchain 1.61.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rs-odbc 0.1.0 [INFO] finished tweaking crates.io crate rs-odbc 0.1.0 [INFO] tweaked toml for crates.io crate rs-odbc 0.1.0 written to /workspace/builds/worker-20/source/Cargo.toml [INFO] crate crates.io crate rs-odbc 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rs-odbc_derive v0.1.0 [INFO] [stderr] Downloaded treeline v0.1.0 [INFO] [stderr] Downloaded fragile v1.0.0 [INFO] [stderr] Downloaded predicates-tree v1.0.2 [INFO] [stderr] Downloaded mockall v0.10.1 [INFO] [stderr] Downloaded mockall_derive v0.10.1 [INFO] [stderr] Downloaded mockall_double v0.2.0 [INFO] [stderr] Downloaded serde v1.0.126 [INFO] [stderr] Downloaded serde_derive v1.0.126 [INFO] [stderr] Downloaded trybuild v1.0.42 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ef57edfee610b1091b19adfcb74de15a9904973612217563f649e063a3adac17 [INFO] running `Command { std: "docker" "start" "-a" "ef57edfee610b1091b19adfcb74de15a9904973612217563f649e063a3adac17", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ef57edfee610b1091b19adfcb74de15a9904973612217563f649e063a3adac17", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ef57edfee610b1091b19adfcb74de15a9904973612217563f649e063a3adac17", kill_on_drop: false }` [INFO] [stdout] ef57edfee610b1091b19adfcb74de15a9904973612217563f649e063a3adac17 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0f3ace371066c65ba781b421bc9e29d2697e98c0b50475921f8b111dd4e22f63 [INFO] running `Command { std: "docker" "start" "-a" "0f3ace371066c65ba781b421bc9e29d2697e98c0b50475921f8b111dd4e22f63", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling rs-odbc v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Compiling syn v1.0.67 [INFO] [stderr] Compiling mockall_double v0.2.0 [INFO] [stderr] Compiling rs-odbc_derive v0.1.0 [INFO] [stderr] Documenting rs-odbc v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `31` [INFO] [stdout] --> src/sql_types.rs:85:69 [INFO] [stdout] | [INFO] [stdout] 85 | /// Exact numeric value with precision 10 and scale 0 (signed: -2[31] <= n <= 2[31] - 1, unsigned: 0 <= n <= 2[32] - 1). [INFO] [stdout] | ^^ no item named `31` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `31` [INFO] [stdout] --> src/sql_types.rs:85:83 [INFO] [stdout] | [INFO] [stdout] 85 | /// Exact numeric value with precision 10 and scale 0 (signed: -2[31] <= n <= 2[31] - 1, unsigned: 0 <= n <= 2[32] - 1). [INFO] [stdout] | ^^ no item named `31` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `32` [INFO] [stdout] --> src/sql_types.rs:85:115 [INFO] [stdout] | [INFO] [stdout] 85 | /// Exact numeric value with precision 10 and scale 0 (signed: -2[31] <= n <= 2[31] - 1, unsigned: 0 <= n <= 2[32] - 1). [INFO] [stdout] | ^^ no item named `32` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `38` [INFO] [stdout] --> src/sql_types.rs:90:105 [INFO] [stdout] | [INFO] [stdout] 90 | /// Signed, approximate, numeric value with a binary precision 24 (zero or absolute value 10[-38] to 10[38]). [INFO] [stdout] | ^^ no item named `38` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `308` [INFO] [stdout] --> src/sql_types.rs:100:106 [INFO] [stdout] | [INFO] [stdout] 100 | /// Signed, approximate, numeric value with a binary precision 53 (zero or absolute value 10[-308] to 10[308]). [INFO] [stdout] | ^^^ no item named `308` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `63` [INFO] [stdout] --> src/sql_types.rs:115:101 [INFO] [stdout] | [INFO] [stdout] 115 | /// Exact numeric value with precision 19 (if signed) or 20 (if unsigned) and scale 0 (signed: -2[63] <= n <= 2[63] - 1, unsigned: 0 <... [INFO] [stdout] | ^^ no item named `63` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `63` [INFO] [stdout] --> src/sql_types.rs:115:115 [INFO] [stdout] | [INFO] [stdout] 115 | ...f unsigned) and scale 0 (signed: -2[63] <= n <= 2[63] - 1, unsigned: 0 <= n <= 2[64] - 1),. [INFO] [stdout] | ^^ no item named `63` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `64` [INFO] [stdout] --> src/sql_types.rs:115:147 [INFO] [stdout] | [INFO] [stdout] 115 | ...: -2[63] <= n <= 2[63] - 1, unsigned: 0 <= n <= 2[64] - 1),. [INFO] [stdout] | ^^ no item named `64` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/handle.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | /// https://docs.microsoft.com/en-us/sql/odbc/reference/develop-app/environment-handles [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/handle.rs:141:5 [INFO] [stdout] | [INFO] [stdout] 141 | /// https://docs.microsoft.com/en-us/sql/odbc/reference/develop-app/connection-handles [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/handle.rs:241:5 [INFO] [stdout] | [INFO] [stdout] 241 | /// https://docs.microsoft.com/en-us/sql/odbc/reference/develop-app/statement-handles [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/handle.rs:409:5 [INFO] [stdout] | [INFO] [stdout] 409 | /// https://docs.microsoft.com/en-us/sql/odbc/reference/develop-app/descriptor-handles [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/sqlreturn.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / /// Each function in ODBC returns a code, known as its return code, which indicates the [INFO] [stdout] 4 | | /// overall success or failure of the function. Program logic is generally based on return [INFO] [stdout] 5 | | /// codes. [INFO] [stdout] 6 | | /// [INFO] [stdout] 7 | | /// # Documentation [INFO] [stdout] 8 | | /// https://docs.microsoft.com/en-us/sql/odbc/reference/develop-app/return-codes-odbc [INFO] [stdout] 9 | | /// https://github.com/microsoft/ODBC-Specification/blob/ODBC%204.0.md [INFO] [stdout] | |______________________________________________________________________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/sqlreturn.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / /// Each function in ODBC returns a code, known as its return code, which indicates the [INFO] [stdout] 4 | | /// overall success or failure of the function. Program logic is generally based on return [INFO] [stdout] 5 | | /// codes. [INFO] [stdout] 6 | | /// [INFO] [stdout] 7 | | /// # Documentation [INFO] [stdout] 8 | | /// https://docs.microsoft.com/en-us/sql/odbc/reference/develop-app/return-codes-odbc [INFO] [stdout] 9 | | /// https://github.com/microsoft/ODBC-Specification/blob/ODBC%204.0.md [INFO] [stdout] | |______________________________________________________________________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.73s [INFO] running `Command { std: "docker" "inspect" "0f3ace371066c65ba781b421bc9e29d2697e98c0b50475921f8b111dd4e22f63", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0f3ace371066c65ba781b421bc9e29d2697e98c0b50475921f8b111dd4e22f63", kill_on_drop: false }` [INFO] [stdout] 0f3ace371066c65ba781b421bc9e29d2697e98c0b50475921f8b111dd4e22f63 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] fd7691495c0e6d7ddb2456d2ea303498ce2e34a146db743ae9ca14c9e4394720 [INFO] running `Command { std: "docker" "start" "-a" "fd7691495c0e6d7ddb2456d2ea303498ce2e34a146db743ae9ca14c9e4394720", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.67 [INFO] [stderr] Compiling rs-odbc v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Compiling rs-odbc_derive v0.1.0 [INFO] [stderr] Compiling mockall_double v0.2.0 [INFO] [stderr] Documenting rs-odbc v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `31` [INFO] [stdout] --> src/sql_types.rs:85:69 [INFO] [stdout] | [INFO] [stdout] 85 | /// Exact numeric value with precision 10 and scale 0 (signed: -2[31] <= n <= 2[31] - 1, unsigned: 0 <= n <= 2[32] - 1). [INFO] [stdout] | ^^ no item named `31` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `31` [INFO] [stdout] --> src/sql_types.rs:85:83 [INFO] [stdout] | [INFO] [stdout] 85 | /// Exact numeric value with precision 10 and scale 0 (signed: -2[31] <= n <= 2[31] - 1, unsigned: 0 <= n <= 2[32] - 1). [INFO] [stdout] | ^^ no item named `31` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `32` [INFO] [stdout] --> src/sql_types.rs:85:115 [INFO] [stdout] | [INFO] [stdout] 85 | /// Exact numeric value with precision 10 and scale 0 (signed: -2[31] <= n <= 2[31] - 1, unsigned: 0 <= n <= 2[32] - 1). [INFO] [stdout] | ^^ no item named `32` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `38` [INFO] [stdout] --> src/sql_types.rs:90:105 [INFO] [stdout] | [INFO] [stdout] 90 | /// Signed, approximate, numeric value with a binary precision 24 (zero or absolute value 10[-38] to 10[38]). [INFO] [stdout] | ^^ no item named `38` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `308` [INFO] [stdout] --> src/sql_types.rs:100:106 [INFO] [stdout] | [INFO] [stdout] 100 | /// Signed, approximate, numeric value with a binary precision 53 (zero or absolute value 10[-308] to 10[308]). [INFO] [stdout] | ^^^ no item named `308` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `63` [INFO] [stdout] --> src/sql_types.rs:115:101 [INFO] [stdout] | [INFO] [stdout] 115 | /// Exact numeric value with precision 19 (if signed) or 20 (if unsigned) and scale 0 (signed: -2[63] <= n <= 2[63] - 1, unsigned: 0 <... [INFO] [stdout] | ^^ no item named `63` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `63` [INFO] [stdout] --> src/sql_types.rs:115:115 [INFO] [stdout] | [INFO] [stdout] 115 | ...f unsigned) and scale 0 (signed: -2[63] <= n <= 2[63] - 1, unsigned: 0 <= n <= 2[64] - 1),. [INFO] [stdout] | ^^ no item named `63` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `64` [INFO] [stdout] --> src/sql_types.rs:115:147 [INFO] [stdout] | [INFO] [stdout] 115 | ...: -2[63] <= n <= 2[63] - 1, unsigned: 0 <= n <= 2[64] - 1),. [INFO] [stdout] | ^^ no item named `64` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/handle.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | /// https://docs.microsoft.com/en-us/sql/odbc/reference/develop-app/environment-handles [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/handle.rs:141:5 [INFO] [stdout] | [INFO] [stdout] 141 | /// https://docs.microsoft.com/en-us/sql/odbc/reference/develop-app/connection-handles [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/handle.rs:241:5 [INFO] [stdout] | [INFO] [stdout] 241 | /// https://docs.microsoft.com/en-us/sql/odbc/reference/develop-app/statement-handles [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/handle.rs:409:5 [INFO] [stdout] | [INFO] [stdout] 409 | /// https://docs.microsoft.com/en-us/sql/odbc/reference/develop-app/descriptor-handles [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/sqlreturn.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / /// Each function in ODBC returns a code, known as its return code, which indicates the [INFO] [stdout] 4 | | /// overall success or failure of the function. Program logic is generally based on return [INFO] [stdout] 5 | | /// codes. [INFO] [stdout] 6 | | /// [INFO] [stdout] 7 | | /// # Documentation [INFO] [stdout] 8 | | /// https://docs.microsoft.com/en-us/sql/odbc/reference/develop-app/return-codes-odbc [INFO] [stdout] 9 | | /// https://github.com/microsoft/ODBC-Specification/blob/ODBC%204.0.md [INFO] [stdout] | |______________________________________________________________________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/sqlreturn.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / /// Each function in ODBC returns a code, known as its return code, which indicates the [INFO] [stdout] 4 | | /// overall success or failure of the function. Program logic is generally based on return [INFO] [stdout] 5 | | /// codes. [INFO] [stdout] 6 | | /// [INFO] [stdout] 7 | | /// # Documentation [INFO] [stdout] 8 | | /// https://docs.microsoft.com/en-us/sql/odbc/reference/develop-app/return-codes-odbc [INFO] [stdout] 9 | | /// https://github.com/microsoft/ODBC-Specification/blob/ODBC%204.0.md [INFO] [stdout] | |______________________________________________________________________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 02s [INFO] running `Command { std: "docker" "inspect" "fd7691495c0e6d7ddb2456d2ea303498ce2e34a146db743ae9ca14c9e4394720", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fd7691495c0e6d7ddb2456d2ea303498ce2e34a146db743ae9ca14c9e4394720", kill_on_drop: false }` [INFO] [stdout] fd7691495c0e6d7ddb2456d2ea303498ce2e34a146db743ae9ca14c9e4394720