[INFO] fetching crate odbc 0.17.0... [INFO] testing odbc-0.17.0 against 1.55.0 for beta-1.56-1 [INFO] extracting crate odbc 0.17.0 into /workspace/builds/worker-86/source [INFO] validating manifest of crates.io crate odbc 0.17.0 on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate odbc 0.17.0 [INFO] finished tweaking crates.io crate odbc 0.17.0 [INFO] tweaked toml for crates.io crate odbc 0.17.0 written to /workspace/builds/worker-86/source/Cargo.toml [INFO] crate crates.io crate odbc 0.17.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-86/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-86/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c85ebf6e1f875ec5569b9618ea8994cb1631deb752ecb7df6dfc0c419fc8dc3a [INFO] running `Command { std: "docker" "start" "-a" "c85ebf6e1f875ec5569b9618ea8994cb1631deb752ecb7df6dfc0c419fc8dc3a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c85ebf6e1f875ec5569b9618ea8994cb1631deb752ecb7df6dfc0c419fc8dc3a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c85ebf6e1f875ec5569b9618ea8994cb1631deb752ecb7df6dfc0c419fc8dc3a", kill_on_drop: false }` [INFO] [stdout] c85ebf6e1f875ec5569b9618ea8994cb1631deb752ecb7df6dfc0c419fc8dc3a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-86/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-86/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] be757e7349c93514016eaa8e687b380c4e9eb7ba16d99b775525d2f626169962 [INFO] running `Command { std: "docker" "start" "-a" "be757e7349c93514016eaa8e687b380c4e9eb7ba16d99b775525d2f626169962", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling odbc-sys v0.8.2 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling encoding_rs v0.8.22 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling doc-comment v0.3.1 [INFO] [stderr] Compiling odbc-safe v0.5.0 [INFO] [stderr] Compiling odbc v0.17.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/diagnostics.rs:96:58 [INFO] [stdout] | [INFO] [stdout] 96 | fn get_diag_rec(&self, record_number: i16) -> Option<(DiagnosticRecord)> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/statement/types.rs:714:9 [INFO] [stdout] | [INFO] [stdout] 714 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::collections::HashSet` [INFO] [stdout] --> src/statement/types.rs:715:9 [INFO] [stdout] | [INFO] [stdout] 715 | use std::collections::HashSet; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::borrow::Cow` [INFO] [stdout] --> src/statement/types.rs:716:9 [INFO] [stdout] | [INFO] [stdout] 716 | use std::borrow::Cow; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/connection.rs:48:31 [INFO] [stdout] | [INFO] [stdout] 48 | pub fn disable_autocommit(mut self) -> std::result::Result, Self> { [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/connection.rs:59:30 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn enable_autocommit(mut self) -> std::result::Result, Self> { [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 40.59s [INFO] running `Command { std: "docker" "inspect" "be757e7349c93514016eaa8e687b380c4e9eb7ba16d99b775525d2f626169962", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be757e7349c93514016eaa8e687b380c4e9eb7ba16d99b775525d2f626169962", kill_on_drop: false }` [INFO] [stdout] be757e7349c93514016eaa8e687b380c4e9eb7ba16d99b775525d2f626169962 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-86/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-86/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5183b5445caab2e38d218ba8338143cdd20b6dd07af114a2201a957f7b6730ac [INFO] running `Command { std: "docker" "start" "-a" "5183b5445caab2e38d218ba8338143cdd20b6dd07af114a2201a957f7b6730ac", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling memchr v2.3.0 [INFO] [stderr] Compiling regex-syntax v0.6.13 [INFO] [stderr] Compiling termcolor v1.1.0 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/diagnostics.rs:96:58 [INFO] [stdout] | [INFO] [stdout] 96 | fn get_diag_rec(&self, record_number: i16) -> Option<(DiagnosticRecord)> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/statement/types.rs:714:9 [INFO] [stdout] | [INFO] [stdout] 714 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::collections::HashSet` [INFO] [stdout] --> src/statement/types.rs:715:9 [INFO] [stdout] | [INFO] [stdout] 715 | use std::collections::HashSet; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::borrow::Cow` [INFO] [stdout] --> src/statement/types.rs:716:9 [INFO] [stdout] | [INFO] [stdout] 716 | use std::borrow::Cow; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/connection.rs:48:31 [INFO] [stdout] | [INFO] [stdout] 48 | pub fn disable_autocommit(mut self) -> std::result::Result, Self> { [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/connection.rs:59:30 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn enable_autocommit(mut self) -> std::result::Result, Self> { [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling regex v1.3.3 [INFO] [stderr] Compiling chrono v0.4.10 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling odbc v0.17.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> tests/libs.rs:196:6 [INFO] [stdout] | [INFO] [stdout] 196 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/diagnostics.rs:96:58 [INFO] [stdout] | [INFO] [stdout] 96 | fn get_diag_rec(&self, record_number: i16) -> Option<(DiagnosticRecord)> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [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/affected_row_count-5e42edd19c2baa61.affected_row_count.a5f3d54a-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/affected_row_count-5e42edd19c2baa61.affected_row_count.a5f3d54a-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/affected_row_count-5e42edd19c2baa61.affected_row_count.a5f3d54a-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/affected_row_count-5e42edd19c2baa61.affected_row_count.a5f3d54a-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/affected_row_count-5e42edd19c2baa61.affected_row_count.a5f3d54a-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/affected_row_count-5e42edd19c2baa61.affected_row_count.a5f3d54a-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/affected_row_count-5e42edd19c2baa61.affected_row_count.a5f3d54a-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/affected_row_count-5e42edd19c2baa61.affected_row_count.a5f3d54a-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/affected_row_count-5e42edd19c2baa61.affected_row_count.a5f3d54a-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/affected_row_count-5e42edd19c2baa61.affected_row_count.a5f3d54a-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/affected_row_count-5e42edd19c2baa61.affected_row_count.a5f3d54a-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/affected_row_count-5e42edd19c2baa61.affected_row_count.a5f3d54a-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/affected_row_count-5e42edd19c2baa61.affected_row_count.a5f3d54a-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/affected_row_count-5e42edd19c2baa61.affected_row_count.a5f3d54a-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/affected_row_count-5e42edd19c2baa61.affected_row_count.a5f3d54a-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/affected_row_count-5e42edd19c2baa61.affected_row_count.a5f3d54a-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/affected_row_count-5e42edd19c2baa61.3bj5xvs6l7qk6ur0.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libodbc-f39c30c8205f6823.rlib" "/opt/rustwide/target/debug/deps/libdoc_comment-4f1013e362313a5e.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-2d82ce8f0f1283f9.rlib" "/opt/rustwide/target/debug/deps/libodbc_safe-208291325be1696c.rlib" "/opt/rustwide/target/debug/deps/libodbc_sys-2a43cf09750aec79.rlib" "/opt/rustwide/target/debug/deps/liblog-ef319cfe97d0a4d1.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4dc40f94662accb2.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-008055cc7d873802.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-06f01ac2578bda94.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f9a3c3274a1835e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d4cbb754ee9f4daa.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-95c14e1c1e3ebcc4.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d489f0ca872880cc.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-75f07df0b18fea39.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-0c35b278736219a2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e530649c9a06e3c6.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-6b148909d375a785.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-cd15fa647f4775d1.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74be3a703f788ba2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8f2c5b445c28b2e3.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-8480e85e0be96197.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-ac23a75f6f42004e.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-557ba8776e04d182.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-4beb03d03503c439.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-dd7db1bec6909f24.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.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/affected_row_count-5e42edd19c2baa61" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-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 `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/examples/transactions-21c01a86f9b2de08.transactions.809d1190-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/transactions-21c01a86f9b2de08.transactions.809d1190-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/transactions-21c01a86f9b2de08.transactions.809d1190-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/transactions-21c01a86f9b2de08.transactions.809d1190-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/transactions-21c01a86f9b2de08.transactions.809d1190-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/transactions-21c01a86f9b2de08.transactions.809d1190-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/transactions-21c01a86f9b2de08.transactions.809d1190-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/transactions-21c01a86f9b2de08.transactions.809d1190-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/transactions-21c01a86f9b2de08.transactions.809d1190-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/transactions-21c01a86f9b2de08.transactions.809d1190-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/transactions-21c01a86f9b2de08.transactions.809d1190-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/transactions-21c01a86f9b2de08.transactions.809d1190-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/transactions-21c01a86f9b2de08.transactions.809d1190-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/transactions-21c01a86f9b2de08.transactions.809d1190-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/transactions-21c01a86f9b2de08.transactions.809d1190-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/transactions-21c01a86f9b2de08.transactions.809d1190-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/transactions-21c01a86f9b2de08.qxf5w7z2ta4jzfb.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libenv_logger-1dba5b3966cd7b19.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-42ba0c722a422d99.rlib" "/opt/rustwide/target/debug/deps/libatty-093da68f73f896ab.rlib" "/opt/rustwide/target/debug/deps/liblibc-e353681d5d0d351d.rlib" "/opt/rustwide/target/debug/deps/libhumantime-a3db86d0f937abe4.rlib" "/opt/rustwide/target/debug/deps/libquick_error-92792d7d5dc6f90c.rlib" "/opt/rustwide/target/debug/deps/libregex-b8a97e82afe5c771.rlib" "/opt/rustwide/target/debug/deps/libthread_local-fca49ebfe19b2a13.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-df981c5871754530.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-0d8c0ace5b1d02e7.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-ac4832f0a20494f1.rlib" "/opt/rustwide/target/debug/deps/libmemchr-9d772d5b60a3a855.rlib" "/opt/rustwide/target/debug/deps/libodbc-f39c30c8205f6823.rlib" "/opt/rustwide/target/debug/deps/libdoc_comment-4f1013e362313a5e.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-2d82ce8f0f1283f9.rlib" "/opt/rustwide/target/debug/deps/libodbc_safe-208291325be1696c.rlib" "/opt/rustwide/target/debug/deps/libodbc_sys-2a43cf09750aec79.rlib" "/opt/rustwide/target/debug/deps/liblog-ef319cfe97d0a4d1.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4dc40f94662accb2.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-008055cc7d873802.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-06f01ac2578bda94.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f9a3c3274a1835e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d4cbb754ee9f4daa.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-95c14e1c1e3ebcc4.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d489f0ca872880cc.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-75f07df0b18fea39.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-0c35b278736219a2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e530649c9a06e3c6.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-6b148909d375a785.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-cd15fa647f4775d1.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74be3a703f788ba2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8f2c5b445c28b2e3.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-8480e85e0be96197.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-ac23a75f6f42004e.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-557ba8776e04d182.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-4beb03d03503c439.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-dd7db1bec6909f24.rlib" "-Wl,-Bdynamic" "-lutil" "-lodbc" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/transactions-21c01a86f9b2de08" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-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: variable does not need to be mutable [INFO] [stdout] --> src/connection.rs:48:31 [INFO] [stdout] | [INFO] [stdout] 48 | pub fn disable_autocommit(mut self) -> std::result::Result, Self> { [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/connection.rs:59:30 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn enable_autocommit(mut self) -> std::result::Result, Self> { [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [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/column_descriptions-9de745438bc36bd3.column_descriptions.063e7ca1-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/column_descriptions-9de745438bc36bd3.column_descriptions.063e7ca1-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/column_descriptions-9de745438bc36bd3.column_descriptions.063e7ca1-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/column_descriptions-9de745438bc36bd3.column_descriptions.063e7ca1-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/column_descriptions-9de745438bc36bd3.column_descriptions.063e7ca1-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/column_descriptions-9de745438bc36bd3.column_descriptions.063e7ca1-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/column_descriptions-9de745438bc36bd3.column_descriptions.063e7ca1-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/column_descriptions-9de745438bc36bd3.column_descriptions.063e7ca1-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/column_descriptions-9de745438bc36bd3.column_descriptions.063e7ca1-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/column_descriptions-9de745438bc36bd3.column_descriptions.063e7ca1-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/column_descriptions-9de745438bc36bd3.column_descriptions.063e7ca1-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/column_descriptions-9de745438bc36bd3.column_descriptions.063e7ca1-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/column_descriptions-9de745438bc36bd3.column_descriptions.063e7ca1-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/column_descriptions-9de745438bc36bd3.column_descriptions.063e7ca1-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/column_descriptions-9de745438bc36bd3.column_descriptions.063e7ca1-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/column_descriptions-9de745438bc36bd3.column_descriptions.063e7ca1-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/column_descriptions-9de745438bc36bd3.4h50kgznhtf0phou.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libenv_logger-1dba5b3966cd7b19.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-42ba0c722a422d99.rlib" "/opt/rustwide/target/debug/deps/libatty-093da68f73f896ab.rlib" "/opt/rustwide/target/debug/deps/liblibc-e353681d5d0d351d.rlib" "/opt/rustwide/target/debug/deps/libhumantime-a3db86d0f937abe4.rlib" "/opt/rustwide/target/debug/deps/libquick_error-92792d7d5dc6f90c.rlib" "/opt/rustwide/target/debug/deps/libregex-b8a97e82afe5c771.rlib" "/opt/rustwide/target/debug/deps/libthread_local-fca49ebfe19b2a13.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-df981c5871754530.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-0d8c0ace5b1d02e7.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-ac4832f0a20494f1.rlib" "/opt/rustwide/target/debug/deps/libmemchr-9d772d5b60a3a855.rlib" "/opt/rustwide/target/debug/deps/libodbc-f39c30c8205f6823.rlib" "/opt/rustwide/target/debug/deps/libdoc_comment-4f1013e362313a5e.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-2d82ce8f0f1283f9.rlib" "/opt/rustwide/target/debug/deps/libodbc_safe-208291325be1696c.rlib" "/opt/rustwide/target/debug/deps/libodbc_sys-2a43cf09750aec79.rlib" "/opt/rustwide/target/debug/deps/liblog-ef319cfe97d0a4d1.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4dc40f94662accb2.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-008055cc7d873802.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-06f01ac2578bda94.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f9a3c3274a1835e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d4cbb754ee9f4daa.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-95c14e1c1e3ebcc4.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d489f0ca872880cc.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-75f07df0b18fea39.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-0c35b278736219a2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e530649c9a06e3c6.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-6b148909d375a785.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-cd15fa647f4775d1.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74be3a703f788ba2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8f2c5b445c28b2e3.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-8480e85e0be96197.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-ac23a75f6f42004e.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-557ba8776e04d182.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-4beb03d03503c439.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-dd7db1bec6909f24.rlib" "-Wl,-Bdynamic" "-lutil" "-lodbc" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/column_descriptions-9de745438bc36bd3" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-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/deps/native_types-63d5aca901a52831.native_types.9ba1c226-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/native_types-63d5aca901a52831.native_types.9ba1c226-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/native_types-63d5aca901a52831.native_types.9ba1c226-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/native_types-63d5aca901a52831.native_types.9ba1c226-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/native_types-63d5aca901a52831.native_types.9ba1c226-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/native_types-63d5aca901a52831.native_types.9ba1c226-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/native_types-63d5aca901a52831.native_types.9ba1c226-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/native_types-63d5aca901a52831.native_types.9ba1c226-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/native_types-63d5aca901a52831.native_types.9ba1c226-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/native_types-63d5aca901a52831.native_types.9ba1c226-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/native_types-63d5aca901a52831.native_types.9ba1c226-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/native_types-63d5aca901a52831.native_types.9ba1c226-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/native_types-63d5aca901a52831.native_types.9ba1c226-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/native_types-63d5aca901a52831.native_types.9ba1c226-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/native_types-63d5aca901a52831.native_types.9ba1c226-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/native_types-63d5aca901a52831.native_types.9ba1c226-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/native_types-63d5aca901a52831.nrej85dr70qpdm3.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-ae0b9de85e81d76f.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-dd17e7b765638f54.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-e55ce254123a1c62.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-c91921c83bf98d74.rlib" "/opt/rustwide/target/debug/deps/libodbc-f39c30c8205f6823.rlib" "/opt/rustwide/target/debug/deps/libdoc_comment-4f1013e362313a5e.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-2d82ce8f0f1283f9.rlib" "/opt/rustwide/target/debug/deps/libodbc_safe-208291325be1696c.rlib" "/opt/rustwide/target/debug/deps/libodbc_sys-2a43cf09750aec79.rlib" "/opt/rustwide/target/debug/deps/liblog-ef319cfe97d0a4d1.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4dc40f94662accb2.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-008055cc7d873802.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-06f01ac2578bda94.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f9a3c3274a1835e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d4cbb754ee9f4daa.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-95c14e1c1e3ebcc4.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d489f0ca872880cc.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-75f07df0b18fea39.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-0c35b278736219a2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e530649c9a06e3c6.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-6b148909d375a785.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-cd15fa647f4775d1.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74be3a703f788ba2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8f2c5b445c28b2e3.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-8480e85e0be96197.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-ac23a75f6f42004e.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-557ba8776e04d182.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-4beb03d03503c439.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-dd7db1bec6909f24.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.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/native_types-63d5aca901a52831" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-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: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/examples/list_tables-a81c2479d8fa34b1.list_tables.b08652f5-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/list_tables-a81c2479d8fa34b1.list_tables.b08652f5-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/list_tables-a81c2479d8fa34b1.list_tables.b08652f5-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/list_tables-a81c2479d8fa34b1.list_tables.b08652f5-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/list_tables-a81c2479d8fa34b1.list_tables.b08652f5-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/list_tables-a81c2479d8fa34b1.list_tables.b08652f5-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/list_tables-a81c2479d8fa34b1.list_tables.b08652f5-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/list_tables-a81c2479d8fa34b1.list_tables.b08652f5-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/list_tables-a81c2479d8fa34b1.list_tables.b08652f5-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/list_tables-a81c2479d8fa34b1.list_tables.b08652f5-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/list_tables-a81c2479d8fa34b1.list_tables.b08652f5-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/list_tables-a81c2479d8fa34b1.list_tables.b08652f5-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/list_tables-a81c2479d8fa34b1.list_tables.b08652f5-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/list_tables-a81c2479d8fa34b1.list_tables.b08652f5-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/list_tables-a81c2479d8fa34b1.list_tables.b08652f5-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/list_tables-a81c2479d8fa34b1.list_tables.b08652f5-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/list_tables-a81c2479d8fa34b1.41jiymbdahafct7h.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libenv_logger-1dba5b3966cd7b19.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-42ba0c722a422d99.rlib" "/opt/rustwide/target/debug/deps/libatty-093da68f73f896ab.rlib" "/opt/rustwide/target/debug/deps/liblibc-e353681d5d0d351d.rlib" "/opt/rustwide/target/debug/deps/libhumantime-a3db86d0f937abe4.rlib" "/opt/rustwide/target/debug/deps/libquick_error-92792d7d5dc6f90c.rlib" "/opt/rustwide/target/debug/deps/libregex-b8a97e82afe5c771.rlib" "/opt/rustwide/target/debug/deps/libthread_local-fca49ebfe19b2a13.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-df981c5871754530.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-0d8c0ace5b1d02e7.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-ac4832f0a20494f1.rlib" "/opt/rustwide/target/debug/deps/libmemchr-9d772d5b60a3a855.rlib" "/opt/rustwide/target/debug/deps/libodbc-f39c30c8205f6823.rlib" "/opt/rustwide/target/debug/deps/libdoc_comment-4f1013e362313a5e.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-2d82ce8f0f1283f9.rlib" "/opt/rustwide/target/debug/deps/libodbc_safe-208291325be1696c.rlib" "/opt/rustwide/target/debug/deps/libodbc_sys-2a43cf09750aec79.rlib" "/opt/rustwide/target/debug/deps/liblog-ef319cfe97d0a4d1.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4dc40f94662accb2.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-008055cc7d873802.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-06f01ac2578bda94.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f9a3c3274a1835e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d4cbb754ee9f4daa.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-95c14e1c1e3ebcc4.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d489f0ca872880cc.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-75f07df0b18fea39.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-0c35b278736219a2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e530649c9a06e3c6.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-6b148909d375a785.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-cd15fa647f4775d1.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74be3a703f788ba2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8f2c5b445c28b2e3.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-8480e85e0be96197.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-ac23a75f6f42004e.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-557ba8776e04d182.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-4beb03d03503c439.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-dd7db1bec6909f24.rlib" "-Wl,-Bdynamic" "-lutil" "-lodbc" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/list_tables-a81c2479d8fa34b1" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-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: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/gbk-321c58086f004a9e.gbk.dedde7d5-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/gbk-321c58086f004a9e.gbk.dedde7d5-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/gbk-321c58086f004a9e.gbk.dedde7d5-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/gbk-321c58086f004a9e.gbk.dedde7d5-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/gbk-321c58086f004a9e.gbk.dedde7d5-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/gbk-321c58086f004a9e.gbk.dedde7d5-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/gbk-321c58086f004a9e.gbk.dedde7d5-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/gbk-321c58086f004a9e.gbk.dedde7d5-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/gbk-321c58086f004a9e.gbk.dedde7d5-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/gbk-321c58086f004a9e.gbk.dedde7d5-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/gbk-321c58086f004a9e.gbk.dedde7d5-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/gbk-321c58086f004a9e.gbk.dedde7d5-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/gbk-321c58086f004a9e.gbk.dedde7d5-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/gbk-321c58086f004a9e.gbk.dedde7d5-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/gbk-321c58086f004a9e.gbk.dedde7d5-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/gbk-321c58086f004a9e.gbk.dedde7d5-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/gbk-321c58086f004a9e.1vr5bmejdy8wp2n5.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-ae0b9de85e81d76f.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-dd17e7b765638f54.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-e55ce254123a1c62.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-c91921c83bf98d74.rlib" "/opt/rustwide/target/debug/deps/libodbc-f39c30c8205f6823.rlib" "/opt/rustwide/target/debug/deps/libdoc_comment-4f1013e362313a5e.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-2d82ce8f0f1283f9.rlib" "/opt/rustwide/target/debug/deps/libodbc_safe-208291325be1696c.rlib" "/opt/rustwide/target/debug/deps/libodbc_sys-2a43cf09750aec79.rlib" "/opt/rustwide/target/debug/deps/liblog-ef319cfe97d0a4d1.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4dc40f94662accb2.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-008055cc7d873802.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-06f01ac2578bda94.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f9a3c3274a1835e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d4cbb754ee9f4daa.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-95c14e1c1e3ebcc4.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d489f0ca872880cc.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-75f07df0b18fea39.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-0c35b278736219a2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e530649c9a06e3c6.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-6b148909d375a785.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-cd15fa647f4775d1.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74be3a703f788ba2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8f2c5b445c28b2e3.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-8480e85e0be96197.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-ac23a75f6f42004e.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-557ba8776e04d182.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-4beb03d03503c439.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-dd7db1bec6909f24.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.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/gbk-321c58086f004a9e" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-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/print_drivers_and_datasources-2710e01d75398cbc.print_drivers_and_datasources.994a8e91-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-2710e01d75398cbc.print_drivers_and_datasources.994a8e91-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-2710e01d75398cbc.print_drivers_and_datasources.994a8e91-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-2710e01d75398cbc.print_drivers_and_datasources.994a8e91-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-2710e01d75398cbc.print_drivers_and_datasources.994a8e91-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-2710e01d75398cbc.print_drivers_and_datasources.994a8e91-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-2710e01d75398cbc.print_drivers_and_datasources.994a8e91-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-2710e01d75398cbc.print_drivers_and_datasources.994a8e91-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-2710e01d75398cbc.print_drivers_and_datasources.994a8e91-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-2710e01d75398cbc.print_drivers_and_datasources.994a8e91-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-2710e01d75398cbc.print_drivers_and_datasources.994a8e91-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-2710e01d75398cbc.print_drivers_and_datasources.994a8e91-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-2710e01d75398cbc.print_drivers_and_datasources.994a8e91-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-2710e01d75398cbc.print_drivers_and_datasources.994a8e91-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-2710e01d75398cbc.print_drivers_and_datasources.994a8e91-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-2710e01d75398cbc.print_drivers_and_datasources.994a8e91-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-2710e01d75398cbc.2f2mt5k4p5a1t87e.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libodbc-f39c30c8205f6823.rlib" "/opt/rustwide/target/debug/deps/libdoc_comment-4f1013e362313a5e.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-2d82ce8f0f1283f9.rlib" "/opt/rustwide/target/debug/deps/libodbc_safe-208291325be1696c.rlib" "/opt/rustwide/target/debug/deps/libodbc_sys-2a43cf09750aec79.rlib" "/opt/rustwide/target/debug/deps/libenv_logger-1dba5b3966cd7b19.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-42ba0c722a422d99.rlib" "/opt/rustwide/target/debug/deps/libatty-093da68f73f896ab.rlib" "/opt/rustwide/target/debug/deps/liblibc-e353681d5d0d351d.rlib" "/opt/rustwide/target/debug/deps/libhumantime-a3db86d0f937abe4.rlib" "/opt/rustwide/target/debug/deps/libquick_error-92792d7d5dc6f90c.rlib" "/opt/rustwide/target/debug/deps/liblog-ef319cfe97d0a4d1.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4dc40f94662accb2.rlib" "/opt/rustwide/target/debug/deps/libregex-b8a97e82afe5c771.rlib" "/opt/rustwide/target/debug/deps/libthread_local-fca49ebfe19b2a13.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-df981c5871754530.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-0d8c0ace5b1d02e7.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-ac4832f0a20494f1.rlib" "/opt/rustwide/target/debug/deps/libmemchr-9d772d5b60a3a855.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-008055cc7d873802.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-06f01ac2578bda94.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f9a3c3274a1835e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d4cbb754ee9f4daa.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-95c14e1c1e3ebcc4.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d489f0ca872880cc.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-75f07df0b18fea39.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-0c35b278736219a2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e530649c9a06e3c6.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-6b148909d375a785.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-cd15fa647f4775d1.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74be3a703f788ba2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8f2c5b445c28b2e3.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-8480e85e0be96197.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-ac23a75f6f42004e.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-557ba8776e04d182.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-4beb03d03503c439.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-dd7db1bec6909f24.rlib" "-Wl,-Bdynamic" "-lodbc" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-2710e01d75398cbc" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-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/deps/input_parameter-f5de6c9905b0b19c.input_parameter.10c14cdf-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/input_parameter-f5de6c9905b0b19c.input_parameter.10c14cdf-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/input_parameter-f5de6c9905b0b19c.input_parameter.10c14cdf-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/input_parameter-f5de6c9905b0b19c.input_parameter.10c14cdf-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/input_parameter-f5de6c9905b0b19c.input_parameter.10c14cdf-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/input_parameter-f5de6c9905b0b19c.input_parameter.10c14cdf-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/input_parameter-f5de6c9905b0b19c.input_parameter.10c14cdf-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/input_parameter-f5de6c9905b0b19c.input_parameter.10c14cdf-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/input_parameter-f5de6c9905b0b19c.input_parameter.10c14cdf-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/input_parameter-f5de6c9905b0b19c.input_parameter.10c14cdf-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/input_parameter-f5de6c9905b0b19c.input_parameter.10c14cdf-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/input_parameter-f5de6c9905b0b19c.input_parameter.10c14cdf-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/input_parameter-f5de6c9905b0b19c.input_parameter.10c14cdf-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/input_parameter-f5de6c9905b0b19c.input_parameter.10c14cdf-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/input_parameter-f5de6c9905b0b19c.input_parameter.10c14cdf-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/input_parameter-f5de6c9905b0b19c.input_parameter.10c14cdf-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/input_parameter-f5de6c9905b0b19c.q17ey1ceueej0qs.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-ae0b9de85e81d76f.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-dd17e7b765638f54.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-e55ce254123a1c62.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-c91921c83bf98d74.rlib" "/opt/rustwide/target/debug/deps/libodbc-f39c30c8205f6823.rlib" "/opt/rustwide/target/debug/deps/libdoc_comment-4f1013e362313a5e.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-2d82ce8f0f1283f9.rlib" "/opt/rustwide/target/debug/deps/libodbc_safe-208291325be1696c.rlib" "/opt/rustwide/target/debug/deps/libodbc_sys-2a43cf09750aec79.rlib" "/opt/rustwide/target/debug/deps/liblog-ef319cfe97d0a4d1.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4dc40f94662accb2.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-008055cc7d873802.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-06f01ac2578bda94.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f9a3c3274a1835e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d4cbb754ee9f4daa.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-95c14e1c1e3ebcc4.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d489f0ca872880cc.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-75f07df0b18fea39.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-0c35b278736219a2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e530649c9a06e3c6.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-6b148909d375a785.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-cd15fa647f4775d1.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74be3a703f788ba2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8f2c5b445c28b2e3.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-8480e85e0be96197.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-ac23a75f6f42004e.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-557ba8776e04d182.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-4beb03d03503c439.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-dd7db1bec6909f24.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.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/input_parameter-f5de6c9905b0b19c" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-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: 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/connect-2c41f097bc3a75ab.connect.4f965f8c-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/connect-2c41f097bc3a75ab.connect.4f965f8c-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/connect-2c41f097bc3a75ab.connect.4f965f8c-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/connect-2c41f097bc3a75ab.connect.4f965f8c-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/connect-2c41f097bc3a75ab.connect.4f965f8c-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/connect-2c41f097bc3a75ab.connect.4f965f8c-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/connect-2c41f097bc3a75ab.connect.4f965f8c-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/connect-2c41f097bc3a75ab.connect.4f965f8c-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/connect-2c41f097bc3a75ab.connect.4f965f8c-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/connect-2c41f097bc3a75ab.connect.4f965f8c-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/connect-2c41f097bc3a75ab.connect.4f965f8c-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/connect-2c41f097bc3a75ab.connect.4f965f8c-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/connect-2c41f097bc3a75ab.connect.4f965f8c-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/connect-2c41f097bc3a75ab.connect.4f965f8c-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/connect-2c41f097bc3a75ab.connect.4f965f8c-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/connect-2c41f097bc3a75ab.connect.4f965f8c-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/connect-2c41f097bc3a75ab.1e2mfvfkc7qiezp2.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libenv_logger-1dba5b3966cd7b19.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-42ba0c722a422d99.rlib" "/opt/rustwide/target/debug/deps/libatty-093da68f73f896ab.rlib" "/opt/rustwide/target/debug/deps/liblibc-e353681d5d0d351d.rlib" "/opt/rustwide/target/debug/deps/libhumantime-a3db86d0f937abe4.rlib" "/opt/rustwide/target/debug/deps/libquick_error-92792d7d5dc6f90c.rlib" "/opt/rustwide/target/debug/deps/libregex-b8a97e82afe5c771.rlib" "/opt/rustwide/target/debug/deps/libthread_local-fca49ebfe19b2a13.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-df981c5871754530.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-0d8c0ace5b1d02e7.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-ac4832f0a20494f1.rlib" "/opt/rustwide/target/debug/deps/libmemchr-9d772d5b60a3a855.rlib" "/opt/rustwide/target/debug/deps/libodbc-f39c30c8205f6823.rlib" "/opt/rustwide/target/debug/deps/libdoc_comment-4f1013e362313a5e.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-2d82ce8f0f1283f9.rlib" "/opt/rustwide/target/debug/deps/libodbc_safe-208291325be1696c.rlib" "/opt/rustwide/target/debug/deps/libodbc_sys-2a43cf09750aec79.rlib" "/opt/rustwide/target/debug/deps/liblog-ef319cfe97d0a4d1.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4dc40f94662accb2.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-008055cc7d873802.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-06f01ac2578bda94.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f9a3c3274a1835e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d4cbb754ee9f4daa.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-95c14e1c1e3ebcc4.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d489f0ca872880cc.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-75f07df0b18fea39.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-0c35b278736219a2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e530649c9a06e3c6.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-6b148909d375a785.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-cd15fa647f4775d1.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74be3a703f788ba2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8f2c5b445c28b2e3.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-8480e85e0be96197.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-ac23a75f6f42004e.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-557ba8776e04d182.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-4beb03d03503c439.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-dd7db1bec6909f24.rlib" "-Wl,-Bdynamic" "-lutil" "-lodbc" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/connect-2c41f097bc3a75ab" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-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/custom_get_data-447870f7581250ca.custom_get_data.2f69f929-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/custom_get_data-447870f7581250ca.custom_get_data.2f69f929-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/custom_get_data-447870f7581250ca.custom_get_data.2f69f929-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/custom_get_data-447870f7581250ca.custom_get_data.2f69f929-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/custom_get_data-447870f7581250ca.custom_get_data.2f69f929-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/custom_get_data-447870f7581250ca.custom_get_data.2f69f929-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/custom_get_data-447870f7581250ca.custom_get_data.2f69f929-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/custom_get_data-447870f7581250ca.custom_get_data.2f69f929-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/custom_get_data-447870f7581250ca.custom_get_data.2f69f929-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/custom_get_data-447870f7581250ca.custom_get_data.2f69f929-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/custom_get_data-447870f7581250ca.custom_get_data.2f69f929-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/custom_get_data-447870f7581250ca.custom_get_data.2f69f929-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/custom_get_data-447870f7581250ca.custom_get_data.2f69f929-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/custom_get_data-447870f7581250ca.custom_get_data.2f69f929-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/custom_get_data-447870f7581250ca.custom_get_data.2f69f929-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/custom_get_data-447870f7581250ca.custom_get_data.2f69f929-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/custom_get_data-447870f7581250ca.2phlv2a7bz6kn7gg.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libchrono-baa0b6451b9813a5.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-7888e3a5dfd7d962.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-377f789038c8fa89.rlib" "/opt/rustwide/target/debug/deps/libtime-4e2be5f6b98fd262.rlib" "/opt/rustwide/target/debug/deps/libenv_logger-1dba5b3966cd7b19.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-42ba0c722a422d99.rlib" "/opt/rustwide/target/debug/deps/libatty-093da68f73f896ab.rlib" "/opt/rustwide/target/debug/deps/liblibc-e353681d5d0d351d.rlib" "/opt/rustwide/target/debug/deps/libhumantime-a3db86d0f937abe4.rlib" "/opt/rustwide/target/debug/deps/libquick_error-92792d7d5dc6f90c.rlib" "/opt/rustwide/target/debug/deps/libregex-b8a97e82afe5c771.rlib" "/opt/rustwide/target/debug/deps/libthread_local-fca49ebfe19b2a13.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-df981c5871754530.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-0d8c0ace5b1d02e7.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-ac4832f0a20494f1.rlib" "/opt/rustwide/target/debug/deps/libmemchr-9d772d5b60a3a855.rlib" "/opt/rustwide/target/debug/deps/libodbc-f39c30c8205f6823.rlib" "/opt/rustwide/target/debug/deps/libdoc_comment-4f1013e362313a5e.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-2d82ce8f0f1283f9.rlib" "/opt/rustwide/target/debug/deps/libodbc_safe-208291325be1696c.rlib" "/opt/rustwide/target/debug/deps/libodbc_sys-2a43cf09750aec79.rlib" "/opt/rustwide/target/debug/deps/liblog-ef319cfe97d0a4d1.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4dc40f94662accb2.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-008055cc7d873802.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-06f01ac2578bda94.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f9a3c3274a1835e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d4cbb754ee9f4daa.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-95c14e1c1e3ebcc4.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d489f0ca872880cc.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-75f07df0b18fea39.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-0c35b278736219a2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e530649c9a06e3c6.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-6b148909d375a785.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-cd15fa647f4775d1.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74be3a703f788ba2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8f2c5b445c28b2e3.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-8480e85e0be96197.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-ac23a75f6f42004e.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-557ba8776e04d182.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-4beb03d03503c439.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-dd7db1bec6909f24.rlib" "-Wl,-Bdynamic" "-lutil" "-lodbc" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/custom_get_data-447870f7581250ca" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-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: 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/bind_params-f841e3c42d703980.bind_params.9e0e953e-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/bind_params-f841e3c42d703980.bind_params.9e0e953e-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/bind_params-f841e3c42d703980.bind_params.9e0e953e-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/bind_params-f841e3c42d703980.bind_params.9e0e953e-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/bind_params-f841e3c42d703980.bind_params.9e0e953e-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/bind_params-f841e3c42d703980.bind_params.9e0e953e-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/bind_params-f841e3c42d703980.bind_params.9e0e953e-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/bind_params-f841e3c42d703980.bind_params.9e0e953e-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/bind_params-f841e3c42d703980.bind_params.9e0e953e-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/bind_params-f841e3c42d703980.bind_params.9e0e953e-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/bind_params-f841e3c42d703980.bind_params.9e0e953e-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/bind_params-f841e3c42d703980.bind_params.9e0e953e-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/bind_params-f841e3c42d703980.bind_params.9e0e953e-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/bind_params-f841e3c42d703980.bind_params.9e0e953e-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/bind_params-f841e3c42d703980.bind_params.9e0e953e-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/bind_params-f841e3c42d703980.bind_params.9e0e953e-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/bind_params-f841e3c42d703980.27khf5p16yzvmqud.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libenv_logger-1dba5b3966cd7b19.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-42ba0c722a422d99.rlib" "/opt/rustwide/target/debug/deps/libatty-093da68f73f896ab.rlib" "/opt/rustwide/target/debug/deps/liblibc-e353681d5d0d351d.rlib" "/opt/rustwide/target/debug/deps/libhumantime-a3db86d0f937abe4.rlib" "/opt/rustwide/target/debug/deps/libquick_error-92792d7d5dc6f90c.rlib" "/opt/rustwide/target/debug/deps/libregex-b8a97e82afe5c771.rlib" "/opt/rustwide/target/debug/deps/libthread_local-fca49ebfe19b2a13.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-df981c5871754530.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-0d8c0ace5b1d02e7.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-ac4832f0a20494f1.rlib" "/opt/rustwide/target/debug/deps/libmemchr-9d772d5b60a3a855.rlib" "/opt/rustwide/target/debug/deps/libodbc-f39c30c8205f6823.rlib" "/opt/rustwide/target/debug/deps/libdoc_comment-4f1013e362313a5e.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-2d82ce8f0f1283f9.rlib" "/opt/rustwide/target/debug/deps/libodbc_safe-208291325be1696c.rlib" "/opt/rustwide/target/debug/deps/libodbc_sys-2a43cf09750aec79.rlib" "/opt/rustwide/target/debug/deps/liblog-ef319cfe97d0a4d1.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4dc40f94662accb2.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-008055cc7d873802.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-06f01ac2578bda94.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f9a3c3274a1835e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d4cbb754ee9f4daa.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-95c14e1c1e3ebcc4.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d489f0ca872880cc.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-75f07df0b18fea39.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-0c35b278736219a2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e530649c9a06e3c6.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-6b148909d375a785.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-cd15fa647f4775d1.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74be3a703f788ba2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8f2c5b445c28b2e3.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-8480e85e0be96197.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-ac23a75f6f42004e.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-557ba8776e04d182.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-4beb03d03503c439.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-dd7db1bec6909f24.rlib" "-Wl,-Bdynamic" "-lutil" "-lodbc" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/bind_params-f841e3c42d703980" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-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/deps/libs-738d43806340501c.libs.9283d035-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/libs-738d43806340501c.libs.9283d035-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/libs-738d43806340501c.libs.9283d035-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/libs-738d43806340501c.libs.9283d035-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/libs-738d43806340501c.libs.9283d035-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/libs-738d43806340501c.libs.9283d035-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/libs-738d43806340501c.libs.9283d035-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/libs-738d43806340501c.libs.9283d035-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/libs-738d43806340501c.libs.9283d035-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/libs-738d43806340501c.libs.9283d035-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/libs-738d43806340501c.libs.9283d035-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/libs-738d43806340501c.libs.9283d035-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/libs-738d43806340501c.libs.9283d035-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/libs-738d43806340501c.libs.9283d035-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/libs-738d43806340501c.libs.9283d035-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/libs-738d43806340501c.libs.9283d035-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/libs-738d43806340501c.3v5l8fu49d3tl1i0.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-ae0b9de85e81d76f.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-dd17e7b765638f54.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-e55ce254123a1c62.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-c91921c83bf98d74.rlib" "/opt/rustwide/target/debug/deps/libodbc-f39c30c8205f6823.rlib" "/opt/rustwide/target/debug/deps/libdoc_comment-4f1013e362313a5e.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-2d82ce8f0f1283f9.rlib" "/opt/rustwide/target/debug/deps/libodbc_safe-208291325be1696c.rlib" "/opt/rustwide/target/debug/deps/libodbc_sys-2a43cf09750aec79.rlib" "/opt/rustwide/target/debug/deps/liblog-ef319cfe97d0a4d1.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4dc40f94662accb2.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-008055cc7d873802.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-06f01ac2578bda94.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f9a3c3274a1835e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d4cbb754ee9f4daa.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-95c14e1c1e3ebcc4.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d489f0ca872880cc.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-75f07df0b18fea39.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-0c35b278736219a2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e530649c9a06e3c6.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-6b148909d375a785.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-cd15fa647f4775d1.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74be3a703f788ba2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8f2c5b445c28b2e3.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-8480e85e0be96197.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-ac23a75f6f42004e.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-557ba8776e04d182.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-4beb03d03503c439.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-dd7db1bec6909f24.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.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libs-738d43806340501c" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-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; 1 warning emitted [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/odbc-f1c691b4343745d6.odbc.63d049dc-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/odbc-f1c691b4343745d6.odbc.63d049dc-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/odbc-f1c691b4343745d6.odbc.63d049dc-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/odbc-f1c691b4343745d6.odbc.63d049dc-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/odbc-f1c691b4343745d6.odbc.63d049dc-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/odbc-f1c691b4343745d6.odbc.63d049dc-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/odbc-f1c691b4343745d6.odbc.63d049dc-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/odbc-f1c691b4343745d6.odbc.63d049dc-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/odbc-f1c691b4343745d6.odbc.63d049dc-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/odbc-f1c691b4343745d6.odbc.63d049dc-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/odbc-f1c691b4343745d6.odbc.63d049dc-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/odbc-f1c691b4343745d6.odbc.63d049dc-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/odbc-f1c691b4343745d6.odbc.63d049dc-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/odbc-f1c691b4343745d6.odbc.63d049dc-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/odbc-f1c691b4343745d6.odbc.63d049dc-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/odbc-f1c691b4343745d6.odbc.63d049dc-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/odbc-f1c691b4343745d6.4qm6555ify183v5h.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-ae0b9de85e81d76f.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-dd17e7b765638f54.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-e55ce254123a1c62.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-c91921c83bf98d74.rlib" "/opt/rustwide/target/debug/deps/libdoc_comment-4f1013e362313a5e.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-2d82ce8f0f1283f9.rlib" "/opt/rustwide/target/debug/deps/libodbc_safe-208291325be1696c.rlib" "/opt/rustwide/target/debug/deps/libodbc_sys-2a43cf09750aec79.rlib" "/opt/rustwide/target/debug/deps/liblog-ef319cfe97d0a4d1.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4dc40f94662accb2.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-008055cc7d873802.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-06f01ac2578bda94.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f9a3c3274a1835e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d4cbb754ee9f4daa.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-95c14e1c1e3ebcc4.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d489f0ca872880cc.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-75f07df0b18fea39.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-0c35b278736219a2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e530649c9a06e3c6.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-6b148909d375a785.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-cd15fa647f4775d1.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74be3a703f788ba2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8f2c5b445c28b2e3.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-8480e85e0be96197.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-ac23a75f6f42004e.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-557ba8776e04d182.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-4beb03d03503c439.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-dd7db1bec6909f24.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.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/odbc-f1c691b4343745d6" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-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; 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "5183b5445caab2e38d218ba8338143cdd20b6dd07af114a2201a957f7b6730ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5183b5445caab2e38d218ba8338143cdd20b6dd07af114a2201a957f7b6730ac", kill_on_drop: false }` [INFO] [stdout] 5183b5445caab2e38d218ba8338143cdd20b6dd07af114a2201a957f7b6730ac