[INFO] fetching crate rs-odbc 0.1.0... [INFO] testing rs-odbc-0.1.0 against 1.59.0 for beta-1.60-1 [INFO] extracting crate rs-odbc 0.1.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate rs-odbc 0.1.0 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.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-3/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.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 08e328c65f5a949a2105c20baa9de99efa4a99c26bf524b66a06ba9cff9252fb [INFO] running `Command { std: "docker" "start" "-a" "08e328c65f5a949a2105c20baa9de99efa4a99c26bf524b66a06ba9cff9252fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "08e328c65f5a949a2105c20baa9de99efa4a99c26bf524b66a06ba9cff9252fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "08e328c65f5a949a2105c20baa9de99efa4a99c26bf524b66a06ba9cff9252fb", kill_on_drop: false }` [INFO] [stdout] 08e328c65f5a949a2105c20baa9de99efa4a99c26bf524b66a06ba9cff9252fb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 06492480aac253061cac6d801bba7e2df54e2d6123b558dfa0e92eb0ff0821f2 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "06492480aac253061cac6d801bba7e2df54e2d6123b558dfa0e92eb0ff0821f2", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.67 [INFO] [stderr] Compiling rs-odbc v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling rs-odbc_derive v0.1.0 [INFO] [stderr] Compiling mockall_double v0.2.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: 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: `#[warn(dead_code)]` on by default [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] [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] [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 21.61s [INFO] running `Command { std: "docker" "inspect" "06492480aac253061cac6d801bba7e2df54e2d6123b558dfa0e92eb0ff0821f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "06492480aac253061cac6d801bba7e2df54e2d6123b558dfa0e92eb0ff0821f2", kill_on_drop: false }` [INFO] [stdout] 06492480aac253061cac6d801bba7e2df54e2d6123b558dfa0e92eb0ff0821f2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5728aaf9be8597c601a9a8500a261fcbf7c62c57e58a5f97a63bb912c59c6d50 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "5728aaf9be8597c601a9a8500a261fcbf7c62c57e58a5f97a63bb912c59c6d50", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling predicates-core v1.0.2 [INFO] [stderr] Compiling trybuild v1.0.42 [INFO] [stderr] Compiling treeline v0.1.0 [INFO] [stderr] Compiling normalize-line-endings v0.3.0 [INFO] [stderr] Compiling downcast v0.10.0 [INFO] [stderr] Compiling fragile v1.0.0 [INFO] [stderr] Compiling float-cmp v0.8.0 [INFO] [stderr] Compiling serde_derive v1.0.126 [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: 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: `#[warn(dead_code)]` on by default [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] [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] [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 aho-corasick v0.7.18 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling predicates v1.0.8 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling mockall v0.10.1 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling serde_json v1.0.64 [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-7bb564cb089869f5.num_cols.5e6c788d-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/num_cols-7bb564cb089869f5.num_cols.5e6c788d-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/num_cols-7bb564cb089869f5.num_cols.5e6c788d-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/num_cols-7bb564cb089869f5.num_cols.5e6c788d-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/num_cols-7bb564cb089869f5.num_cols.5e6c788d-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/num_cols-7bb564cb089869f5.num_cols.5e6c788d-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/num_cols-7bb564cb089869f5.num_cols.5e6c788d-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/num_cols-7bb564cb089869f5.num_cols.5e6c788d-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/num_cols-7bb564cb089869f5.num_cols.5e6c788d-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/num_cols-7bb564cb089869f5.num_cols.5e6c788d-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/num_cols-7bb564cb089869f5.num_cols.5e6c788d-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/num_cols-7bb564cb089869f5.num_cols.5e6c788d-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/num_cols-7bb564cb089869f5.num_cols.5e6c788d-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/num_cols-7bb564cb089869f5.num_cols.5e6c788d-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/num_cols-7bb564cb089869f5.num_cols.5e6c788d-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/num_cols-7bb564cb089869f5.num_cols.5e6c788d-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/num_cols-7bb564cb089869f5.lsivzfgvzq7424g.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/librs_odbc-0bba56932abb9039.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a46a068050a12a4b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1df56095db9453cb.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-9062de483386e50b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-b988ab269ff13602.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-1bc822d886d4f7bd.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-963eca8df4c224a6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d805b480c9102e58.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-06dfdbc22b935051.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-d7523a4d118e6572.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-5d7898c7fac3a07d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8c2bdbab4845bf3d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-d578639df0547b30.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-58bbb7b1efa3a5e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4c9b082d197c16f8.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-70f9ed6d8e7a5ce6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8c0a241d0360fa53.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-bad7ed93fdd31371.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-98b4d121af2b7335.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1d9f7e5920635d15.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.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/num_cols-7bb564cb089869f5" "-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-75883f627ad19ff9.integration.e80314d1-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/integration-75883f627ad19ff9.integration.e80314d1-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/integration-75883f627ad19ff9.integration.e80314d1-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/integration-75883f627ad19ff9.integration.e80314d1-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/integration-75883f627ad19ff9.integration.e80314d1-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/integration-75883f627ad19ff9.integration.e80314d1-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/integration-75883f627ad19ff9.integration.e80314d1-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/integration-75883f627ad19ff9.integration.e80314d1-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/integration-75883f627ad19ff9.integration.e80314d1-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/integration-75883f627ad19ff9.integration.e80314d1-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/integration-75883f627ad19ff9.integration.e80314d1-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/integration-75883f627ad19ff9.integration.e80314d1-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/integration-75883f627ad19ff9.integration.e80314d1-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/integration-75883f627ad19ff9.integration.e80314d1-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/integration-75883f627ad19ff9.integration.e80314d1-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/integration-75883f627ad19ff9.integration.e80314d1-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/integration-75883f627ad19ff9.9hq8kw2o8apbv19.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-758a09c353a92957.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-743b1b40789d9970.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-03c847826ae3c573.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-b1a47273c37bf80e.rlib" "/opt/rustwide/target/debug/deps/librs_odbc-0bba56932abb9039.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a46a068050a12a4b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1df56095db9453cb.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-9062de483386e50b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-b988ab269ff13602.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-1bc822d886d4f7bd.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-963eca8df4c224a6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d805b480c9102e58.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-06dfdbc22b935051.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-d7523a4d118e6572.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-5d7898c7fac3a07d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8c2bdbab4845bf3d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-d578639df0547b30.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-58bbb7b1efa3a5e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4c9b082d197c16f8.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-70f9ed6d8e7a5ce6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8c0a241d0360fa53.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-bad7ed93fdd31371.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-98b4d121af2b7335.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1d9f7e5920635d15.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.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/integration-75883f627ad19ff9" "-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: 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] = 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] [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] [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] [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-f3b1a8cebdb27b35.rs_odbc.1219e50f-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/rs_odbc-f3b1a8cebdb27b35.rs_odbc.1219e50f-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/rs_odbc-f3b1a8cebdb27b35.rs_odbc.1219e50f-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/rs_odbc-f3b1a8cebdb27b35.rs_odbc.1219e50f-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/rs_odbc-f3b1a8cebdb27b35.rs_odbc.1219e50f-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/rs_odbc-f3b1a8cebdb27b35.rs_odbc.1219e50f-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/rs_odbc-f3b1a8cebdb27b35.rs_odbc.1219e50f-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/rs_odbc-f3b1a8cebdb27b35.rs_odbc.1219e50f-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/rs_odbc-f3b1a8cebdb27b35.rs_odbc.1219e50f-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/rs_odbc-f3b1a8cebdb27b35.rs_odbc.1219e50f-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/rs_odbc-f3b1a8cebdb27b35.rs_odbc.1219e50f-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/rs_odbc-f3b1a8cebdb27b35.rs_odbc.1219e50f-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/rs_odbc-f3b1a8cebdb27b35.rs_odbc.1219e50f-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/rs_odbc-f3b1a8cebdb27b35.rs_odbc.1219e50f-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/rs_odbc-f3b1a8cebdb27b35.rs_odbc.1219e50f-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/rs_odbc-f3b1a8cebdb27b35.rs_odbc.1219e50f-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/rs_odbc-f3b1a8cebdb27b35.4atse1zjeq2567qt.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lodbc" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-758a09c353a92957.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-743b1b40789d9970.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-03c847826ae3c573.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-b1a47273c37bf80e.rlib" "/opt/rustwide/target/debug/deps/libmockall-8e281b7ea2d772e0.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0a04e74fc4f21d18.rlib" "/opt/rustwide/target/debug/deps/libpredicates_tree-1cfefe165ed75bbf.rlib" "/opt/rustwide/target/debug/deps/libtreeline-546e11e7c512c4f2.rlib" "/opt/rustwide/target/debug/deps/libpredicates-5b1f4c54c9e1e240.rlib" "/opt/rustwide/target/debug/deps/libregex-a5dcbee32486fb12.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-c8e5935077525ae4.rlib" "/opt/rustwide/target/debug/deps/libmemchr-74d4e3ea3bb47a23.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-930967c34ea90294.rlib" "/opt/rustwide/target/debug/deps/libdifference-4888bc55e2dd884c.rlib" "/opt/rustwide/target/debug/deps/libnormalize_line_endings-206907ed50ba9e3e.rlib" "/opt/rustwide/target/debug/deps/libfloat_cmp-5cddea2bbce02894.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-4114f27ced0ff965.rlib" "/opt/rustwide/target/debug/deps/libpredicates_core-5d7c3a132f3d1a40.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-02ff0d0fbc57b9b4.rlib" "/opt/rustwide/target/debug/deps/libfragile-b0b2ac50431fef2f.rlib" "/opt/rustwide/target/debug/deps/libdowncast-6875e3271a2e86e2.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a46a068050a12a4b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1df56095db9453cb.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-9062de483386e50b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-b988ab269ff13602.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-1bc822d886d4f7bd.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-963eca8df4c224a6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d805b480c9102e58.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-06dfdbc22b935051.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-d7523a4d118e6572.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-5d7898c7fac3a07d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8c2bdbab4845bf3d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-d578639df0547b30.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-58bbb7b1efa3a5e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4c9b082d197c16f8.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-70f9ed6d8e7a5ce6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8c0a241d0360fa53.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-bad7ed93fdd31371.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-98b4d121af2b7335.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1d9f7e5920635d15.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/rs_odbc-f3b1a8cebdb27b35" "-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" "5728aaf9be8597c601a9a8500a261fcbf7c62c57e58a5f97a63bb912c59c6d50", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5728aaf9be8597c601a9a8500a261fcbf7c62c57e58a5f97a63bb912c59c6d50", kill_on_drop: false }` [INFO] [stdout] 5728aaf9be8597c601a9a8500a261fcbf7c62c57e58a5f97a63bb912c59c6d50