[INFO] fetching crate odbc-futures 0.2.2... [INFO] testing odbc-futures-0.2.2 against 1.49.0 for beta-1.50-1 [INFO] extracting crate odbc-futures 0.2.2 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate odbc-futures 0.2.2 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-futures 0.2.2 [INFO] finished tweaking crates.io crate odbc-futures 0.2.2 [INFO] tweaked toml for crates.io crate odbc-futures 0.2.2 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [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-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] eb43f4f3429bad5ec23276b56a0ab951f4018356b15d32d1e9539f2e2b5e8463 [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" "eb43f4f3429bad5ec23276b56a0ab951f4018356b15d32d1e9539f2e2b5e8463", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "eb43f4f3429bad5ec23276b56a0ab951f4018356b15d32d1e9539f2e2b5e8463", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eb43f4f3429bad5ec23276b56a0ab951f4018356b15d32d1e9539f2e2b5e8463", kill_on_drop: false }` [INFO] [stdout] eb43f4f3429bad5ec23276b56a0ab951f4018356b15d32d1e9539f2e2b5e8463 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] 9110f57d780c98079b328516a1c2ad85c26aa28256a78070fbe4059b42c715b8 [INFO] running `Command { std: "docker" "start" "-a" "9110f57d780c98079b328516a1c2ad85c26aa28256a78070fbe4059b42c715b8", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.57 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling odbc-sys v0.7.0 [INFO] [stderr] Compiling futures v0.1.30 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Compiling futures-state-stream v0.2.0 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling odbc-futures-derive v0.1.1 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling odbc-futures v0.2.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/stmt.rs:19:25 [INFO] [stdout] | [INFO] [stdout] 19 | parameters: Vec>, [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/stmt.rs:221:55 [INFO] [stdout] | [INFO] [stdout] 221 | lock.parameters[index] = value as Box; [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/stmt.rs:235:47 [INFO] [stdout] | [INFO] [stdout] 235 | lock.parameters.push(value as Box); [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/stmt.rs:501:17 [INFO] [stdout] | [INFO] [stdout] 501 | / Future>, SqlStatement), Error = (SqlError, SqlStatement)> [INFO] [stdout] 502 | | + Send, [INFO] [stdout] | |__________________________^ [INFO] [stdout] | [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 501 | dyn Future>, SqlStatement), Error = (SqlError, SqlStatement)> [INFO] [stdout] 502 | + Send, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `SqlVisitor` is imported redundantly [INFO] [stdout] --> src/stream.rs:105:9 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::bind::*; [INFO] [stdout] | -------------- the item `SqlVisitor` is already imported here [INFO] [stdout] ... [INFO] [stdout] 105 | use crate::bind::SqlVisitor; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/attr.rs:113:24 [INFO] [stdout] | [INFO] [stdout] 113 | let mut value: T = std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/conn.rs:378:26 [INFO] [stdout] | [INFO] [stdout] 378 | environment: std::mem::uninitialized(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/conn.rs:428:28 [INFO] [stdout] | [INFO] [stdout] 428 | let mut value: T = std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on `Self: Drop` are useless, consider instead using `std::mem::needs_drop` to detect if a type has a destructor [INFO] [stdout] --> src/handle.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | pub trait SqlHandle: Drop + Send + Sync + Sized + 'static { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(drop_bounds)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the type `Arc>` does not permit being left uninitialized [INFO] [stdout] --> src/conn.rs:378:26 [INFO] [stdout] | [INFO] [stdout] 378 | environment: std::mem::uninitialized(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this code causes undefined behavior when executed [INFO] [stdout] | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(invalid_value)]` on by default [INFO] [stdout] note: `std::ptr::NonNull>>` must be non-null (in this struct field) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 34.24s [INFO] running `Command { std: "docker" "inspect" "9110f57d780c98079b328516a1c2ad85c26aa28256a78070fbe4059b42c715b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9110f57d780c98079b328516a1c2ad85c26aa28256a78070fbe4059b42c715b8", kill_on_drop: false }` [INFO] [stdout] 9110f57d780c98079b328516a1c2ad85c26aa28256a78070fbe4059b42c715b8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 114514d8d586eccf03e3a75f84f3ac91c5037e42b6bd0a8499fa033264ce9dd2 [INFO] running `Command { std: "docker" "start" "-a" "114514d8d586eccf03e3a75f84f3ac91c5037e42b6bd0a8499fa033264ce9dd2", kill_on_drop: false }` [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.6 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/stmt.rs:19:25 [INFO] [stdout] | [INFO] [stdout] 19 | parameters: Vec>, [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/stmt.rs:221:55 [INFO] [stdout] | [INFO] [stdout] 221 | lock.parameters[index] = value as Box; [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/stmt.rs:235:47 [INFO] [stdout] | [INFO] [stdout] 235 | lock.parameters.push(value as Box); [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/stmt.rs:501:17 [INFO] [stdout] | [INFO] [stdout] 501 | / Future>, SqlStatement), Error = (SqlError, SqlStatement)> [INFO] [stdout] 502 | | + Send, [INFO] [stdout] | |__________________________^ [INFO] [stdout] | [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 501 | dyn Future>, SqlStatement), Error = (SqlError, SqlStatement)> [INFO] [stdout] 502 | + Send, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `SqlVisitor` is imported redundantly [INFO] [stdout] --> src/stream.rs:105:9 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::bind::*; [INFO] [stdout] | -------------- the item `SqlVisitor` is already imported here [INFO] [stdout] ... [INFO] [stdout] 105 | use crate::bind::SqlVisitor; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/attr.rs:113:24 [INFO] [stdout] | [INFO] [stdout] 113 | let mut value: T = std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/conn.rs:378:26 [INFO] [stdout] | [INFO] [stdout] 378 | environment: std::mem::uninitialized(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/conn.rs:428:28 [INFO] [stdout] | [INFO] [stdout] 428 | let mut value: T = std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on `Self: Drop` are useless, consider instead using `std::mem::needs_drop` to detect if a type has a destructor [INFO] [stdout] --> src/handle.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | pub trait SqlHandle: Drop + Send + Sync + Sized + 'static { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(drop_bounds)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the type `Arc>` does not permit being left uninitialized [INFO] [stdout] --> src/conn.rs:378:26 [INFO] [stdout] | [INFO] [stdout] 378 | environment: std::mem::uninitialized(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this code causes undefined behavior when executed [INFO] [stdout] | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(invalid_value)]` on by default [INFO] [stdout] note: `std::ptr::NonNull>>` must be non-null (in this struct field) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tokio-sync v0.1.8 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling lock_api v0.3.4 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling smallvec v0.6.13 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling tokio-io v0.1.13 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling tokio-codec v0.1.2 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling tokio-executor v0.1.10 [INFO] [stderr] Compiling crossbeam-queue v0.2.3 [INFO] [stderr] Compiling tokio-timer v0.2.13 [INFO] [stderr] Compiling tokio-current-thread v0.1.7 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling tokio-threadpool v0.1.18 [INFO] [stderr] Compiling tokio-reactor v0.1.12 [INFO] [stderr] Compiling tokio-uds v0.2.7 [INFO] [stderr] Compiling tokio-tcp v0.1.4 [INFO] [stderr] Compiling tokio-udp v0.1.6 [INFO] [stderr] Compiling tokio-fs v0.1.7 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling odbc-futures v0.2.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> tests/common.rs:118:53 [INFO] [stdout] | [INFO] [stdout] 118 | let c_string = "1".repeat(LONG_DATA_LENGTH);; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/stmt.rs:19:25 [INFO] [stdout] | [INFO] [stdout] 19 | parameters: Vec>, [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/stmt.rs:221:55 [INFO] [stdout] | [INFO] [stdout] 221 | lock.parameters[index] = value as Box; [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/stmt.rs:235:47 [INFO] [stdout] | [INFO] [stdout] 235 | lock.parameters.push(value as Box); [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/stmt.rs:501:17 [INFO] [stdout] | [INFO] [stdout] 501 | / Future>, SqlStatement), Error = (SqlError, SqlStatement)> [INFO] [stdout] 502 | | + Send, [INFO] [stdout] | |__________________________^ [INFO] [stdout] | [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 501 | dyn Future>, SqlStatement), Error = (SqlError, SqlStatement)> [INFO] [stdout] 502 | + Send, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `SqlVisitor` is imported redundantly [INFO] [stdout] --> src/stream.rs:105:9 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::bind::*; [INFO] [stdout] | -------------- the item `SqlVisitor` is already imported here [INFO] [stdout] ... [INFO] [stdout] 105 | use crate::bind::SqlVisitor; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/attr.rs:113:24 [INFO] [stdout] | [INFO] [stdout] 113 | let mut value: T = std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/conn.rs:378:26 [INFO] [stdout] | [INFO] [stdout] 378 | environment: std::mem::uninitialized(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/conn.rs:428:28 [INFO] [stdout] | [INFO] [stdout] 428 | let mut value: T = std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [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/common-3b976615dc04bdb3.common.c1gmuywi-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/common-3b976615dc04bdb3.common.c1gmuywi-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/common-3b976615dc04bdb3.common.c1gmuywi-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/common-3b976615dc04bdb3.common.c1gmuywi-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/common-3b976615dc04bdb3.common.c1gmuywi-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/common-3b976615dc04bdb3.common.c1gmuywi-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/common-3b976615dc04bdb3.common.c1gmuywi-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/common-3b976615dc04bdb3.common.c1gmuywi-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/common-3b976615dc04bdb3.common.c1gmuywi-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/common-3b976615dc04bdb3.common.c1gmuywi-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/common-3b976615dc04bdb3.common.c1gmuywi-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/common-3b976615dc04bdb3.common.c1gmuywi-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/common-3b976615dc04bdb3.common.c1gmuywi-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/common-3b976615dc04bdb3.common.c1gmuywi-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/common-3b976615dc04bdb3.common.c1gmuywi-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/common-3b976615dc04bdb3.common.c1gmuywi-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/common-3b976615dc04bdb3" "/opt/rustwide/target/debug/deps/common-3b976615dc04bdb3.33h6rqchpk0ohyhi.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_futures-cba8a8091676d3c6.rlib" "/opt/rustwide/target/debug/deps/libuuid-a7abc20d89a6e637.rlib" "/opt/rustwide/target/debug/deps/libchrono-5fd9f7f8c1d8d832.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-e94630215054e891.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-976916f1151500ce.rlib" "/opt/rustwide/target/debug/deps/libtime-5b171a24a07e4026.rlib" "/opt/rustwide/target/debug/deps/libbitflags-de31228f2c0549ed.rlib" "/opt/rustwide/target/debug/deps/libfutures_state_stream-8dd39d348894fe3b.rlib" "/opt/rustwide/target/debug/deps/libfailure-df428a0ba79b6858.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-f1b8f703a2014f1d.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-717c95e0ca43996f.rlib" "/opt/rustwide/target/debug/deps/libadler-797761d55cc6d77d.rlib" "/opt/rustwide/target/debug/deps/libobject-3398b1b82a61cf88.rlib" "/opt/rustwide/target/debug/deps/liblibc-e0846f52673851a4.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-57a8d78d4ce5a557.rlib" "/opt/rustwide/target/debug/deps/libgimli-0a231e394c8ed583.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-d836a7202f0431f0.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-f324c5343369256d.rlib" "/opt/rustwide/target/debug/deps/libodbc_sys-7415c2e72b2c2ed1.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-7895c92c6d278491.rlib" "/opt/rustwide/target/debug/deps/libfutures-adb515f94880e447.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; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `odbc-futures` [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] [stdout] warning: bounds on `Self: Drop` are useless, consider instead using `std::mem::needs_drop` to detect if a type has a destructor [INFO] [stdout] --> src/handle.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | pub trait SqlHandle: Drop + Send + Sync + Sized + 'static { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(drop_bounds)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the type `std::sync::Arc>` does not permit being left uninitialized [INFO] [stdout] --> src/conn.rs:378:26 [INFO] [stdout] | [INFO] [stdout] 378 | environment: std::mem::uninitialized(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this code causes undefined behavior when executed [INFO] [stdout] | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(invalid_value)]` on by default [INFO] [stdout] note: `std::ptr::NonNull>>` must be non-null (in this struct field) [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_futures-5b0441b4d22e7399.odbc_futures.70gte8za-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/odbc_futures-5b0441b4d22e7399.odbc_futures.70gte8za-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/odbc_futures-5b0441b4d22e7399.odbc_futures.70gte8za-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/odbc_futures-5b0441b4d22e7399.odbc_futures.70gte8za-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/odbc_futures-5b0441b4d22e7399.odbc_futures.70gte8za-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/odbc_futures-5b0441b4d22e7399.odbc_futures.70gte8za-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/odbc_futures-5b0441b4d22e7399.odbc_futures.70gte8za-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/odbc_futures-5b0441b4d22e7399.odbc_futures.70gte8za-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/odbc_futures-5b0441b4d22e7399.odbc_futures.70gte8za-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/odbc_futures-5b0441b4d22e7399.odbc_futures.70gte8za-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/odbc_futures-5b0441b4d22e7399.odbc_futures.70gte8za-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/odbc_futures-5b0441b4d22e7399.odbc_futures.70gte8za-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/odbc_futures-5b0441b4d22e7399.odbc_futures.70gte8za-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/odbc_futures-5b0441b4d22e7399.odbc_futures.70gte8za-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/odbc_futures-5b0441b4d22e7399.odbc_futures.70gte8za-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/odbc_futures-5b0441b4d22e7399.odbc_futures.70gte8za-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/odbc_futures-5b0441b4d22e7399" "/opt/rustwide/target/debug/deps/odbc_futures-5b0441b4d22e7399.4u7e77emwcbfsrm0.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/libuuid-a7abc20d89a6e637.rlib" "/opt/rustwide/target/debug/deps/libchrono-5fd9f7f8c1d8d832.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-e94630215054e891.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-976916f1151500ce.rlib" "/opt/rustwide/target/debug/deps/libtime-5b171a24a07e4026.rlib" "/opt/rustwide/target/debug/deps/libtokio-a55ac3e5e1998ea8.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-f27f87424c7ccf92.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-05df29970380e937.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-b9339dd1c6ba41f7.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-0c670e96e0e8e390.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-b89d2de51ebda50c.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-34ad5caa9c828c80.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-89713c1b7672c90e.rlib" "/opt/rustwide/target/debug/deps/libfnv-751e5967119454f8.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-e5cab98218e9ce29.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-1fd4cd1c54bb1acb.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-6e593f3f88821277.rlib" "/opt/rustwide/target/debug/deps/liblock_api-dbb4a111800d5527.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-a3ef490c1947f19a.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-f0a17e933e51237e.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-b0535afb18dcbfef.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-d64ec853b8dd2517.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-b23cc33dd2d240e2.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-61a8585eac99cded.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-2e6b9c1d1cc3a259.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-ba8c860573beb973.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-1b4b4a457dd2ec16.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-9e0b7f0b8ae05d3b.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-ff13728372c662eb.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-7895c92c6d278491.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-6a3d1c822fc5d29f.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-f2f8ba8609c371ab.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-ab9a9891b67f4402.rlib" "/opt/rustwide/target/debug/deps/libmio-b0311e702a5b5a60.rlib" "/opt/rustwide/target/debug/deps/liblog-84fac41c4b644956.rlib" "/opt/rustwide/target/debug/deps/libslab-65742487a18009d6.rlib" "/opt/rustwide/target/debug/deps/libnet2-3513c9298b7fd7a6.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b10e0993eefc366b.rlib" "/opt/rustwide/target/debug/deps/libbytes-097ad2b49402ed83.rlib" "/opt/rustwide/target/debug/deps/libiovec-9e8e8666d0cd996a.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-04b16b37fbc1beb3.rlib" "/opt/rustwide/target/debug/deps/libbitflags-de31228f2c0549ed.rlib" "/opt/rustwide/target/debug/deps/libfutures_state_stream-8dd39d348894fe3b.rlib" "/opt/rustwide/target/debug/deps/libfutures-adb515f94880e447.rlib" "/opt/rustwide/target/debug/deps/libfailure-df428a0ba79b6858.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-f1b8f703a2014f1d.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-717c95e0ca43996f.rlib" "/opt/rustwide/target/debug/deps/libadler-797761d55cc6d77d.rlib" "/opt/rustwide/target/debug/deps/libobject-3398b1b82a61cf88.rlib" "/opt/rustwide/target/debug/deps/liblibc-e0846f52673851a4.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-57a8d78d4ce5a557.rlib" "/opt/rustwide/target/debug/deps/libgimli-0a231e394c8ed583.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-d836a7202f0431f0.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-f324c5343369256d.rlib" "/opt/rustwide/target/debug/deps/libodbc_sys-7415c2e72b2c2ed1.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; 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "114514d8d586eccf03e3a75f84f3ac91c5037e42b6bd0a8499fa033264ce9dd2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "114514d8d586eccf03e3a75f84f3ac91c5037e42b6bd0a8499fa033264ce9dd2", kill_on_drop: false }` [INFO] [stdout] 114514d8d586eccf03e3a75f84f3ac91c5037e42b6bd0a8499fa033264ce9dd2