[INFO] fetching crate rs-odbc 0.1.0... [INFO] documenting rs-odbc-0.1.0 against beta-2022-05-20 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 beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "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" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [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" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 75502a48ac22e283277ca32c8bcaa72bf649f552d5bf63f479b2d97adc2fead8 [INFO] running `Command { std: "docker" "start" "-a" "75502a48ac22e283277ca32c8bcaa72bf649f552d5bf63f479b2d97adc2fead8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "75502a48ac22e283277ca32c8bcaa72bf649f552d5bf63f479b2d97adc2fead8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "75502a48ac22e283277ca32c8bcaa72bf649f552d5bf63f479b2d97adc2fead8", kill_on_drop: false }` [INFO] [stdout] 75502a48ac22e283277ca32c8bcaa72bf649f552d5bf63f479b2d97adc2fead8 [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" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dd1d31db38a87d12ff950e2df6bdab998ba5398a2d546923e6944f41e89cb304 [INFO] running `Command { std: "docker" "start" "-a" "dd1d31db38a87d12ff950e2df6bdab998ba5398a2d546923e6944f41e89cb304", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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 13.28s [INFO] running `Command { std: "docker" "inspect" "dd1d31db38a87d12ff950e2df6bdab998ba5398a2d546923e6944f41e89cb304", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd1d31db38a87d12ff950e2df6bdab998ba5398a2d546923e6944f41e89cb304", kill_on_drop: false }` [INFO] [stdout] dd1d31db38a87d12ff950e2df6bdab998ba5398a2d546923e6944f41e89cb304 [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" "+beta-2022-05-20" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] 16c68515b9a370f975aefb839cfb903cabc6adb04e71e34b860ca5759c20df37 [INFO] running `Command { std: "docker" "start" "-a" "16c68515b9a370f975aefb839cfb903cabc6adb04e71e34b860ca5759c20df37", 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 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 13.79s [INFO] running `Command { std: "docker" "inspect" "16c68515b9a370f975aefb839cfb903cabc6adb04e71e34b860ca5759c20df37", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "16c68515b9a370f975aefb839cfb903cabc6adb04e71e34b860ca5759c20df37", kill_on_drop: false }` [INFO] [stdout] 16c68515b9a370f975aefb839cfb903cabc6adb04e71e34b860ca5759c20df37