[INFO] fetching crate rs-odbc 0.1.0... [INFO] testing rs-odbc-0.1.0 against beta-2022-04-10 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 beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1c31ee04252c878d62a27b50df4d9ca2756ad75813fcf0d57ed83be4960aed7e [INFO] running `Command { std: "docker" "start" "-a" "1c31ee04252c878d62a27b50df4d9ca2756ad75813fcf0d57ed83be4960aed7e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1c31ee04252c878d62a27b50df4d9ca2756ad75813fcf0d57ed83be4960aed7e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1c31ee04252c878d62a27b50df4d9ca2756ad75813fcf0d57ed83be4960aed7e", kill_on_drop: false }` [INFO] [stdout] 1c31ee04252c878d62a27b50df4d9ca2756ad75813fcf0d57ed83be4960aed7e [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" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8a71f0c07e45d9d3398f2c365e1a965fe022cd240c077b4e1b390869f1226e57 [INFO] running `Command { std: "docker" "start" "-a" "8a71f0c07e45d9d3398f2c365e1a965fe022cd240c077b4e1b390869f1226e57", 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 cfg-if v1.0.0 [INFO] [stderr] Compiling rs-odbc v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Compiling rs-odbc_derive v0.1.0 [INFO] [stderr] Compiling mockall_double v0.2.0 [INFO] [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 10.21s [INFO] running `Command { std: "docker" "inspect" "8a71f0c07e45d9d3398f2c365e1a965fe022cd240c077b4e1b390869f1226e57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8a71f0c07e45d9d3398f2c365e1a965fe022cd240c077b4e1b390869f1226e57", kill_on_drop: false }` [INFO] [stdout] 8a71f0c07e45d9d3398f2c365e1a965fe022cd240c077b4e1b390869f1226e57 [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" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c10ad230ef2b01c029ddae9437a4ce0eacf9a788b52a1bcbadff7a2973119c4b [INFO] running `Command { std: "docker" "start" "-a" "c10ad230ef2b01c029ddae9437a4ce0eacf9a788b52a1bcbadff7a2973119c4b", 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 predicates-core v1.0.2 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling normalize-line-endings v0.3.0 [INFO] [stderr] Compiling difference v2.0.0 [INFO] [stderr] Compiling trybuild v1.0.42 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling treeline v0.1.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling fragile v1.0.0 [INFO] [stderr] Compiling downcast v0.10.0 [INFO] [stderr] Compiling glob v0.3.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 regex v1.5.4 [INFO] [stderr] Compiling float-cmp v0.8.0 [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/deps/integration-7ec53b5080b4834b.integration.f9e70e9b-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/integration-7ec53b5080b4834b.integration.f9e70e9b-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/integration-7ec53b5080b4834b.integration.f9e70e9b-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/integration-7ec53b5080b4834b.integration.f9e70e9b-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/integration-7ec53b5080b4834b.integration.f9e70e9b-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/integration-7ec53b5080b4834b.integration.f9e70e9b-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/integration-7ec53b5080b4834b.integration.f9e70e9b-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/integration-7ec53b5080b4834b.integration.f9e70e9b-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/integration-7ec53b5080b4834b.integration.f9e70e9b-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/integration-7ec53b5080b4834b.integration.f9e70e9b-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/integration-7ec53b5080b4834b.integration.f9e70e9b-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/integration-7ec53b5080b4834b.integration.f9e70e9b-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/integration-7ec53b5080b4834b.integration.f9e70e9b-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/integration-7ec53b5080b4834b.integration.f9e70e9b-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/integration-7ec53b5080b4834b.integration.f9e70e9b-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/integration-7ec53b5080b4834b.integration.f9e70e9b-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/integration-7ec53b5080b4834b.1btxy9xfetpvs9ox.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-d9ecd5377b7dfa2f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-e95f8ccbb889cb3a.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-bc3d259c8a5de0c3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-2b85ee1dcf40ad05.rlib" "/opt/rustwide/target/debug/deps/librs_odbc-1fb9090ec48ae529.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lodbc" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/integration-7ec53b5080b4834b" "-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] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/examples/num_cols-9220b2bf8d84f6de.num_cols.e61d0d45-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/num_cols-9220b2bf8d84f6de.num_cols.e61d0d45-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/num_cols-9220b2bf8d84f6de.num_cols.e61d0d45-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/num_cols-9220b2bf8d84f6de.num_cols.e61d0d45-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/num_cols-9220b2bf8d84f6de.num_cols.e61d0d45-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/num_cols-9220b2bf8d84f6de.num_cols.e61d0d45-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/num_cols-9220b2bf8d84f6de.num_cols.e61d0d45-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/num_cols-9220b2bf8d84f6de.num_cols.e61d0d45-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/num_cols-9220b2bf8d84f6de.num_cols.e61d0d45-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/num_cols-9220b2bf8d84f6de.num_cols.e61d0d45-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/num_cols-9220b2bf8d84f6de.num_cols.e61d0d45-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/num_cols-9220b2bf8d84f6de.num_cols.e61d0d45-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/num_cols-9220b2bf8d84f6de.num_cols.e61d0d45-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/num_cols-9220b2bf8d84f6de.num_cols.e61d0d45-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/num_cols-9220b2bf8d84f6de.num_cols.e61d0d45-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/num_cols-9220b2bf8d84f6de.num_cols.e61d0d45-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/num_cols-9220b2bf8d84f6de.4bdvocwgld98hi1s.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/librs_odbc-1fb9090ec48ae529.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lodbc" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/num_cols-9220b2bf8d84f6de" "-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] [stderr] error: could not compile `rs-odbc` due to 2 previous errors [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-83c20d8b892962d4.rs_odbc.1a81d1fe-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/rs_odbc-83c20d8b892962d4.rs_odbc.1a81d1fe-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/rs_odbc-83c20d8b892962d4.rs_odbc.1a81d1fe-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/rs_odbc-83c20d8b892962d4.rs_odbc.1a81d1fe-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/rs_odbc-83c20d8b892962d4.rs_odbc.1a81d1fe-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/rs_odbc-83c20d8b892962d4.rs_odbc.1a81d1fe-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/rs_odbc-83c20d8b892962d4.rs_odbc.1a81d1fe-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/rs_odbc-83c20d8b892962d4.rs_odbc.1a81d1fe-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/rs_odbc-83c20d8b892962d4.rs_odbc.1a81d1fe-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/rs_odbc-83c20d8b892962d4.rs_odbc.1a81d1fe-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/rs_odbc-83c20d8b892962d4.rs_odbc.1a81d1fe-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/rs_odbc-83c20d8b892962d4.rs_odbc.1a81d1fe-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/rs_odbc-83c20d8b892962d4.rs_odbc.1a81d1fe-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/rs_odbc-83c20d8b892962d4.rs_odbc.1a81d1fe-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/rs_odbc-83c20d8b892962d4.rs_odbc.1a81d1fe-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/rs_odbc-83c20d8b892962d4.rs_odbc.1a81d1fe-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/rs_odbc-83c20d8b892962d4.51dns6l6zgn3i1fz.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lodbc" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-d9ecd5377b7dfa2f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-e95f8ccbb889cb3a.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-bc3d259c8a5de0c3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-2b85ee1dcf40ad05.rlib" "/opt/rustwide/target/debug/deps/libmockall-7960189a40adc828.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-97437e183f3ae6e4.rlib" "/opt/rustwide/target/debug/deps/libpredicates_tree-f9ea4b489c735227.rlib" "/opt/rustwide/target/debug/deps/libtreeline-94576853f99db997.rlib" "/opt/rustwide/target/debug/deps/libpredicates-413a3285ee81c6ba.rlib" "/opt/rustwide/target/debug/deps/libregex-bb2eb99988a4f3fa.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-57261455c72e3e09.rlib" "/opt/rustwide/target/debug/deps/libmemchr-c0c2ed8e96932ec2.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-fd0c3ba7c22fa1f4.rlib" "/opt/rustwide/target/debug/deps/libdifference-be5a92587e0cc979.rlib" "/opt/rustwide/target/debug/deps/libnormalize_line_endings-2d5d80f9c86f8e07.rlib" "/opt/rustwide/target/debug/deps/libfloat_cmp-38a8ce7f2a9059f1.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-80b3e0a44ca31d95.rlib" "/opt/rustwide/target/debug/deps/libpredicates_core-3cdaf923c35547e8.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/libfragile-cd1b8c4baa6283e7.rlib" "/opt/rustwide/target/debug/deps/libdowncast-532c87827c5caf3e.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/rs_odbc-83c20d8b892962d4" "-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: could not compile `rs-odbc` due to 2 previous errors; 36 warnings emitted [INFO] running `Command { std: "docker" "inspect" "c10ad230ef2b01c029ddae9437a4ce0eacf9a788b52a1bcbadff7a2973119c4b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c10ad230ef2b01c029ddae9437a4ce0eacf9a788b52a1bcbadff7a2973119c4b", kill_on_drop: false }` [INFO] [stdout] c10ad230ef2b01c029ddae9437a4ce0eacf9a788b52a1bcbadff7a2973119c4b