[INFO] fetching crate rs-odbc 0.1.0... [INFO] testing rs-odbc-0.1.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate rs-odbc 0.1.0 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate rs-odbc 0.1.0 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rs-odbc 0.1.0 [INFO] finished tweaking crates.io crate rs-odbc 0.1.0 [INFO] tweaked toml for crates.io crate rs-odbc 0.1.0 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate crates.io crate rs-odbc 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded predicates-tree v1.0.2 [INFO] [stderr] Downloaded mockall_double v0.2.0 [INFO] [stderr] Downloaded treeline v0.1.0 [INFO] [stderr] Downloaded trybuild v1.0.42 [INFO] [stderr] Downloaded fragile v1.0.0 [INFO] [stderr] Downloaded rs-odbc_derive v0.1.0 [INFO] [stderr] Downloaded mockall_derive v0.10.1 [INFO] [stderr] Downloaded mockall v0.10.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d7e757084125771b1a2988226add8e9b167dc4d3684845e87568eb048e6290e7 [INFO] running `Command { std: "docker" "start" "-a" "d7e757084125771b1a2988226add8e9b167dc4d3684845e87568eb048e6290e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d7e757084125771b1a2988226add8e9b167dc4d3684845e87568eb048e6290e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d7e757084125771b1a2988226add8e9b167dc4d3684845e87568eb048e6290e7", kill_on_drop: false }` [INFO] [stdout] d7e757084125771b1a2988226add8e9b167dc4d3684845e87568eb048e6290e7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7f8dfbaac5f69ceafc00cbfc3cb6a34222adfb3808275742d06b8ee0192492f6 [INFO] running `Command { std: "docker" "start" "-a" "7f8dfbaac5f69ceafc00cbfc3cb6a34222adfb3808275742d06b8ee0192492f6", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.67 [INFO] [stderr] Compiling rs-odbc v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Compiling mockall_double v0.2.0 [INFO] [stderr] Compiling rs-odbc_derive v0.1.0 [INFO] [stdout] warning: unused imports: `SQL_PARAM_INPUT_OUTPUT`, `SQL_PARAM_INPUT`, `SQL_PARAM_OUTPUT` [INFO] [stdout] --> src/c_types.rs:10:42 [INFO] [stdout] | [INFO] [stdout] 10 | SQLUINTEGER, SQLUSMALLINT, SQLWCHAR, SQL_PARAM_INPUT, SQL_PARAM_INPUT_OUTPUT, SQL_PARAM_OUTPUT, [INFO] [stdout] | ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::SQLLEN` [INFO] [stdout] --> src/desc.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::SQLLEN; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Arc`, `Weak` [INFO] [stdout] --> src/handle.rs:18:17 [INFO] [stdout] | [INFO] [stdout] 18 | use std::sync::{Arc, Weak}; [INFO] [stdout] | ^^^ ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `WindowHandle` [INFO] [stdout] --> src/api.rs:2573:9 [INFO] [stdout] | [INFO] [stdout] 2573 | WindowHandle: Option, [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_WindowHandle` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `WindowHandle` [INFO] [stdout] --> src/api.rs:2618:9 [INFO] [stdout] | [INFO] [stdout] 2618 | WindowHandle: Option, [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_WindowHandle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `TargetValuePtr` [INFO] [stdout] --> src/api.rs:3027:69 [INFO] [stdout] | [INFO] [stdout] 3027 | fn bind_col>(&self, TargetValuePtr: Option<&'buf B>) [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_TargetValuePtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `TargetValuePtr` [INFO] [stdout] --> src/api.rs:3037:9 [INFO] [stdout] | [INFO] [stdout] 3037 | TargetValuePtr: Option<&'buf B>, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_TargetValuePtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `TargetValuePtr` [INFO] [stdout] --> src/api.rs:3065:69 [INFO] [stdout] | [INFO] [stdout] 3065 | fn bind_col>(&self, TargetValuePtr: Option<&'buf B>) [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_TargetValuePtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `TargetValuePtr` [INFO] [stdout] --> src/api.rs:3073:9 [INFO] [stdout] | [INFO] [stdout] 3073 | TargetValuePtr: Option<&'buf B>, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_TargetValuePtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `StrLen_or_IndPtr` [INFO] [stdout] --> src/api.rs:3079:34 [INFO] [stdout] | [INFO] [stdout] 3079 | fn bind_strlen_or_ind(&self, StrLen_or_IndPtr: Option<&'buf UnsafeCell>) {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_StrLen_or_IndPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `other` [INFO] [stdout] --> src/c_types.rs:475:18 [INFO] [stdout] | [INFO] [stdout] 475 | fn eq(&self, other: &SQL_INTERVAL_STRUCT) -> bool { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_other` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `f` [INFO] [stdout] --> src/c_types.rs:480:19 [INFO] [stdout] | [INFO] [stdout] 480 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> Result<(), std::fmt::Error> { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_f` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `UWORD` [INFO] [stdout] --> src/lib.rs:61:1 [INFO] [stdout] | [INFO] [stdout] 61 | type UWORD = u16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `explicit_ard` [INFO] [stdout] --> src/handle.rs:289:5 [INFO] [stdout] | [INFO] [stdout] 289 | pub(crate) explicit_ard: Cell, V>>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UnsafeSQLHSTMT` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/handle.rs:266:10 [INFO] [stdout] | [INFO] [stdout] 266 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `explicit_apd` [INFO] [stdout] --> src/handle.rs:291:5 [INFO] [stdout] | [INFO] [stdout] 291 | pub(crate) explicit_apd: Cell, V>>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UnsafeSQLHSTMT` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/handle.rs:266:10 [INFO] [stdout] | [INFO] [stdout] 266 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `InputHandle` should have a snake case name [INFO] [stdout] --> src/api.rs:46:24 [INFO] [stdout] | [INFO] [stdout] 46 | unsafe fn from_raw(InputHandle: SRC, output_handle: SQLHANDLE) -> Self; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `input_handle` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `TargetValuePtr` should have a snake case name [INFO] [stdout] --> src/api.rs:253:9 [INFO] [stdout] | [INFO] [stdout] 253 | TargetValuePtr: Option<&'buf B>, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `target_value_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `TargetValuePtr` should have a snake case name [INFO] [stdout] --> src/api.rs:258:9 [INFO] [stdout] | [INFO] [stdout] 258 | TargetValuePtr: Option<&'buf B>, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `target_value_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `StrLen_or_IndPtr` should have a snake case name [INFO] [stdout] --> src/api.rs:261:34 [INFO] [stdout] | [INFO] [stdout] 261 | fn bind_strlen_or_ind(&self, StrLen_or_IndPtr: Option<&'buf UnsafeCell>); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `str_len_or_ind_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `TargetValuePtr` should have a snake case name [INFO] [stdout] --> src/api.rs:3027:69 [INFO] [stdout] | [INFO] [stdout] 3027 | fn bind_col>(&self, TargetValuePtr: Option<&'buf B>) [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `target_value_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `TargetValuePtr` should have a snake case name [INFO] [stdout] --> src/api.rs:3037:9 [INFO] [stdout] | [INFO] [stdout] 3037 | TargetValuePtr: Option<&'buf B>, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `target_value_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `StrLen_or_IndPtr` should have a snake case name [INFO] [stdout] --> src/api.rs:3045:34 [INFO] [stdout] | [INFO] [stdout] 3045 | fn bind_strlen_or_ind(&self, StrLen_or_IndPtr: Option<&'buf UnsafeCell>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `str_len_or_ind_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `TargetValuePtr` should have a snake case name [INFO] [stdout] --> src/api.rs:3065:69 [INFO] [stdout] | [INFO] [stdout] 3065 | fn bind_col>(&self, TargetValuePtr: Option<&'buf B>) [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `target_value_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `TargetValuePtr` should have a snake case name [INFO] [stdout] --> src/api.rs:3073:9 [INFO] [stdout] | [INFO] [stdout] 3073 | TargetValuePtr: Option<&'buf B>, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `target_value_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `StrLen_or_IndPtr` should have a snake case name [INFO] [stdout] --> src/api.rs:3079:34 [INFO] [stdout] | [INFO] [stdout] 3079 | fn bind_strlen_or_ind(&self, StrLen_or_IndPtr: Option<&'buf UnsafeCell>) {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `str_len_or_ind_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `InputHandle` should have a snake case name [INFO] [stdout] --> src/handle.rs:255:24 [INFO] [stdout] | [INFO] [stdout] 255 | unsafe fn from_raw(InputHandle: &'conn SQLHDBC<'env, C4, V>, handle: SQLHANDLE) -> Self { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `input_handle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `InputHandle` should have a snake case name [INFO] [stdout] --> src/handle.rs:421:24 [INFO] [stdout] | [INFO] [stdout] 421 | unsafe fn from_raw(InputHandle: &'conn SQLHDBC<'env, C4, V>, handle: SQLHANDLE) -> Self { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `input_handle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 27 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.78s [INFO] running `Command { std: "docker" "inspect" "7f8dfbaac5f69ceafc00cbfc3cb6a34222adfb3808275742d06b8ee0192492f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7f8dfbaac5f69ceafc00cbfc3cb6a34222adfb3808275742d06b8ee0192492f6", kill_on_drop: false }` [INFO] [stdout] 7f8dfbaac5f69ceafc00cbfc3cb6a34222adfb3808275742d06b8ee0192492f6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 02f2f2b71c98d0ac230200ecad0a703f03b1163a5ca3fbc1226761e173711ed1 [INFO] running `Command { std: "docker" "start" "-a" "02f2f2b71c98d0ac230200ecad0a703f03b1163a5ca3fbc1226761e173711ed1", kill_on_drop: false }` [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling predicates-core v1.0.2 [INFO] [stderr] Compiling treeline v0.1.0 [INFO] [stderr] Compiling normalize-line-endings v0.3.0 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling trybuild v1.0.42 [INFO] [stderr] Compiling difference v2.0.0 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling downcast v0.10.0 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling fragile v1.0.0 [INFO] [stderr] Compiling mockall_derive v0.10.1 [INFO] [stdout] warning: unused imports: `SQL_PARAM_INPUT_OUTPUT`, `SQL_PARAM_INPUT`, `SQL_PARAM_OUTPUT` [INFO] [stdout] --> src/c_types.rs:10:42 [INFO] [stdout] | [INFO] [stdout] 10 | SQLUINTEGER, SQLUSMALLINT, SQLWCHAR, SQL_PARAM_INPUT, SQL_PARAM_INPUT_OUTPUT, SQL_PARAM_OUTPUT, [INFO] [stdout] | ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::SQLLEN` [INFO] [stdout] --> src/desc.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::SQLLEN; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Arc`, `Weak` [INFO] [stdout] --> src/handle.rs:18:17 [INFO] [stdout] | [INFO] [stdout] 18 | use std::sync::{Arc, Weak}; [INFO] [stdout] | ^^^ ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `WindowHandle` [INFO] [stdout] --> src/api.rs:2573:9 [INFO] [stdout] | [INFO] [stdout] 2573 | WindowHandle: Option, [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_WindowHandle` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `WindowHandle` [INFO] [stdout] --> src/api.rs:2618:9 [INFO] [stdout] | [INFO] [stdout] 2618 | WindowHandle: Option, [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_WindowHandle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `TargetValuePtr` [INFO] [stdout] --> src/api.rs:3027:69 [INFO] [stdout] | [INFO] [stdout] 3027 | fn bind_col>(&self, TargetValuePtr: Option<&'buf B>) [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_TargetValuePtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `TargetValuePtr` [INFO] [stdout] --> src/api.rs:3037:9 [INFO] [stdout] | [INFO] [stdout] 3037 | TargetValuePtr: Option<&'buf B>, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_TargetValuePtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `TargetValuePtr` [INFO] [stdout] --> src/api.rs:3065:69 [INFO] [stdout] | [INFO] [stdout] 3065 | fn bind_col>(&self, TargetValuePtr: Option<&'buf B>) [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_TargetValuePtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `TargetValuePtr` [INFO] [stdout] --> src/api.rs:3073:9 [INFO] [stdout] | [INFO] [stdout] 3073 | TargetValuePtr: Option<&'buf B>, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_TargetValuePtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `StrLen_or_IndPtr` [INFO] [stdout] --> src/api.rs:3079:34 [INFO] [stdout] | [INFO] [stdout] 3079 | fn bind_strlen_or_ind(&self, StrLen_or_IndPtr: Option<&'buf UnsafeCell>) {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_StrLen_or_IndPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `other` [INFO] [stdout] --> src/c_types.rs:475:18 [INFO] [stdout] | [INFO] [stdout] 475 | fn eq(&self, other: &SQL_INTERVAL_STRUCT) -> bool { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_other` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `f` [INFO] [stdout] --> src/c_types.rs:480:19 [INFO] [stdout] | [INFO] [stdout] 480 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> Result<(), std::fmt::Error> { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_f` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `UWORD` [INFO] [stdout] --> src/lib.rs:61:1 [INFO] [stdout] | [INFO] [stdout] 61 | type UWORD = u16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `explicit_ard` [INFO] [stdout] --> src/handle.rs:289:5 [INFO] [stdout] | [INFO] [stdout] 289 | pub(crate) explicit_ard: Cell, V>>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UnsafeSQLHSTMT` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/handle.rs:266:10 [INFO] [stdout] | [INFO] [stdout] 266 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `explicit_apd` [INFO] [stdout] --> src/handle.rs:291:5 [INFO] [stdout] | [INFO] [stdout] 291 | pub(crate) explicit_apd: Cell, V>>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UnsafeSQLHSTMT` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/handle.rs:266:10 [INFO] [stdout] | [INFO] [stdout] 266 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `InputHandle` should have a snake case name [INFO] [stdout] --> src/api.rs:46:24 [INFO] [stdout] | [INFO] [stdout] 46 | unsafe fn from_raw(InputHandle: SRC, output_handle: SQLHANDLE) -> Self; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `input_handle` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `TargetValuePtr` should have a snake case name [INFO] [stdout] --> src/api.rs:253:9 [INFO] [stdout] | [INFO] [stdout] 253 | TargetValuePtr: Option<&'buf B>, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `target_value_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `TargetValuePtr` should have a snake case name [INFO] [stdout] --> src/api.rs:258:9 [INFO] [stdout] | [INFO] [stdout] 258 | TargetValuePtr: Option<&'buf B>, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `target_value_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `StrLen_or_IndPtr` should have a snake case name [INFO] [stdout] --> src/api.rs:261:34 [INFO] [stdout] | [INFO] [stdout] 261 | fn bind_strlen_or_ind(&self, StrLen_or_IndPtr: Option<&'buf UnsafeCell>); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `str_len_or_ind_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `TargetValuePtr` should have a snake case name [INFO] [stdout] --> src/api.rs:3027:69 [INFO] [stdout] | [INFO] [stdout] 3027 | fn bind_col>(&self, TargetValuePtr: Option<&'buf B>) [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `target_value_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `TargetValuePtr` should have a snake case name [INFO] [stdout] --> src/api.rs:3037:9 [INFO] [stdout] | [INFO] [stdout] 3037 | TargetValuePtr: Option<&'buf B>, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `target_value_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `StrLen_or_IndPtr` should have a snake case name [INFO] [stdout] --> src/api.rs:3045:34 [INFO] [stdout] | [INFO] [stdout] 3045 | fn bind_strlen_or_ind(&self, StrLen_or_IndPtr: Option<&'buf UnsafeCell>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `str_len_or_ind_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `TargetValuePtr` should have a snake case name [INFO] [stdout] --> src/api.rs:3065:69 [INFO] [stdout] | [INFO] [stdout] 3065 | fn bind_col>(&self, TargetValuePtr: Option<&'buf B>) [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `target_value_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `TargetValuePtr` should have a snake case name [INFO] [stdout] --> src/api.rs:3073:9 [INFO] [stdout] | [INFO] [stdout] 3073 | TargetValuePtr: Option<&'buf B>, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `target_value_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `StrLen_or_IndPtr` should have a snake case name [INFO] [stdout] --> src/api.rs:3079:34 [INFO] [stdout] | [INFO] [stdout] 3079 | fn bind_strlen_or_ind(&self, StrLen_or_IndPtr: Option<&'buf UnsafeCell>) {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `str_len_or_ind_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `InputHandle` should have a snake case name [INFO] [stdout] --> src/handle.rs:255:24 [INFO] [stdout] | [INFO] [stdout] 255 | unsafe fn from_raw(InputHandle: &'conn SQLHDBC<'env, C4, V>, handle: SQLHANDLE) -> Self { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `input_handle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `InputHandle` should have a snake case name [INFO] [stdout] --> src/handle.rs:421:24 [INFO] [stdout] | [INFO] [stdout] 421 | unsafe fn from_raw(InputHandle: &'conn SQLHDBC<'env, C4, V>, handle: SQLHANDLE) -> Self { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `input_handle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 27 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling predicates-tree v1.0.2 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling float-cmp v0.8.0 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling predicates v1.0.8 [INFO] [stderr] Compiling mockall v0.10.1 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling rs-odbc v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/examples/num_cols-b851c61e7df5b547.num_cols.054cfe5e-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/num_cols-b851c61e7df5b547.num_cols.054cfe5e-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/num_cols-b851c61e7df5b547.num_cols.054cfe5e-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/num_cols-b851c61e7df5b547.num_cols.054cfe5e-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/num_cols-b851c61e7df5b547.num_cols.054cfe5e-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/num_cols-b851c61e7df5b547.num_cols.054cfe5e-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/num_cols-b851c61e7df5b547.num_cols.054cfe5e-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/num_cols-b851c61e7df5b547.num_cols.054cfe5e-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/num_cols-b851c61e7df5b547.num_cols.054cfe5e-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/num_cols-b851c61e7df5b547.num_cols.054cfe5e-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/num_cols-b851c61e7df5b547.num_cols.054cfe5e-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/num_cols-b851c61e7df5b547.num_cols.054cfe5e-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/num_cols-b851c61e7df5b547.num_cols.054cfe5e-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/num_cols-b851c61e7df5b547.num_cols.054cfe5e-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/num_cols-b851c61e7df5b547.num_cols.054cfe5e-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/num_cols-b851c61e7df5b547.num_cols.054cfe5e-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/num_cols-b851c61e7df5b547.xvp46zuhewedqcn.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/librs_odbc-71f3070a231ae0fa.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8d61b92a0a02f53a.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-fc45202bb435016b.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f2400674c7513725.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-605c3a7d1a5d300d.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-3d4fb4efa907e4e8.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-65207f030ab23308.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-76ca199cb0186109.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-1e3e01ed4f561dc1.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dd8dddcba7c13fee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-00b13d31c3420656.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-e4c8460b81557bd5.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-600d46e5f0005455.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e4a08a2585b62d37.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fbc21ec567cb9dc7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-10b3fa8e49bd978f.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-64625b73694ffce7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-fb6b78ac543a58ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1d1f2d1bec6f51b8.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-acf5ff6e9595d982.rlib" "-Wl,-Bdynamic" "-lodbc" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/num_cols-b851c61e7df5b547" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lodbc [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rs-odbc` due to 2 previous errors [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" "/opt/rustwide/target/debug/deps/integration-9125bb5e2560e661.integration.5511dca8-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/integration-9125bb5e2560e661.integration.5511dca8-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/integration-9125bb5e2560e661.integration.5511dca8-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/integration-9125bb5e2560e661.integration.5511dca8-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/integration-9125bb5e2560e661.integration.5511dca8-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/integration-9125bb5e2560e661.integration.5511dca8-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/integration-9125bb5e2560e661.integration.5511dca8-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/integration-9125bb5e2560e661.integration.5511dca8-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/integration-9125bb5e2560e661.integration.5511dca8-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/integration-9125bb5e2560e661.integration.5511dca8-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/integration-9125bb5e2560e661.integration.5511dca8-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/integration-9125bb5e2560e661.integration.5511dca8-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/integration-9125bb5e2560e661.integration.5511dca8-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/integration-9125bb5e2560e661.integration.5511dca8-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/integration-9125bb5e2560e661.integration.5511dca8-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/integration-9125bb5e2560e661.integration.5511dca8-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/integration-9125bb5e2560e661.1tc44cq7vifdav6v.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-b6a068090bf40c71.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-1c1e08c768cd8903.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-3f4474e7a3a1f53f.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-ec55ab174918e77a.rlib" "/opt/rustwide/target/debug/deps/librs_odbc-71f3070a231ae0fa.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8d61b92a0a02f53a.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-fc45202bb435016b.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f2400674c7513725.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-605c3a7d1a5d300d.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-3d4fb4efa907e4e8.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-65207f030ab23308.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-76ca199cb0186109.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-1e3e01ed4f561dc1.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dd8dddcba7c13fee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-00b13d31c3420656.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-e4c8460b81557bd5.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-600d46e5f0005455.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e4a08a2585b62d37.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fbc21ec567cb9dc7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-10b3fa8e49bd978f.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-64625b73694ffce7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-fb6b78ac543a58ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1d1f2d1bec6f51b8.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-acf5ff6e9595d982.rlib" "-Wl,-Bdynamic" "-lodbc" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/integration-9125bb5e2560e661" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lodbc [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `SQL_PARAM_INPUT_OUTPUT`, `SQL_PARAM_INPUT`, `SQL_PARAM_OUTPUT` [INFO] [stdout] --> src/c_types.rs:10:42 [INFO] [stdout] | [INFO] [stdout] 10 | SQLUINTEGER, SQLUSMALLINT, SQLWCHAR, SQL_PARAM_INPUT, SQL_PARAM_INPUT_OUTPUT, SQL_PARAM_OUTPUT, [INFO] [stdout] | ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/conn.rs:488:9 [INFO] [stdout] | [INFO] [stdout] 488 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::api::mock_ffi as ffi` [INFO] [stdout] --> src/conn.rs:489:9 [INFO] [stdout] | [INFO] [stdout] 489 | 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:490:9 [INFO] [stdout] | [INFO] [stdout] 490 | 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:491:9 [INFO] [stdout] | [INFO] [stdout] 491 | 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:492:9 [INFO] [stdout] | [INFO] [stdout] 492 | use crate::handle::SQLHANDLE; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::sqlreturn::SQL_SUCCESS` [INFO] [stdout] --> src/conn.rs:493:9 [INFO] [stdout] | [INFO] [stdout] 493 | 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:494:9 [INFO] [stdout] | [INFO] [stdout] 494 | 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:495:9 [INFO] [stdout] | [INFO] [stdout] 495 | use crate::SQL_TRUE; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::SQLLEN` [INFO] [stdout] --> src/desc.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::SQLLEN; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Arc`, `Weak` [INFO] [stdout] --> src/handle.rs:18:17 [INFO] [stdout] | [INFO] [stdout] 18 | use std::sync::{Arc, Weak}; [INFO] [stdout] | ^^^ ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `WindowHandle` [INFO] [stdout] --> src/api.rs:2573:9 [INFO] [stdout] | [INFO] [stdout] 2573 | WindowHandle: Option, [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_WindowHandle` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `WindowHandle` [INFO] [stdout] --> src/api.rs:2618:9 [INFO] [stdout] | [INFO] [stdout] 2618 | WindowHandle: Option, [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_WindowHandle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `TargetValuePtr` [INFO] [stdout] --> src/api.rs:3027:69 [INFO] [stdout] | [INFO] [stdout] 3027 | fn bind_col>(&self, TargetValuePtr: Option<&'buf B>) [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_TargetValuePtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `TargetValuePtr` [INFO] [stdout] --> src/api.rs:3037:9 [INFO] [stdout] | [INFO] [stdout] 3037 | TargetValuePtr: Option<&'buf B>, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_TargetValuePtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `TargetValuePtr` [INFO] [stdout] --> src/api.rs:3065:69 [INFO] [stdout] | [INFO] [stdout] 3065 | fn bind_col>(&self, TargetValuePtr: Option<&'buf B>) [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_TargetValuePtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `TargetValuePtr` [INFO] [stdout] --> src/api.rs:3073:9 [INFO] [stdout] | [INFO] [stdout] 3073 | TargetValuePtr: Option<&'buf B>, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_TargetValuePtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `StrLen_or_IndPtr` [INFO] [stdout] --> src/api.rs:3079:34 [INFO] [stdout] | [INFO] [stdout] 3079 | fn bind_strlen_or_ind(&self, StrLen_or_IndPtr: Option<&'buf UnsafeCell>) {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_StrLen_or_IndPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `other` [INFO] [stdout] --> src/c_types.rs:475:18 [INFO] [stdout] | [INFO] [stdout] 475 | fn eq(&self, other: &SQL_INTERVAL_STRUCT) -> bool { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_other` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `f` [INFO] [stdout] --> src/c_types.rs:480:19 [INFO] [stdout] | [INFO] [stdout] 480 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> Result<(), std::fmt::Error> { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_f` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `UWORD` [INFO] [stdout] --> src/lib.rs:61:1 [INFO] [stdout] | [INFO] [stdout] 61 | type UWORD = u16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `explicit_ard` [INFO] [stdout] --> src/handle.rs:289:5 [INFO] [stdout] | [INFO] [stdout] 289 | pub(crate) explicit_ard: Cell, V>>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UnsafeSQLHSTMT` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/handle.rs:266:10 [INFO] [stdout] | [INFO] [stdout] 266 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `explicit_apd` [INFO] [stdout] --> src/handle.rs:291:5 [INFO] [stdout] | [INFO] [stdout] 291 | pub(crate) explicit_apd: Cell, V>>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UnsafeSQLHSTMT` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/handle.rs:266:10 [INFO] [stdout] | [INFO] [stdout] 266 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `SQLFreeHandle` [INFO] [stdout] --> src/api.rs:3649:9 [INFO] [stdout] | [INFO] [stdout] 3649 | pub fn SQLFreeHandle(HandleType: SQLSMALLINT, Handle: SQLHANDLE) -> SQLRETURN; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `InputHandle` should have a snake case name [INFO] [stdout] --> src/api.rs:46:24 [INFO] [stdout] | [INFO] [stdout] 46 | unsafe fn from_raw(InputHandle: SRC, output_handle: SQLHANDLE) -> Self; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `input_handle` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `TargetValuePtr` should have a snake case name [INFO] [stdout] --> src/api.rs:253:9 [INFO] [stdout] | [INFO] [stdout] 253 | TargetValuePtr: Option<&'buf B>, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `target_value_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `TargetValuePtr` should have a snake case name [INFO] [stdout] --> src/api.rs:258:9 [INFO] [stdout] | [INFO] [stdout] 258 | TargetValuePtr: Option<&'buf B>, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `target_value_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `StrLen_or_IndPtr` should have a snake case name [INFO] [stdout] --> src/api.rs:261:34 [INFO] [stdout] | [INFO] [stdout] 261 | fn bind_strlen_or_ind(&self, StrLen_or_IndPtr: Option<&'buf UnsafeCell>); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `str_len_or_ind_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `TargetValuePtr` should have a snake case name [INFO] [stdout] --> src/api.rs:3027:69 [INFO] [stdout] | [INFO] [stdout] 3027 | fn bind_col>(&self, TargetValuePtr: Option<&'buf B>) [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `target_value_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `TargetValuePtr` should have a snake case name [INFO] [stdout] --> src/api.rs:3037:9 [INFO] [stdout] | [INFO] [stdout] 3037 | TargetValuePtr: Option<&'buf B>, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `target_value_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `StrLen_or_IndPtr` should have a snake case name [INFO] [stdout] --> src/api.rs:3045:34 [INFO] [stdout] | [INFO] [stdout] 3045 | fn bind_strlen_or_ind(&self, StrLen_or_IndPtr: Option<&'buf UnsafeCell>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `str_len_or_ind_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `TargetValuePtr` should have a snake case name [INFO] [stdout] --> src/api.rs:3065:69 [INFO] [stdout] | [INFO] [stdout] 3065 | fn bind_col>(&self, TargetValuePtr: Option<&'buf B>) [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `target_value_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `TargetValuePtr` should have a snake case name [INFO] [stdout] --> src/api.rs:3073:9 [INFO] [stdout] | [INFO] [stdout] 3073 | TargetValuePtr: Option<&'buf B>, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `target_value_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `StrLen_or_IndPtr` should have a snake case name [INFO] [stdout] --> src/api.rs:3079:34 [INFO] [stdout] | [INFO] [stdout] 3079 | fn bind_strlen_or_ind(&self, StrLen_or_IndPtr: Option<&'buf UnsafeCell>) {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `str_len_or_ind_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `InputHandle` should have a snake case name [INFO] [stdout] --> src/handle.rs:255:24 [INFO] [stdout] | [INFO] [stdout] 255 | unsafe fn from_raw(InputHandle: &'conn SQLHDBC<'env, C4, V>, handle: SQLHANDLE) -> Self { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `input_handle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `InputHandle` should have a snake case name [INFO] [stdout] --> src/handle.rs:421:24 [INFO] [stdout] | [INFO] [stdout] 421 | unsafe fn from_raw(InputHandle: &'conn SQLHDBC<'env, C4, V>, handle: SQLHANDLE) -> Self { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `input_handle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/rs_odbc-86788d28db75796e.rs_odbc.f5aa6967-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/rs_odbc-86788d28db75796e.rs_odbc.f5aa6967-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/rs_odbc-86788d28db75796e.rs_odbc.f5aa6967-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/rs_odbc-86788d28db75796e.rs_odbc.f5aa6967-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/rs_odbc-86788d28db75796e.rs_odbc.f5aa6967-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/rs_odbc-86788d28db75796e.rs_odbc.f5aa6967-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/rs_odbc-86788d28db75796e.rs_odbc.f5aa6967-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/rs_odbc-86788d28db75796e.rs_odbc.f5aa6967-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/rs_odbc-86788d28db75796e.rs_odbc.f5aa6967-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/rs_odbc-86788d28db75796e.rs_odbc.f5aa6967-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/rs_odbc-86788d28db75796e.rs_odbc.f5aa6967-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/rs_odbc-86788d28db75796e.rs_odbc.f5aa6967-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/rs_odbc-86788d28db75796e.rs_odbc.f5aa6967-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/rs_odbc-86788d28db75796e.rs_odbc.f5aa6967-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/rs_odbc-86788d28db75796e.rs_odbc.f5aa6967-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/rs_odbc-86788d28db75796e.rs_odbc.f5aa6967-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/rs_odbc-86788d28db75796e.4kth683z9xphuhz5.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lodbc" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-b6a068090bf40c71.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-1c1e08c768cd8903.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-3f4474e7a3a1f53f.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-ec55ab174918e77a.rlib" "/opt/rustwide/target/debug/deps/libmockall-12edf16826159d33.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-56df745b5175507b.rlib" "/opt/rustwide/target/debug/deps/libpredicates_tree-dbb22fcc49b9a3b5.rlib" "/opt/rustwide/target/debug/deps/libtreeline-c24570d61e3da3ab.rlib" "/opt/rustwide/target/debug/deps/libpredicates-5f46ec443038b57f.rlib" "/opt/rustwide/target/debug/deps/libregex-11213b7a283feea5.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-c06249dde8ea3988.rlib" "/opt/rustwide/target/debug/deps/libmemchr-9a25ecfc3255644e.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-71dab053db1b6952.rlib" "/opt/rustwide/target/debug/deps/libdifference-7b344aee6fefbee1.rlib" "/opt/rustwide/target/debug/deps/libnormalize_line_endings-293d7dbf2f337455.rlib" "/opt/rustwide/target/debug/deps/libfloat_cmp-8c0ce8b961984b5e.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-9d64f7163f6758cb.rlib" "/opt/rustwide/target/debug/deps/libpredicates_core-3948ba9af37ecba0.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b341606102c7008f.rlib" "/opt/rustwide/target/debug/deps/libfragile-0d4c3de027647f2a.rlib" "/opt/rustwide/target/debug/deps/libdowncast-4a304910c4ffcbec.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8d61b92a0a02f53a.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-fc45202bb435016b.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f2400674c7513725.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-605c3a7d1a5d300d.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-3d4fb4efa907e4e8.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-65207f030ab23308.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-76ca199cb0186109.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-1e3e01ed4f561dc1.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dd8dddcba7c13fee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-00b13d31c3420656.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-e4c8460b81557bd5.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-600d46e5f0005455.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e4a08a2585b62d37.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fbc21ec567cb9dc7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-10b3fa8e49bd978f.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-64625b73694ffce7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-fb6b78ac543a58ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1d1f2d1bec6f51b8.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-acf5ff6e9595d982.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/rs_odbc-86788d28db75796e" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lodbc [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 36 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "02f2f2b71c98d0ac230200ecad0a703f03b1163a5ca3fbc1226761e173711ed1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "02f2f2b71c98d0ac230200ecad0a703f03b1163a5ca3fbc1226761e173711ed1", kill_on_drop: false }` [INFO] [stdout] 02f2f2b71c98d0ac230200ecad0a703f03b1163a5ca3fbc1226761e173711ed1