[INFO] crate cassandra-cpp-sys 0.12.0 is already in cache [INFO] testing cassandra-cpp-sys-0.12.0 against 1.38.0 for beta-1.39-1 [INFO] extracting crate cassandra-cpp-sys 0.12.0 into work/builds/worker-0/source [INFO] validating manifest of crates.io crate cassandra-cpp-sys 0.12.0 on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate cassandra-cpp-sys 0.12.0 [INFO] finished tweaking crates.io crate cassandra-cpp-sys 0.12.0 [INFO] tweaked toml for crates.io crate cassandra-cpp-sys 0.12.0 written to work/builds/worker-0/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 49709ab763f7a5c4546e2c3519af8995f54fee53fe76852cf77fb6b01384560d [INFO] running `"docker" "start" "-a" "49709ab763f7a5c4546e2c3519af8995f54fee53fe76852cf77fb6b01384560d"` [INFO] [stderr] Compiling cassandra-cpp-sys v0.12.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.97s [INFO] running `"docker" "inspect" "49709ab763f7a5c4546e2c3519af8995f54fee53fe76852cf77fb6b01384560d"` [INFO] running `"docker" "rm" "-f" "49709ab763f7a5c4546e2c3519af8995f54fee53fe76852cf77fb6b01384560d"` [INFO] [stdout] 49709ab763f7a5c4546e2c3519af8995f54fee53fe76852cf77fb6b01384560d [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] b9e66498976d94758e6e8d802778f3b186dcd76792814a5084680acfbae226c5 [INFO] running `"docker" "start" "-a" "b9e66498976d94758e6e8d802778f3b186dcd76792814a5084680acfbae226c5"` [INFO] [stderr] Compiling cassandra-cpp-sys v0.12.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `result` [INFO] [stderr] --> examples/simple.rs:23:13 [INFO] [stderr] | [INFO] [stderr] 23 | let result = match cass_future_error_code(connect_future) { [INFO] [stderr] | ^^^^^^ help: consider prefixing with an underscore: `_result` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `rc` [INFO] [stderr] --> examples/simple.rs:52:21 [INFO] [stderr] | [INFO] [stderr] 52 | rc => { [INFO] [stderr] | ^^ help: consider prefixing with an underscore: `_rc` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `rc` [INFO] [stderr] --> examples/simple.rs:70:13 [INFO] [stderr] | [INFO] [stderr] 70 | rc => { [INFO] [stderr] | ^^ help: consider prefixing with an underscore: `_rc` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `rc` [INFO] [stderr] --> examples/tuple.rs:36:13 [INFO] [stderr] | [INFO] [stderr] 36 | let rc = cass_future_error_code(future); [INFO] [stderr] | ^^ help: consider prefixing with an underscore: `_rc` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `rc` [INFO] [stderr] --> examples/tuple.rs:39:13 [INFO] [stderr] | [INFO] [stderr] 39 | rc => print_error(future), [INFO] [stderr] | ^^ help: consider prefixing with an underscore: `_rc` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `rc` [INFO] [stderr] --> examples/ssl.rs:92:21 [INFO] [stderr] | [INFO] [stderr] 92 | rc => { [INFO] [stderr] | ^^ help: consider prefixing with an underscore: `_rc` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `rc` [INFO] [stderr] --> examples/named_parameters.rs:91:13 [INFO] [stderr] | [INFO] [stderr] 91 | let rc = cass_future_error_code(future); [INFO] [stderr] | ^^ help: consider prefixing with an underscore: `_rc` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `result` [INFO] [stderr] --> examples/named_parameters.rs:92:13 [INFO] [stderr] | [INFO] [stderr] 92 | let result = match cass_future_error_code(future) { [INFO] [stderr] | ^^^^^^ help: consider prefixing with an underscore: `_result` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `result` [INFO] [stderr] --> examples/named_parameters.rs:170:13 [INFO] [stderr] | [INFO] [stderr] 170 | let result = match connect_session(session, cluster) { [INFO] [stderr] | ^^^^^^ help: consider prefixing with an underscore: `_result` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `rc` [INFO] [stderr] --> examples/named_parameters.rs:172:13 [INFO] [stderr] | [INFO] [stderr] 172 | rc => { [INFO] [stderr] | ^^ help: consider prefixing with an underscore: `_rc` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `result` [INFO] [stderr] --> examples/maps.rs:36:13 [INFO] [stderr] | [INFO] [stderr] 36 | let result = match cass_future_error_code(future) { [INFO] [stderr] | ^^^^^^ help: consider prefixing with an underscore: `_result` [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> examples/async.rs:54:13 [INFO] [stderr] | [INFO] [stderr] 54 | let mut cluster = create_cluster(); [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] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> examples/tuple.rs:123:13 [INFO] [stderr] | [INFO] [stderr] 123 | let mut session = &mut *cass_session_new(); [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: function is never used: `select_from_maps` [INFO] [stderr] --> examples/maps.rs:51:1 [INFO] [stderr] | [INFO] [stderr] 51 | fn select_from_maps(session: &mut CassSession, key: &str) -> Result<(), CassError> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` 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/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/simple-e2c9eddfaff1ea47.simple.8htjyif0-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/simple-e2c9eddfaff1ea47.simple.8htjyif0-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/simple-e2c9eddfaff1ea47.simple.8htjyif0-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/simple-e2c9eddfaff1ea47.simple.8htjyif0-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/simple-e2c9eddfaff1ea47.simple.8htjyif0-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/simple-e2c9eddfaff1ea47.simple.8htjyif0-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/simple-e2c9eddfaff1ea47.simple.8htjyif0-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/simple-e2c9eddfaff1ea47.simple.8htjyif0-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/simple-e2c9eddfaff1ea47.simple.8htjyif0-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/simple-e2c9eddfaff1ea47.simple.8htjyif0-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/simple-e2c9eddfaff1ea47.simple.8htjyif0-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/simple-e2c9eddfaff1ea47.simple.8htjyif0-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/simple-e2c9eddfaff1ea47.simple.8htjyif0-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/simple-e2c9eddfaff1ea47.simple.8htjyif0-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/simple-e2c9eddfaff1ea47.simple.8htjyif0-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/simple-e2c9eddfaff1ea47.simple.8htjyif0-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/simple-e2c9eddfaff1ea47" "/opt/rustwide/target/debug/examples/simple-e2c9eddfaff1ea47.2mve3t81cnuqybhg.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/local/lib/x86_64-linux-gnu" "-L" "/usr/local/lib64" "-L" "/usr/local/lib" "-L" "/usr/lib64/" "-L" "/usr/lib/" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcassandra_cpp_sys-12c49e0e59417ef1.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lcassandra" "-lcrypto" "-lssl" "-lstdc++" "-luv" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lcassandra [INFO] [stderr] /usr/bin/ld: cannot find -luv [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/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/collections-c010034649c62cca.collections.smhwjsfh-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/collections-c010034649c62cca.collections.smhwjsfh-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/collections-c010034649c62cca.collections.smhwjsfh-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/collections-c010034649c62cca.collections.smhwjsfh-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/collections-c010034649c62cca.collections.smhwjsfh-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/collections-c010034649c62cca.collections.smhwjsfh-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/collections-c010034649c62cca.collections.smhwjsfh-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/collections-c010034649c62cca.collections.smhwjsfh-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/collections-c010034649c62cca.collections.smhwjsfh-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/collections-c010034649c62cca.collections.smhwjsfh-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/collections-c010034649c62cca.collections.smhwjsfh-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/collections-c010034649c62cca.collections.smhwjsfh-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/collections-c010034649c62cca.collections.smhwjsfh-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/collections-c010034649c62cca.collections.smhwjsfh-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/collections-c010034649c62cca.collections.smhwjsfh-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/collections-c010034649c62cca.collections.smhwjsfh-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/collections-c010034649c62cca" "/opt/rustwide/target/debug/examples/collections-c010034649c62cca.5smbfphwt3c48my.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/local/lib/x86_64-linux-gnu" "-L" "/usr/local/lib64" "-L" "/usr/local/lib" "-L" "/usr/lib64/" "-L" "/usr/lib/" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcassandra_cpp_sys-12c49e0e59417ef1.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lcassandra" "-lcrypto" "-lssl" "-lstdc++" "-luv" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lcassandra [INFO] [stderr] /usr/bin/ld: cannot find -luv [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/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/ssl-13ffa1fb2875622e.ssl.brvq0lqh-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/ssl-13ffa1fb2875622e.ssl.brvq0lqh-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/ssl-13ffa1fb2875622e.ssl.brvq0lqh-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/ssl-13ffa1fb2875622e.ssl.brvq0lqh-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/ssl-13ffa1fb2875622e.ssl.brvq0lqh-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/ssl-13ffa1fb2875622e.ssl.brvq0lqh-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/ssl-13ffa1fb2875622e.ssl.brvq0lqh-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/ssl-13ffa1fb2875622e.ssl.brvq0lqh-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/ssl-13ffa1fb2875622e.ssl.brvq0lqh-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/ssl-13ffa1fb2875622e.ssl.brvq0lqh-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/ssl-13ffa1fb2875622e.ssl.brvq0lqh-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/ssl-13ffa1fb2875622e.ssl.brvq0lqh-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/ssl-13ffa1fb2875622e.ssl.brvq0lqh-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/ssl-13ffa1fb2875622e.ssl.brvq0lqh-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/ssl-13ffa1fb2875622e.ssl.brvq0lqh-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/ssl-13ffa1fb2875622e.ssl.brvq0lqh-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/ssl-13ffa1fb2875622e" "/opt/rustwide/target/debug/examples/ssl-13ffa1fb2875622e.58pps71h7u8tixsk.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/local/lib/x86_64-linux-gnu" "-L" "/usr/local/lib64" "-L" "/usr/local/lib" "-L" "/usr/lib64/" "-L" "/usr/lib/" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcassandra_cpp_sys-12c49e0e59417ef1.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lcassandra" "-lcrypto" "-lssl" "-lstdc++" "-luv" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lcassandra [INFO] [stderr] /usr/bin/ld: cannot find -luv [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 `cassandra-cpp-sys`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `cassandra-cpp-sys`. [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/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/batch-f5584dedd1b32056.batch.ak2nmxvz-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/batch-f5584dedd1b32056.batch.ak2nmxvz-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/batch-f5584dedd1b32056.batch.ak2nmxvz-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/batch-f5584dedd1b32056.batch.ak2nmxvz-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/batch-f5584dedd1b32056.batch.ak2nmxvz-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/batch-f5584dedd1b32056.batch.ak2nmxvz-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/batch-f5584dedd1b32056.batch.ak2nmxvz-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/batch-f5584dedd1b32056.batch.ak2nmxvz-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/batch-f5584dedd1b32056.batch.ak2nmxvz-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/batch-f5584dedd1b32056.batch.ak2nmxvz-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/batch-f5584dedd1b32056.batch.ak2nmxvz-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/batch-f5584dedd1b32056.batch.ak2nmxvz-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/batch-f5584dedd1b32056.batch.ak2nmxvz-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/batch-f5584dedd1b32056.batch.ak2nmxvz-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/batch-f5584dedd1b32056.batch.ak2nmxvz-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/batch-f5584dedd1b32056.batch.ak2nmxvz-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/batch-f5584dedd1b32056" "/opt/rustwide/target/debug/examples/batch-f5584dedd1b32056.2uxfvtsy66dilf6e.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/local/lib/x86_64-linux-gnu" "-L" "/usr/local/lib64" "-L" "/usr/local/lib" "-L" "/usr/lib64/" "-L" "/usr/lib/" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcassandra_cpp_sys-12c49e0e59417ef1.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lcassandra" "-lcrypto" "-lssl" "-lstdc++" "-luv" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lcassandra [INFO] [stderr] /usr/bin/ld: cannot find -luv [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 `cassandra-cpp-sys`. [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/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/tuple-d46667eda33e81dc.tuple.8s8p4lgh-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/tuple-d46667eda33e81dc.tuple.8s8p4lgh-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/tuple-d46667eda33e81dc.tuple.8s8p4lgh-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/tuple-d46667eda33e81dc.tuple.8s8p4lgh-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/tuple-d46667eda33e81dc.tuple.8s8p4lgh-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/tuple-d46667eda33e81dc.tuple.8s8p4lgh-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/tuple-d46667eda33e81dc.tuple.8s8p4lgh-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/tuple-d46667eda33e81dc.tuple.8s8p4lgh-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/tuple-d46667eda33e81dc.tuple.8s8p4lgh-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/tuple-d46667eda33e81dc.tuple.8s8p4lgh-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/tuple-d46667eda33e81dc.tuple.8s8p4lgh-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/tuple-d46667eda33e81dc.tuple.8s8p4lgh-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/tuple-d46667eda33e81dc.tuple.8s8p4lgh-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/tuple-d46667eda33e81dc.tuple.8s8p4lgh-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/tuple-d46667eda33e81dc.tuple.8s8p4lgh-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/tuple-d46667eda33e81dc.tuple.8s8p4lgh-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/tuple-d46667eda33e81dc" "/opt/rustwide/target/debug/examples/tuple-d46667eda33e81dc.4ibvfezf3q4kdu70.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/local/lib/x86_64-linux-gnu" "-L" "/usr/local/lib64" "-L" "/usr/local/lib" "-L" "/usr/lib64/" "-L" "/usr/lib/" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcassandra_cpp_sys-12c49e0e59417ef1.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lcassandra" "-lcrypto" "-lssl" "-lstdc++" "-luv" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lcassandra [INFO] [stderr] /usr/bin/ld: cannot find -luv [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 `cassandra-cpp-sys`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `cassandra-cpp-sys`. [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/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/named_parameters-dc9a9ebe9e49b5cb.named_parameters.64nm29ep-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/named_parameters-dc9a9ebe9e49b5cb.named_parameters.64nm29ep-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/named_parameters-dc9a9ebe9e49b5cb.named_parameters.64nm29ep-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/named_parameters-dc9a9ebe9e49b5cb.named_parameters.64nm29ep-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/named_parameters-dc9a9ebe9e49b5cb.named_parameters.64nm29ep-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/named_parameters-dc9a9ebe9e49b5cb.named_parameters.64nm29ep-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/named_parameters-dc9a9ebe9e49b5cb.named_parameters.64nm29ep-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/named_parameters-dc9a9ebe9e49b5cb.named_parameters.64nm29ep-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/named_parameters-dc9a9ebe9e49b5cb.named_parameters.64nm29ep-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/named_parameters-dc9a9ebe9e49b5cb.named_parameters.64nm29ep-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/named_parameters-dc9a9ebe9e49b5cb.named_parameters.64nm29ep-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/named_parameters-dc9a9ebe9e49b5cb.named_parameters.64nm29ep-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/named_parameters-dc9a9ebe9e49b5cb.named_parameters.64nm29ep-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/named_parameters-dc9a9ebe9e49b5cb.named_parameters.64nm29ep-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/named_parameters-dc9a9ebe9e49b5cb.named_parameters.64nm29ep-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/named_parameters-dc9a9ebe9e49b5cb.named_parameters.64nm29ep-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/named_parameters-dc9a9ebe9e49b5cb" "/opt/rustwide/target/debug/examples/named_parameters-dc9a9ebe9e49b5cb.1lkvhdpheof2rrnu.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/local/lib/x86_64-linux-gnu" "-L" "/usr/local/lib64" "-L" "/usr/local/lib" "-L" "/usr/lib64/" "-L" "/usr/lib/" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcassandra_cpp_sys-12c49e0e59417ef1.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lcassandra" "-lcrypto" "-lssl" "-lstdc++" "-luv" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lcassandra [INFO] [stderr] /usr/bin/ld: cannot find -luv [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 `cassandra-cpp-sys`. [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/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/async-09e88de36312e085.async.d6asqp15-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/async-09e88de36312e085.async.d6asqp15-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/async-09e88de36312e085.async.d6asqp15-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/async-09e88de36312e085.async.d6asqp15-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/async-09e88de36312e085.async.d6asqp15-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/async-09e88de36312e085.async.d6asqp15-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/async-09e88de36312e085.async.d6asqp15-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/async-09e88de36312e085.async.d6asqp15-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/async-09e88de36312e085.async.d6asqp15-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/async-09e88de36312e085.async.d6asqp15-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/async-09e88de36312e085.async.d6asqp15-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/async-09e88de36312e085.async.d6asqp15-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/async-09e88de36312e085.async.d6asqp15-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/async-09e88de36312e085.async.d6asqp15-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/async-09e88de36312e085.async.d6asqp15-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/async-09e88de36312e085.async.d6asqp15-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/async-09e88de36312e085" "/opt/rustwide/target/debug/examples/async-09e88de36312e085.no7xcx4er5l6s3i.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/local/lib/x86_64-linux-gnu" "-L" "/usr/local/lib64" "-L" "/usr/local/lib" "-L" "/usr/lib64/" "-L" "/usr/lib/" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcassandra_cpp_sys-12c49e0e59417ef1.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lcassandra" "-lcrypto" "-lssl" "-lstdc++" "-luv" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lcassandra [INFO] [stderr] /usr/bin/ld: cannot find -luv [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 `cassandra-cpp-sys`. [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/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/bind_by_name-24ad18c2abc0e13e.bind_by_name.2ygx919j-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/bind_by_name-24ad18c2abc0e13e.bind_by_name.2ygx919j-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/bind_by_name-24ad18c2abc0e13e.bind_by_name.2ygx919j-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/bind_by_name-24ad18c2abc0e13e.bind_by_name.2ygx919j-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/bind_by_name-24ad18c2abc0e13e.bind_by_name.2ygx919j-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/bind_by_name-24ad18c2abc0e13e.bind_by_name.2ygx919j-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/bind_by_name-24ad18c2abc0e13e.bind_by_name.2ygx919j-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/bind_by_name-24ad18c2abc0e13e.bind_by_name.2ygx919j-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/bind_by_name-24ad18c2abc0e13e.bind_by_name.2ygx919j-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/bind_by_name-24ad18c2abc0e13e.bind_by_name.2ygx919j-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/bind_by_name-24ad18c2abc0e13e.bind_by_name.2ygx919j-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/bind_by_name-24ad18c2abc0e13e.bind_by_name.2ygx919j-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/bind_by_name-24ad18c2abc0e13e.bind_by_name.2ygx919j-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/bind_by_name-24ad18c2abc0e13e.bind_by_name.2ygx919j-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/bind_by_name-24ad18c2abc0e13e.bind_by_name.2ygx919j-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/bind_by_name-24ad18c2abc0e13e.bind_by_name.2ygx919j-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/bind_by_name-24ad18c2abc0e13e" "/opt/rustwide/target/debug/examples/bind_by_name-24ad18c2abc0e13e.2rahtj9n0y8h1l1w.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/local/lib/x86_64-linux-gnu" "-L" "/usr/local/lib64" "-L" "/usr/local/lib" "-L" "/usr/lib64/" "-L" "/usr/lib/" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcassandra_cpp_sys-12c49e0e59417ef1.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lcassandra" "-lcrypto" "-lssl" "-lstdc++" "-luv" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lcassandra [INFO] [stderr] /usr/bin/ld: cannot find -luv [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/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/prepared-f5f7094595b98f75.prepared.7hyabf42-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/prepared-f5f7094595b98f75.prepared.7hyabf42-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/prepared-f5f7094595b98f75.prepared.7hyabf42-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/prepared-f5f7094595b98f75.prepared.7hyabf42-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/prepared-f5f7094595b98f75.prepared.7hyabf42-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/prepared-f5f7094595b98f75.prepared.7hyabf42-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/prepared-f5f7094595b98f75.prepared.7hyabf42-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/prepared-f5f7094595b98f75.prepared.7hyabf42-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/prepared-f5f7094595b98f75.prepared.7hyabf42-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/prepared-f5f7094595b98f75.prepared.7hyabf42-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/prepared-f5f7094595b98f75.prepared.7hyabf42-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/prepared-f5f7094595b98f75.prepared.7hyabf42-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/prepared-f5f7094595b98f75.prepared.7hyabf42-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/prepared-f5f7094595b98f75.prepared.7hyabf42-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/prepared-f5f7094595b98f75.prepared.7hyabf42-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/prepared-f5f7094595b98f75.prepared.7hyabf42-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/prepared-f5f7094595b98f75" "/opt/rustwide/target/debug/examples/prepared-f5f7094595b98f75.1fqak2welvg4no6k.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/local/lib/x86_64-linux-gnu" "-L" "/usr/local/lib64" "-L" "/usr/local/lib" "-L" "/usr/lib64/" "-L" "/usr/lib/" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcassandra_cpp_sys-12c49e0e59417ef1.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lcassandra" "-lcrypto" "-lssl" "-lstdc++" "-luv" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lcassandra [INFO] [stderr] /usr/bin/ld: cannot find -luv [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 `cassandra-cpp-sys`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `cassandra-cpp-sys`. [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/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/basic-4b4affd3c718f97c.basic.5hbzweo6-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/basic-4b4affd3c718f97c.basic.5hbzweo6-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/basic-4b4affd3c718f97c.basic.5hbzweo6-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/basic-4b4affd3c718f97c.basic.5hbzweo6-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/basic-4b4affd3c718f97c.basic.5hbzweo6-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/basic-4b4affd3c718f97c.basic.5hbzweo6-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/basic-4b4affd3c718f97c.basic.5hbzweo6-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/basic-4b4affd3c718f97c.basic.5hbzweo6-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/basic-4b4affd3c718f97c.basic.5hbzweo6-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/basic-4b4affd3c718f97c.basic.5hbzweo6-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/basic-4b4affd3c718f97c.basic.5hbzweo6-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/basic-4b4affd3c718f97c.basic.5hbzweo6-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/basic-4b4affd3c718f97c.basic.5hbzweo6-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/basic-4b4affd3c718f97c.basic.5hbzweo6-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/basic-4b4affd3c718f97c.basic.5hbzweo6-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/basic-4b4affd3c718f97c.basic.5hbzweo6-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/basic-4b4affd3c718f97c" "/opt/rustwide/target/debug/examples/basic-4b4affd3c718f97c.4ilcle8g07ku0wms.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/local/lib/x86_64-linux-gnu" "-L" "/usr/local/lib64" "-L" "/usr/local/lib" "-L" "/usr/lib64/" "-L" "/usr/lib/" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcassandra_cpp_sys-12c49e0e59417ef1.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lcassandra" "-lcrypto" "-lssl" "-lstdc++" "-luv" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lcassandra [INFO] [stderr] /usr/bin/ld: cannot find -luv [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/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/paging-7f57aa30dbcb5230.paging.3o7rvch9-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/paging-7f57aa30dbcb5230.paging.3o7rvch9-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/paging-7f57aa30dbcb5230.paging.3o7rvch9-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/paging-7f57aa30dbcb5230.paging.3o7rvch9-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/paging-7f57aa30dbcb5230.paging.3o7rvch9-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/paging-7f57aa30dbcb5230.paging.3o7rvch9-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/paging-7f57aa30dbcb5230.paging.3o7rvch9-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/paging-7f57aa30dbcb5230.paging.3o7rvch9-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/paging-7f57aa30dbcb5230.paging.3o7rvch9-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/paging-7f57aa30dbcb5230.paging.3o7rvch9-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/paging-7f57aa30dbcb5230.paging.3o7rvch9-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/paging-7f57aa30dbcb5230.paging.3o7rvch9-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/paging-7f57aa30dbcb5230.paging.3o7rvch9-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/paging-7f57aa30dbcb5230.paging.3o7rvch9-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/paging-7f57aa30dbcb5230.paging.3o7rvch9-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/paging-7f57aa30dbcb5230.paging.3o7rvch9-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/paging-7f57aa30dbcb5230" "/opt/rustwide/target/debug/examples/paging-7f57aa30dbcb5230.1sb9171f7614vnu1.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/local/lib/x86_64-linux-gnu" "-L" "/usr/local/lib64" "-L" "/usr/local/lib" "-L" "/usr/lib64/" "-L" "/usr/lib/" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcassandra_cpp_sys-12c49e0e59417ef1.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lcassandra" "-lcrypto" "-lssl" "-lstdc++" "-luv" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lcassandra [INFO] [stderr] /usr/bin/ld: cannot find -luv [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/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/maps-069e784b1a5b5d98.maps.9p8ql077-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/maps-069e784b1a5b5d98.maps.9p8ql077-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/maps-069e784b1a5b5d98.maps.9p8ql077-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/maps-069e784b1a5b5d98.maps.9p8ql077-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/maps-069e784b1a5b5d98.maps.9p8ql077-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/maps-069e784b1a5b5d98.maps.9p8ql077-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/maps-069e784b1a5b5d98.maps.9p8ql077-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/maps-069e784b1a5b5d98.maps.9p8ql077-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/maps-069e784b1a5b5d98.maps.9p8ql077-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/maps-069e784b1a5b5d98.maps.9p8ql077-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/maps-069e784b1a5b5d98.maps.9p8ql077-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/maps-069e784b1a5b5d98.maps.9p8ql077-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/maps-069e784b1a5b5d98.maps.9p8ql077-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/maps-069e784b1a5b5d98.maps.9p8ql077-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/maps-069e784b1a5b5d98.maps.9p8ql077-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/maps-069e784b1a5b5d98.maps.9p8ql077-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/maps-069e784b1a5b5d98" "/opt/rustwide/target/debug/examples/maps-069e784b1a5b5d98.36ciww0nt481myig.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/local/lib/x86_64-linux-gnu" "-L" "/usr/local/lib64" "-L" "/usr/local/lib" "-L" "/usr/lib64/" "-L" "/usr/lib/" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcassandra_cpp_sys-12c49e0e59417ef1.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lcassandra" "-lcrypto" "-lssl" "-lstdc++" "-luv" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lcassandra [INFO] [stderr] /usr/bin/ld: cannot find -luv [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [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/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/schema_meta-e1c2f98b1e54e5f5.schema_meta.epgpee3v-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/schema_meta-e1c2f98b1e54e5f5.schema_meta.epgpee3v-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/schema_meta-e1c2f98b1e54e5f5.schema_meta.epgpee3v-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/schema_meta-e1c2f98b1e54e5f5.schema_meta.epgpee3v-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/schema_meta-e1c2f98b1e54e5f5.schema_meta.epgpee3v-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/schema_meta-e1c2f98b1e54e5f5.schema_meta.epgpee3v-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/schema_meta-e1c2f98b1e54e5f5.schema_meta.epgpee3v-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/schema_meta-e1c2f98b1e54e5f5.schema_meta.epgpee3v-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/schema_meta-e1c2f98b1e54e5f5.schema_meta.epgpee3v-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/schema_meta-e1c2f98b1e54e5f5.schema_meta.epgpee3v-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/schema_meta-e1c2f98b1e54e5f5.schema_meta.epgpee3v-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/schema_meta-e1c2f98b1e54e5f5.schema_meta.epgpee3v-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/schema_meta-e1c2f98b1e54e5f5.schema_meta.epgpee3v-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/schema_meta-e1c2f98b1e54e5f5.schema_meta.epgpee3v-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/schema_meta-e1c2f98b1e54e5f5.schema_meta.epgpee3v-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/schema_meta-e1c2f98b1e54e5f5.schema_meta.epgpee3v-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/schema_meta-e1c2f98b1e54e5f5" "/opt/rustwide/target/debug/examples/schema_meta-e1c2f98b1e54e5f5.21sg2t0xsv2uh3gt.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/local/lib/x86_64-linux-gnu" "-L" "/usr/local/lib64" "-L" "/usr/local/lib" "-L" "/usr/lib64/" "-L" "/usr/lib/" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcassandra_cpp_sys-12c49e0e59417ef1.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lcassandra" "-lcrypto" "-lssl" "-lstdc++" "-luv" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lcassandra [INFO] [stderr] /usr/bin/ld: cannot find -luv [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: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `cassandra-cpp-sys`. [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/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/udt-a4bb8d3b1c0c1c6d.udt.i8vfrm3w-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/udt-a4bb8d3b1c0c1c6d.udt.i8vfrm3w-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/udt-a4bb8d3b1c0c1c6d.udt.i8vfrm3w-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/udt-a4bb8d3b1c0c1c6d.udt.i8vfrm3w-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/udt-a4bb8d3b1c0c1c6d.udt.i8vfrm3w-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/udt-a4bb8d3b1c0c1c6d.udt.i8vfrm3w-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/udt-a4bb8d3b1c0c1c6d.udt.i8vfrm3w-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/udt-a4bb8d3b1c0c1c6d.udt.i8vfrm3w-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/udt-a4bb8d3b1c0c1c6d.udt.i8vfrm3w-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/udt-a4bb8d3b1c0c1c6d.udt.i8vfrm3w-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/udt-a4bb8d3b1c0c1c6d.udt.i8vfrm3w-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/udt-a4bb8d3b1c0c1c6d.udt.i8vfrm3w-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/udt-a4bb8d3b1c0c1c6d.udt.i8vfrm3w-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/udt-a4bb8d3b1c0c1c6d.udt.i8vfrm3w-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/udt-a4bb8d3b1c0c1c6d.udt.i8vfrm3w-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/udt-a4bb8d3b1c0c1c6d.udt.i8vfrm3w-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/udt-a4bb8d3b1c0c1c6d" "/opt/rustwide/target/debug/examples/udt-a4bb8d3b1c0c1c6d.dz228cphmpi66up.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/local/lib/x86_64-linux-gnu" "-L" "/usr/local/lib64" "-L" "/usr/local/lib" "-L" "/usr/lib64/" "-L" "/usr/lib/" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcassandra_cpp_sys-12c49e0e59417ef1.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lcassandra" "-lcrypto" "-lssl" "-lstdc++" "-luv" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lcassandra [INFO] [stderr] /usr/bin/ld: cannot find -luv [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 `cassandra-cpp-sys`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `cassandra-cpp-sys`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `cassandra-cpp-sys`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `cassandra-cpp-sys`. [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/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/cassandra_cpp_sys-4d56eb26ee582299.cassandra_cpp_sys.dlxfxd9m-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/cassandra_cpp_sys-4d56eb26ee582299.cassandra_cpp_sys.dlxfxd9m-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/cassandra_cpp_sys-4d56eb26ee582299.cassandra_cpp_sys.dlxfxd9m-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/cassandra_cpp_sys-4d56eb26ee582299.cassandra_cpp_sys.dlxfxd9m-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/cassandra_cpp_sys-4d56eb26ee582299.cassandra_cpp_sys.dlxfxd9m-cgu.4.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/cassandra_cpp_sys-4d56eb26ee582299" "/opt/rustwide/target/debug/deps/cassandra_cpp_sys-4d56eb26ee582299.4rx34zckqiv6k51l.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/local/lib/x86_64-linux-gnu" "-L" "/usr/local/lib64" "-L" "/usr/local/lib" "-L" "/usr/lib64/" "-L" "/usr/lib/" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lcassandra" "-lcrypto" "-lssl" "-lstdc++" "-luv" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-8b6fbd25e1766083.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-bd8f21e3bdd6cbdc.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-bfcad117c6a632af.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-79a1f91e8ce4eb83.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lcassandra [INFO] [stderr] /usr/bin/ld: cannot find -luv [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 `cassandra-cpp-sys`. [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/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/logging-dc9bfcfa531e5327.logging.cp0jfqpk-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/logging-dc9bfcfa531e5327.logging.cp0jfqpk-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/logging-dc9bfcfa531e5327.logging.cp0jfqpk-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/logging-dc9bfcfa531e5327.logging.cp0jfqpk-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/logging-dc9bfcfa531e5327.logging.cp0jfqpk-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/logging-dc9bfcfa531e5327.logging.cp0jfqpk-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/logging-dc9bfcfa531e5327.logging.cp0jfqpk-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/logging-dc9bfcfa531e5327.logging.cp0jfqpk-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/logging-dc9bfcfa531e5327.logging.cp0jfqpk-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/logging-dc9bfcfa531e5327.logging.cp0jfqpk-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/logging-dc9bfcfa531e5327.logging.cp0jfqpk-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/logging-dc9bfcfa531e5327.logging.cp0jfqpk-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/logging-dc9bfcfa531e5327.logging.cp0jfqpk-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/logging-dc9bfcfa531e5327.logging.cp0jfqpk-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/logging-dc9bfcfa531e5327.logging.cp0jfqpk-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/logging-dc9bfcfa531e5327.logging.cp0jfqpk-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/logging-dc9bfcfa531e5327" "/opt/rustwide/target/debug/examples/logging-dc9bfcfa531e5327.nktkm2z2i280wla.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/local/lib/x86_64-linux-gnu" "-L" "/usr/local/lib64" "-L" "/usr/local/lib" "-L" "/usr/lib64/" "-L" "/usr/lib/" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libenv_logger-1e147b2abeb6bf44.rlib" "/opt/rustwide/target/debug/deps/libregex-a6dad98604613b54.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-26bd95c72379fd1e.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-74b2c8a45128fffb.rlib" "/opt/rustwide/target/debug/deps/libucd_util-d37481ea0df54155.rlib" "/opt/rustwide/target/debug/deps/libthread_local-708705e5460096e3.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-83cafc2ae303332c.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-ce9e59850306ca8d.rlib" "/opt/rustwide/target/debug/deps/libmemchr-07c655ccb8662d4a.rlib" "/opt/rustwide/target/debug/deps/libcassandra_cpp_sys-12c49e0e59417ef1.rlib" "/opt/rustwide/target/debug/deps/liblog-1818c57ccc56e23e.rlib" "/opt/rustwide/target/debug/deps/liblog-e50aa4e61ffd3b64.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-da99d89e98e4f9e7.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lcassandra" "-lcrypto" "-lssl" "-lstdc++" "-luv" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lcassandra [INFO] [stderr] /usr/bin/ld: cannot find -luv [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 `cassandra-cpp-sys`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "b9e66498976d94758e6e8d802778f3b186dcd76792814a5084680acfbae226c5"` [INFO] running `"docker" "rm" "-f" "b9e66498976d94758e6e8d802778f3b186dcd76792814a5084680acfbae226c5"` [INFO] [stdout] b9e66498976d94758e6e8d802778f3b186dcd76792814a5084680acfbae226c5