[INFO] crate cassandra-cpp-sys 0.12.1 is already in cache [INFO] testing cassandra-cpp-sys-0.12.1 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate cassandra-cpp-sys 0.12.1 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate cassandra-cpp-sys 0.12.1 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate cassandra-cpp-sys 0.12.1 [INFO] finished tweaking crates.io crate cassandra-cpp-sys 0.12.1 [INFO] tweaked toml for crates.io crate cassandra-cpp-sys 0.12.1 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate crates.io crate cassandra-cpp-sys 0.12.1 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stdout] 6cc9b01481dc90101adfd1dd1e4d7e43600bd1b3e03e749c828e0013c4cac5e0 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "6cc9b01481dc90101adfd1dd1e4d7e43600bd1b3e03e749c828e0013c4cac5e0"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling cassandra-cpp-sys v0.12.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/ffi_util.rs:9:8 [INFO] [stderr] | [INFO] [stderr] 9 | Ok(try!(str::from_utf8(slice)).to_owned()) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.50s [INFO] running `"docker" "inspect" "6cc9b01481dc90101adfd1dd1e4d7e43600bd1b3e03e749c828e0013c4cac5e0"` [INFO] running `"docker" "rm" "-f" "6cc9b01481dc90101adfd1dd1e4d7e43600bd1b3e03e749c828e0013c4cac5e0"` [INFO] [stdout] 6cc9b01481dc90101adfd1dd1e4d7e43600bd1b3e03e749c828e0013c4cac5e0 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1c992746d69d68964d8cb90d13d7889a7fa791880e29c10a67b91cbf2679f5fc [INFO] running `"docker" "start" "-a" "1c992746d69d68964d8cb90d13d7889a7fa791880e29c10a67b91cbf2679f5fc"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling cfg-if v0.1.6 [INFO] [stderr] Compiling libc v0.2.44 [INFO] [stderr] Compiling lazy_static v1.2.0 [INFO] [stderr] Compiling utf8-ranges v1.0.2 [INFO] [stderr] Compiling memchr v2.1.1 [INFO] [stderr] Compiling regex-syntax v0.5.6 [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/ffi_util.rs:9:8 [INFO] [stderr] | [INFO] [stderr] 9 | Ok(try!(str::from_utf8(slice)).to_owned()) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling env_logger v0.4.3 [INFO] [stderr] Compiling cassandra-cpp-sys v0.12.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> examples/ssl.rs:15:24 [INFO] [stderr] | [INFO] [stderr] 15 | let mut file = try!(File::open(file)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> examples/ssl.rs:16:25 [INFO] [stderr] | [INFO] [stderr] 16 | let cert_size = try!(file.metadata()).len() as usize; [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> examples/ssl.rs:18:24 [INFO] [stderr] | [INFO] [stderr] 18 | let byte_len = try!(file.read_to_end(&mut cert)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `rc` [INFO] [stderr] --> examples/ssl.rs:92:21 [INFO] [stderr] | [INFO] [stderr] 92 | rc => { [INFO] [stderr] | ^^ help: if this is intentional, prefix it 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/maps.rs:36:13 [INFO] [stderr] | [INFO] [stderr] 36 | let result = match cass_future_error_code(future) { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `select_from_maps` [INFO] [stderr] --> examples/maps.rs:51:4 [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] 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: if this is intentional, prefix it 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: if this is intentional, prefix it with an underscore: `_rc` [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: if this is intentional, prefix it 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: if this is intentional, prefix it 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: if this is intentional, prefix it 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: if this is intentional, prefix it with an underscore: `_rc` [INFO] [stderr] [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] 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: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/ffi_util.rs:9:8 [INFO] [stderr] | [INFO] [stderr] 9 | Ok(try!(str::from_utf8(slice)).to_owned()) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/uuid-f374b11ce0a93924.uuid.evq28z8r-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/uuid-f374b11ce0a93924.uuid.evq28z8r-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/uuid-f374b11ce0a93924.uuid.evq28z8r-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/uuid-f374b11ce0a93924.uuid.evq28z8r-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/uuid-f374b11ce0a93924.uuid.evq28z8r-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/uuid-f374b11ce0a93924.uuid.evq28z8r-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/uuid-f374b11ce0a93924.uuid.evq28z8r-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/uuid-f374b11ce0a93924.uuid.evq28z8r-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/uuid-f374b11ce0a93924.uuid.evq28z8r-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/uuid-f374b11ce0a93924.uuid.evq28z8r-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/uuid-f374b11ce0a93924.uuid.evq28z8r-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/uuid-f374b11ce0a93924.uuid.evq28z8r-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/uuid-f374b11ce0a93924.uuid.evq28z8r-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/uuid-f374b11ce0a93924.uuid.evq28z8r-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/uuid-f374b11ce0a93924.uuid.evq28z8r-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/uuid-f374b11ce0a93924.uuid.evq28z8r-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/uuid-f374b11ce0a93924" "/opt/rustwide/target/debug/examples/uuid-f374b11ce0a93924.4ikri6zsdpus5sua.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" "/usr/local/opt/openssl/lib" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcassandra_cpp_sys-8896e258e523f91a.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lcassandra" "-lcrypto" "-lssl" "-lstdc++" "-luv" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-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/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/collections-edb82ff55a31fb65.collections.1ur0urfx-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/collections-edb82ff55a31fb65.collections.1ur0urfx-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/collections-edb82ff55a31fb65.collections.1ur0urfx-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/collections-edb82ff55a31fb65.collections.1ur0urfx-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/collections-edb82ff55a31fb65.collections.1ur0urfx-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/collections-edb82ff55a31fb65.collections.1ur0urfx-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/collections-edb82ff55a31fb65.collections.1ur0urfx-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/collections-edb82ff55a31fb65.collections.1ur0urfx-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/collections-edb82ff55a31fb65.collections.1ur0urfx-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/collections-edb82ff55a31fb65.collections.1ur0urfx-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/collections-edb82ff55a31fb65.collections.1ur0urfx-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/collections-edb82ff55a31fb65.collections.1ur0urfx-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/collections-edb82ff55a31fb65.collections.1ur0urfx-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/collections-edb82ff55a31fb65.collections.1ur0urfx-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/collections-edb82ff55a31fb65.collections.1ur0urfx-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/collections-edb82ff55a31fb65.collections.1ur0urfx-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/collections-edb82ff55a31fb65" "/opt/rustwide/target/debug/examples/collections-edb82ff55a31fb65.4xxuolg86jd0b82b.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" "/usr/local/opt/openssl/lib" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcassandra_cpp_sys-8896e258e523f91a.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lcassandra" "-lcrypto" "-lssl" "-lstdc++" "-luv" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-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] [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/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/tuple-258bbf3cb77b9d5a.tuple.7xmr1wpw-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/tuple-258bbf3cb77b9d5a.tuple.7xmr1wpw-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/tuple-258bbf3cb77b9d5a.tuple.7xmr1wpw-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/tuple-258bbf3cb77b9d5a.tuple.7xmr1wpw-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/tuple-258bbf3cb77b9d5a.tuple.7xmr1wpw-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/tuple-258bbf3cb77b9d5a.tuple.7xmr1wpw-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/tuple-258bbf3cb77b9d5a.tuple.7xmr1wpw-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/tuple-258bbf3cb77b9d5a.tuple.7xmr1wpw-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/tuple-258bbf3cb77b9d5a.tuple.7xmr1wpw-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/tuple-258bbf3cb77b9d5a.tuple.7xmr1wpw-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/tuple-258bbf3cb77b9d5a.tuple.7xmr1wpw-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/tuple-258bbf3cb77b9d5a.tuple.7xmr1wpw-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/tuple-258bbf3cb77b9d5a.tuple.7xmr1wpw-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/tuple-258bbf3cb77b9d5a.tuple.7xmr1wpw-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/tuple-258bbf3cb77b9d5a.tuple.7xmr1wpw-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/tuple-258bbf3cb77b9d5a.tuple.7xmr1wpw-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/tuple-258bbf3cb77b9d5a" "/opt/rustwide/target/debug/examples/tuple-258bbf3cb77b9d5a.27rszol2fn6cu7z6.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" "/usr/local/opt/openssl/lib" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcassandra_cpp_sys-8896e258e523f91a.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lcassandra" "-lcrypto" "-lssl" "-lstdc++" "-luv" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-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; 3 warnings emitted [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/maps-add5bcb51c284a54.maps.d2yhtwld-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/maps-add5bcb51c284a54.maps.d2yhtwld-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/maps-add5bcb51c284a54.maps.d2yhtwld-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/maps-add5bcb51c284a54.maps.d2yhtwld-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/maps-add5bcb51c284a54.maps.d2yhtwld-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/maps-add5bcb51c284a54.maps.d2yhtwld-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/maps-add5bcb51c284a54.maps.d2yhtwld-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/maps-add5bcb51c284a54.maps.d2yhtwld-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/maps-add5bcb51c284a54.maps.d2yhtwld-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/maps-add5bcb51c284a54.maps.d2yhtwld-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/maps-add5bcb51c284a54.maps.d2yhtwld-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/maps-add5bcb51c284a54.maps.d2yhtwld-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/maps-add5bcb51c284a54.maps.d2yhtwld-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/maps-add5bcb51c284a54.maps.d2yhtwld-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/maps-add5bcb51c284a54.maps.d2yhtwld-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/maps-add5bcb51c284a54.maps.d2yhtwld-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/maps-add5bcb51c284a54" "/opt/rustwide/target/debug/examples/maps-add5bcb51c284a54.38il8vstz17chyk6.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" "/usr/local/opt/openssl/lib" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcassandra_cpp_sys-8896e258e523f91a.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lcassandra" "-lcrypto" "-lssl" "-lstdc++" "-luv" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-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; 2 warnings emitted [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/ssl-18cac4aa21335585.ssl.7t6xs1u5-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/ssl-18cac4aa21335585.ssl.7t6xs1u5-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/ssl-18cac4aa21335585.ssl.7t6xs1u5-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/ssl-18cac4aa21335585.ssl.7t6xs1u5-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/ssl-18cac4aa21335585.ssl.7t6xs1u5-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/ssl-18cac4aa21335585.ssl.7t6xs1u5-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/ssl-18cac4aa21335585.ssl.7t6xs1u5-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/ssl-18cac4aa21335585.ssl.7t6xs1u5-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/ssl-18cac4aa21335585.ssl.7t6xs1u5-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/ssl-18cac4aa21335585.ssl.7t6xs1u5-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/ssl-18cac4aa21335585.ssl.7t6xs1u5-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/ssl-18cac4aa21335585.ssl.7t6xs1u5-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/ssl-18cac4aa21335585.ssl.7t6xs1u5-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/ssl-18cac4aa21335585.ssl.7t6xs1u5-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/ssl-18cac4aa21335585.ssl.7t6xs1u5-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/ssl-18cac4aa21335585.ssl.7t6xs1u5-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/ssl-18cac4aa21335585" "/opt/rustwide/target/debug/examples/ssl-18cac4aa21335585.5946exhntjnlcize.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" "/usr/local/opt/openssl/lib" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcassandra_cpp_sys-8896e258e523f91a.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lcassandra" "-lcrypto" "-lssl" "-lstdc++" "-luv" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-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; 4 warnings emitted [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/basic-e135134fd1250118.basic.bzyi2pyf-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/basic-e135134fd1250118.basic.bzyi2pyf-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/basic-e135134fd1250118.basic.bzyi2pyf-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/basic-e135134fd1250118.basic.bzyi2pyf-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/basic-e135134fd1250118.basic.bzyi2pyf-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/basic-e135134fd1250118.basic.bzyi2pyf-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/basic-e135134fd1250118.basic.bzyi2pyf-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/basic-e135134fd1250118.basic.bzyi2pyf-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/basic-e135134fd1250118.basic.bzyi2pyf-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/basic-e135134fd1250118.basic.bzyi2pyf-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/basic-e135134fd1250118.basic.bzyi2pyf-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/basic-e135134fd1250118.basic.bzyi2pyf-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/basic-e135134fd1250118.basic.bzyi2pyf-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/basic-e135134fd1250118.basic.bzyi2pyf-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/basic-e135134fd1250118.basic.bzyi2pyf-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/basic-e135134fd1250118.basic.bzyi2pyf-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/basic-e135134fd1250118" "/opt/rustwide/target/debug/examples/basic-e135134fd1250118.1uw4z21kvo3mv4mm.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" "/usr/local/opt/openssl/lib" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcassandra_cpp_sys-8896e258e523f91a.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lcassandra" "-lcrypto" "-lssl" "-lstdc++" "-luv" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-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/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/prepared-19015c62cfe6d49f.prepared.d21piu0d-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/prepared-19015c62cfe6d49f.prepared.d21piu0d-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/prepared-19015c62cfe6d49f.prepared.d21piu0d-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/prepared-19015c62cfe6d49f.prepared.d21piu0d-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/prepared-19015c62cfe6d49f.prepared.d21piu0d-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/prepared-19015c62cfe6d49f.prepared.d21piu0d-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/prepared-19015c62cfe6d49f.prepared.d21piu0d-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/prepared-19015c62cfe6d49f.prepared.d21piu0d-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/prepared-19015c62cfe6d49f.prepared.d21piu0d-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/prepared-19015c62cfe6d49f.prepared.d21piu0d-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/prepared-19015c62cfe6d49f.prepared.d21piu0d-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/prepared-19015c62cfe6d49f.prepared.d21piu0d-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/prepared-19015c62cfe6d49f.prepared.d21piu0d-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/prepared-19015c62cfe6d49f.prepared.d21piu0d-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/prepared-19015c62cfe6d49f.prepared.d21piu0d-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/prepared-19015c62cfe6d49f.prepared.d21piu0d-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/prepared-19015c62cfe6d49f" "/opt/rustwide/target/debug/examples/prepared-19015c62cfe6d49f.4s28kkffgnq1ku4t.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" "/usr/local/opt/openssl/lib" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcassandra_cpp_sys-8896e258e523f91a.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lcassandra" "-lcrypto" "-lssl" "-lstdc++" "-luv" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-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/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/named_parameters-5c31ee69e9b3de98.named_parameters.8p54rlbn-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/named_parameters-5c31ee69e9b3de98.named_parameters.8p54rlbn-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/named_parameters-5c31ee69e9b3de98.named_parameters.8p54rlbn-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/named_parameters-5c31ee69e9b3de98.named_parameters.8p54rlbn-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/named_parameters-5c31ee69e9b3de98.named_parameters.8p54rlbn-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/named_parameters-5c31ee69e9b3de98.named_parameters.8p54rlbn-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/named_parameters-5c31ee69e9b3de98.named_parameters.8p54rlbn-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/named_parameters-5c31ee69e9b3de98.named_parameters.8p54rlbn-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/named_parameters-5c31ee69e9b3de98.named_parameters.8p54rlbn-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/named_parameters-5c31ee69e9b3de98.named_parameters.8p54rlbn-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/named_parameters-5c31ee69e9b3de98.named_parameters.8p54rlbn-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/named_parameters-5c31ee69e9b3de98.named_parameters.8p54rlbn-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/named_parameters-5c31ee69e9b3de98.named_parameters.8p54rlbn-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/named_parameters-5c31ee69e9b3de98.named_parameters.8p54rlbn-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/named_parameters-5c31ee69e9b3de98.named_parameters.8p54rlbn-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/named_parameters-5c31ee69e9b3de98.named_parameters.8p54rlbn-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/named_parameters-5c31ee69e9b3de98" "/opt/rustwide/target/debug/examples/named_parameters-5c31ee69e9b3de98.1xjm18d5c9c60i90.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" "/usr/local/opt/openssl/lib" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcassandra_cpp_sys-8896e258e523f91a.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lcassandra" "-lcrypto" "-lssl" "-lstdc++" "-luv" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-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; 4 warnings emitted [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/bind_by_name-fcb0259dc5cd0d0b.bind_by_name.expbv3qs-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/bind_by_name-fcb0259dc5cd0d0b.bind_by_name.expbv3qs-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/bind_by_name-fcb0259dc5cd0d0b.bind_by_name.expbv3qs-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/bind_by_name-fcb0259dc5cd0d0b.bind_by_name.expbv3qs-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/bind_by_name-fcb0259dc5cd0d0b.bind_by_name.expbv3qs-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/bind_by_name-fcb0259dc5cd0d0b.bind_by_name.expbv3qs-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/bind_by_name-fcb0259dc5cd0d0b.bind_by_name.expbv3qs-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/bind_by_name-fcb0259dc5cd0d0b.bind_by_name.expbv3qs-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/bind_by_name-fcb0259dc5cd0d0b.bind_by_name.expbv3qs-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/bind_by_name-fcb0259dc5cd0d0b.bind_by_name.expbv3qs-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/bind_by_name-fcb0259dc5cd0d0b.bind_by_name.expbv3qs-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/bind_by_name-fcb0259dc5cd0d0b.bind_by_name.expbv3qs-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/bind_by_name-fcb0259dc5cd0d0b.bind_by_name.expbv3qs-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/bind_by_name-fcb0259dc5cd0d0b.bind_by_name.expbv3qs-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/bind_by_name-fcb0259dc5cd0d0b.bind_by_name.expbv3qs-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/bind_by_name-fcb0259dc5cd0d0b.bind_by_name.expbv3qs-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/bind_by_name-fcb0259dc5cd0d0b" "/opt/rustwide/target/debug/examples/bind_by_name-fcb0259dc5cd0d0b.o70adejwqt73lxj.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" "/usr/local/opt/openssl/lib" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcassandra_cpp_sys-8896e258e523f91a.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lcassandra" "-lcrypto" "-lssl" "-lstdc++" "-luv" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-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/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/logging-a79a5a2165ce3a28.logging.cz8hgat0-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/logging-a79a5a2165ce3a28.logging.cz8hgat0-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/logging-a79a5a2165ce3a28.logging.cz8hgat0-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/logging-a79a5a2165ce3a28.logging.cz8hgat0-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/logging-a79a5a2165ce3a28.logging.cz8hgat0-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/logging-a79a5a2165ce3a28.logging.cz8hgat0-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/logging-a79a5a2165ce3a28.logging.cz8hgat0-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/logging-a79a5a2165ce3a28.logging.cz8hgat0-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/logging-a79a5a2165ce3a28.logging.cz8hgat0-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/logging-a79a5a2165ce3a28.logging.cz8hgat0-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/logging-a79a5a2165ce3a28.logging.cz8hgat0-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/logging-a79a5a2165ce3a28.logging.cz8hgat0-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/logging-a79a5a2165ce3a28.logging.cz8hgat0-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/logging-a79a5a2165ce3a28.logging.cz8hgat0-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/logging-a79a5a2165ce3a28" "/opt/rustwide/target/debug/examples/logging-a79a5a2165ce3a28.2natgcgcr9iw1d86.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" "/usr/local/opt/openssl/lib" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libenv_logger-035c7b5e70a98089.rlib" "/opt/rustwide/target/debug/deps/libregex-49926032e154fce3.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-f4cef123a3d0decd.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-7535f0b8323ea117.rlib" "/opt/rustwide/target/debug/deps/libucd_util-3d188c5cd983b4a0.rlib" "/opt/rustwide/target/debug/deps/libthread_local-11f3ed01f96546e1.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-a1e73fe56b37829c.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-0c5127be1f48207b.rlib" "/opt/rustwide/target/debug/deps/libmemchr-10ab2e604c7627e1.rlib" "/opt/rustwide/target/debug/deps/liblibc-831aacb8f0cf2331.rlib" "/opt/rustwide/target/debug/deps/libcassandra_cpp_sys-8896e258e523f91a.rlib" "/opt/rustwide/target/debug/deps/liblog-1fed7f0205ac3fcf.rlib" "/opt/rustwide/target/debug/deps/liblog-520cfb540ded8fd0.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-ea4f283344e50e84.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-lcassandra" "-lcrypto" "-lssl" "-lstdc++" "-luv" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-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/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/schema_meta-cc2ed425bcc0896a.schema_meta.em9idjyl-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/schema_meta-cc2ed425bcc0896a.schema_meta.em9idjyl-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/schema_meta-cc2ed425bcc0896a.schema_meta.em9idjyl-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/schema_meta-cc2ed425bcc0896a.schema_meta.em9idjyl-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/schema_meta-cc2ed425bcc0896a.schema_meta.em9idjyl-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/schema_meta-cc2ed425bcc0896a.schema_meta.em9idjyl-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/schema_meta-cc2ed425bcc0896a.schema_meta.em9idjyl-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/schema_meta-cc2ed425bcc0896a.schema_meta.em9idjyl-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/schema_meta-cc2ed425bcc0896a.schema_meta.em9idjyl-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/schema_meta-cc2ed425bcc0896a.schema_meta.em9idjyl-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/schema_meta-cc2ed425bcc0896a.schema_meta.em9idjyl-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/schema_meta-cc2ed425bcc0896a.schema_meta.em9idjyl-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/schema_meta-cc2ed425bcc0896a.schema_meta.em9idjyl-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/schema_meta-cc2ed425bcc0896a.schema_meta.em9idjyl-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/schema_meta-cc2ed425bcc0896a.schema_meta.em9idjyl-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/schema_meta-cc2ed425bcc0896a.schema_meta.em9idjyl-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/schema_meta-cc2ed425bcc0896a" "/opt/rustwide/target/debug/examples/schema_meta-cc2ed425bcc0896a.2bnqq20rdlyi9f6h.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" "/usr/local/opt/openssl/lib" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcassandra_cpp_sys-8896e258e523f91a.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lcassandra" "-lcrypto" "-lssl" "-lstdc++" "-luv" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-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/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/udt-441d233535f9a143.udt.ceuzv7vm-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/udt-441d233535f9a143.udt.ceuzv7vm-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/udt-441d233535f9a143.udt.ceuzv7vm-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/udt-441d233535f9a143.udt.ceuzv7vm-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/udt-441d233535f9a143.udt.ceuzv7vm-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/udt-441d233535f9a143.udt.ceuzv7vm-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/udt-441d233535f9a143.udt.ceuzv7vm-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/udt-441d233535f9a143.udt.ceuzv7vm-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/udt-441d233535f9a143.udt.ceuzv7vm-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/udt-441d233535f9a143.udt.ceuzv7vm-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/udt-441d233535f9a143.udt.ceuzv7vm-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/udt-441d233535f9a143.udt.ceuzv7vm-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/udt-441d233535f9a143.udt.ceuzv7vm-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/udt-441d233535f9a143.udt.ceuzv7vm-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/udt-441d233535f9a143.udt.ceuzv7vm-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/udt-441d233535f9a143.udt.ceuzv7vm-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/udt-441d233535f9a143" "/opt/rustwide/target/debug/examples/udt-441d233535f9a143.f7saojz4gb15ni9.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" "/usr/local/opt/openssl/lib" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcassandra_cpp_sys-8896e258e523f91a.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lcassandra" "-lcrypto" "-lssl" "-lstdc++" "-luv" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-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/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/paging-b4c2f209c4bc864a.paging.3xbfhfrb-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/paging-b4c2f209c4bc864a.paging.3xbfhfrb-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/paging-b4c2f209c4bc864a.paging.3xbfhfrb-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/paging-b4c2f209c4bc864a.paging.3xbfhfrb-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/paging-b4c2f209c4bc864a.paging.3xbfhfrb-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/paging-b4c2f209c4bc864a.paging.3xbfhfrb-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/paging-b4c2f209c4bc864a.paging.3xbfhfrb-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/paging-b4c2f209c4bc864a.paging.3xbfhfrb-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/paging-b4c2f209c4bc864a.paging.3xbfhfrb-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/paging-b4c2f209c4bc864a.paging.3xbfhfrb-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/paging-b4c2f209c4bc864a.paging.3xbfhfrb-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/paging-b4c2f209c4bc864a.paging.3xbfhfrb-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/paging-b4c2f209c4bc864a.paging.3xbfhfrb-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/paging-b4c2f209c4bc864a.paging.3xbfhfrb-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/paging-b4c2f209c4bc864a.paging.3xbfhfrb-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/paging-b4c2f209c4bc864a.paging.3xbfhfrb-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/paging-b4c2f209c4bc864a" "/opt/rustwide/target/debug/examples/paging-b4c2f209c4bc864a.13krdil6vl8hdznn.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" "/usr/local/opt/openssl/lib" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcassandra_cpp_sys-8896e258e523f91a.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lcassandra" "-lcrypto" "-lssl" "-lstdc++" "-luv" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-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/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/async-dd60316ac403ddff.async.67cwz0oe-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/async-dd60316ac403ddff.async.67cwz0oe-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/async-dd60316ac403ddff.async.67cwz0oe-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/async-dd60316ac403ddff.async.67cwz0oe-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/async-dd60316ac403ddff.async.67cwz0oe-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/async-dd60316ac403ddff.async.67cwz0oe-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/async-dd60316ac403ddff.async.67cwz0oe-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/async-dd60316ac403ddff.async.67cwz0oe-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/async-dd60316ac403ddff.async.67cwz0oe-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/async-dd60316ac403ddff.async.67cwz0oe-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/async-dd60316ac403ddff.async.67cwz0oe-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/async-dd60316ac403ddff.async.67cwz0oe-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/async-dd60316ac403ddff.async.67cwz0oe-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/async-dd60316ac403ddff.async.67cwz0oe-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/async-dd60316ac403ddff.async.67cwz0oe-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/async-dd60316ac403ddff.async.67cwz0oe-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/async-dd60316ac403ddff" "/opt/rustwide/target/debug/examples/async-dd60316ac403ddff.3ib2kp3syldt3wzo.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" "/usr/local/opt/openssl/lib" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcassandra_cpp_sys-8896e258e523f91a.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lcassandra" "-lcrypto" "-lssl" "-lstdc++" "-luv" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-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; 1 warning emitted [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/batch-ff2b1987c031bf76.batch.2kg2be7n-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/batch-ff2b1987c031bf76.batch.2kg2be7n-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/batch-ff2b1987c031bf76.batch.2kg2be7n-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/batch-ff2b1987c031bf76.batch.2kg2be7n-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/batch-ff2b1987c031bf76.batch.2kg2be7n-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/batch-ff2b1987c031bf76.batch.2kg2be7n-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/batch-ff2b1987c031bf76.batch.2kg2be7n-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/batch-ff2b1987c031bf76.batch.2kg2be7n-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/batch-ff2b1987c031bf76.batch.2kg2be7n-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/batch-ff2b1987c031bf76.batch.2kg2be7n-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/batch-ff2b1987c031bf76.batch.2kg2be7n-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/batch-ff2b1987c031bf76.batch.2kg2be7n-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/batch-ff2b1987c031bf76.batch.2kg2be7n-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/batch-ff2b1987c031bf76.batch.2kg2be7n-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/batch-ff2b1987c031bf76.batch.2kg2be7n-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/batch-ff2b1987c031bf76.batch.2kg2be7n-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/batch-ff2b1987c031bf76" "/opt/rustwide/target/debug/examples/batch-ff2b1987c031bf76.3p4emzgxg7ga3hxw.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" "/usr/local/opt/openssl/lib" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcassandra_cpp_sys-8896e258e523f91a.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lcassandra" "-lcrypto" "-lssl" "-lstdc++" "-luv" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-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/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/cassandra_cpp_sys-27fddd7790f8323c.cassandra_cpp_sys.15mmng4t-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/cassandra_cpp_sys-27fddd7790f8323c.cassandra_cpp_sys.15mmng4t-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/cassandra_cpp_sys-27fddd7790f8323c.cassandra_cpp_sys.15mmng4t-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/cassandra_cpp_sys-27fddd7790f8323c.cassandra_cpp_sys.15mmng4t-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/cassandra_cpp_sys-27fddd7790f8323c.cassandra_cpp_sys.15mmng4t-cgu.4.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/cassandra_cpp_sys-27fddd7790f8323c" "/opt/rustwide/target/debug/deps/cassandra_cpp_sys-27fddd7790f8323c.sm31r234zyq2xsz.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" "/usr/local/opt/openssl/lib" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-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/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-0a07979da1fa7aa2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-171ede43b21d034c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-ea69ac8b5a0936d1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-6be6d4d5d08eb152.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-c718480fe68c7cec.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-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; 1 warning emitted [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "1c992746d69d68964d8cb90d13d7889a7fa791880e29c10a67b91cbf2679f5fc"` [INFO] running `"docker" "rm" "-f" "1c992746d69d68964d8cb90d13d7889a7fa791880e29c10a67b91cbf2679f5fc"` [INFO] [stdout] 1c992746d69d68964d8cb90d13d7889a7fa791880e29c10a67b91cbf2679f5fc