[INFO] crate odbc 0.17.0 is already in cache [INFO] testing odbc-0.17.0 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate odbc 0.17.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate odbc 0.17.0 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [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-3/source/Cargo.toml [INFO] crate crates.io crate odbc 0.17.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2cf89d019caffa0e849d3d50c081df04d41a6e658b10ca5d3528d4ba01c97d4e [INFO] running `"docker" "start" "-a" "2cf89d019caffa0e849d3d50c081df04d41a6e658b10ca5d3528d4ba01c97d4e"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling odbc-sys v0.8.2 [INFO] [stderr] Compiling odbc-safe v0.5.0 [INFO] [stderr] Compiling odbc v0.17.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/diagnostics.rs:96:58 [INFO] [stderr] | [INFO] [stderr] 96 | fn get_diag_rec(&self, record_number: i16) -> Option<(DiagnosticRecord)> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `super::*` [INFO] [stderr] --> src/statement/types.rs:714:9 [INFO] [stderr] | [INFO] [stderr] 714 | use super::*; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::collections::HashSet` [INFO] [stderr] --> src/statement/types.rs:715:9 [INFO] [stderr] | [INFO] [stderr] 715 | use std::collections::HashSet; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::borrow::Cow` [INFO] [stderr] --> src/statement/types.rs:716:9 [INFO] [stderr] | [INFO] [stderr] 716 | use std::borrow::Cow; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/connection.rs:48:31 [INFO] [stderr] | [INFO] [stderr] 48 | pub fn disable_autocommit(mut self) -> std::result::Result, Self> { [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/connection.rs:59:30 [INFO] [stderr] | [INFO] [stderr] 59 | pub fn enable_autocommit(mut self) -> std::result::Result, Self> { [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.86s [INFO] running `"docker" "inspect" "2cf89d019caffa0e849d3d50c081df04d41a6e658b10ca5d3528d4ba01c97d4e"` [INFO] running `"docker" "rm" "-f" "2cf89d019caffa0e849d3d50c081df04d41a6e658b10ca5d3528d4ba01c97d4e"` [INFO] [stdout] 2cf89d019caffa0e849d3d50c081df04d41a6e658b10ca5d3528d4ba01c97d4e [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] bed393891cf730c5c1e87bfed7d9f8dae1ad2442cbf943a0a6fff1c99596581e [INFO] running `"docker" "start" "-a" "bed393891cf730c5c1e87bfed7d9f8dae1ad2442cbf943a0a6fff1c99596581e"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/diagnostics.rs:96:58 [INFO] [stderr] | [INFO] [stderr] 96 | fn get_diag_rec(&self, record_number: i16) -> Option<(DiagnosticRecord)> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `super::*` [INFO] [stderr] --> src/statement/types.rs:714:9 [INFO] [stderr] | [INFO] [stderr] 714 | use super::*; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::collections::HashSet` [INFO] [stderr] --> src/statement/types.rs:715:9 [INFO] [stderr] | [INFO] [stderr] 715 | use std::collections::HashSet; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::borrow::Cow` [INFO] [stderr] --> src/statement/types.rs:716:9 [INFO] [stderr] | [INFO] [stderr] 716 | use std::borrow::Cow; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/connection.rs:48:31 [INFO] [stderr] | [INFO] [stderr] 48 | pub fn disable_autocommit(mut self) -> std::result::Result, Self> { [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/connection.rs:59:30 [INFO] [stderr] | [INFO] [stderr] 59 | pub fn enable_autocommit(mut self) -> std::result::Result, Self> { [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] Compiling odbc v0.17.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/diagnostics.rs:96:58 [INFO] [stderr] | [INFO] [stderr] 96 | fn get_diag_rec(&self, record_number: i16) -> Option<(DiagnosticRecord)> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/affected_row_count-251503bd2e618284.affected_row_count.e665elra-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/affected_row_count-251503bd2e618284.affected_row_count.e665elra-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/affected_row_count-251503bd2e618284.affected_row_count.e665elra-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/affected_row_count-251503bd2e618284.affected_row_count.e665elra-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/affected_row_count-251503bd2e618284.affected_row_count.e665elra-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/affected_row_count-251503bd2e618284.affected_row_count.e665elra-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/affected_row_count-251503bd2e618284.affected_row_count.e665elra-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/affected_row_count-251503bd2e618284.affected_row_count.e665elra-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/affected_row_count-251503bd2e618284.affected_row_count.e665elra-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/affected_row_count-251503bd2e618284.affected_row_count.e665elra-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/affected_row_count-251503bd2e618284.affected_row_count.e665elra-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/affected_row_count-251503bd2e618284.affected_row_count.e665elra-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/affected_row_count-251503bd2e618284.affected_row_count.e665elra-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/affected_row_count-251503bd2e618284.affected_row_count.e665elra-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/affected_row_count-251503bd2e618284.affected_row_count.e665elra-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/affected_row_count-251503bd2e618284.affected_row_count.e665elra-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/affected_row_count-251503bd2e618284" "/opt/rustwide/target/debug/examples/affected_row_count-251503bd2e618284.2jif2yz1vwkhht4y.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libodbc-25ac253ad3461d2a.rlib" "/opt/rustwide/target/debug/deps/libdoc_comment-624e2c472d91eb89.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-70304cc366baf80d.rlib" "/opt/rustwide/target/debug/deps/libodbc_safe-db754abf13b15bc2.rlib" "/opt/rustwide/target/debug/deps/libodbc_sys-faee614423e9a761.rlib" "/opt/rustwide/target/debug/deps/liblog-3d65ebee37a7b6c8.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0d7329a98a9ffead.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lodbc" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lodbc [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `odbc`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/connection.rs:48:31 [INFO] [stderr] | [INFO] [stderr] 48 | pub fn disable_autocommit(mut self) -> std::result::Result, Self> { [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/connection.rs:59:30 [INFO] [stderr] | [INFO] [stderr] 59 | pub fn enable_autocommit(mut self) -> std::result::Result, Self> { [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/input_parameter-21271a305f038b4c.input_parameter.2a1zre0h-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/input_parameter-21271a305f038b4c.input_parameter.2a1zre0h-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/input_parameter-21271a305f038b4c.input_parameter.2a1zre0h-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/input_parameter-21271a305f038b4c.input_parameter.2a1zre0h-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/input_parameter-21271a305f038b4c.input_parameter.2a1zre0h-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/input_parameter-21271a305f038b4c.input_parameter.2a1zre0h-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/input_parameter-21271a305f038b4c.input_parameter.2a1zre0h-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/input_parameter-21271a305f038b4c.input_parameter.2a1zre0h-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/input_parameter-21271a305f038b4c.input_parameter.2a1zre0h-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/input_parameter-21271a305f038b4c.input_parameter.2a1zre0h-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/input_parameter-21271a305f038b4c.input_parameter.2a1zre0h-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/input_parameter-21271a305f038b4c.input_parameter.2a1zre0h-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/input_parameter-21271a305f038b4c.input_parameter.2a1zre0h-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/input_parameter-21271a305f038b4c.input_parameter.2a1zre0h-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/input_parameter-21271a305f038b4c.input_parameter.2a1zre0h-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/input_parameter-21271a305f038b4c.input_parameter.2a1zre0h-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/input_parameter-21271a305f038b4c" "/opt/rustwide/target/debug/deps/input_parameter-21271a305f038b4c.532bm1mme2tgurbz.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-0a07979da1fa7aa2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-171ede43b21d034c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-ea69ac8b5a0936d1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-6be6d4d5d08eb152.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-c718480fe68c7cec.rlib" "/opt/rustwide/target/debug/deps/libodbc-25ac253ad3461d2a.rlib" "/opt/rustwide/target/debug/deps/libdoc_comment-624e2c472d91eb89.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-70304cc366baf80d.rlib" "/opt/rustwide/target/debug/deps/libodbc_safe-db754abf13b15bc2.rlib" "/opt/rustwide/target/debug/deps/libodbc_sys-faee614423e9a761.rlib" "/opt/rustwide/target/debug/deps/liblog-3d65ebee37a7b6c8.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0d7329a98a9ffead.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lodbc" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lodbc [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/libs-c0b797e1b450a83f.libs.6g1e8sbl-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/libs-c0b797e1b450a83f.libs.6g1e8sbl-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/libs-c0b797e1b450a83f.libs.6g1e8sbl-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/libs-c0b797e1b450a83f.libs.6g1e8sbl-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/libs-c0b797e1b450a83f.libs.6g1e8sbl-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/libs-c0b797e1b450a83f.libs.6g1e8sbl-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/libs-c0b797e1b450a83f.libs.6g1e8sbl-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/libs-c0b797e1b450a83f.libs.6g1e8sbl-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/libs-c0b797e1b450a83f.libs.6g1e8sbl-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/libs-c0b797e1b450a83f.libs.6g1e8sbl-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/libs-c0b797e1b450a83f.libs.6g1e8sbl-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/libs-c0b797e1b450a83f.libs.6g1e8sbl-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/libs-c0b797e1b450a83f.libs.6g1e8sbl-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/libs-c0b797e1b450a83f.libs.6g1e8sbl-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/libs-c0b797e1b450a83f.libs.6g1e8sbl-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/libs-c0b797e1b450a83f.libs.6g1e8sbl-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/libs-c0b797e1b450a83f" "/opt/rustwide/target/debug/deps/libs-c0b797e1b450a83f.3hdzkf91u00dhyie.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-0a07979da1fa7aa2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-171ede43b21d034c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-ea69ac8b5a0936d1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-6be6d4d5d08eb152.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-c718480fe68c7cec.rlib" "/opt/rustwide/target/debug/deps/libodbc-25ac253ad3461d2a.rlib" "/opt/rustwide/target/debug/deps/libdoc_comment-624e2c472d91eb89.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-70304cc366baf80d.rlib" "/opt/rustwide/target/debug/deps/libodbc_safe-db754abf13b15bc2.rlib" "/opt/rustwide/target/debug/deps/libodbc_sys-faee614423e9a761.rlib" "/opt/rustwide/target/debug/deps/liblog-3d65ebee37a7b6c8.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0d7329a98a9ffead.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lodbc" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lodbc [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/gbk-52dfe335d351cdce.gbk.cq3np7vd-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/gbk-52dfe335d351cdce.gbk.cq3np7vd-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/gbk-52dfe335d351cdce.gbk.cq3np7vd-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/gbk-52dfe335d351cdce.gbk.cq3np7vd-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/gbk-52dfe335d351cdce.gbk.cq3np7vd-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/gbk-52dfe335d351cdce.gbk.cq3np7vd-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/gbk-52dfe335d351cdce.gbk.cq3np7vd-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/gbk-52dfe335d351cdce.gbk.cq3np7vd-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/gbk-52dfe335d351cdce.gbk.cq3np7vd-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/gbk-52dfe335d351cdce.gbk.cq3np7vd-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/gbk-52dfe335d351cdce.gbk.cq3np7vd-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/gbk-52dfe335d351cdce.gbk.cq3np7vd-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/gbk-52dfe335d351cdce.gbk.cq3np7vd-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/gbk-52dfe335d351cdce.gbk.cq3np7vd-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/gbk-52dfe335d351cdce.gbk.cq3np7vd-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/gbk-52dfe335d351cdce.gbk.cq3np7vd-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/gbk-52dfe335d351cdce" "/opt/rustwide/target/debug/deps/gbk-52dfe335d351cdce.2t7ittm9jer03yo9.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-0a07979da1fa7aa2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-171ede43b21d034c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-ea69ac8b5a0936d1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-6be6d4d5d08eb152.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-c718480fe68c7cec.rlib" "/opt/rustwide/target/debug/deps/libodbc-25ac253ad3461d2a.rlib" "/opt/rustwide/target/debug/deps/libdoc_comment-624e2c472d91eb89.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-70304cc366baf80d.rlib" "/opt/rustwide/target/debug/deps/libodbc_safe-db754abf13b15bc2.rlib" "/opt/rustwide/target/debug/deps/libodbc_sys-faee614423e9a761.rlib" "/opt/rustwide/target/debug/deps/liblog-3d65ebee37a7b6c8.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0d7329a98a9ffead.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lodbc" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lodbc [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/native_types-502ea8a31e6f7840.native_types.a0c0if3q-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/native_types-502ea8a31e6f7840.native_types.a0c0if3q-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/native_types-502ea8a31e6f7840.native_types.a0c0if3q-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/native_types-502ea8a31e6f7840.native_types.a0c0if3q-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/native_types-502ea8a31e6f7840.native_types.a0c0if3q-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/native_types-502ea8a31e6f7840.native_types.a0c0if3q-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/native_types-502ea8a31e6f7840.native_types.a0c0if3q-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/native_types-502ea8a31e6f7840.native_types.a0c0if3q-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/native_types-502ea8a31e6f7840.native_types.a0c0if3q-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/native_types-502ea8a31e6f7840.native_types.a0c0if3q-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/native_types-502ea8a31e6f7840.native_types.a0c0if3q-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/native_types-502ea8a31e6f7840.native_types.a0c0if3q-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/native_types-502ea8a31e6f7840.native_types.a0c0if3q-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/native_types-502ea8a31e6f7840.native_types.a0c0if3q-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/native_types-502ea8a31e6f7840.native_types.a0c0if3q-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/native_types-502ea8a31e6f7840.native_types.a0c0if3q-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/native_types-502ea8a31e6f7840" "/opt/rustwide/target/debug/deps/native_types-502ea8a31e6f7840.210rtsx2kaivbm3d.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-0a07979da1fa7aa2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-171ede43b21d034c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-ea69ac8b5a0936d1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-6be6d4d5d08eb152.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-c718480fe68c7cec.rlib" "/opt/rustwide/target/debug/deps/libodbc-25ac253ad3461d2a.rlib" "/opt/rustwide/target/debug/deps/libdoc_comment-624e2c472d91eb89.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-70304cc366baf80d.rlib" "/opt/rustwide/target/debug/deps/libodbc_safe-db754abf13b15bc2.rlib" "/opt/rustwide/target/debug/deps/libodbc_sys-faee614423e9a761.rlib" "/opt/rustwide/target/debug/deps/liblog-3d65ebee37a7b6c8.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0d7329a98a9ffead.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lodbc" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lodbc [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/bind_params-dd2b8b5eb4deb004.bind_params.366jv3f1-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/bind_params-dd2b8b5eb4deb004.bind_params.366jv3f1-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/bind_params-dd2b8b5eb4deb004.bind_params.366jv3f1-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/bind_params-dd2b8b5eb4deb004.bind_params.366jv3f1-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/bind_params-dd2b8b5eb4deb004.bind_params.366jv3f1-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/bind_params-dd2b8b5eb4deb004.bind_params.366jv3f1-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/bind_params-dd2b8b5eb4deb004.bind_params.366jv3f1-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/bind_params-dd2b8b5eb4deb004.bind_params.366jv3f1-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/bind_params-dd2b8b5eb4deb004.bind_params.366jv3f1-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/bind_params-dd2b8b5eb4deb004.bind_params.366jv3f1-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/bind_params-dd2b8b5eb4deb004.bind_params.366jv3f1-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/bind_params-dd2b8b5eb4deb004.bind_params.366jv3f1-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/bind_params-dd2b8b5eb4deb004.bind_params.366jv3f1-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/bind_params-dd2b8b5eb4deb004.bind_params.366jv3f1-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/bind_params-dd2b8b5eb4deb004.bind_params.366jv3f1-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/bind_params-dd2b8b5eb4deb004.bind_params.366jv3f1-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/bind_params-dd2b8b5eb4deb004" "/opt/rustwide/target/debug/examples/bind_params-dd2b8b5eb4deb004.2awgbiunmrf6xu9c.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libenv_logger-d0cb1aa05ae6e742.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-b0aa0fca5eab8966.rlib" "/opt/rustwide/target/debug/deps/libatty-236f0dc979a315f1.rlib" "/opt/rustwide/target/debug/deps/liblibc-11af900c68db2eab.rlib" "/opt/rustwide/target/debug/deps/libhumantime-dfd7af29c5915f0f.rlib" "/opt/rustwide/target/debug/deps/libquick_error-a8ed19302f3259f8.rlib" "/opt/rustwide/target/debug/deps/libregex-1194fefff493e951.rlib" "/opt/rustwide/target/debug/deps/libthread_local-8d83e4901f0f282f.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-36bd8bbfaaa85bd1.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-d6a2b4e0f32b8cce.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-16491216d59c2914.rlib" "/opt/rustwide/target/debug/deps/libmemchr-c999afe2695a6c48.rlib" "/opt/rustwide/target/debug/deps/libodbc-25ac253ad3461d2a.rlib" "/opt/rustwide/target/debug/deps/libdoc_comment-624e2c472d91eb89.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-70304cc366baf80d.rlib" "/opt/rustwide/target/debug/deps/libodbc_safe-db754abf13b15bc2.rlib" "/opt/rustwide/target/debug/deps/libodbc_sys-faee614423e9a761.rlib" "/opt/rustwide/target/debug/deps/liblog-3d65ebee37a7b6c8.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0d7329a98a9ffead.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-lodbc" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lodbc [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/odbc-1cd7e1fcb41199ca.odbc.3e997j8c-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/odbc-1cd7e1fcb41199ca.odbc.3e997j8c-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/odbc-1cd7e1fcb41199ca.odbc.3e997j8c-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/odbc-1cd7e1fcb41199ca.odbc.3e997j8c-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/odbc-1cd7e1fcb41199ca.odbc.3e997j8c-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/odbc-1cd7e1fcb41199ca.odbc.3e997j8c-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/odbc-1cd7e1fcb41199ca.odbc.3e997j8c-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/odbc-1cd7e1fcb41199ca.odbc.3e997j8c-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/odbc-1cd7e1fcb41199ca.odbc.3e997j8c-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/odbc-1cd7e1fcb41199ca.odbc.3e997j8c-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/odbc-1cd7e1fcb41199ca.odbc.3e997j8c-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/odbc-1cd7e1fcb41199ca.odbc.3e997j8c-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/odbc-1cd7e1fcb41199ca.odbc.3e997j8c-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/odbc-1cd7e1fcb41199ca.odbc.3e997j8c-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/odbc-1cd7e1fcb41199ca.odbc.3e997j8c-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/odbc-1cd7e1fcb41199ca.odbc.3e997j8c-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/odbc-1cd7e1fcb41199ca" "/opt/rustwide/target/debug/deps/odbc-1cd7e1fcb41199ca.4f524lzqmixds4sw.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-0a07979da1fa7aa2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-171ede43b21d034c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-ea69ac8b5a0936d1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-6be6d4d5d08eb152.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-c718480fe68c7cec.rlib" "/opt/rustwide/target/debug/deps/libdoc_comment-624e2c472d91eb89.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-70304cc366baf80d.rlib" "/opt/rustwide/target/debug/deps/libodbc_safe-db754abf13b15bc2.rlib" "/opt/rustwide/target/debug/deps/libodbc_sys-faee614423e9a761.rlib" "/opt/rustwide/target/debug/deps/liblog-3d65ebee37a7b6c8.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0d7329a98a9ffead.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lodbc" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lodbc [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 3 warnings emitted [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-d368ee592a44bd31.print_drivers_and_datasources.7ig6muaw-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-d368ee592a44bd31.print_drivers_and_datasources.7ig6muaw-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-d368ee592a44bd31.print_drivers_and_datasources.7ig6muaw-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-d368ee592a44bd31.print_drivers_and_datasources.7ig6muaw-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-d368ee592a44bd31.print_drivers_and_datasources.7ig6muaw-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-d368ee592a44bd31.print_drivers_and_datasources.7ig6muaw-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-d368ee592a44bd31.print_drivers_and_datasources.7ig6muaw-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-d368ee592a44bd31.print_drivers_and_datasources.7ig6muaw-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-d368ee592a44bd31.print_drivers_and_datasources.7ig6muaw-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-d368ee592a44bd31.print_drivers_and_datasources.7ig6muaw-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-d368ee592a44bd31.print_drivers_and_datasources.7ig6muaw-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-d368ee592a44bd31.print_drivers_and_datasources.7ig6muaw-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-d368ee592a44bd31.print_drivers_and_datasources.7ig6muaw-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-d368ee592a44bd31.print_drivers_and_datasources.7ig6muaw-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-d368ee592a44bd31.print_drivers_and_datasources.7ig6muaw-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-d368ee592a44bd31.print_drivers_and_datasources.7ig6muaw-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-d368ee592a44bd31" "/opt/rustwide/target/debug/examples/print_drivers_and_datasources-d368ee592a44bd31.1ijicdmebwp0mjfp.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libodbc-25ac253ad3461d2a.rlib" "/opt/rustwide/target/debug/deps/libdoc_comment-624e2c472d91eb89.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-70304cc366baf80d.rlib" "/opt/rustwide/target/debug/deps/libodbc_safe-db754abf13b15bc2.rlib" "/opt/rustwide/target/debug/deps/libodbc_sys-faee614423e9a761.rlib" "/opt/rustwide/target/debug/deps/libenv_logger-d0cb1aa05ae6e742.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-b0aa0fca5eab8966.rlib" "/opt/rustwide/target/debug/deps/libatty-236f0dc979a315f1.rlib" "/opt/rustwide/target/debug/deps/liblibc-11af900c68db2eab.rlib" "/opt/rustwide/target/debug/deps/libhumantime-dfd7af29c5915f0f.rlib" "/opt/rustwide/target/debug/deps/libquick_error-a8ed19302f3259f8.rlib" "/opt/rustwide/target/debug/deps/liblog-3d65ebee37a7b6c8.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0d7329a98a9ffead.rlib" "/opt/rustwide/target/debug/deps/libregex-1194fefff493e951.rlib" "/opt/rustwide/target/debug/deps/libthread_local-8d83e4901f0f282f.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-36bd8bbfaaa85bd1.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-d6a2b4e0f32b8cce.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-16491216d59c2914.rlib" "/opt/rustwide/target/debug/deps/libmemchr-c999afe2695a6c48.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lodbc" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lodbc [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/column_descriptions-23a1ece38022ed3e.column_descriptions.5tywthqv-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/column_descriptions-23a1ece38022ed3e.column_descriptions.5tywthqv-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/column_descriptions-23a1ece38022ed3e.column_descriptions.5tywthqv-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/column_descriptions-23a1ece38022ed3e.column_descriptions.5tywthqv-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/column_descriptions-23a1ece38022ed3e.column_descriptions.5tywthqv-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/column_descriptions-23a1ece38022ed3e.column_descriptions.5tywthqv-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/column_descriptions-23a1ece38022ed3e.column_descriptions.5tywthqv-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/column_descriptions-23a1ece38022ed3e.column_descriptions.5tywthqv-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/column_descriptions-23a1ece38022ed3e.column_descriptions.5tywthqv-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/column_descriptions-23a1ece38022ed3e.column_descriptions.5tywthqv-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/column_descriptions-23a1ece38022ed3e.column_descriptions.5tywthqv-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/column_descriptions-23a1ece38022ed3e.column_descriptions.5tywthqv-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/column_descriptions-23a1ece38022ed3e.column_descriptions.5tywthqv-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/column_descriptions-23a1ece38022ed3e.column_descriptions.5tywthqv-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/column_descriptions-23a1ece38022ed3e.column_descriptions.5tywthqv-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/column_descriptions-23a1ece38022ed3e.column_descriptions.5tywthqv-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/column_descriptions-23a1ece38022ed3e" "/opt/rustwide/target/debug/examples/column_descriptions-23a1ece38022ed3e.nvst4kgmvrlq8qd.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libenv_logger-d0cb1aa05ae6e742.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-b0aa0fca5eab8966.rlib" "/opt/rustwide/target/debug/deps/libatty-236f0dc979a315f1.rlib" "/opt/rustwide/target/debug/deps/liblibc-11af900c68db2eab.rlib" "/opt/rustwide/target/debug/deps/libhumantime-dfd7af29c5915f0f.rlib" "/opt/rustwide/target/debug/deps/libquick_error-a8ed19302f3259f8.rlib" "/opt/rustwide/target/debug/deps/libregex-1194fefff493e951.rlib" "/opt/rustwide/target/debug/deps/libthread_local-8d83e4901f0f282f.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-36bd8bbfaaa85bd1.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-d6a2b4e0f32b8cce.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-16491216d59c2914.rlib" "/opt/rustwide/target/debug/deps/libmemchr-c999afe2695a6c48.rlib" "/opt/rustwide/target/debug/deps/libodbc-25ac253ad3461d2a.rlib" "/opt/rustwide/target/debug/deps/libdoc_comment-624e2c472d91eb89.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-70304cc366baf80d.rlib" "/opt/rustwide/target/debug/deps/libodbc_safe-db754abf13b15bc2.rlib" "/opt/rustwide/target/debug/deps/libodbc_sys-faee614423e9a761.rlib" "/opt/rustwide/target/debug/deps/liblog-3d65ebee37a7b6c8.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0d7329a98a9ffead.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-lodbc" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lodbc [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/connect-733a838949b10257.connect.7x37rgnm-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/connect-733a838949b10257.connect.7x37rgnm-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/connect-733a838949b10257.connect.7x37rgnm-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/connect-733a838949b10257.connect.7x37rgnm-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/connect-733a838949b10257.connect.7x37rgnm-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/connect-733a838949b10257.connect.7x37rgnm-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/connect-733a838949b10257.connect.7x37rgnm-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/connect-733a838949b10257.connect.7x37rgnm-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/connect-733a838949b10257.connect.7x37rgnm-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/connect-733a838949b10257.connect.7x37rgnm-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/connect-733a838949b10257.connect.7x37rgnm-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/connect-733a838949b10257.connect.7x37rgnm-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/connect-733a838949b10257.connect.7x37rgnm-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/connect-733a838949b10257.connect.7x37rgnm-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/connect-733a838949b10257.connect.7x37rgnm-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/connect-733a838949b10257.connect.7x37rgnm-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/connect-733a838949b10257" "/opt/rustwide/target/debug/examples/connect-733a838949b10257.26qh3b0yte0wk1li.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libenv_logger-d0cb1aa05ae6e742.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-b0aa0fca5eab8966.rlib" "/opt/rustwide/target/debug/deps/libatty-236f0dc979a315f1.rlib" "/opt/rustwide/target/debug/deps/liblibc-11af900c68db2eab.rlib" "/opt/rustwide/target/debug/deps/libhumantime-dfd7af29c5915f0f.rlib" "/opt/rustwide/target/debug/deps/libquick_error-a8ed19302f3259f8.rlib" "/opt/rustwide/target/debug/deps/libregex-1194fefff493e951.rlib" "/opt/rustwide/target/debug/deps/libthread_local-8d83e4901f0f282f.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-36bd8bbfaaa85bd1.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-d6a2b4e0f32b8cce.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-16491216d59c2914.rlib" "/opt/rustwide/target/debug/deps/libmemchr-c999afe2695a6c48.rlib" "/opt/rustwide/target/debug/deps/libodbc-25ac253ad3461d2a.rlib" "/opt/rustwide/target/debug/deps/libdoc_comment-624e2c472d91eb89.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-70304cc366baf80d.rlib" "/opt/rustwide/target/debug/deps/libodbc_safe-db754abf13b15bc2.rlib" "/opt/rustwide/target/debug/deps/libodbc_sys-faee614423e9a761.rlib" "/opt/rustwide/target/debug/deps/liblog-3d65ebee37a7b6c8.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0d7329a98a9ffead.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-lodbc" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lodbc [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/list_tables-dacaf80ef94f95b5.list_tables.69hu81pt-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/list_tables-dacaf80ef94f95b5.list_tables.69hu81pt-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/list_tables-dacaf80ef94f95b5.list_tables.69hu81pt-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/list_tables-dacaf80ef94f95b5.list_tables.69hu81pt-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/list_tables-dacaf80ef94f95b5.list_tables.69hu81pt-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/list_tables-dacaf80ef94f95b5.list_tables.69hu81pt-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/list_tables-dacaf80ef94f95b5.list_tables.69hu81pt-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/list_tables-dacaf80ef94f95b5.list_tables.69hu81pt-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/list_tables-dacaf80ef94f95b5.list_tables.69hu81pt-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/list_tables-dacaf80ef94f95b5.list_tables.69hu81pt-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/list_tables-dacaf80ef94f95b5.list_tables.69hu81pt-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/list_tables-dacaf80ef94f95b5.list_tables.69hu81pt-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/list_tables-dacaf80ef94f95b5.list_tables.69hu81pt-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/list_tables-dacaf80ef94f95b5.list_tables.69hu81pt-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/list_tables-dacaf80ef94f95b5.list_tables.69hu81pt-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/list_tables-dacaf80ef94f95b5.list_tables.69hu81pt-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/list_tables-dacaf80ef94f95b5" "/opt/rustwide/target/debug/examples/list_tables-dacaf80ef94f95b5.yzc2evv51jvfv9s.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libenv_logger-d0cb1aa05ae6e742.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-b0aa0fca5eab8966.rlib" "/opt/rustwide/target/debug/deps/libatty-236f0dc979a315f1.rlib" "/opt/rustwide/target/debug/deps/liblibc-11af900c68db2eab.rlib" "/opt/rustwide/target/debug/deps/libhumantime-dfd7af29c5915f0f.rlib" "/opt/rustwide/target/debug/deps/libquick_error-a8ed19302f3259f8.rlib" "/opt/rustwide/target/debug/deps/libregex-1194fefff493e951.rlib" "/opt/rustwide/target/debug/deps/libthread_local-8d83e4901f0f282f.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-36bd8bbfaaa85bd1.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-d6a2b4e0f32b8cce.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-16491216d59c2914.rlib" "/opt/rustwide/target/debug/deps/libmemchr-c999afe2695a6c48.rlib" "/opt/rustwide/target/debug/deps/libodbc-25ac253ad3461d2a.rlib" "/opt/rustwide/target/debug/deps/libdoc_comment-624e2c472d91eb89.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-70304cc366baf80d.rlib" "/opt/rustwide/target/debug/deps/libodbc_safe-db754abf13b15bc2.rlib" "/opt/rustwide/target/debug/deps/libodbc_sys-faee614423e9a761.rlib" "/opt/rustwide/target/debug/deps/liblog-3d65ebee37a7b6c8.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0d7329a98a9ffead.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-lodbc" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lodbc [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/custom_get_data-8fe15cffae9671d9.custom_get_data.6ame6044-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/custom_get_data-8fe15cffae9671d9.custom_get_data.6ame6044-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/custom_get_data-8fe15cffae9671d9.custom_get_data.6ame6044-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/custom_get_data-8fe15cffae9671d9.custom_get_data.6ame6044-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/custom_get_data-8fe15cffae9671d9.custom_get_data.6ame6044-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/custom_get_data-8fe15cffae9671d9.custom_get_data.6ame6044-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/custom_get_data-8fe15cffae9671d9.custom_get_data.6ame6044-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/custom_get_data-8fe15cffae9671d9.custom_get_data.6ame6044-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/custom_get_data-8fe15cffae9671d9.custom_get_data.6ame6044-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/custom_get_data-8fe15cffae9671d9.custom_get_data.6ame6044-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/custom_get_data-8fe15cffae9671d9.custom_get_data.6ame6044-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/custom_get_data-8fe15cffae9671d9.custom_get_data.6ame6044-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/custom_get_data-8fe15cffae9671d9.custom_get_data.6ame6044-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/custom_get_data-8fe15cffae9671d9.custom_get_data.6ame6044-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/custom_get_data-8fe15cffae9671d9.custom_get_data.6ame6044-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/custom_get_data-8fe15cffae9671d9.custom_get_data.6ame6044-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/custom_get_data-8fe15cffae9671d9" "/opt/rustwide/target/debug/examples/custom_get_data-8fe15cffae9671d9.rdwlmqm1cm2hstr.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libchrono-3f63300076ab19ef.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-174cfa3414b3ee79.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-7dc667d08b21def6.rlib" "/opt/rustwide/target/debug/deps/libtime-37592916568da4ec.rlib" "/opt/rustwide/target/debug/deps/libenv_logger-d0cb1aa05ae6e742.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-b0aa0fca5eab8966.rlib" "/opt/rustwide/target/debug/deps/libatty-236f0dc979a315f1.rlib" "/opt/rustwide/target/debug/deps/liblibc-11af900c68db2eab.rlib" "/opt/rustwide/target/debug/deps/libhumantime-dfd7af29c5915f0f.rlib" "/opt/rustwide/target/debug/deps/libquick_error-a8ed19302f3259f8.rlib" "/opt/rustwide/target/debug/deps/libregex-1194fefff493e951.rlib" "/opt/rustwide/target/debug/deps/libthread_local-8d83e4901f0f282f.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-36bd8bbfaaa85bd1.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-d6a2b4e0f32b8cce.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-16491216d59c2914.rlib" "/opt/rustwide/target/debug/deps/libmemchr-c999afe2695a6c48.rlib" "/opt/rustwide/target/debug/deps/libodbc-25ac253ad3461d2a.rlib" "/opt/rustwide/target/debug/deps/libdoc_comment-624e2c472d91eb89.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-70304cc366baf80d.rlib" "/opt/rustwide/target/debug/deps/libodbc_safe-db754abf13b15bc2.rlib" "/opt/rustwide/target/debug/deps/libodbc_sys-faee614423e9a761.rlib" "/opt/rustwide/target/debug/deps/liblog-3d65ebee37a7b6c8.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0d7329a98a9ffead.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-lodbc" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lodbc [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/transactions-e0dce778d1236126.transactions.9vcke36u-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/transactions-e0dce778d1236126.transactions.9vcke36u-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/transactions-e0dce778d1236126.transactions.9vcke36u-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/transactions-e0dce778d1236126.transactions.9vcke36u-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/transactions-e0dce778d1236126.transactions.9vcke36u-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/transactions-e0dce778d1236126.transactions.9vcke36u-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/transactions-e0dce778d1236126.transactions.9vcke36u-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/transactions-e0dce778d1236126.transactions.9vcke36u-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/transactions-e0dce778d1236126.transactions.9vcke36u-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/transactions-e0dce778d1236126.transactions.9vcke36u-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/transactions-e0dce778d1236126.transactions.9vcke36u-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/transactions-e0dce778d1236126.transactions.9vcke36u-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/transactions-e0dce778d1236126.transactions.9vcke36u-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/transactions-e0dce778d1236126.transactions.9vcke36u-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/transactions-e0dce778d1236126.transactions.9vcke36u-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/transactions-e0dce778d1236126.transactions.9vcke36u-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/transactions-e0dce778d1236126" "/opt/rustwide/target/debug/examples/transactions-e0dce778d1236126.542kcofu6kklil8m.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libenv_logger-d0cb1aa05ae6e742.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-b0aa0fca5eab8966.rlib" "/opt/rustwide/target/debug/deps/libatty-236f0dc979a315f1.rlib" "/opt/rustwide/target/debug/deps/liblibc-11af900c68db2eab.rlib" "/opt/rustwide/target/debug/deps/libhumantime-dfd7af29c5915f0f.rlib" "/opt/rustwide/target/debug/deps/libquick_error-a8ed19302f3259f8.rlib" "/opt/rustwide/target/debug/deps/libregex-1194fefff493e951.rlib" "/opt/rustwide/target/debug/deps/libthread_local-8d83e4901f0f282f.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-36bd8bbfaaa85bd1.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-d6a2b4e0f32b8cce.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-16491216d59c2914.rlib" "/opt/rustwide/target/debug/deps/libmemchr-c999afe2695a6c48.rlib" "/opt/rustwide/target/debug/deps/libodbc-25ac253ad3461d2a.rlib" "/opt/rustwide/target/debug/deps/libdoc_comment-624e2c472d91eb89.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-70304cc366baf80d.rlib" "/opt/rustwide/target/debug/deps/libodbc_safe-db754abf13b15bc2.rlib" "/opt/rustwide/target/debug/deps/libodbc_sys-faee614423e9a761.rlib" "/opt/rustwide/target/debug/deps/liblog-3d65ebee37a7b6c8.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0d7329a98a9ffead.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-lodbc" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lodbc [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "bed393891cf730c5c1e87bfed7d9f8dae1ad2442cbf943a0a6fff1c99596581e"` [INFO] running `"docker" "rm" "-f" "bed393891cf730c5c1e87bfed7d9f8dae1ad2442cbf943a0a6fff1c99596581e"` [INFO] [stdout] bed393891cf730c5c1e87bfed7d9f8dae1ad2442cbf943a0a6fff1c99596581e