[INFO] crate odbc-futures 0.2.2 is already in cache [INFO] extracting crate odbc-futures 0.2.2 into work/ex/beta-1.38-1/sources/1.37.0/reg/odbc-futures/0.2.2 [INFO] extracting crate odbc-futures 0.2.2 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/odbc-futures/0.2.2 [INFO] validating manifest of odbc-futures-0.2.2 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of odbc-futures-0.2.2 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing odbc-futures-0.2.2 [INFO] finished frobbing odbc-futures-0.2.2 [INFO] frobbed toml for odbc-futures-0.2.2 written to work/ex/beta-1.38-1/sources/1.37.0/reg/odbc-futures/0.2.2/Cargo.toml [INFO] started frobbing odbc-futures-0.2.2 [INFO] finished frobbing odbc-futures-0.2.2 [INFO] frobbed toml for odbc-futures-0.2.2 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/odbc-futures/0.2.2/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing odbc-futures-0.2.2 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/odbc-futures/0.2.2:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 362958b44860c0f3db3b64e781a2abb0c13b36affe061dfe5a6e55d92c18840a [INFO] running `"docker" "start" "-a" "362958b44860c0f3db3b64e781a2abb0c13b36affe061dfe5a6e55d92c18840a"` [INFO] [stderr] Compiling odbc-sys v0.7.0 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling futures-state-stream v0.2.0 [INFO] [stderr] Compiling odbc-futures-derive v0.1.1 [INFO] [stderr] Compiling odbc-futures v0.2.2 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/stmt.rs:19:25 [INFO] [stderr] | [INFO] [stderr] 19 | parameters: Vec>, [INFO] [stderr] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/stmt.rs:221:55 [INFO] [stderr] | [INFO] [stderr] 221 | lock.parameters[index] = value as Box; [INFO] [stderr] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/stmt.rs:235:47 [INFO] [stderr] | [INFO] [stderr] 235 | lock.parameters.push(value as Box); [INFO] [stderr] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/stmt.rs:501:17 [INFO] [stderr] | [INFO] [stderr] 501 | / Future>, SqlStatement), Error = (SqlError, SqlStatement)> [INFO] [stderr] 502 | | + Send, [INFO] [stderr] | |__________________________^ [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 501 | dyn Future>, SqlStatement), Error = (SqlError, SqlStatement)> [INFO] [stderr] 502 | + Send, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: the item `SqlVisitor` is imported redundantly [INFO] [stderr] --> src/stream.rs:105:9 [INFO] [stderr] | [INFO] [stderr] 1 | use crate::bind::*; [INFO] [stderr] | -------------- the item `SqlVisitor` is already imported here [INFO] [stderr] ... [INFO] [stderr] 105 | use crate::bind::SqlVisitor; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.09s [INFO] running `"docker" "inspect" "362958b44860c0f3db3b64e781a2abb0c13b36affe061dfe5a6e55d92c18840a"` [INFO] running `"docker" "rm" "-f" "362958b44860c0f3db3b64e781a2abb0c13b36affe061dfe5a6e55d92c18840a"` [INFO] [stdout] 362958b44860c0f3db3b64e781a2abb0c13b36affe061dfe5a6e55d92c18840a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/odbc-futures/0.2.2:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 16a095c6f58db59898cb94056cbfd9488718aea5321afc58c7c5bec8bedb253f [INFO] running `"docker" "start" "-a" "16a095c6f58db59898cb94056cbfd9488718aea5321afc58c7c5bec8bedb253f"` [INFO] [stderr] Compiling odbc-futures v0.2.2 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/stmt.rs:19:25 [INFO] [stderr] | [INFO] [stderr] 19 | parameters: Vec>, [INFO] [stderr] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/stmt.rs:221:55 [INFO] [stderr] | [INFO] [stderr] 221 | lock.parameters[index] = value as Box; [INFO] [stderr] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/stmt.rs:235:47 [INFO] [stderr] | [INFO] [stderr] 235 | lock.parameters.push(value as Box); [INFO] [stderr] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/stmt.rs:501:17 [INFO] [stderr] | [INFO] [stderr] 501 | / Future>, SqlStatement), Error = (SqlError, SqlStatement)> [INFO] [stderr] 502 | | + Send, [INFO] [stderr] | |__________________________^ [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 501 | dyn Future>, SqlStatement), Error = (SqlError, SqlStatement)> [INFO] [stderr] 502 | + Send, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: the item `SqlVisitor` is imported redundantly [INFO] [stderr] --> src/stream.rs:105:9 [INFO] [stderr] | [INFO] [stderr] 1 | use crate::bind::*; [INFO] [stderr] | -------------- the item `SqlVisitor` is already imported here [INFO] [stderr] ... [INFO] [stderr] 105 | use crate::bind::SqlVisitor; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] 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/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/common-a1b69a12e4d6e638.common.ek9sh1zx-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/common-a1b69a12e4d6e638.common.ek9sh1zx-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/common-a1b69a12e4d6e638.common.ek9sh1zx-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/common-a1b69a12e4d6e638.common.ek9sh1zx-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/common-a1b69a12e4d6e638.common.ek9sh1zx-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/common-a1b69a12e4d6e638.common.ek9sh1zx-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/common-a1b69a12e4d6e638.common.ek9sh1zx-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/common-a1b69a12e4d6e638.common.ek9sh1zx-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/common-a1b69a12e4d6e638.common.ek9sh1zx-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/common-a1b69a12e4d6e638.common.ek9sh1zx-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/common-a1b69a12e4d6e638.common.ek9sh1zx-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/common-a1b69a12e4d6e638.common.ek9sh1zx-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/common-a1b69a12e4d6e638.common.ek9sh1zx-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/common-a1b69a12e4d6e638.common.ek9sh1zx-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/common-a1b69a12e4d6e638.common.ek9sh1zx-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/common-a1b69a12e4d6e638.common.ek9sh1zx-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/common-a1b69a12e4d6e638" "/opt/crater/target/debug/deps/common-a1b69a12e4d6e638.3r87mvykz6o9c4gq.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-5c81d3694d492bc0/out" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-0127509d2e54a846.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-2651f8b4eed9e86e.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-c729851ce6e3efb2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-e8235f0d435d4737.rlib" "/opt/crater/target/debug/deps/libodbc_futures-a02366993585ab01.rlib" "/opt/crater/target/debug/deps/libuuid-6ab7b8a1d437735e.rlib" "/opt/crater/target/debug/deps/libchrono-2af01fbc0a73eccc.rlib" "/opt/crater/target/debug/deps/libnum_integer-283a7abc0f1061b4.rlib" "/opt/crater/target/debug/deps/libnum_traits-834021e24a52ff2b.rlib" "/opt/crater/target/debug/deps/libtime-29b9853d922d9d06.rlib" "/opt/crater/target/debug/deps/libbitflags-bcd34e8f74846360.rlib" "/opt/crater/target/debug/deps/libfutures_state_stream-7a1ebea3694ee1ea.rlib" "/opt/crater/target/debug/deps/libfailure-d111ede8b4b28ffa.rlib" "/opt/crater/target/debug/deps/libbacktrace-b55b2db5d65cb8a4.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-01c69401428504e5.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "/opt/crater/target/debug/deps/librustc_demangle-dd44235a42da0b4e.rlib" "/opt/crater/target/debug/deps/libodbc_sys-21ea4278e45162f9.rlib" "/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/libfutures-2204f6374ace2c39.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-lodbc" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-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-futures`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/odbc_futures-12d4d9276a3124cb.odbc_futures.5v185ht4-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/odbc_futures-12d4d9276a3124cb.odbc_futures.5v185ht4-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/odbc_futures-12d4d9276a3124cb.odbc_futures.5v185ht4-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/odbc_futures-12d4d9276a3124cb.odbc_futures.5v185ht4-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/odbc_futures-12d4d9276a3124cb.odbc_futures.5v185ht4-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/odbc_futures-12d4d9276a3124cb.odbc_futures.5v185ht4-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/odbc_futures-12d4d9276a3124cb.odbc_futures.5v185ht4-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/odbc_futures-12d4d9276a3124cb.odbc_futures.5v185ht4-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/odbc_futures-12d4d9276a3124cb.odbc_futures.5v185ht4-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/odbc_futures-12d4d9276a3124cb.odbc_futures.5v185ht4-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/odbc_futures-12d4d9276a3124cb.odbc_futures.5v185ht4-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/odbc_futures-12d4d9276a3124cb.odbc_futures.5v185ht4-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/odbc_futures-12d4d9276a3124cb.odbc_futures.5v185ht4-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/odbc_futures-12d4d9276a3124cb.odbc_futures.5v185ht4-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/odbc_futures-12d4d9276a3124cb.odbc_futures.5v185ht4-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/odbc_futures-12d4d9276a3124cb.odbc_futures.5v185ht4-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/odbc_futures-12d4d9276a3124cb" "/opt/crater/target/debug/deps/odbc_futures-12d4d9276a3124cb.3znyhnktq0e3mngs.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-5c81d3694d492bc0/out" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-0127509d2e54a846.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-2651f8b4eed9e86e.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-c729851ce6e3efb2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-e8235f0d435d4737.rlib" "/opt/crater/target/debug/deps/libuuid-6ab7b8a1d437735e.rlib" "/opt/crater/target/debug/deps/libchrono-2af01fbc0a73eccc.rlib" "/opt/crater/target/debug/deps/libnum_integer-283a7abc0f1061b4.rlib" "/opt/crater/target/debug/deps/libnum_traits-834021e24a52ff2b.rlib" "/opt/crater/target/debug/deps/libtime-29b9853d922d9d06.rlib" "/opt/crater/target/debug/deps/libtokio-83c77c2c984d961e.rlib" "/opt/crater/target/debug/deps/libtokio_uds-3097e9cd17bab212.rlib" "/opt/crater/target/debug/deps/libmio_uds-c2adf450a8cd66f2.rlib" "/opt/crater/target/debug/deps/libtokio_udp-ae1cf9c3cb16544c.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c93f6415d850a3a5.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-3662fcecaffabae6.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-7fbb9a5cc0105e73.rlib" "/opt/crater/target/debug/deps/libtokio_sync-be5eabd68f6f693c.rlib" "/opt/crater/target/debug/deps/libfnv-0b54693efaf27e2a.rlib" "/opt/crater/target/debug/deps/libparking_lot-e180e0ce0226a4b0.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-72821d80cb7b7770.rlib" "/opt/crater/target/debug/deps/libsmallvec-8ab4c1b4228c68ef.rlib" "/opt/crater/target/debug/deps/liblock_api-494f6f1561bbf82e.rlib" "/opt/crater/target/debug/deps/libowning_ref-effe362413e7ab7d.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-d0a4946e4c2703bb.rlib" "/opt/crater/target/debug/deps/libscopeguard-316f896e0d3e978a.rlib" "/opt/crater/target/debug/deps/libtokio_fs-df8f908a41ef1c71.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-22f1456d14bac678.rlib" "/opt/crater/target/debug/deps/librand-4d2dd95f3d7aec75.rlib" "/opt/crater/target/debug/deps/librand_xorshift-4203f3157eb9a8e3.rlib" "/opt/crater/target/debug/deps/librand_pcg-8d4de0bb8369ce1b.rlib" "/opt/crater/target/debug/deps/librand_hc-bbd146a4b8bf6f4b.rlib" "/opt/crater/target/debug/deps/librand_chacha-e30594121fba25f8.rlib" "/opt/crater/target/debug/deps/librand_isaac-116c1a9914320278.rlib" "/opt/crater/target/debug/deps/librand_core-5fd440ec9008cce1.rlib" "/opt/crater/target/debug/deps/librand_os-df63c8a890c1e2e9.rlib" "/opt/crater/target/debug/deps/librand_jitter-06f1043e9c10514f.rlib" "/opt/crater/target/debug/deps/librand_core-fe4fc41bf9015dbc.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-f6668dbd335cb278.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-927d16f2b3f201b1.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-9b111a0846dc7592.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b5b548023a82ae4.rlib" "/opt/crater/target/debug/deps/libmemoffset-e64a831d4be8abfc.rlib" "/opt/crater/target/debug/deps/libarrayvec-ec8906360acdff5b.rlib" "/opt/crater/target/debug/deps/libnodrop-844425db77ee9480.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-9f8eef7684cef0ea.rlib" "/opt/crater/target/debug/deps/libtokio_executor-45f8f98c41472383.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-c7636b44f63f0536.rlib" "/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/libtokio_codec-9f45e2524898004e.rlib" "/opt/crater/target/debug/deps/libtokio_io-c08d6ae4268cfe0e.rlib" "/opt/crater/target/debug/deps/libnum_cpus-509d1090a02489e2.rlib" "/opt/crater/target/debug/deps/libmio-ecbb24ded872582f.rlib" "/opt/crater/target/debug/deps/liblog-b2a55b6d3b9925f1.rlib" "/opt/crater/target/debug/deps/libslab-38e1dff674bc2c67.rlib" "/opt/crater/target/debug/deps/libnet2-629edbfe8fd82654.rlib" "/opt/crater/target/debug/deps/libbytes-5606c44df78b5c7a.rlib" "/opt/crater/target/debug/deps/libiovec-0aff63894148ec6b.rlib" "/opt/crater/target/debug/deps/libbyteorder-585fd2581aa01382.rlib" "/opt/crater/target/debug/deps/libbitflags-bcd34e8f74846360.rlib" "/opt/crater/target/debug/deps/libfutures_state_stream-7a1ebea3694ee1ea.rlib" "/opt/crater/target/debug/deps/libfutures-2204f6374ace2c39.rlib" "/opt/crater/target/debug/deps/libfailure-d111ede8b4b28ffa.rlib" "/opt/crater/target/debug/deps/libbacktrace-b55b2db5d65cb8a4.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-01c69401428504e5.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "/opt/crater/target/debug/deps/librustc_demangle-dd44235a42da0b4e.rlib" "/opt/crater/target/debug/deps/libodbc_sys-21ea4278e45162f9.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-lodbc" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-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-futures`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "16a095c6f58db59898cb94056cbfd9488718aea5321afc58c7c5bec8bedb253f"` [INFO] running `"docker" "rm" "-f" "16a095c6f58db59898cb94056cbfd9488718aea5321afc58c7c5bec8bedb253f"` [INFO] [stdout] 16a095c6f58db59898cb94056cbfd9488718aea5321afc58c7c5bec8bedb253f