[INFO] fetching crate rs-odbc 0.2.0...
[INFO] testing rs-odbc-0.2.0 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate rs-odbc 0.2.0 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate rs-odbc 0.2.0
[INFO] finished tweaking crates.io crate rs-odbc 0.2.0
[INFO] tweaked toml for crates.io crate rs-odbc 0.2.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate rs-odbc 0.2.0 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate rs-odbc 0.2.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 377f10214d08625f46ff29724752d2db27157fffc938befed1e619da040ebbd1
[INFO] running `Command { std: "docker" "start" "-a" "377f10214d08625f46ff29724752d2db27157fffc938befed1e619da040ebbd1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "377f10214d08625f46ff29724752d2db27157fffc938befed1e619da040ebbd1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "377f10214d08625f46ff29724752d2db27157fffc938befed1e619da040ebbd1", kill_on_drop: false }`
[INFO] [stdout] 377f10214d08625f46ff29724752d2db27157fffc938befed1e619da040ebbd1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 13a2ad6b05456392262bb355b1426bb49fae9cec79bfa6c04b314528608e4c3c
[INFO] running `Command { std: "docker" "start" "-a" "13a2ad6b05456392262bb355b1426bb49fae9cec79bfa6c04b314528608e4c3c", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.46
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling unicode-ident v1.0.5
[INFO] [stderr]    Compiling syn v1.0.102
[INFO] [stderr]    Compiling rs-odbc v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling mockall_double v0.3.0
[INFO] [stderr]    Compiling rs-odbc_derive v0.1.0
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/api.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |             if cfg!(feature = "odbc_debug") {
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/api.rs:145:21
[INFO] [stdout]     |
[INFO] [stdout] 145 |             if cfg!(feature = "odbc_debug") {
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]     --> src/api.rs:1605:21
[INFO] [stdout]      |
[INFO] [stdout] 1605 |             if cfg!(feature = "odbc_debug") {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]      = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]     --> src/api.rs:1644:21
[INFO] [stdout]      |
[INFO] [stdout] 1644 |             if cfg!(feature = "odbc_debug") {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]      = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]     --> src/api.rs:2235:21
[INFO] [stdout]      |
[INFO] [stdout] 2235 |             if cfg!(feature = "odbc_debug") {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]      = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]     --> src/api.rs:2273:21
[INFO] [stdout]      |
[INFO] [stdout] 2273 |             if cfg!(feature = "odbc_debug") {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]      = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]     --> src/api.rs:2901:15
[INFO] [stdout]      |
[INFO] [stdout] 2901 |     #[cfg(not(feature = "odbc_debug"))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]      = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]     --> src/api.rs:2907:15
[INFO] [stdout]      |
[INFO] [stdout] 2907 |     #[cfg(not(feature = "odbc_debug"))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]      = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]     --> src/api.rs:2913:15
[INFO] [stdout]      |
[INFO] [stdout] 2913 |     #[cfg(not(feature = "odbc_debug"))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]      = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]     --> src/api.rs:2916:11
[INFO] [stdout]      |
[INFO] [stdout] 2916 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]      = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]     --> src/api.rs:2929:11
[INFO] [stdout]      |
[INFO] [stdout] 2929 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]      = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]     --> src/api.rs:2944:11
[INFO] [stdout]      |
[INFO] [stdout] 2944 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]      = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]     --> src/api.rs:3000:17
[INFO] [stdout]      |
[INFO] [stdout] 3000 |         if cfg!(feature = "odbc_debug") {
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]      = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]     --> src/api.rs:3038:17
[INFO] [stdout]      |
[INFO] [stdout] 3038 |         if cfg!(feature = "odbc_debug") {
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]      = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `SQL_OV_ODBC3`
[INFO] [stdout]  --> src/col.rs:2:31
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::env::{OdbcVersion, SQL_OV_ODBC3, SQL_OV_ODBC3_80, SQL_OV_ODBC4};
[INFO] [stdout]   |                               ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/convert.rs:256:17
[INFO] [stdout]     |
[INFO] [stdout] 256 |         if cfg!(feature = "odbc_debug") {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `v3_5`
[INFO] [stdout]    --> src/desc.rs:706:7
[INFO] [stdout]     |
[INFO] [stdout] 706 | #[cfg(feature = "v3_5")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `v3_5` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/desc.rs:504:11
[INFO] [stdout]     |
[INFO] [stdout] 504 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/desc.rs:513:11
[INFO] [stdout]     |
[INFO] [stdout] 513 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]   --> src/handle.rs:10:7
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[cfg(feature = "odbc_debug")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]    = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:268:16
[INFO] [stdout]     |
[INFO] [stdout] 268 | #[cfg_attr(not(feature = "odbc_debug"), repr(transparent))]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:437:16
[INFO] [stdout]     |
[INFO] [stdout] 437 | #[cfg_attr(not(feature = "odbc_debug"), repr(transparent))]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:275:11
[INFO] [stdout]     |
[INFO] [stdout] 275 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:277:11
[INFO] [stdout]     |
[INFO] [stdout] 277 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:280:11
[INFO] [stdout]     |
[INFO] [stdout] 280 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:282:11
[INFO] [stdout]     |
[INFO] [stdout] 282 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:284:11
[INFO] [stdout]     |
[INFO] [stdout] 284 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:286:11
[INFO] [stdout]     |
[INFO] [stdout] 286 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:289:15
[INFO] [stdout]     |
[INFO] [stdout] 289 |     #[cfg(not(feature = "odbc_debug"))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:291:15
[INFO] [stdout]     |
[INFO] [stdout] 291 |     #[cfg(not(feature = "odbc_debug"))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:294:15
[INFO] [stdout]     |
[INFO] [stdout] 294 |     #[cfg(not(feature = "odbc_debug"))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:296:15
[INFO] [stdout]     |
[INFO] [stdout] 296 |     #[cfg(not(feature = "odbc_debug"))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:298:15
[INFO] [stdout]     |
[INFO] [stdout] 298 |     #[cfg(not(feature = "odbc_debug"))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:300:15
[INFO] [stdout]     |
[INFO] [stdout] 300 |     #[cfg(not(feature = "odbc_debug"))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:444:11
[INFO] [stdout]     |
[INFO] [stdout] 444 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:447:15
[INFO] [stdout]     |
[INFO] [stdout] 447 |     #[cfg(not(feature = "odbc_debug"))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:311:11
[INFO] [stdout]     |
[INFO] [stdout] 311 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:336:15
[INFO] [stdout]     |
[INFO] [stdout] 336 |     #[cfg(not(feature = "odbc_debug"))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:358:11
[INFO] [stdout]     |
[INFO] [stdout] 358 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `v3_8`
[INFO] [stdout]   --> src/sqlreturn.rs:53:7
[INFO] [stdout]    |
[INFO] [stdout] 53 | #[cfg(feature = "v3_8")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]    = help: consider adding `v3_8` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `v4`
[INFO] [stdout]   --> src/sqlreturn.rs:57:7
[INFO] [stdout]    |
[INFO] [stdout] 57 | #[cfg(feature = "v4")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]    = help: consider adding `v4` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `v4`
[INFO] [stdout]   --> src/sqlreturn.rs:61:7
[INFO] [stdout]    |
[INFO] [stdout] 61 | #[cfg(feature = "v4")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]    = help: consider adding `v4` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `v4`
[INFO] [stdout]   --> src/sqlreturn.rs:65:7
[INFO] [stdout]    |
[INFO] [stdout] 65 | #[cfg(feature = "v4")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]    = help: consider adding `v4` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/stmt.rs:712:11
[INFO] [stdout]     |
[INFO] [stdout] 712 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/stmt.rs:721:11
[INFO] [stdout]     |
[INFO] [stdout] 721 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/stmt.rs:736:11
[INFO] [stdout]     |
[INFO] [stdout] 736 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/stmt.rs:745:11
[INFO] [stdout]     |
[INFO] [stdout] 745 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/stmt.rs:760:11
[INFO] [stdout]     |
[INFO] [stdout] 760 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/stmt.rs:820:11
[INFO] [stdout]     |
[INFO] [stdout] 820 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/stmt.rs:829:11
[INFO] [stdout]     |
[INFO] [stdout] 829 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/stmt.rs:842:11
[INFO] [stdout]     |
[INFO] [stdout] 842 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/stmt.rs:851:11
[INFO] [stdout]     |
[INFO] [stdout] 851 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/stmt.rs:866:11
[INFO] [stdout]     |
[INFO] [stdout] 866 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/stmt.rs:922:11
[INFO] [stdout]     |
[INFO] [stdout] 922 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/stmt.rs:931:11
[INFO] [stdout]     |
[INFO] [stdout] 931 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/stmt.rs:944:11
[INFO] [stdout]     |
[INFO] [stdout] 944 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/stmt.rs:953:11
[INFO] [stdout]     |
[INFO] [stdout] 953 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/stmt.rs:998:11
[INFO] [stdout]     |
[INFO] [stdout] 998 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]     --> src/stmt.rs:1007:11
[INFO] [stdout]      |
[INFO] [stdout] 1007 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]      = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]     --> src/stmt.rs:1020:11
[INFO] [stdout]      |
[INFO] [stdout] 1020 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]      = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]     --> src/stmt.rs:1029:11
[INFO] [stdout]      |
[INFO] [stdout] 1029 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]      = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.53s
[INFO] running `Command { std: "docker" "inspect" "13a2ad6b05456392262bb355b1426bb49fae9cec79bfa6c04b314528608e4c3c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "13a2ad6b05456392262bb355b1426bb49fae9cec79bfa6c04b314528608e4c3c", kill_on_drop: false }`
[INFO] [stdout] 13a2ad6b05456392262bb355b1426bb49fae9cec79bfa6c04b314528608e4c3c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f2b26182a6fa4a069d658938b13f461392f940c8b3b61d97dec5cf201df2bc75
[INFO] running `Command { std: "docker" "start" "-a" "f2b26182a6fa4a069d658938b13f461392f940c8b3b61d97dec5cf201df2bc75", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.102
[INFO] [stderr]    Compiling serde v1.0.145
[INFO] [stderr]    Compiling predicates-core v1.0.3
[INFO] [stderr]    Compiling serde_json v1.0.86
[INFO] [stderr]    Compiling either v1.8.0
[INFO] [stderr]    Compiling regex-syntax v0.6.27
[INFO] [stderr]    Compiling serde_derive v1.0.145
[INFO] [stderr]    Compiling ryu v1.0.11
[INFO] [stderr]    Compiling itoa v1.0.4
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling termtree v0.2.4
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling trybuild v1.0.71
[INFO] [stderr]    Compiling fragile v1.2.1
[INFO] [stderr]    Compiling aho-corasick v0.7.19
[INFO] [stderr]    Compiling float-cmp v0.9.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling glob v0.3.0
[INFO] [stderr]    Compiling predicates-tree v1.0.5
[INFO] [stderr]    Compiling termcolor v1.1.3
[INFO] [stderr]    Compiling downcast v0.11.0
[INFO] [stderr]    Compiling once_cell v1.15.0
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling regex v1.6.0
[INFO] [stderr]    Compiling toml v0.5.9
[INFO] [stderr]    Compiling predicates v2.1.1
[INFO] [stderr]    Compiling mockall_double v0.3.0
[INFO] [stderr]    Compiling mockall_derive v0.11.2
[INFO] [stderr]    Compiling rs-odbc_derive v0.1.0
[INFO] [stderr]    Compiling rs-odbc v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/api.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |             if cfg!(feature = "odbc_debug") {
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/api.rs:145:21
[INFO] [stdout]     |
[INFO] [stdout] 145 |             if cfg!(feature = "odbc_debug") {
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]     --> src/api.rs:1605:21
[INFO] [stdout]      |
[INFO] [stdout] 1605 |             if cfg!(feature = "odbc_debug") {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]      = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]     --> src/api.rs:1644:21
[INFO] [stdout]      |
[INFO] [stdout] 1644 |             if cfg!(feature = "odbc_debug") {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]      = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]     --> src/api.rs:2235:21
[INFO] [stdout]      |
[INFO] [stdout] 2235 |             if cfg!(feature = "odbc_debug") {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]      = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]     --> src/api.rs:2273:21
[INFO] [stdout]      |
[INFO] [stdout] 2273 |             if cfg!(feature = "odbc_debug") {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]      = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]     --> src/api.rs:2901:15
[INFO] [stdout]      |
[INFO] [stdout] 2901 |     #[cfg(not(feature = "odbc_debug"))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]      = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]     --> src/api.rs:2907:15
[INFO] [stdout]      |
[INFO] [stdout] 2907 |     #[cfg(not(feature = "odbc_debug"))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]      = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]     --> src/api.rs:2913:15
[INFO] [stdout]      |
[INFO] [stdout] 2913 |     #[cfg(not(feature = "odbc_debug"))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]      = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]     --> src/api.rs:2916:11
[INFO] [stdout]      |
[INFO] [stdout] 2916 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]      = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]     --> src/api.rs:2929:11
[INFO] [stdout]      |
[INFO] [stdout] 2929 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]      = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]     --> src/api.rs:2944:11
[INFO] [stdout]      |
[INFO] [stdout] 2944 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]      = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]     --> src/api.rs:3000:17
[INFO] [stdout]      |
[INFO] [stdout] 3000 |         if cfg!(feature = "odbc_debug") {
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]      = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]     --> src/api.rs:3038:17
[INFO] [stdout]      |
[INFO] [stdout] 3038 |         if cfg!(feature = "odbc_debug") {
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]      = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `SQL_OV_ODBC3`
[INFO] [stdout]  --> src/col.rs:2:31
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::env::{OdbcVersion, SQL_OV_ODBC3, SQL_OV_ODBC3_80, SQL_OV_ODBC4};
[INFO] [stdout]   |                               ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/convert.rs:256:17
[INFO] [stdout]     |
[INFO] [stdout] 256 |         if cfg!(feature = "odbc_debug") {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `v3_5`
[INFO] [stdout]    --> src/desc.rs:706:7
[INFO] [stdout]     |
[INFO] [stdout] 706 | #[cfg(feature = "v3_5")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `v3_5` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/desc.rs:504:11
[INFO] [stdout]     |
[INFO] [stdout] 504 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/desc.rs:513:11
[INFO] [stdout]     |
[INFO] [stdout] 513 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]   --> src/handle.rs:10:7
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[cfg(feature = "odbc_debug")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]    = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:268:16
[INFO] [stdout]     |
[INFO] [stdout] 268 | #[cfg_attr(not(feature = "odbc_debug"), repr(transparent))]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:437:16
[INFO] [stdout]     |
[INFO] [stdout] 437 | #[cfg_attr(not(feature = "odbc_debug"), repr(transparent))]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:275:11
[INFO] [stdout]     |
[INFO] [stdout] 275 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:277:11
[INFO] [stdout]     |
[INFO] [stdout] 277 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:280:11
[INFO] [stdout]     |
[INFO] [stdout] 280 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:282:11
[INFO] [stdout]     |
[INFO] [stdout] 282 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:284:11
[INFO] [stdout]     |
[INFO] [stdout] 284 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:286:11
[INFO] [stdout]     |
[INFO] [stdout] 286 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:289:15
[INFO] [stdout]     |
[INFO] [stdout] 289 |     #[cfg(not(feature = "odbc_debug"))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:291:15
[INFO] [stdout]     |
[INFO] [stdout] 291 |     #[cfg(not(feature = "odbc_debug"))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:294:15
[INFO] [stdout]     |
[INFO] [stdout] 294 |     #[cfg(not(feature = "odbc_debug"))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:296:15
[INFO] [stdout]     |
[INFO] [stdout] 296 |     #[cfg(not(feature = "odbc_debug"))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:298:15
[INFO] [stdout]     |
[INFO] [stdout] 298 |     #[cfg(not(feature = "odbc_debug"))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:300:15
[INFO] [stdout]     |
[INFO] [stdout] 300 |     #[cfg(not(feature = "odbc_debug"))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:444:11
[INFO] [stdout]     |
[INFO] [stdout] 444 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:447:15
[INFO] [stdout]     |
[INFO] [stdout] 447 |     #[cfg(not(feature = "odbc_debug"))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:311:11
[INFO] [stdout]     |
[INFO] [stdout] 311 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:336:15
[INFO] [stdout]     |
[INFO] [stdout] 336 |     #[cfg(not(feature = "odbc_debug"))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:358:11
[INFO] [stdout]     |
[INFO] [stdout] 358 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `v3_8`
[INFO] [stdout]   --> src/sqlreturn.rs:53:7
[INFO] [stdout]    |
[INFO] [stdout] 53 | #[cfg(feature = "v3_8")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]    = help: consider adding `v3_8` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `v4`
[INFO] [stdout]   --> src/sqlreturn.rs:57:7
[INFO] [stdout]    |
[INFO] [stdout] 57 | #[cfg(feature = "v4")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]    = help: consider adding `v4` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `v4`
[INFO] [stdout]   --> src/sqlreturn.rs:61:7
[INFO] [stdout]    |
[INFO] [stdout] 61 | #[cfg(feature = "v4")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]    = help: consider adding `v4` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `v4`
[INFO] [stdout]   --> src/sqlreturn.rs:65:7
[INFO] [stdout]    |
[INFO] [stdout] 65 | #[cfg(feature = "v4")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]    = help: consider adding `v4` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/stmt.rs:712:11
[INFO] [stdout]     |
[INFO] [stdout] 712 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/stmt.rs:721:11
[INFO] [stdout]     |
[INFO] [stdout] 721 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/stmt.rs:736:11
[INFO] [stdout]     |
[INFO] [stdout] 736 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/stmt.rs:745:11
[INFO] [stdout]     |
[INFO] [stdout] 745 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/stmt.rs:760:11
[INFO] [stdout]     |
[INFO] [stdout] 760 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/stmt.rs:820:11
[INFO] [stdout]     |
[INFO] [stdout] 820 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/stmt.rs:829:11
[INFO] [stdout]     |
[INFO] [stdout] 829 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/stmt.rs:842:11
[INFO] [stdout]     |
[INFO] [stdout] 842 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/stmt.rs:851:11
[INFO] [stdout]     |
[INFO] [stdout] 851 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/stmt.rs:866:11
[INFO] [stdout]     |
[INFO] [stdout] 866 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/stmt.rs:922:11
[INFO] [stdout]     |
[INFO] [stdout] 922 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/stmt.rs:931:11
[INFO] [stdout]     |
[INFO] [stdout] 931 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/stmt.rs:944:11
[INFO] [stdout]     |
[INFO] [stdout] 944 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/stmt.rs:953:11
[INFO] [stdout]     |
[INFO] [stdout] 953 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/stmt.rs:998:11
[INFO] [stdout]     |
[INFO] [stdout] 998 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]     --> src/stmt.rs:1007:11
[INFO] [stdout]      |
[INFO] [stdout] 1007 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]      = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]     --> src/stmt.rs:1020:11
[INFO] [stdout]      |
[INFO] [stdout] 1020 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]      = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]     --> src/stmt.rs:1029:11
[INFO] [stdout]      |
[INFO] [stdout] 1029 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]      = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling mockall v0.11.2
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustc0sOgHf/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/librs_odbc-ee28d900358ed6ba.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lodbc" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustc0sOgHf/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/num_cols-c64a4c14e03b789f" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: unable to find library -lodbc
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rs-odbc` (example "num_cols") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcXX14jN/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/librs_odbc-ee28d900358ed6ba.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lodbc" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcXX14jN/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/integration-08750d6d71323807" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: unable to find library -lodbc
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcbdae3O/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/librs_odbc-ee28d900358ed6ba.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lodbc" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcbdae3O/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/read_from_table-a9fd05187ad74185" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: unable to find library -lodbc
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rs-odbc` (example "read_from_table") due to 1 previous error
[INFO] [stderr] error: could not compile `rs-odbc` (test "integration") due to 1 previous error
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/api.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |             if cfg!(feature = "odbc_debug") {
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/api.rs:145:21
[INFO] [stdout]     |
[INFO] [stdout] 145 |             if cfg!(feature = "odbc_debug") {
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]     --> src/api.rs:1605:21
[INFO] [stdout]      |
[INFO] [stdout] 1605 |             if cfg!(feature = "odbc_debug") {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]      = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]     --> src/api.rs:1644:21
[INFO] [stdout]      |
[INFO] [stdout] 1644 |             if cfg!(feature = "odbc_debug") {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]      = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]     --> src/api.rs:2235:21
[INFO] [stdout]      |
[INFO] [stdout] 2235 |             if cfg!(feature = "odbc_debug") {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]      = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]     --> src/api.rs:2273:21
[INFO] [stdout]      |
[INFO] [stdout] 2273 |             if cfg!(feature = "odbc_debug") {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]      = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]     --> src/api.rs:2901:15
[INFO] [stdout]      |
[INFO] [stdout] 2901 |     #[cfg(not(feature = "odbc_debug"))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]      = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]     --> src/api.rs:2907:15
[INFO] [stdout]      |
[INFO] [stdout] 2907 |     #[cfg(not(feature = "odbc_debug"))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]      = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]     --> src/api.rs:2913:15
[INFO] [stdout]      |
[INFO] [stdout] 2913 |     #[cfg(not(feature = "odbc_debug"))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]      = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]     --> src/api.rs:2916:11
[INFO] [stdout]      |
[INFO] [stdout] 2916 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]      = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]     --> src/api.rs:2929:11
[INFO] [stdout]      |
[INFO] [stdout] 2929 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]      = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]     --> src/api.rs:2944:11
[INFO] [stdout]      |
[INFO] [stdout] 2944 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]      = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]     --> src/api.rs:3000:17
[INFO] [stdout]      |
[INFO] [stdout] 3000 |         if cfg!(feature = "odbc_debug") {
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]      = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]     --> src/api.rs:3038:17
[INFO] [stdout]      |
[INFO] [stdout] 3038 |         if cfg!(feature = "odbc_debug") {
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]      = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `SQL_OV_ODBC3`
[INFO] [stdout]  --> src/col.rs:2:31
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::env::{OdbcVersion, SQL_OV_ODBC3, SQL_OV_ODBC3_80, SQL_OV_ODBC4};
[INFO] [stdout]   |                               ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]    --> src/conn.rs:487:9
[INFO] [stdout]     |
[INFO] [stdout] 487 |     use super::*;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::api::mock_ffi as ffi`
[INFO] [stdout]    --> src/conn.rs:488:9
[INFO] [stdout]     |
[INFO] [stdout] 488 |     use crate::api::mock_ffi as ffi;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::api::Allocate`
[INFO] [stdout]    --> src/conn.rs:489:9
[INFO] [stdout]     |
[INFO] [stdout] 489 |     use crate::api::Allocate;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::env::SQL_OV_ODBC3_80`
[INFO] [stdout]    --> src/conn.rs:490:9
[INFO] [stdout]     |
[INFO] [stdout] 490 |     use crate::env::SQL_OV_ODBC3_80;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::handle::SQLHANDLE`
[INFO] [stdout]    --> src/conn.rs:491:9
[INFO] [stdout]     |
[INFO] [stdout] 491 |     use crate::handle::SQLHANDLE;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::sqlreturn::SQL_SUCCESS`
[INFO] [stdout]    --> src/conn.rs:492:9
[INFO] [stdout]     |
[INFO] [stdout] 492 |     use crate::sqlreturn::SQL_SUCCESS;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::stmt::SQL_ASYNC_ENABLE_OFF`
[INFO] [stdout]    --> src/conn.rs:493:9
[INFO] [stdout]     |
[INFO] [stdout] 493 |     use crate::stmt::SQL_ASYNC_ENABLE_OFF;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::SQL_TRUE`
[INFO] [stdout]    --> src/conn.rs:494:9
[INFO] [stdout]     |
[INFO] [stdout] 494 |     use crate::SQL_TRUE;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/convert.rs:256:17
[INFO] [stdout]     |
[INFO] [stdout] 256 |         if cfg!(feature = "odbc_debug") {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `v3_5`
[INFO] [stdout]    --> src/desc.rs:706:7
[INFO] [stdout]     |
[INFO] [stdout] 706 | #[cfg(feature = "v3_5")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `v3_5` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/desc.rs:504:11
[INFO] [stdout]     |
[INFO] [stdout] 504 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/desc.rs:513:11
[INFO] [stdout]     |
[INFO] [stdout] 513 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]   --> src/handle.rs:10:7
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[cfg(feature = "odbc_debug")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]    = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:268:16
[INFO] [stdout]     |
[INFO] [stdout] 268 | #[cfg_attr(not(feature = "odbc_debug"), repr(transparent))]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:437:16
[INFO] [stdout]     |
[INFO] [stdout] 437 | #[cfg_attr(not(feature = "odbc_debug"), repr(transparent))]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:275:11
[INFO] [stdout]     |
[INFO] [stdout] 275 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:277:11
[INFO] [stdout]     |
[INFO] [stdout] 277 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:280:11
[INFO] [stdout]     |
[INFO] [stdout] 280 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:282:11
[INFO] [stdout]     |
[INFO] [stdout] 282 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:284:11
[INFO] [stdout]     |
[INFO] [stdout] 284 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:286:11
[INFO] [stdout]     |
[INFO] [stdout] 286 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:289:15
[INFO] [stdout]     |
[INFO] [stdout] 289 |     #[cfg(not(feature = "odbc_debug"))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:291:15
[INFO] [stdout]     |
[INFO] [stdout] 291 |     #[cfg(not(feature = "odbc_debug"))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:294:15
[INFO] [stdout]     |
[INFO] [stdout] 294 |     #[cfg(not(feature = "odbc_debug"))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:296:15
[INFO] [stdout]     |
[INFO] [stdout] 296 |     #[cfg(not(feature = "odbc_debug"))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:298:15
[INFO] [stdout]     |
[INFO] [stdout] 298 |     #[cfg(not(feature = "odbc_debug"))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:300:15
[INFO] [stdout]     |
[INFO] [stdout] 300 |     #[cfg(not(feature = "odbc_debug"))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:444:11
[INFO] [stdout]     |
[INFO] [stdout] 444 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:447:15
[INFO] [stdout]     |
[INFO] [stdout] 447 |     #[cfg(not(feature = "odbc_debug"))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:311:11
[INFO] [stdout]     |
[INFO] [stdout] 311 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:336:15
[INFO] [stdout]     |
[INFO] [stdout] 336 |     #[cfg(not(feature = "odbc_debug"))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/handle.rs:358:11
[INFO] [stdout]     |
[INFO] [stdout] 358 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `v3_8`
[INFO] [stdout]   --> src/sqlreturn.rs:53:7
[INFO] [stdout]    |
[INFO] [stdout] 53 | #[cfg(feature = "v3_8")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]    = help: consider adding `v3_8` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `v4`
[INFO] [stdout]   --> src/sqlreturn.rs:57:7
[INFO] [stdout]    |
[INFO] [stdout] 57 | #[cfg(feature = "v4")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]    = help: consider adding `v4` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `v4`
[INFO] [stdout]   --> src/sqlreturn.rs:61:7
[INFO] [stdout]    |
[INFO] [stdout] 61 | #[cfg(feature = "v4")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]    = help: consider adding `v4` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `v4`
[INFO] [stdout]   --> src/sqlreturn.rs:65:7
[INFO] [stdout]    |
[INFO] [stdout] 65 | #[cfg(feature = "v4")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]    = help: consider adding `v4` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/stmt.rs:712:11
[INFO] [stdout]     |
[INFO] [stdout] 712 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/stmt.rs:721:11
[INFO] [stdout]     |
[INFO] [stdout] 721 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/stmt.rs:736:11
[INFO] [stdout]     |
[INFO] [stdout] 736 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/stmt.rs:745:11
[INFO] [stdout]     |
[INFO] [stdout] 745 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/stmt.rs:760:11
[INFO] [stdout]     |
[INFO] [stdout] 760 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/stmt.rs:820:11
[INFO] [stdout]     |
[INFO] [stdout] 820 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/stmt.rs:829:11
[INFO] [stdout]     |
[INFO] [stdout] 829 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/stmt.rs:842:11
[INFO] [stdout]     |
[INFO] [stdout] 842 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/stmt.rs:851:11
[INFO] [stdout]     |
[INFO] [stdout] 851 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/stmt.rs:866:11
[INFO] [stdout]     |
[INFO] [stdout] 866 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/stmt.rs:922:11
[INFO] [stdout]     |
[INFO] [stdout] 922 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/stmt.rs:931:11
[INFO] [stdout]     |
[INFO] [stdout] 931 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/stmt.rs:944:11
[INFO] [stdout]     |
[INFO] [stdout] 944 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/stmt.rs:953:11
[INFO] [stdout]     |
[INFO] [stdout] 953 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]    --> src/stmt.rs:998:11
[INFO] [stdout]     |
[INFO] [stdout] 998 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]     = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]     --> src/stmt.rs:1007:11
[INFO] [stdout]      |
[INFO] [stdout] 1007 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]      = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]     --> src/stmt.rs:1020:11
[INFO] [stdout]      |
[INFO] [stdout] 1020 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]      = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `odbc_debug`
[INFO] [stdout]     --> src/stmt.rs:1029:11
[INFO] [stdout]      |
[INFO] [stdout] 1029 |     #[cfg(feature = "odbc_debug")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `static`, and `std`
[INFO] [stdout]      = help: consider adding `odbc_debug` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `SQLFreeHandle` is never used
[INFO] [stdout]     --> src/api.rs:3496:16
[INFO] [stdout]      |
[INFO] [stdout] 3496 |         pub fn SQLFreeHandle(HandleType: SQLSMALLINT, Handle: SQLHANDLE) -> SQLRETURN;
[INFO] [stdout]      |                ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `HDESC` is never used
[INFO] [stdout]     --> src/api.rs:3131:10
[INFO] [stdout]      |
[INFO] [stdout] 3131 |     type HDESC = SQLHANDLE;
[INFO] [stdout]      |          ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustce8JYPN/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bdynamic" "-lodbc" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libmockall-fd02d1ec4350806c,libcfg_if-3e7fc4e38d4a72b5,libpredicates_tree-d4f77fa5b04a506f,libtermtree-85069e52a838fe82,libpredicates-2102a5647a95ef6a,libregex-677b5f5c3d51f8d1,libaho_corasick-8a10e4c92b6a5564,libmemchr-fe2e5a4f134682e2,libregex_syntax-00b81cede0cdc0da,libitertools-81abc26392a6ebd3,libeither-a3c3165c89d9dfe8,libdifflib-c2a6125f2253bb24,libnormalize_line_endings-ba1ed9a80c452738,libfloat_cmp-24ab5fd6306613b2,libnum_traits-af9e5579d19400a9,libpredicates_core-651a34bac4bbcbde,liblazy_static-af860367908b8176,libfragile-8ca5f77378fc728e,libdowncast-9499821a08ce6945}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustce8JYPN/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/rs_odbc-7d9cfecf8f73be35" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: unable to find library -lodbc
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rs-odbc` (lib test) due to 1 previous error; 71 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "f2b26182a6fa4a069d658938b13f461392f940c8b3b61d97dec5cf201df2bc75", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f2b26182a6fa4a069d658938b13f461392f940c8b3b61d97dec5cf201df2bc75", kill_on_drop: false }`
[INFO] [stdout] f2b26182a6fa4a069d658938b13f461392f940c8b3b61d97dec5cf201df2bc75
