[INFO] fetching crate odbc 0.17.0... [INFO] testing odbc-0.17.0 against 1.49.0 for beta-1.50-1 [INFO] extracting crate odbc 0.17.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate odbc 0.17.0 on toolchain 1.49.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "read-manifest" "--manifest-path" "Cargo.toml", 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-4/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.49.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2dcaf3024f29fe073509a4f5a5dcabbbc7d2a8f13d8fdef76d64e008bf69b5c9 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "2dcaf3024f29fe073509a4f5a5dcabbbc7d2a8f13d8fdef76d64e008bf69b5c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2dcaf3024f29fe073509a4f5a5dcabbbc7d2a8f13d8fdef76d64e008bf69b5c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2dcaf3024f29fe073509a4f5a5dcabbbc7d2a8f13d8fdef76d64e008bf69b5c9", kill_on_drop: false }` [INFO] [stdout] 2dcaf3024f29fe073509a4f5a5dcabbbc7d2a8f13d8fdef76d64e008bf69b5c9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 91a8ae38c1bfd171977c8272c8fa31f60ed8e8d460e0c7f295629a5349524124 [INFO] running `Command { std: "docker" "start" "-a" "91a8ae38c1bfd171977c8272c8fa31f60ed8e8d460e0c7f295629a5349524124", kill_on_drop: false }` [INFO] [stderr] Compiling odbc-sys v0.8.2 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling doc-comment v0.3.1 [INFO] [stderr] Compiling encoding_rs v0.8.22 [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 10.05s [INFO] running `Command { std: "docker" "inspect" "91a8ae38c1bfd171977c8272c8fa31f60ed8e8d460e0c7f295629a5349524124", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "91a8ae38c1bfd171977c8272c8fa31f60ed8e8d460e0c7f295629a5349524124", kill_on_drop: false }` [INFO] [stdout] 91a8ae38c1bfd171977c8272c8fa31f60ed8e8d460e0c7f295629a5349524124 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 31ca9bb24bbc5f6ce0b0aed48bbf9f219e33b0557b6127eff92f350cd3ad7b16 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "31ca9bb24bbc5f6ce0b0aed48bbf9f219e33b0557b6127eff92f350cd3ad7b16", kill_on_drop: false }` [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] [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 chrono v0.4.10 [INFO] [stderr] Compiling regex v1.3.3 [INFO] [stderr] Compiling env_logger v0.7.1 [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] [stderr] error: could not compile `odbc` [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/affected_row_count-658d0cce60ebddb9.affected_row_count.3e51me0k-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/affected_row_count-658d0cce60ebddb9.affected_row_count.3e51me0k-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/affected_row_count-658d0cce60ebddb9.affected_row_count.3e51me0k-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/affected_row_count-658d0cce60ebddb9.affected_row_count.3e51me0k-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/affected_row_count-658d0cce60ebddb9.affected_row_count.3e51me0k-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/affected_row_count-658d0cce60ebddb9.affected_row_count.3e51me0k-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/affected_row_count-658d0cce60ebddb9.affected_row_count.3e51me0k-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/affected_row_count-658d0cce60ebddb9.affected_row_count.3e51me0k-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/affected_row_count-658d0cce60ebddb9.affected_row_count.3e51me0k-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/affected_row_count-658d0cce60ebddb9.affected_row_count.3e51me0k-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/affected_row_count-658d0cce60ebddb9.affected_row_count.3e51me0k-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/affected_row_count-658d0cce60ebddb9.affected_row_count.3e51me0k-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/affected_row_count-658d0cce60ebddb9.affected_row_count.3e51me0k-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/affected_row_count-658d0cce60ebddb9.affected_row_count.3e51me0k-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/affected_row_count-658d0cce60ebddb9.affected_row_count.3e51me0k-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/affected_row_count-658d0cce60ebddb9.affected_row_count.3e51me0k-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/affected_row_count-658d0cce60ebddb9" "/opt/rustwide/target/debug/examples/affected_row_count-658d0cce60ebddb9.1l0sin5vixcsnxoe.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libodbc-f0fdb5ec855bbb71.rlib" "/opt/rustwide/target/debug/deps/libdoc_comment-03794450ffe1ed7a.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-bdca7fec7227cd50.rlib" "/opt/rustwide/target/debug/deps/libodbc_safe-b7f51fd68322735e.rlib" "/opt/rustwide/target/debug/deps/libodbc_sys-b828637faf4f8303.rlib" "/opt/rustwide/target/debug/deps/liblog-1761913616bdc5f1.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b10e0993eefc366b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-e12de7683a34c500.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-446a53c2e468675f.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-86fef9fb252a2d33.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-3bed9bfd30304751.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-0e38eeb474a7b386.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-a846ed547b824740.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-c9540f0a4fb9265d.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7d2ca66c92c356eb.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-147e2c808f949493.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-bd2a4369506670e9.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74bfdd0ce7d0ed48.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-6777f47f1c491841.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-b104f1790174f2be.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-db37898996f45c13.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-25b7435131fc4938.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9d4b6f3c097e876e.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-3f953ad652ab829a.rlib" "-Wl,-Bdynamic" "-lodbc" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [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] [stderr] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-b78d32c9575700bb.print_drivers_and_datasources.drr8ini7-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-b78d32c9575700bb.print_drivers_and_datasources.drr8ini7-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-b78d32c9575700bb.print_drivers_and_datasources.drr8ini7-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-b78d32c9575700bb.print_drivers_and_datasources.drr8ini7-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-b78d32c9575700bb.print_drivers_and_datasources.drr8ini7-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-b78d32c9575700bb.print_drivers_and_datasources.drr8ini7-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-b78d32c9575700bb.print_drivers_and_datasources.drr8ini7-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-b78d32c9575700bb.print_drivers_and_datasources.drr8ini7-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-b78d32c9575700bb.print_drivers_and_datasources.drr8ini7-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-b78d32c9575700bb.print_drivers_and_datasources.drr8ini7-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-b78d32c9575700bb.print_drivers_and_datasources.drr8ini7-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-b78d32c9575700bb.print_drivers_and_datasources.drr8ini7-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-b78d32c9575700bb.print_drivers_and_datasources.drr8ini7-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-b78d32c9575700bb.print_drivers_and_datasources.drr8ini7-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-b78d32c9575700bb.print_drivers_and_datasources.drr8ini7-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-b78d32c9575700bb.print_drivers_and_datasources.drr8ini7-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-b78d32c9575700bb" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-b78d32c9575700bb.2brgo51mz1uqrzy8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libodbc-f0fdb5ec855bbb71.rlib" "/opt/rustwide/target/debug/deps/libdoc_comment-03794450ffe1ed7a.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-bdca7fec7227cd50.rlib" "/opt/rustwide/target/debug/deps/libodbc_safe-b7f51fd68322735e.rlib" "/opt/rustwide/target/debug/deps/libodbc_sys-b828637faf4f8303.rlib" "/opt/rustwide/target/debug/deps/libenv_logger-4a4ed1cce0284646.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-9cb8c404138a090a.rlib" "/opt/rustwide/target/debug/deps/libatty-f3e8e3aa52a482c5.rlib" "/opt/rustwide/target/debug/deps/liblibc-0f3e6c6e62d4b7c7.rlib" "/opt/rustwide/target/debug/deps/libhumantime-a0805a6c6ee779f1.rlib" "/opt/rustwide/target/debug/deps/libquick_error-02525b70077f996f.rlib" "/opt/rustwide/target/debug/deps/liblog-1761913616bdc5f1.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b10e0993eefc366b.rlib" "/opt/rustwide/target/debug/deps/libregex-7f7f36ea7e050874.rlib" "/opt/rustwide/target/debug/deps/libthread_local-76e36b18ae5ab5a5.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-7895c92c6d278491.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-f654b94f91975678.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-f2d49bbd143092f2.rlib" "/opt/rustwide/target/debug/deps/libmemchr-79d08186468289e9.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-e12de7683a34c500.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-446a53c2e468675f.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-86fef9fb252a2d33.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-3bed9bfd30304751.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-0e38eeb474a7b386.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-a846ed547b824740.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-c9540f0a4fb9265d.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7d2ca66c92c356eb.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-147e2c808f949493.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-bd2a4369506670e9.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74bfdd0ce7d0ed48.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-6777f47f1c491841.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-b104f1790174f2be.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-db37898996f45c13.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-25b7435131fc4938.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9d4b6f3c097e876e.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-3f953ad652ab829a.rlib" "-Wl,-Bdynamic" "-lodbc" "-lutil" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [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 code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/connect-1677d82a6f9fc6e8.connect.evgznd3g-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/connect-1677d82a6f9fc6e8.connect.evgznd3g-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/connect-1677d82a6f9fc6e8.connect.evgznd3g-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/connect-1677d82a6f9fc6e8.connect.evgznd3g-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/connect-1677d82a6f9fc6e8.connect.evgznd3g-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/connect-1677d82a6f9fc6e8.connect.evgznd3g-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/connect-1677d82a6f9fc6e8.connect.evgznd3g-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/connect-1677d82a6f9fc6e8.connect.evgznd3g-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/connect-1677d82a6f9fc6e8.connect.evgznd3g-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/connect-1677d82a6f9fc6e8.connect.evgznd3g-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/connect-1677d82a6f9fc6e8.connect.evgznd3g-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/connect-1677d82a6f9fc6e8.connect.evgznd3g-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/connect-1677d82a6f9fc6e8.connect.evgznd3g-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/connect-1677d82a6f9fc6e8.connect.evgznd3g-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/connect-1677d82a6f9fc6e8.connect.evgznd3g-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/connect-1677d82a6f9fc6e8.connect.evgznd3g-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/connect-1677d82a6f9fc6e8" "/opt/rustwide/target/debug/examples/connect-1677d82a6f9fc6e8.5fzvt9jz2li85d6c.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libenv_logger-4a4ed1cce0284646.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-9cb8c404138a090a.rlib" "/opt/rustwide/target/debug/deps/libatty-f3e8e3aa52a482c5.rlib" "/opt/rustwide/target/debug/deps/liblibc-0f3e6c6e62d4b7c7.rlib" "/opt/rustwide/target/debug/deps/libhumantime-a0805a6c6ee779f1.rlib" "/opt/rustwide/target/debug/deps/libquick_error-02525b70077f996f.rlib" "/opt/rustwide/target/debug/deps/libregex-7f7f36ea7e050874.rlib" "/opt/rustwide/target/debug/deps/libthread_local-76e36b18ae5ab5a5.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-7895c92c6d278491.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-f654b94f91975678.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-f2d49bbd143092f2.rlib" "/opt/rustwide/target/debug/deps/libmemchr-79d08186468289e9.rlib" "/opt/rustwide/target/debug/deps/libodbc-f0fdb5ec855bbb71.rlib" "/opt/rustwide/target/debug/deps/libdoc_comment-03794450ffe1ed7a.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-bdca7fec7227cd50.rlib" "/opt/rustwide/target/debug/deps/libodbc_safe-b7f51fd68322735e.rlib" "/opt/rustwide/target/debug/deps/libodbc_sys-b828637faf4f8303.rlib" "/opt/rustwide/target/debug/deps/liblog-1761913616bdc5f1.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b10e0993eefc366b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-e12de7683a34c500.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-446a53c2e468675f.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-86fef9fb252a2d33.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-3bed9bfd30304751.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-0e38eeb474a7b386.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-a846ed547b824740.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-c9540f0a4fb9265d.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7d2ca66c92c356eb.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-147e2c808f949493.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-bd2a4369506670e9.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74bfdd0ce7d0ed48.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-6777f47f1c491841.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-b104f1790174f2be.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-db37898996f45c13.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-25b7435131fc4938.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9d4b6f3c097e876e.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-3f953ad652ab829a.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-lodbc" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [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 code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/transactions-40be4895538316f1.transactions.4ncleb7k-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/transactions-40be4895538316f1.transactions.4ncleb7k-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/transactions-40be4895538316f1.transactions.4ncleb7k-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/transactions-40be4895538316f1.transactions.4ncleb7k-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/transactions-40be4895538316f1.transactions.4ncleb7k-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/transactions-40be4895538316f1.transactions.4ncleb7k-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/transactions-40be4895538316f1.transactions.4ncleb7k-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/transactions-40be4895538316f1.transactions.4ncleb7k-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/transactions-40be4895538316f1.transactions.4ncleb7k-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/transactions-40be4895538316f1.transactions.4ncleb7k-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/transactions-40be4895538316f1.transactions.4ncleb7k-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/transactions-40be4895538316f1.transactions.4ncleb7k-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/transactions-40be4895538316f1.transactions.4ncleb7k-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/transactions-40be4895538316f1.transactions.4ncleb7k-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/transactions-40be4895538316f1.transactions.4ncleb7k-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/transactions-40be4895538316f1.transactions.4ncleb7k-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/transactions-40be4895538316f1" "/opt/rustwide/target/debug/examples/transactions-40be4895538316f1.33yfw36jx6h0iji.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libenv_logger-4a4ed1cce0284646.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-9cb8c404138a090a.rlib" "/opt/rustwide/target/debug/deps/libatty-f3e8e3aa52a482c5.rlib" "/opt/rustwide/target/debug/deps/liblibc-0f3e6c6e62d4b7c7.rlib" "/opt/rustwide/target/debug/deps/libhumantime-a0805a6c6ee779f1.rlib" "/opt/rustwide/target/debug/deps/libquick_error-02525b70077f996f.rlib" "/opt/rustwide/target/debug/deps/libregex-7f7f36ea7e050874.rlib" "/opt/rustwide/target/debug/deps/libthread_local-76e36b18ae5ab5a5.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-7895c92c6d278491.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-f654b94f91975678.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-f2d49bbd143092f2.rlib" "/opt/rustwide/target/debug/deps/libmemchr-79d08186468289e9.rlib" "/opt/rustwide/target/debug/deps/libodbc-f0fdb5ec855bbb71.rlib" "/opt/rustwide/target/debug/deps/libdoc_comment-03794450ffe1ed7a.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-bdca7fec7227cd50.rlib" "/opt/rustwide/target/debug/deps/libodbc_safe-b7f51fd68322735e.rlib" "/opt/rustwide/target/debug/deps/libodbc_sys-b828637faf4f8303.rlib" "/opt/rustwide/target/debug/deps/liblog-1761913616bdc5f1.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b10e0993eefc366b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-e12de7683a34c500.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-446a53c2e468675f.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-86fef9fb252a2d33.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-3bed9bfd30304751.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-0e38eeb474a7b386.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-a846ed547b824740.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-c9540f0a4fb9265d.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7d2ca66c92c356eb.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-147e2c808f949493.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-bd2a4369506670e9.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74bfdd0ce7d0ed48.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-6777f47f1c491841.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-b104f1790174f2be.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-db37898996f45c13.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-25b7435131fc4938.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9d4b6f3c097e876e.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-3f953ad652ab829a.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-lodbc" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [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 code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/gbk-27b986dbab60c754.gbk.553h5khl-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/gbk-27b986dbab60c754.gbk.553h5khl-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/gbk-27b986dbab60c754.gbk.553h5khl-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/gbk-27b986dbab60c754.gbk.553h5khl-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/gbk-27b986dbab60c754.gbk.553h5khl-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/gbk-27b986dbab60c754.gbk.553h5khl-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/gbk-27b986dbab60c754.gbk.553h5khl-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/gbk-27b986dbab60c754.gbk.553h5khl-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/gbk-27b986dbab60c754.gbk.553h5khl-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/gbk-27b986dbab60c754.gbk.553h5khl-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/gbk-27b986dbab60c754.gbk.553h5khl-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/gbk-27b986dbab60c754.gbk.553h5khl-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/gbk-27b986dbab60c754.gbk.553h5khl-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/gbk-27b986dbab60c754.gbk.553h5khl-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/gbk-27b986dbab60c754.gbk.553h5khl-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/gbk-27b986dbab60c754.gbk.553h5khl-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/gbk-27b986dbab60c754" "/opt/rustwide/target/debug/deps/gbk-27b986dbab60c754.2goplx0hsdyy1n76.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-6609e81d71a1bf05.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-c352aab3e89370e6.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-5a89b15f567bd092.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-f48d3ad387757b0f.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-bf2dc5d6d88f70a5.rlib" "/opt/rustwide/target/debug/deps/libodbc-f0fdb5ec855bbb71.rlib" "/opt/rustwide/target/debug/deps/libdoc_comment-03794450ffe1ed7a.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-bdca7fec7227cd50.rlib" "/opt/rustwide/target/debug/deps/libodbc_safe-b7f51fd68322735e.rlib" "/opt/rustwide/target/debug/deps/libodbc_sys-b828637faf4f8303.rlib" "/opt/rustwide/target/debug/deps/liblog-1761913616bdc5f1.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b10e0993eefc366b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-e12de7683a34c500.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-446a53c2e468675f.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-86fef9fb252a2d33.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-3bed9bfd30304751.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-0e38eeb474a7b386.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-a846ed547b824740.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-c9540f0a4fb9265d.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7d2ca66c92c356eb.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-147e2c808f949493.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-bd2a4369506670e9.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74bfdd0ce7d0ed48.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-6777f47f1c491841.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-b104f1790174f2be.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-db37898996f45c13.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-25b7435131fc4938.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9d4b6f3c097e876e.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-3f953ad652ab829a.rlib" "-Wl,-Bdynamic" "-lodbc" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [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 code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/input_parameter-7f83b572162f09ea.input_parameter.dpu55xv2-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/input_parameter-7f83b572162f09ea.input_parameter.dpu55xv2-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/input_parameter-7f83b572162f09ea.input_parameter.dpu55xv2-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/input_parameter-7f83b572162f09ea.input_parameter.dpu55xv2-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/input_parameter-7f83b572162f09ea.input_parameter.dpu55xv2-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/input_parameter-7f83b572162f09ea.input_parameter.dpu55xv2-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/input_parameter-7f83b572162f09ea.input_parameter.dpu55xv2-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/input_parameter-7f83b572162f09ea.input_parameter.dpu55xv2-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/input_parameter-7f83b572162f09ea.input_parameter.dpu55xv2-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/input_parameter-7f83b572162f09ea.input_parameter.dpu55xv2-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/input_parameter-7f83b572162f09ea.input_parameter.dpu55xv2-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/input_parameter-7f83b572162f09ea.input_parameter.dpu55xv2-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/input_parameter-7f83b572162f09ea.input_parameter.dpu55xv2-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/input_parameter-7f83b572162f09ea.input_parameter.dpu55xv2-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/input_parameter-7f83b572162f09ea.input_parameter.dpu55xv2-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/input_parameter-7f83b572162f09ea.input_parameter.dpu55xv2-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/input_parameter-7f83b572162f09ea" "/opt/rustwide/target/debug/deps/input_parameter-7f83b572162f09ea.3gtdjdvnf1qblhyg.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-6609e81d71a1bf05.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-c352aab3e89370e6.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-5a89b15f567bd092.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-f48d3ad387757b0f.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-bf2dc5d6d88f70a5.rlib" "/opt/rustwide/target/debug/deps/libodbc-f0fdb5ec855bbb71.rlib" "/opt/rustwide/target/debug/deps/libdoc_comment-03794450ffe1ed7a.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-bdca7fec7227cd50.rlib" "/opt/rustwide/target/debug/deps/libodbc_safe-b7f51fd68322735e.rlib" "/opt/rustwide/target/debug/deps/libodbc_sys-b828637faf4f8303.rlib" "/opt/rustwide/target/debug/deps/liblog-1761913616bdc5f1.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b10e0993eefc366b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-e12de7683a34c500.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-446a53c2e468675f.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-86fef9fb252a2d33.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-3bed9bfd30304751.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-0e38eeb474a7b386.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-a846ed547b824740.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-c9540f0a4fb9265d.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7d2ca66c92c356eb.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-147e2c808f949493.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-bd2a4369506670e9.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74bfdd0ce7d0ed48.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-6777f47f1c491841.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-b104f1790174f2be.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-db37898996f45c13.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-25b7435131fc4938.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9d4b6f3c097e876e.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-3f953ad652ab829a.rlib" "-Wl,-Bdynamic" "-lodbc" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [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 code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/list_tables-d9d367501d5723a6.list_tables.dwzkz1xe-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/list_tables-d9d367501d5723a6.list_tables.dwzkz1xe-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/list_tables-d9d367501d5723a6.list_tables.dwzkz1xe-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/list_tables-d9d367501d5723a6.list_tables.dwzkz1xe-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/list_tables-d9d367501d5723a6.list_tables.dwzkz1xe-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/list_tables-d9d367501d5723a6.list_tables.dwzkz1xe-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/list_tables-d9d367501d5723a6.list_tables.dwzkz1xe-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/list_tables-d9d367501d5723a6.list_tables.dwzkz1xe-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/list_tables-d9d367501d5723a6.list_tables.dwzkz1xe-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/list_tables-d9d367501d5723a6.list_tables.dwzkz1xe-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/list_tables-d9d367501d5723a6.list_tables.dwzkz1xe-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/list_tables-d9d367501d5723a6.list_tables.dwzkz1xe-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/list_tables-d9d367501d5723a6.list_tables.dwzkz1xe-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/list_tables-d9d367501d5723a6.list_tables.dwzkz1xe-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/list_tables-d9d367501d5723a6.list_tables.dwzkz1xe-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/list_tables-d9d367501d5723a6.list_tables.dwzkz1xe-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/list_tables-d9d367501d5723a6" "/opt/rustwide/target/debug/examples/list_tables-d9d367501d5723a6.2n1dqr8dbtw87dlu.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libenv_logger-4a4ed1cce0284646.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-9cb8c404138a090a.rlib" "/opt/rustwide/target/debug/deps/libatty-f3e8e3aa52a482c5.rlib" "/opt/rustwide/target/debug/deps/liblibc-0f3e6c6e62d4b7c7.rlib" "/opt/rustwide/target/debug/deps/libhumantime-a0805a6c6ee779f1.rlib" "/opt/rustwide/target/debug/deps/libquick_error-02525b70077f996f.rlib" "/opt/rustwide/target/debug/deps/libregex-7f7f36ea7e050874.rlib" "/opt/rustwide/target/debug/deps/libthread_local-76e36b18ae5ab5a5.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-7895c92c6d278491.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-f654b94f91975678.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-f2d49bbd143092f2.rlib" "/opt/rustwide/target/debug/deps/libmemchr-79d08186468289e9.rlib" "/opt/rustwide/target/debug/deps/libodbc-f0fdb5ec855bbb71.rlib" "/opt/rustwide/target/debug/deps/libdoc_comment-03794450ffe1ed7a.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-bdca7fec7227cd50.rlib" "/opt/rustwide/target/debug/deps/libodbc_safe-b7f51fd68322735e.rlib" "/opt/rustwide/target/debug/deps/libodbc_sys-b828637faf4f8303.rlib" "/opt/rustwide/target/debug/deps/liblog-1761913616bdc5f1.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b10e0993eefc366b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-e12de7683a34c500.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-446a53c2e468675f.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-86fef9fb252a2d33.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-3bed9bfd30304751.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-0e38eeb474a7b386.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-a846ed547b824740.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-c9540f0a4fb9265d.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7d2ca66c92c356eb.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-147e2c808f949493.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-bd2a4369506670e9.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74bfdd0ce7d0ed48.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-6777f47f1c491841.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-b104f1790174f2be.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-db37898996f45c13.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-25b7435131fc4938.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9d4b6f3c097e876e.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-3f953ad652ab829a.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-lodbc" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [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 code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/custom_get_data-bcec3e819752e3b0.custom_get_data.bv2vihpd-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/custom_get_data-bcec3e819752e3b0.custom_get_data.bv2vihpd-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/custom_get_data-bcec3e819752e3b0.custom_get_data.bv2vihpd-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/custom_get_data-bcec3e819752e3b0.custom_get_data.bv2vihpd-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/custom_get_data-bcec3e819752e3b0.custom_get_data.bv2vihpd-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/custom_get_data-bcec3e819752e3b0.custom_get_data.bv2vihpd-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/custom_get_data-bcec3e819752e3b0.custom_get_data.bv2vihpd-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/custom_get_data-bcec3e819752e3b0.custom_get_data.bv2vihpd-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/custom_get_data-bcec3e819752e3b0.custom_get_data.bv2vihpd-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/custom_get_data-bcec3e819752e3b0.custom_get_data.bv2vihpd-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/custom_get_data-bcec3e819752e3b0.custom_get_data.bv2vihpd-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/custom_get_data-bcec3e819752e3b0.custom_get_data.bv2vihpd-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/custom_get_data-bcec3e819752e3b0.custom_get_data.bv2vihpd-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/custom_get_data-bcec3e819752e3b0.custom_get_data.bv2vihpd-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/custom_get_data-bcec3e819752e3b0.custom_get_data.bv2vihpd-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/custom_get_data-bcec3e819752e3b0.custom_get_data.bv2vihpd-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/custom_get_data-bcec3e819752e3b0" "/opt/rustwide/target/debug/examples/custom_get_data-bcec3e819752e3b0.1fpfaaob6j0vi16j.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libchrono-fd9332d3975e2ea8.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-9a9bd063b59627d4.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-d919d57b03d47e3d.rlib" "/opt/rustwide/target/debug/deps/libtime-4ca4b9b4e5621e83.rlib" "/opt/rustwide/target/debug/deps/libenv_logger-4a4ed1cce0284646.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-9cb8c404138a090a.rlib" "/opt/rustwide/target/debug/deps/libatty-f3e8e3aa52a482c5.rlib" "/opt/rustwide/target/debug/deps/liblibc-0f3e6c6e62d4b7c7.rlib" "/opt/rustwide/target/debug/deps/libhumantime-a0805a6c6ee779f1.rlib" "/opt/rustwide/target/debug/deps/libquick_error-02525b70077f996f.rlib" "/opt/rustwide/target/debug/deps/libregex-7f7f36ea7e050874.rlib" "/opt/rustwide/target/debug/deps/libthread_local-76e36b18ae5ab5a5.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-7895c92c6d278491.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-f654b94f91975678.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-f2d49bbd143092f2.rlib" "/opt/rustwide/target/debug/deps/libmemchr-79d08186468289e9.rlib" "/opt/rustwide/target/debug/deps/libodbc-f0fdb5ec855bbb71.rlib" "/opt/rustwide/target/debug/deps/libdoc_comment-03794450ffe1ed7a.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-bdca7fec7227cd50.rlib" "/opt/rustwide/target/debug/deps/libodbc_safe-b7f51fd68322735e.rlib" "/opt/rustwide/target/debug/deps/libodbc_sys-b828637faf4f8303.rlib" "/opt/rustwide/target/debug/deps/liblog-1761913616bdc5f1.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b10e0993eefc366b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-e12de7683a34c500.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-446a53c2e468675f.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-86fef9fb252a2d33.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-3bed9bfd30304751.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-0e38eeb474a7b386.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-a846ed547b824740.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-c9540f0a4fb9265d.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7d2ca66c92c356eb.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-147e2c808f949493.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-bd2a4369506670e9.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74bfdd0ce7d0ed48.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-6777f47f1c491841.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-b104f1790174f2be.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-db37898996f45c13.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-25b7435131fc4938.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9d4b6f3c097e876e.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-3f953ad652ab829a.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-lodbc" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [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 code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/column_descriptions-4bbd45099aba3e5b.column_descriptions.7rpkpmrx-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/column_descriptions-4bbd45099aba3e5b.column_descriptions.7rpkpmrx-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/column_descriptions-4bbd45099aba3e5b.column_descriptions.7rpkpmrx-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/column_descriptions-4bbd45099aba3e5b.column_descriptions.7rpkpmrx-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/column_descriptions-4bbd45099aba3e5b.column_descriptions.7rpkpmrx-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/column_descriptions-4bbd45099aba3e5b.column_descriptions.7rpkpmrx-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/column_descriptions-4bbd45099aba3e5b.column_descriptions.7rpkpmrx-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/column_descriptions-4bbd45099aba3e5b.column_descriptions.7rpkpmrx-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/column_descriptions-4bbd45099aba3e5b.column_descriptions.7rpkpmrx-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/column_descriptions-4bbd45099aba3e5b.column_descriptions.7rpkpmrx-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/column_descriptions-4bbd45099aba3e5b.column_descriptions.7rpkpmrx-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/column_descriptions-4bbd45099aba3e5b.column_descriptions.7rpkpmrx-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/column_descriptions-4bbd45099aba3e5b.column_descriptions.7rpkpmrx-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/column_descriptions-4bbd45099aba3e5b.column_descriptions.7rpkpmrx-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/column_descriptions-4bbd45099aba3e5b.column_descriptions.7rpkpmrx-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/column_descriptions-4bbd45099aba3e5b.column_descriptions.7rpkpmrx-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/column_descriptions-4bbd45099aba3e5b" "/opt/rustwide/target/debug/examples/column_descriptions-4bbd45099aba3e5b.578m050rgknufooo.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libenv_logger-4a4ed1cce0284646.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-9cb8c404138a090a.rlib" "/opt/rustwide/target/debug/deps/libatty-f3e8e3aa52a482c5.rlib" "/opt/rustwide/target/debug/deps/liblibc-0f3e6c6e62d4b7c7.rlib" "/opt/rustwide/target/debug/deps/libhumantime-a0805a6c6ee779f1.rlib" "/opt/rustwide/target/debug/deps/libquick_error-02525b70077f996f.rlib" "/opt/rustwide/target/debug/deps/libregex-7f7f36ea7e050874.rlib" "/opt/rustwide/target/debug/deps/libthread_local-76e36b18ae5ab5a5.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-7895c92c6d278491.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-f654b94f91975678.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-f2d49bbd143092f2.rlib" "/opt/rustwide/target/debug/deps/libmemchr-79d08186468289e9.rlib" "/opt/rustwide/target/debug/deps/libodbc-f0fdb5ec855bbb71.rlib" "/opt/rustwide/target/debug/deps/libdoc_comment-03794450ffe1ed7a.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-bdca7fec7227cd50.rlib" "/opt/rustwide/target/debug/deps/libodbc_safe-b7f51fd68322735e.rlib" "/opt/rustwide/target/debug/deps/libodbc_sys-b828637faf4f8303.rlib" "/opt/rustwide/target/debug/deps/liblog-1761913616bdc5f1.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b10e0993eefc366b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-e12de7683a34c500.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-446a53c2e468675f.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-86fef9fb252a2d33.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-3bed9bfd30304751.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-0e38eeb474a7b386.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-a846ed547b824740.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-c9540f0a4fb9265d.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7d2ca66c92c356eb.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-147e2c808f949493.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-bd2a4369506670e9.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74bfdd0ce7d0ed48.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-6777f47f1c491841.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-b104f1790174f2be.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-db37898996f45c13.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-25b7435131fc4938.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9d4b6f3c097e876e.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-3f953ad652ab829a.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-lodbc" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [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 code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/bind_params-ddbaff8c72daea41.bind_params.20i7hpi2-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/bind_params-ddbaff8c72daea41.bind_params.20i7hpi2-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/bind_params-ddbaff8c72daea41.bind_params.20i7hpi2-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/bind_params-ddbaff8c72daea41.bind_params.20i7hpi2-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/bind_params-ddbaff8c72daea41.bind_params.20i7hpi2-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/bind_params-ddbaff8c72daea41.bind_params.20i7hpi2-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/bind_params-ddbaff8c72daea41.bind_params.20i7hpi2-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/bind_params-ddbaff8c72daea41.bind_params.20i7hpi2-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/bind_params-ddbaff8c72daea41.bind_params.20i7hpi2-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/bind_params-ddbaff8c72daea41.bind_params.20i7hpi2-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/bind_params-ddbaff8c72daea41.bind_params.20i7hpi2-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/bind_params-ddbaff8c72daea41.bind_params.20i7hpi2-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/bind_params-ddbaff8c72daea41.bind_params.20i7hpi2-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/bind_params-ddbaff8c72daea41.bind_params.20i7hpi2-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/bind_params-ddbaff8c72daea41.bind_params.20i7hpi2-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/bind_params-ddbaff8c72daea41.bind_params.20i7hpi2-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/bind_params-ddbaff8c72daea41" "/opt/rustwide/target/debug/examples/bind_params-ddbaff8c72daea41.2pbznxov39wp02ug.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libenv_logger-4a4ed1cce0284646.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-9cb8c404138a090a.rlib" "/opt/rustwide/target/debug/deps/libatty-f3e8e3aa52a482c5.rlib" "/opt/rustwide/target/debug/deps/liblibc-0f3e6c6e62d4b7c7.rlib" "/opt/rustwide/target/debug/deps/libhumantime-a0805a6c6ee779f1.rlib" "/opt/rustwide/target/debug/deps/libquick_error-02525b70077f996f.rlib" "/opt/rustwide/target/debug/deps/libregex-7f7f36ea7e050874.rlib" "/opt/rustwide/target/debug/deps/libthread_local-76e36b18ae5ab5a5.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-7895c92c6d278491.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-f654b94f91975678.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-f2d49bbd143092f2.rlib" "/opt/rustwide/target/debug/deps/libmemchr-79d08186468289e9.rlib" "/opt/rustwide/target/debug/deps/libodbc-f0fdb5ec855bbb71.rlib" "/opt/rustwide/target/debug/deps/libdoc_comment-03794450ffe1ed7a.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-bdca7fec7227cd50.rlib" "/opt/rustwide/target/debug/deps/libodbc_safe-b7f51fd68322735e.rlib" "/opt/rustwide/target/debug/deps/libodbc_sys-b828637faf4f8303.rlib" "/opt/rustwide/target/debug/deps/liblog-1761913616bdc5f1.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b10e0993eefc366b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-e12de7683a34c500.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-446a53c2e468675f.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-86fef9fb252a2d33.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-3bed9bfd30304751.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-0e38eeb474a7b386.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-a846ed547b824740.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-c9540f0a4fb9265d.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7d2ca66c92c356eb.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-147e2c808f949493.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-bd2a4369506670e9.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74bfdd0ce7d0ed48.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-6777f47f1c491841.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-b104f1790174f2be.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-db37898996f45c13.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-25b7435131fc4938.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9d4b6f3c097e876e.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-3f953ad652ab829a.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-lodbc" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [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 code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/native_types-c12481977d368497.native_types.bg0zyfw5-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/native_types-c12481977d368497.native_types.bg0zyfw5-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/native_types-c12481977d368497.native_types.bg0zyfw5-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/native_types-c12481977d368497.native_types.bg0zyfw5-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/native_types-c12481977d368497.native_types.bg0zyfw5-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/native_types-c12481977d368497.native_types.bg0zyfw5-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/native_types-c12481977d368497.native_types.bg0zyfw5-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/native_types-c12481977d368497.native_types.bg0zyfw5-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/native_types-c12481977d368497.native_types.bg0zyfw5-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/native_types-c12481977d368497.native_types.bg0zyfw5-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/native_types-c12481977d368497.native_types.bg0zyfw5-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/native_types-c12481977d368497.native_types.bg0zyfw5-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/native_types-c12481977d368497.native_types.bg0zyfw5-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/native_types-c12481977d368497.native_types.bg0zyfw5-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/native_types-c12481977d368497.native_types.bg0zyfw5-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/native_types-c12481977d368497.native_types.bg0zyfw5-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/native_types-c12481977d368497" "/opt/rustwide/target/debug/deps/native_types-c12481977d368497.1gly4c2buq7rtq8p.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-6609e81d71a1bf05.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-c352aab3e89370e6.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-5a89b15f567bd092.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-f48d3ad387757b0f.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-bf2dc5d6d88f70a5.rlib" "/opt/rustwide/target/debug/deps/libodbc-f0fdb5ec855bbb71.rlib" "/opt/rustwide/target/debug/deps/libdoc_comment-03794450ffe1ed7a.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-bdca7fec7227cd50.rlib" "/opt/rustwide/target/debug/deps/libodbc_safe-b7f51fd68322735e.rlib" "/opt/rustwide/target/debug/deps/libodbc_sys-b828637faf4f8303.rlib" "/opt/rustwide/target/debug/deps/liblog-1761913616bdc5f1.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b10e0993eefc366b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-e12de7683a34c500.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-446a53c2e468675f.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-86fef9fb252a2d33.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-3bed9bfd30304751.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-0e38eeb474a7b386.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-a846ed547b824740.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-c9540f0a4fb9265d.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7d2ca66c92c356eb.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-147e2c808f949493.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-bd2a4369506670e9.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74bfdd0ce7d0ed48.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-6777f47f1c491841.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-b104f1790174f2be.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-db37898996f45c13.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-25b7435131fc4938.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9d4b6f3c097e876e.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-3f953ad652ab829a.rlib" "-Wl,-Bdynamic" "-lodbc" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [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 code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/odbc-db2682d39d7e160b.odbc.b5atv4gj-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/odbc-db2682d39d7e160b.odbc.b5atv4gj-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/odbc-db2682d39d7e160b.odbc.b5atv4gj-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/odbc-db2682d39d7e160b.odbc.b5atv4gj-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/odbc-db2682d39d7e160b.odbc.b5atv4gj-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/odbc-db2682d39d7e160b.odbc.b5atv4gj-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/odbc-db2682d39d7e160b.odbc.b5atv4gj-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/odbc-db2682d39d7e160b.odbc.b5atv4gj-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/odbc-db2682d39d7e160b.odbc.b5atv4gj-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/odbc-db2682d39d7e160b.odbc.b5atv4gj-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/odbc-db2682d39d7e160b.odbc.b5atv4gj-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/odbc-db2682d39d7e160b.odbc.b5atv4gj-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/odbc-db2682d39d7e160b.odbc.b5atv4gj-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/odbc-db2682d39d7e160b.odbc.b5atv4gj-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/odbc-db2682d39d7e160b.odbc.b5atv4gj-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/odbc-db2682d39d7e160b.odbc.b5atv4gj-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/odbc-db2682d39d7e160b" "/opt/rustwide/target/debug/deps/odbc-db2682d39d7e160b.2nde09pc1s59xxcq.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-6609e81d71a1bf05.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-c352aab3e89370e6.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-5a89b15f567bd092.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-f48d3ad387757b0f.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-bf2dc5d6d88f70a5.rlib" "/opt/rustwide/target/debug/deps/libdoc_comment-03794450ffe1ed7a.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-bdca7fec7227cd50.rlib" "/opt/rustwide/target/debug/deps/libodbc_safe-b7f51fd68322735e.rlib" "/opt/rustwide/target/debug/deps/libodbc_sys-b828637faf4f8303.rlib" "/opt/rustwide/target/debug/deps/liblog-1761913616bdc5f1.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b10e0993eefc366b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-e12de7683a34c500.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-446a53c2e468675f.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-86fef9fb252a2d33.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-3bed9bfd30304751.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-0e38eeb474a7b386.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-a846ed547b824740.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-c9540f0a4fb9265d.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7d2ca66c92c356eb.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-147e2c808f949493.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-bd2a4369506670e9.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74bfdd0ce7d0ed48.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-6777f47f1c491841.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-b104f1790174f2be.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-db37898996f45c13.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-25b7435131fc4938.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9d4b6f3c097e876e.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-3f953ad652ab829a.rlib" "-Wl,-Bdynamic" "-lodbc" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [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] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/libs-a087c689781334ee.libs.cgpzlk52-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/libs-a087c689781334ee.libs.cgpzlk52-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/libs-a087c689781334ee.libs.cgpzlk52-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/libs-a087c689781334ee.libs.cgpzlk52-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/libs-a087c689781334ee.libs.cgpzlk52-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/libs-a087c689781334ee.libs.cgpzlk52-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/libs-a087c689781334ee.libs.cgpzlk52-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/libs-a087c689781334ee.libs.cgpzlk52-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/libs-a087c689781334ee.libs.cgpzlk52-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/libs-a087c689781334ee.libs.cgpzlk52-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/libs-a087c689781334ee.libs.cgpzlk52-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/libs-a087c689781334ee.libs.cgpzlk52-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/libs-a087c689781334ee.libs.cgpzlk52-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/libs-a087c689781334ee.libs.cgpzlk52-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/libs-a087c689781334ee.libs.cgpzlk52-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/libs-a087c689781334ee.libs.cgpzlk52-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/libs-a087c689781334ee" "/opt/rustwide/target/debug/deps/libs-a087c689781334ee.26dt7e2mmk0p7gx8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-6609e81d71a1bf05.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-c352aab3e89370e6.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-5a89b15f567bd092.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-f48d3ad387757b0f.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-bf2dc5d6d88f70a5.rlib" "/opt/rustwide/target/debug/deps/libodbc-f0fdb5ec855bbb71.rlib" "/opt/rustwide/target/debug/deps/libdoc_comment-03794450ffe1ed7a.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-bdca7fec7227cd50.rlib" "/opt/rustwide/target/debug/deps/libodbc_safe-b7f51fd68322735e.rlib" "/opt/rustwide/target/debug/deps/libodbc_sys-b828637faf4f8303.rlib" "/opt/rustwide/target/debug/deps/liblog-1761913616bdc5f1.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b10e0993eefc366b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-e12de7683a34c500.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-446a53c2e468675f.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-86fef9fb252a2d33.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-3bed9bfd30304751.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-0e38eeb474a7b386.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-a846ed547b824740.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-c9540f0a4fb9265d.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7d2ca66c92c356eb.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-147e2c808f949493.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-bd2a4369506670e9.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74bfdd0ce7d0ed48.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-6777f47f1c491841.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-b104f1790174f2be.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-db37898996f45c13.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-25b7435131fc4938.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9d4b6f3c097e876e.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-3f953ad652ab829a.rlib" "-Wl,-Bdynamic" "-lodbc" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [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: build failed [INFO] running `Command { std: "docker" "inspect" "31ca9bb24bbc5f6ce0b0aed48bbf9f219e33b0557b6127eff92f350cd3ad7b16", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "31ca9bb24bbc5f6ce0b0aed48bbf9f219e33b0557b6127eff92f350cd3ad7b16", kill_on_drop: false }` [INFO] [stdout] 31ca9bb24bbc5f6ce0b0aed48bbf9f219e33b0557b6127eff92f350cd3ad7b16