[INFO] fetching crate r2d2_odbc_api 0.2.0...
[INFO] testing r2d2_odbc_api-0.2.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-8
[INFO] extracting crate r2d2_odbc_api 0.2.0 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate r2d2_odbc_api 0.2.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate r2d2_odbc_api 0.2.0
[INFO] tweaked toml for crates.io crate r2d2_odbc_api 0.2.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate r2d2_odbc_api 0.2.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate r2d2_odbc_api 0.2.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2e360da9662bd4b0d5ba04358f16d78e6c964e05e269611667d496229c893f0c
[INFO] running `Command { std: "docker" "start" "-a" "2e360da9662bd4b0d5ba04358f16d78e6c964e05e269611667d496229c893f0c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2e360da9662bd4b0d5ba04358f16d78e6c964e05e269611667d496229c893f0c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2e360da9662bd4b0d5ba04358f16d78e6c964e05e269611667d496229c893f0c", kill_on_drop: false }`
[INFO] [stdout] 2e360da9662bd4b0d5ba04358f16d78e6c964e05e269611667d496229c893f0c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5175fc9dbd1c675f382e24b4961374721ca93f66abff58450e633b0a5c8b5a3d
[INFO] running `Command { std: "docker" "start" "-a" "5175fc9dbd1c675f382e24b4961374721ca93f66abff58450e633b0a5c8b5a3d", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling proc-macro2 v1.0.39
[INFO] [stderr]    Compiling unicode-ident v1.0.0
[INFO] [stderr]    Compiling syn v1.0.95
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling futures-core v0.3.21
[INFO] [stderr]    Compiling pin-project-lite v0.2.9
[INFO] [stderr]    Compiling serde_derive v1.0.137
[INFO] [stderr]    Compiling serde v1.0.137
[INFO] [stderr]    Compiling bytes v1.1.0
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling yansi v0.5.1
[INFO] [stderr]    Compiling futures-sink v0.3.21
[INFO] [stderr]    Compiling once_cell v1.15.0
[INFO] [stderr]    Compiling itoa v1.0.2
[INFO] [stderr]    Compiling futures-channel v0.3.21
[INFO] [stderr]    Compiling futures-task v0.3.21
[INFO] [stderr]    Compiling futures-util v0.3.21
[INFO] [stderr]    Compiling cpufeatures v0.2.2
[INFO] [stderr]    Compiling smallvec v1.8.0
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling slab v0.4.6
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling opaque-debug v0.3.0
[INFO] [stderr]    Compiling futures-io v0.3.21
[INFO] [stderr]    Compiling generic-array v0.14.5
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.9.1
[INFO] [stderr]    Compiling indexmap v1.8.1
[INFO] [stderr]    Compiling tracing-core v0.1.26
[INFO] [stderr]    Compiling http v0.2.7
[INFO] [stderr]    Compiling lock_api v0.4.7
[INFO] [stderr]    Compiling httparse v1.7.1
[INFO] [stderr]    Compiling uncased v0.9.7
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling ppv-lite86 v0.2.16
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling cookie v0.16.0
[INFO] [stderr]    Compiling num_threads v0.1.6
[INFO] [stderr]    Compiling ref-cast v1.0.7
[INFO] [stderr]    Compiling inlinable_string v0.1.15
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]    Compiling parking_lot_core v0.9.3
[INFO] [stderr]    Compiling time-macros v0.2.4
[INFO] [stderr]    Compiling try-lock v0.2.3
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling instant v0.1.12
[INFO] [stderr]    Compiling encoding_rs v0.8.31
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling percent-encoding v2.1.0
[INFO] [stderr]    Compiling quote v1.0.18
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]    Compiling tower-service v0.3.1
[INFO] [stderr]    Compiling stable-pattern v0.1.0
[INFO] [stderr]    Compiling multer v2.0.2
[INFO] [stderr]    Compiling figment v0.10.6
[INFO] [stderr]    Compiling atomic v0.5.1
[INFO] [stderr]    Compiling state v0.5.3
[INFO] [stderr]    Compiling async-trait v0.1.53
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling rocket v0.5.0-rc.2
[INFO] [stderr]    Compiling glob v0.3.0
[INFO] [stderr]    Compiling http-body v0.4.4
[INFO] [stderr]    Compiling socket2 v0.4.4
[INFO] [stderr]    Compiling mio v0.8.3
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling getrandom v0.2.6
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling crossbeam-utils v0.8.12
[INFO] [stderr]    Compiling crypto-common v0.1.3
[INFO] [stderr]    Compiling block-buffer v0.10.2
[INFO] [stderr]    Compiling digest v0.10.3
[INFO] [stderr]    Compiling universal-hash v0.4.1
[INFO] [stderr]    Compiling cipher v0.3.0
[INFO] [stderr]    Compiling polyval v0.5.3
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling aead v0.4.3
[INFO] [stderr]    Compiling parking_lot v0.12.0
[INFO] [stderr]    Compiling unicode-xid v0.2.3
[INFO] [stderr]    Compiling thiserror v1.0.37
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling sha2 v0.10.2
[INFO] [stderr]    Compiling fastrand v1.7.0
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling hkdf v0.12.3
[INFO] [stderr]    Compiling ghash v0.4.4
[INFO] [stderr]    Compiling ctr v0.8.0
[INFO] [stderr]    Compiling aes v0.7.5
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling odbc-sys v0.21.2
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling spin v0.9.3
[INFO] [stderr]    Compiling tempfile v3.3.0
[INFO] [stderr]    Compiling scheduled-thread-pool v0.2.5
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling binascii v0.1.4
[INFO] [stderr]    Compiling time v0.3.9
[INFO] [stderr]    Compiling crossbeam-queue v0.3.6
[INFO] [stderr]    Compiling r2d2 v0.8.10
[INFO] [stderr]    Compiling force-send-sync v1.0.0
[INFO] [stderr]    Compiling widestring v1.0.2
[INFO] [stderr]    Compiling aes-gcm v0.9.4
[INFO] [stderr]    Compiling futures v0.3.21
[INFO] [stderr]    Compiling devise_core v0.3.1
[INFO] [stderr]    Compiling tokio-macros v1.7.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.21
[INFO] [stderr]    Compiling pear_codegen v0.2.3
[INFO] [stderr]    Compiling ref-cast-impl v1.0.7
[INFO] [stderr]    Compiling async-stream-impl v0.3.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.37
[INFO] [stderr]    Compiling devise_codegen v0.3.1
[INFO] [stderr]    Compiling async-stream v0.3.3
[INFO] [stderr]    Compiling pear v0.2.3
[INFO] [stderr]    Compiling tokio v1.18.2
[INFO] [stderr]    Compiling odbc-api v0.50.0
[INFO] [stderr]    Compiling tracing v0.1.34
[INFO] [stderr]    Compiling devise v0.3.1
[INFO] [stderr]    Compiling rocket_sync_db_pools_codegen v0.1.0-rc.2
[INFO] [stderr]    Compiling tokio-util v0.7.2
[INFO] [stderr]    Compiling tokio-util v0.6.10
[INFO] [stderr]    Compiling tokio-stream v0.1.8
[INFO] [stderr]    Compiling toml v0.5.9
[INFO] [stderr]    Compiling ubyte v0.10.2
[INFO] [stderr]    Compiling h2 v0.3.13
[INFO] [stderr]    Compiling hyper v0.14.18
[INFO] [stderr]    Compiling rocket_http v0.5.0-rc.2
[INFO] [stderr]    Compiling rocket_codegen v0.5.0-rc.2
[INFO] [stderr]    Compiling rocket_sync_db_pools v0.1.0-rc.2
[INFO] [stderr]    Compiling r2d2_odbc_api v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: private item shadows public glob re-export
[INFO] [stdout]   --> src/lib.rs:3:5
[INFO] [stdout]    |
[INFO] [stdout]  3 | use odbc_api::Environment;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the name `Environment` in the type namespace is supposed to be publicly re-exported here
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use odbc_api::*;
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] note: but the private item here shadows it
[INFO] [stdout]   --> src/lib.rs:3:5
[INFO] [stdout]    |
[INFO] [stdout]  3 | use odbc_api::Environment;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(hidden_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `AttachODBC` is never used
[INFO] [stdout]   --> src/pool/connection.rs:73:11
[INFO] [stdout]    |
[INFO] [stdout] 73 | pub trait AttachODBC {
[INFO] [stdout]    |           ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.53s
[INFO] running `Command { std: "docker" "inspect" "5175fc9dbd1c675f382e24b4961374721ca93f66abff58450e633b0a5c8b5a3d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5175fc9dbd1c675f382e24b4961374721ca93f66abff58450e633b0a5c8b5a3d", kill_on_drop: false }`
[INFO] [stdout] 5175fc9dbd1c675f382e24b4961374721ca93f66abff58450e633b0a5c8b5a3d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fe3871571564a9ec79b0ac627d5eb5037e8bf53c55c183e45a04530497aa94b6
[INFO] running `Command { std: "docker" "start" "-a" "fe3871571564a9ec79b0ac627d5eb5037e8bf53c55c183e45a04530497aa94b6", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling anyhow v1.0.65
[INFO] [stdout] warning: private item shadows public glob re-export
[INFO] [stdout]   --> src/lib.rs:3:5
[INFO] [stdout]    |
[INFO] [stdout]  3 | use odbc_api::Environment;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the name `Environment` in the type namespace is supposed to be publicly re-exported here
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use odbc_api::*;
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] note: but the private item here shadows it
[INFO] [stdout]   --> src/lib.rs:3:5
[INFO] [stdout]    |
[INFO] [stdout]  3 | use odbc_api::Environment;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(hidden_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `AttachODBC` is never used
[INFO] [stdout]   --> src/pool/connection.rs:73:11
[INFO] [stdout]    |
[INFO] [stdout] 73 | pub trait AttachODBC {
[INFO] [stdout]    |           ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling r2d2_odbc_api v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcqeE8kK/symbols.o" "<3 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libr2d2_odbc_api-e59b6c5c5fbf756f,librocket_sync_db_pools-65f8da34269c6806,librocket-a306958017ae6acf,libatty-fe0c4f4e07f4066c,libtempfile-69c78ecd710563a6,libfastrand-cd0e0f68b19f0b17,libremove_dir_all-988c28ce6bbf4cfc,librocket_http-e858609317c07e45,libcookie-7c70e981aa2da526,libhkdf-53b6ead29a38b7e3,libhmac-c9e0c4482fe5c4c8,libsha2-63f578b637b43020,libdigest-d7f216b158ef0924,libblock_buffer-9a0b5f96d61a024b,libcrypto_common-8a71d04694a124c0,libaes_gcm-d08a3362a6829e83,libghash-6089dc54d0335533,libpolyval-a6bd3c2f5c3914b9,libuniversal_hash-251d43b848631fd4,libsubtle-3a76d9126c8ee8d5,libctr-1458a80a7ff9494b,libaes-0289178730da10f9,libcpufeatures-4ff6a1db4b30982d,libopaque_debug-c0b21531799dfcb1,libcipher-0e19bb9dc8c5321a,libaead-a8792f43d33c2896,libgeneric_array-c4a4a65adb713b28,libtypenum-c22e66578b668c76,libbase64-beb813779272318b,librand-92787dc6f8b3b0b2,librand_chacha-283890c9f2eda485,libppv_lite86-8dae110e85681398,librand_core-8ac94bd00aafb5fd,libgetrandom-1f0052f138649607,libstable_pattern-68075ce5c5222262,libref_cast-7c0e2d94ac2216f3,libpercent_encoding-d8e5e041794fd24f,libhyper-07b04df512fa06de,libh2-ac3567f7bdb81491,libtokio_util-dadbd34d205ab17f,libtower_service-2dc84133e3370862,libtracing-96cb0c4331e263cd,libtracing_core-575b6a128ded3930,libhttp_body-482a05a0aba23278,libhttpdate-8d961f91016e3ac1,libmulter-d9675359f3d1749c,libmime-2ae9ff56ceb854d4,libtokio_util-e19adf246011153d,libhttparse-b12c9f8bc43bb420,libspin-4ecb0f70aa309e36,libencoding_rs-373cde77d7eed5c9,libhttp-ac83863c6391ad17,libfnv-2d77ec4f6f971b24,libindexmap-23c6279cb3f93f7d,libhashbrown-6be3a3b5258097e1,libeither-50b95428db42d46e,libtokio_stream-6964bc5681abfdb9,libatomic-9e4734515d4dd2d4,libstate-8c296382e171b491,libubyte-f81eb242af9e6e3e,libtime-63fb96a18a06bdda,libitoa-664e30a1b3449410,libfigment-3d0855ed74c97da0,libtoml-f710ab3f4852e48a,libuncased-1aede6daf513f3d5,libpear-89b304c8e158d719,libinlinable_string-be82f8463bd0ceb4,libserde-ae042cb4e73b9dc3,libtokio-20a84de690bfff52,libsignal_hook_registry-dc92796a8f43fc04,libnum_cpus-984bb42ecde5ac14,libsocket2-74fa0c2496f05c71,libonce_cell-d86d89272f114dbd,libbytes-8210432e63828fd8,libmio-24f8b96182828caf,libfutures-2c770b28286d3ac1,libfutures_util-bd0a6406069fb228,libmemchr-be88c6e3454fbdea,libfutures_io-ab03c219cbf0d33c,libslab-0f50f6bc4f044027,libfutures_channel-1b9c4c17882e40ac,libpin_project_lite-97c4b49af6812166,libfutures_sink-f201b7c6878a02c8,libfutures_task-a0ede27277e1bac0,libpin_utils-9a5791cba021167a,libasync_stream-84bf43f3a8589236,libfutures_core-c8bd2bc46c769aaa,libyansi-d940c26158ddd8fe,libcrossbeam_queue-59d263dee22a5892,libcrossbeam_utils-8d6b3a5b029bb50c,liblazy_static-2bb390fee0230a38,libr2d2-5c7fd4e995f1a00e,libscheduled_thread_pool-4193c823a30567d2,libparking_lot-fd89a7e528f8621e,libparking_lot_core-015f7dc1136912ea,libinstant-7bc6417db7068f77,libparking_lot-27df20f20755f732,libparking_lot_core-e583ea5454775220,liblibc-e47f2d2bcf3ebe2d,libsmallvec-8d41774e3decd5e4,liblock_api-872b567c68c71e5c,libscopeguard-43643e546252cd47,libodbc_api-2a013f2d57403f2b,libforce_send_sync-f5e568295801e247,libwidestring-49c3fd495463bdbf,libthiserror-ff9d4e9ab83c1835,liblog-cc2ec46462e0768a,libcfg_if-33ef6c02a07f9fec,libodbc_sys-a2fb820354ee6eba,libanyhow-738250bd1dc82025}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lodbc" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcqeE8kK/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/connect-ec2c9ea52411e971" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: unable to find library -lodbc
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcMmAXDL/symbols.o" "<6 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libr2d2_odbc_api-e59b6c5c5fbf756f,librocket_sync_db_pools-65f8da34269c6806,librocket-a306958017ae6acf,libatty-fe0c4f4e07f4066c,libtempfile-69c78ecd710563a6,libfastrand-cd0e0f68b19f0b17,libremove_dir_all-988c28ce6bbf4cfc,librocket_http-e858609317c07e45,libcookie-7c70e981aa2da526,libhkdf-53b6ead29a38b7e3,libhmac-c9e0c4482fe5c4c8,libsha2-63f578b637b43020,libdigest-d7f216b158ef0924,libblock_buffer-9a0b5f96d61a024b,libcrypto_common-8a71d04694a124c0,libaes_gcm-d08a3362a6829e83,libghash-6089dc54d0335533,libpolyval-a6bd3c2f5c3914b9,libuniversal_hash-251d43b848631fd4,libsubtle-3a76d9126c8ee8d5,libctr-1458a80a7ff9494b,libaes-0289178730da10f9,libcpufeatures-4ff6a1db4b30982d,libopaque_debug-c0b21531799dfcb1,libcipher-0e19bb9dc8c5321a,libaead-a8792f43d33c2896,libgeneric_array-c4a4a65adb713b28,libtypenum-c22e66578b668c76,libbase64-beb813779272318b,librand-92787dc6f8b3b0b2,librand_chacha-283890c9f2eda485,libppv_lite86-8dae110e85681398,librand_core-8ac94bd00aafb5fd,libgetrandom-1f0052f138649607,libstable_pattern-68075ce5c5222262,libref_cast-7c0e2d94ac2216f3,libpercent_encoding-d8e5e041794fd24f,libhyper-07b04df512fa06de,libh2-ac3567f7bdb81491,libtokio_util-dadbd34d205ab17f,libtower_service-2dc84133e3370862,libtracing-96cb0c4331e263cd,libtracing_core-575b6a128ded3930,libhttp_body-482a05a0aba23278,libhttpdate-8d961f91016e3ac1,libmulter-d9675359f3d1749c,libmime-2ae9ff56ceb854d4,libtokio_util-e19adf246011153d,libhttparse-b12c9f8bc43bb420,libspin-4ecb0f70aa309e36,libencoding_rs-373cde77d7eed5c9,libhttp-ac83863c6391ad17,libfnv-2d77ec4f6f971b24,libindexmap-23c6279cb3f93f7d,libhashbrown-6be3a3b5258097e1,libeither-50b95428db42d46e,libtokio_stream-6964bc5681abfdb9,libatomic-9e4734515d4dd2d4,libstate-8c296382e171b491,libubyte-f81eb242af9e6e3e,libtime-63fb96a18a06bdda,libitoa-664e30a1b3449410,libfigment-3d0855ed74c97da0,libtoml-f710ab3f4852e48a,libuncased-1aede6daf513f3d5,libpear-89b304c8e158d719,libinlinable_string-be82f8463bd0ceb4,libserde-ae042cb4e73b9dc3,libtokio-20a84de690bfff52,libsignal_hook_registry-dc92796a8f43fc04,libnum_cpus-984bb42ecde5ac14,libsocket2-74fa0c2496f05c71,libonce_cell-d86d89272f114dbd,libbytes-8210432e63828fd8,libmio-24f8b96182828caf,libfutures-2c770b28286d3ac1,libfutures_util-bd0a6406069fb228,libmemchr-be88c6e3454fbdea,libfutures_io-ab03c219cbf0d33c,libslab-0f50f6bc4f044027,libfutures_channel-1b9c4c17882e40ac,libpin_project_lite-97c4b49af6812166,libfutures_sink-f201b7c6878a02c8,libfutures_task-a0ede27277e1bac0,libpin_utils-9a5791cba021167a,libasync_stream-84bf43f3a8589236,libfutures_core-c8bd2bc46c769aaa,libyansi-d940c26158ddd8fe,libcrossbeam_queue-59d263dee22a5892,libcrossbeam_utils-8d6b3a5b029bb50c,liblazy_static-2bb390fee0230a38,libr2d2-5c7fd4e995f1a00e,libscheduled_thread_pool-4193c823a30567d2,libparking_lot-fd89a7e528f8621e,libparking_lot_core-015f7dc1136912ea,libinstant-7bc6417db7068f77,libparking_lot-27df20f20755f732,libparking_lot_core-e583ea5454775220,liblibc-e47f2d2bcf3ebe2d,libsmallvec-8d41774e3decd5e4,liblock_api-872b567c68c71e5c,libscopeguard-43643e546252cd47,libodbc_api-2a013f2d57403f2b,libforce_send_sync-f5e568295801e247,libwidestring-49c3fd495463bdbf,libthiserror-ff9d4e9ab83c1835,liblog-cc2ec46462e0768a,libcfg_if-33ef6c02a07f9fec,libodbc_sys-a2fb820354ee6eba}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lodbc" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcMmAXDL/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/test-5378b5d9ec35d91d" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: unable to find library -lodbc
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `r2d2_odbc_api` (example "connect") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `r2d2_odbc_api` (test "test") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "fe3871571564a9ec79b0ac627d5eb5037e8bf53c55c183e45a04530497aa94b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fe3871571564a9ec79b0ac627d5eb5037e8bf53c55c183e45a04530497aa94b6", kill_on_drop: false }`
[INFO] [stdout] fe3871571564a9ec79b0ac627d5eb5037e8bf53c55c183e45a04530497aa94b6
