[INFO] crate cassandra-cpp-sys 0.12.0 is already in cache [INFO] testing cassandra-cpp-sys-0.12.0 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate cassandra-cpp-sys 0.12.0 into work/builds/worker-6/source [INFO] validating manifest of crates.io crate cassandra-cpp-sys 0.12.0 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate cassandra-cpp-sys 0.12.0 [INFO] finished tweaking crates.io crate cassandra-cpp-sys 0.12.0 [INFO] tweaked toml for crates.io crate cassandra-cpp-sys 0.12.0 written to work/builds/worker-6/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 6dd297d1d0759979ae723e6360190ca909eb387db81f2c0ca0361d11414c7220 [INFO] running `"docker" "start" "-a" "6dd297d1d0759979ae723e6360190ca909eb387db81f2c0ca0361d11414c7220"` [INFO] [stderr] Compiling cassandra-cpp-sys v0.12.0 (/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] Finished dev [unoptimized + debuginfo] target(s) in 0.83s [INFO] running `"docker" "inspect" "6dd297d1d0759979ae723e6360190ca909eb387db81f2c0ca0361d11414c7220"` [INFO] running `"docker" "rm" "-f" "6dd297d1d0759979ae723e6360190ca909eb387db81f2c0ca0361d11414c7220"` [INFO] [stdout] 6dd297d1d0759979ae723e6360190ca909eb387db81f2c0ca0361d11414c7220 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 8bff6e279f6b96e9b7455f6cf1154c1bd25b678572f15a45e64d56a007896fab [INFO] running `"docker" "start" "-a" "8bff6e279f6b96e9b7455f6cf1154c1bd25b678572f15a45e64d56a007896fab"` [INFO] [stderr] Compiling cassandra-cpp-sys v0.12.0 (/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: `result` [INFO] [stderr] --> examples/simple.rs:23:13 [INFO] [stderr] | [INFO] [stderr] 23 | let result = match cass_future_error_code(connect_future) { [INFO] [stderr] | ^^^^^^ help: consider prefixing with an underscore: `_result` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `rc` [INFO] [stderr] --> examples/simple.rs:52:21 [INFO] [stderr] | [INFO] [stderr] 52 | rc => { [INFO] [stderr] | ^^ help: consider prefixing with an underscore: `_rc` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `rc` [INFO] [stderr] --> examples/simple.rs:70:13 [INFO] [stderr] | [INFO] [stderr] 70 | rc => { [INFO] [stderr] | ^^ help: consider prefixing with an underscore: `_rc` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `result` [INFO] [stderr] --> examples/maps.rs:36:13 [INFO] [stderr] | [INFO] [stderr] 36 | let result = match cass_future_error_code(future) { [INFO] [stderr] | ^^^^^^ help: consider prefixing with an underscore: `_result` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` 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: consider prefixing with an underscore: `_rc` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `rc` [INFO] [stderr] --> examples/tuple.rs:39:13 [INFO] [stderr] | [INFO] [stderr] 39 | rc => print_error(future), [INFO] [stderr] | ^^ help: consider prefixing with an underscore: `_rc` [INFO] [stderr] [INFO] [stderr] warning: 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: function is never used: `select_from_maps` [INFO] [stderr] --> examples/maps.rs:51:1 [INFO] [stderr] | [INFO] [stderr] 51 | fn select_from_maps(session: &mut CassSession, key: &str) -> Result<(), CassError> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] 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: unused variable: `rc` [INFO] [stderr] --> examples/ssl.rs:92:21 [INFO] [stderr] | [INFO] [stderr] 92 | rc => { [INFO] [stderr] | ^^ help: consider prefixing with an underscore: `_rc` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 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-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/simple-9d24038b759fdefd.simple.25op95h3-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/simple-9d24038b759fdefd.simple.25op95h3-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/simple-9d24038b759fdefd.simple.25op95h3-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/simple-9d24038b759fdefd.simple.25op95h3-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/simple-9d24038b759fdefd.simple.25op95h3-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/simple-9d24038b759fdefd.simple.25op95h3-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/simple-9d24038b759fdefd.simple.25op95h3-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/simple-9d24038b759fdefd.simple.25op95h3-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/simple-9d24038b759fdefd.simple.25op95h3-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/simple-9d24038b759fdefd.simple.25op95h3-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/simple-9d24038b759fdefd.simple.25op95h3-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/simple-9d24038b759fdefd.simple.25op95h3-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/simple-9d24038b759fdefd.simple.25op95h3-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/simple-9d24038b759fdefd.simple.25op95h3-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/simple-9d24038b759fdefd.simple.25op95h3-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/simple-9d24038b759fdefd.simple.25op95h3-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/simple-9d24038b759fdefd" "/opt/rustwide/target/debug/examples/simple-9d24038b759fdefd.owzo5oifimextzb.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/local/lib/x86_64-linux-gnu" "-L" "/usr/local/lib64" "-L" "/usr/local/lib" "-L" "/usr/lib64/" "-L" "/usr/lib/" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcassandra_cpp_sys-d82604d3de22264b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-db812c66f862af4c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e7871a21575d5ff7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-2f2c581bc0d759e6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-35731cabc05dc8a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-36477394541292db.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-8b706b170c1272d8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-801dbb3043ccf581.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-a32aa66ce6f72b21.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d00ea3bfb2bb6c00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d2c6ebe88c3e113c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-df74f62f6bb60621.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2170473575daeedb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1a08089bbddc4f51.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f8f562e5472ad5c3.rlib" "-Wl,-Bdynamic" "-lcassandra" "-lcrypto" "-lssl" "-lstdc++" "-luv" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lcassandra [INFO] [stderr] /usr/bin/ld: cannot find -luv [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/tuple-87c2a6dc7cc9b832.tuple.6bru0e0n-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/tuple-87c2a6dc7cc9b832.tuple.6bru0e0n-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/tuple-87c2a6dc7cc9b832.tuple.6bru0e0n-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/tuple-87c2a6dc7cc9b832.tuple.6bru0e0n-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/tuple-87c2a6dc7cc9b832.tuple.6bru0e0n-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/tuple-87c2a6dc7cc9b832.tuple.6bru0e0n-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/tuple-87c2a6dc7cc9b832.tuple.6bru0e0n-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/tuple-87c2a6dc7cc9b832.tuple.6bru0e0n-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/tuple-87c2a6dc7cc9b832.tuple.6bru0e0n-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/tuple-87c2a6dc7cc9b832.tuple.6bru0e0n-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/tuple-87c2a6dc7cc9b832.tuple.6bru0e0n-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/tuple-87c2a6dc7cc9b832.tuple.6bru0e0n-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/tuple-87c2a6dc7cc9b832.tuple.6bru0e0n-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/tuple-87c2a6dc7cc9b832.tuple.6bru0e0n-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/tuple-87c2a6dc7cc9b832.tuple.6bru0e0n-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/tuple-87c2a6dc7cc9b832.tuple.6bru0e0n-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/tuple-87c2a6dc7cc9b832" "/opt/rustwide/target/debug/examples/tuple-87c2a6dc7cc9b832.3v05ho5ljaq5jcwi.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/local/lib/x86_64-linux-gnu" "-L" "/usr/local/lib64" "-L" "/usr/local/lib" "-L" "/usr/lib64/" "-L" "/usr/lib/" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcassandra_cpp_sys-d82604d3de22264b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-db812c66f862af4c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e7871a21575d5ff7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-2f2c581bc0d759e6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-35731cabc05dc8a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-36477394541292db.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-8b706b170c1272d8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-801dbb3043ccf581.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-a32aa66ce6f72b21.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d00ea3bfb2bb6c00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d2c6ebe88c3e113c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-df74f62f6bb60621.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2170473575daeedb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1a08089bbddc4f51.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f8f562e5472ad5c3.rlib" "-Wl,-Bdynamic" "-lcassandra" "-lcrypto" "-lssl" "-lstdc++" "-luv" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lcassandra [INFO] [stderr] /usr/bin/ld: cannot find -luv [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/basic-a010f056044e9a47.basic.7k8frgt4-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/basic-a010f056044e9a47.basic.7k8frgt4-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/basic-a010f056044e9a47.basic.7k8frgt4-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/basic-a010f056044e9a47.basic.7k8frgt4-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/basic-a010f056044e9a47.basic.7k8frgt4-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/basic-a010f056044e9a47.basic.7k8frgt4-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/basic-a010f056044e9a47.basic.7k8frgt4-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/basic-a010f056044e9a47.basic.7k8frgt4-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/basic-a010f056044e9a47.basic.7k8frgt4-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/basic-a010f056044e9a47.basic.7k8frgt4-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/basic-a010f056044e9a47.basic.7k8frgt4-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/basic-a010f056044e9a47.basic.7k8frgt4-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/basic-a010f056044e9a47.basic.7k8frgt4-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/basic-a010f056044e9a47.basic.7k8frgt4-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/basic-a010f056044e9a47.basic.7k8frgt4-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/basic-a010f056044e9a47.basic.7k8frgt4-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/basic-a010f056044e9a47" "/opt/rustwide/target/debug/examples/basic-a010f056044e9a47.1fz1wib8l0c5b8kb.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/local/lib/x86_64-linux-gnu" "-L" "/usr/local/lib64" "-L" "/usr/local/lib" "-L" "/usr/lib64/" "-L" "/usr/lib/" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcassandra_cpp_sys-d82604d3de22264b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-db812c66f862af4c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e7871a21575d5ff7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-2f2c581bc0d759e6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-35731cabc05dc8a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-36477394541292db.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-8b706b170c1272d8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-801dbb3043ccf581.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-a32aa66ce6f72b21.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d00ea3bfb2bb6c00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d2c6ebe88c3e113c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-df74f62f6bb60621.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2170473575daeedb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1a08089bbddc4f51.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f8f562e5472ad5c3.rlib" "-Wl,-Bdynamic" "-lcassandra" "-lcrypto" "-lssl" "-lstdc++" "-luv" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lcassandra [INFO] [stderr] /usr/bin/ld: cannot find -luv [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/ssl-9022e74f7d8bef00.ssl.1xarmbxx-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/ssl-9022e74f7d8bef00.ssl.1xarmbxx-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/ssl-9022e74f7d8bef00.ssl.1xarmbxx-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/ssl-9022e74f7d8bef00.ssl.1xarmbxx-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/ssl-9022e74f7d8bef00.ssl.1xarmbxx-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/ssl-9022e74f7d8bef00.ssl.1xarmbxx-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/ssl-9022e74f7d8bef00.ssl.1xarmbxx-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/ssl-9022e74f7d8bef00.ssl.1xarmbxx-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/ssl-9022e74f7d8bef00.ssl.1xarmbxx-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/ssl-9022e74f7d8bef00.ssl.1xarmbxx-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/ssl-9022e74f7d8bef00.ssl.1xarmbxx-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/ssl-9022e74f7d8bef00.ssl.1xarmbxx-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/ssl-9022e74f7d8bef00.ssl.1xarmbxx-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/ssl-9022e74f7d8bef00.ssl.1xarmbxx-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/ssl-9022e74f7d8bef00.ssl.1xarmbxx-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/ssl-9022e74f7d8bef00.ssl.1xarmbxx-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/ssl-9022e74f7d8bef00" "/opt/rustwide/target/debug/examples/ssl-9022e74f7d8bef00.5emcui4v8ypebkv9.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/local/lib/x86_64-linux-gnu" "-L" "/usr/local/lib64" "-L" "/usr/local/lib" "-L" "/usr/lib64/" "-L" "/usr/lib/" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcassandra_cpp_sys-d82604d3de22264b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-db812c66f862af4c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e7871a21575d5ff7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-2f2c581bc0d759e6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-35731cabc05dc8a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-36477394541292db.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-8b706b170c1272d8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-801dbb3043ccf581.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-a32aa66ce6f72b21.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d00ea3bfb2bb6c00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d2c6ebe88c3e113c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-df74f62f6bb60621.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2170473575daeedb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1a08089bbddc4f51.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f8f562e5472ad5c3.rlib" "-Wl,-Bdynamic" "-lcassandra" "-lcrypto" "-lssl" "-lstdc++" "-luv" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lcassandra [INFO] [stderr] /usr/bin/ld: cannot find -luv [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] 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-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/uuid-b455a63cda98386f.uuid.a6mqfce1-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/uuid-b455a63cda98386f.uuid.a6mqfce1-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/uuid-b455a63cda98386f.uuid.a6mqfce1-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/uuid-b455a63cda98386f.uuid.a6mqfce1-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/uuid-b455a63cda98386f.uuid.a6mqfce1-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/uuid-b455a63cda98386f.uuid.a6mqfce1-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/uuid-b455a63cda98386f.uuid.a6mqfce1-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/uuid-b455a63cda98386f.uuid.a6mqfce1-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/uuid-b455a63cda98386f.uuid.a6mqfce1-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/uuid-b455a63cda98386f.uuid.a6mqfce1-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/uuid-b455a63cda98386f.uuid.a6mqfce1-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/uuid-b455a63cda98386f.uuid.a6mqfce1-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/uuid-b455a63cda98386f.uuid.a6mqfce1-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/uuid-b455a63cda98386f.uuid.a6mqfce1-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/uuid-b455a63cda98386f.uuid.a6mqfce1-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/uuid-b455a63cda98386f.uuid.a6mqfce1-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/uuid-b455a63cda98386f" "/opt/rustwide/target/debug/examples/uuid-b455a63cda98386f.4xslvyamc9jrykbi.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/local/lib/x86_64-linux-gnu" "-L" "/usr/local/lib64" "-L" "/usr/local/lib" "-L" "/usr/lib64/" "-L" "/usr/lib/" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcassandra_cpp_sys-d82604d3de22264b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-db812c66f862af4c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e7871a21575d5ff7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-2f2c581bc0d759e6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-35731cabc05dc8a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-36477394541292db.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-8b706b170c1272d8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-801dbb3043ccf581.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-a32aa66ce6f72b21.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d00ea3bfb2bb6c00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d2c6ebe88c3e113c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-df74f62f6bb60621.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2170473575daeedb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1a08089bbddc4f51.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f8f562e5472ad5c3.rlib" "-Wl,-Bdynamic" "-lcassandra" "-lcrypto" "-lssl" "-lstdc++" "-luv" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lcassandra [INFO] [stderr] /usr/bin/ld: cannot find -luv [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/maps-a02390d336b6f625.maps.7jialv7u-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/maps-a02390d336b6f625.maps.7jialv7u-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/maps-a02390d336b6f625.maps.7jialv7u-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/maps-a02390d336b6f625.maps.7jialv7u-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/maps-a02390d336b6f625.maps.7jialv7u-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/maps-a02390d336b6f625.maps.7jialv7u-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/maps-a02390d336b6f625.maps.7jialv7u-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/maps-a02390d336b6f625.maps.7jialv7u-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/maps-a02390d336b6f625.maps.7jialv7u-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/maps-a02390d336b6f625.maps.7jialv7u-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/maps-a02390d336b6f625.maps.7jialv7u-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/maps-a02390d336b6f625.maps.7jialv7u-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/maps-a02390d336b6f625.maps.7jialv7u-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/maps-a02390d336b6f625.maps.7jialv7u-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/maps-a02390d336b6f625.maps.7jialv7u-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/maps-a02390d336b6f625.maps.7jialv7u-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/maps-a02390d336b6f625" "/opt/rustwide/target/debug/examples/maps-a02390d336b6f625.51shxqkvwkzt9dmb.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/local/lib/x86_64-linux-gnu" "-L" "/usr/local/lib64" "-L" "/usr/local/lib" "-L" "/usr/lib64/" "-L" "/usr/lib/" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcassandra_cpp_sys-d82604d3de22264b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-db812c66f862af4c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e7871a21575d5ff7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-2f2c581bc0d759e6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-35731cabc05dc8a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-36477394541292db.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-8b706b170c1272d8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-801dbb3043ccf581.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-a32aa66ce6f72b21.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d00ea3bfb2bb6c00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d2c6ebe88c3e113c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-df74f62f6bb60621.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2170473575daeedb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1a08089bbddc4f51.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f8f562e5472ad5c3.rlib" "-Wl,-Bdynamic" "-lcassandra" "-lcrypto" "-lssl" "-lstdc++" "-luv" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lcassandra [INFO] [stderr] /usr/bin/ld: cannot find -luv [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/schema_meta-9fc301efbd405089.schema_meta.dkogyv6d-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/schema_meta-9fc301efbd405089.schema_meta.dkogyv6d-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/schema_meta-9fc301efbd405089.schema_meta.dkogyv6d-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/schema_meta-9fc301efbd405089.schema_meta.dkogyv6d-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/schema_meta-9fc301efbd405089.schema_meta.dkogyv6d-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/schema_meta-9fc301efbd405089.schema_meta.dkogyv6d-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/schema_meta-9fc301efbd405089.schema_meta.dkogyv6d-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/schema_meta-9fc301efbd405089.schema_meta.dkogyv6d-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/schema_meta-9fc301efbd405089.schema_meta.dkogyv6d-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/schema_meta-9fc301efbd405089.schema_meta.dkogyv6d-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/schema_meta-9fc301efbd405089.schema_meta.dkogyv6d-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/schema_meta-9fc301efbd405089.schema_meta.dkogyv6d-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/schema_meta-9fc301efbd405089.schema_meta.dkogyv6d-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/schema_meta-9fc301efbd405089.schema_meta.dkogyv6d-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/schema_meta-9fc301efbd405089.schema_meta.dkogyv6d-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/schema_meta-9fc301efbd405089.schema_meta.dkogyv6d-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/schema_meta-9fc301efbd405089" "/opt/rustwide/target/debug/examples/schema_meta-9fc301efbd405089.325bn2nwptfuu6e3.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/local/lib/x86_64-linux-gnu" "-L" "/usr/local/lib64" "-L" "/usr/local/lib" "-L" "/usr/lib64/" "-L" "/usr/lib/" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcassandra_cpp_sys-d82604d3de22264b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-db812c66f862af4c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e7871a21575d5ff7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-2f2c581bc0d759e6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-35731cabc05dc8a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-36477394541292db.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-8b706b170c1272d8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-801dbb3043ccf581.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-a32aa66ce6f72b21.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d00ea3bfb2bb6c00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d2c6ebe88c3e113c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-df74f62f6bb60621.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2170473575daeedb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1a08089bbddc4f51.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f8f562e5472ad5c3.rlib" "-Wl,-Bdynamic" "-lcassandra" "-lcrypto" "-lssl" "-lstdc++" "-luv" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lcassandra [INFO] [stderr] /usr/bin/ld: cannot find -luv [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/collections-e0b6fb3c67dd6d29.collections.93j6w7y3-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/collections-e0b6fb3c67dd6d29.collections.93j6w7y3-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/collections-e0b6fb3c67dd6d29.collections.93j6w7y3-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/collections-e0b6fb3c67dd6d29.collections.93j6w7y3-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/collections-e0b6fb3c67dd6d29.collections.93j6w7y3-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/collections-e0b6fb3c67dd6d29.collections.93j6w7y3-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/collections-e0b6fb3c67dd6d29.collections.93j6w7y3-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/collections-e0b6fb3c67dd6d29.collections.93j6w7y3-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/collections-e0b6fb3c67dd6d29.collections.93j6w7y3-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/collections-e0b6fb3c67dd6d29.collections.93j6w7y3-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/collections-e0b6fb3c67dd6d29.collections.93j6w7y3-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/collections-e0b6fb3c67dd6d29.collections.93j6w7y3-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/collections-e0b6fb3c67dd6d29.collections.93j6w7y3-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/collections-e0b6fb3c67dd6d29.collections.93j6w7y3-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/collections-e0b6fb3c67dd6d29.collections.93j6w7y3-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/collections-e0b6fb3c67dd6d29.collections.93j6w7y3-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/collections-e0b6fb3c67dd6d29" "/opt/rustwide/target/debug/examples/collections-e0b6fb3c67dd6d29.4qm35tamnilwx0yi.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/local/lib/x86_64-linux-gnu" "-L" "/usr/local/lib64" "-L" "/usr/local/lib" "-L" "/usr/lib64/" "-L" "/usr/lib/" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcassandra_cpp_sys-d82604d3de22264b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-db812c66f862af4c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e7871a21575d5ff7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-2f2c581bc0d759e6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-35731cabc05dc8a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-36477394541292db.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-8b706b170c1272d8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-801dbb3043ccf581.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-a32aa66ce6f72b21.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d00ea3bfb2bb6c00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d2c6ebe88c3e113c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-df74f62f6bb60621.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2170473575daeedb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1a08089bbddc4f51.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f8f562e5472ad5c3.rlib" "-Wl,-Bdynamic" "-lcassandra" "-lcrypto" "-lssl" "-lstdc++" "-luv" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lcassandra [INFO] [stderr] /usr/bin/ld: cannot find -luv [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/prepared-944994fcc00802f8.prepared.7lxmo681-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/prepared-944994fcc00802f8.prepared.7lxmo681-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/prepared-944994fcc00802f8.prepared.7lxmo681-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/prepared-944994fcc00802f8.prepared.7lxmo681-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/prepared-944994fcc00802f8.prepared.7lxmo681-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/prepared-944994fcc00802f8.prepared.7lxmo681-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/prepared-944994fcc00802f8.prepared.7lxmo681-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/prepared-944994fcc00802f8.prepared.7lxmo681-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/prepared-944994fcc00802f8.prepared.7lxmo681-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/prepared-944994fcc00802f8.prepared.7lxmo681-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/prepared-944994fcc00802f8.prepared.7lxmo681-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/prepared-944994fcc00802f8.prepared.7lxmo681-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/prepared-944994fcc00802f8.prepared.7lxmo681-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/prepared-944994fcc00802f8.prepared.7lxmo681-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/prepared-944994fcc00802f8.prepared.7lxmo681-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/prepared-944994fcc00802f8.prepared.7lxmo681-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/prepared-944994fcc00802f8" "/opt/rustwide/target/debug/examples/prepared-944994fcc00802f8.2cz7g2hmmu5z2kns.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/local/lib/x86_64-linux-gnu" "-L" "/usr/local/lib64" "-L" "/usr/local/lib" "-L" "/usr/lib64/" "-L" "/usr/lib/" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcassandra_cpp_sys-d82604d3de22264b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-db812c66f862af4c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e7871a21575d5ff7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-2f2c581bc0d759e6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-35731cabc05dc8a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-36477394541292db.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-8b706b170c1272d8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-801dbb3043ccf581.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-a32aa66ce6f72b21.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d00ea3bfb2bb6c00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d2c6ebe88c3e113c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-df74f62f6bb60621.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2170473575daeedb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1a08089bbddc4f51.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f8f562e5472ad5c3.rlib" "-Wl,-Bdynamic" "-lcassandra" "-lcrypto" "-lssl" "-lstdc++" "-luv" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lcassandra [INFO] [stderr] /usr/bin/ld: cannot find -luv [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/bind_by_name-7722e1b530bfdd96.bind_by_name.75tnueuz-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/bind_by_name-7722e1b530bfdd96.bind_by_name.75tnueuz-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/bind_by_name-7722e1b530bfdd96.bind_by_name.75tnueuz-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/bind_by_name-7722e1b530bfdd96.bind_by_name.75tnueuz-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/bind_by_name-7722e1b530bfdd96.bind_by_name.75tnueuz-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/bind_by_name-7722e1b530bfdd96.bind_by_name.75tnueuz-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/bind_by_name-7722e1b530bfdd96.bind_by_name.75tnueuz-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/bind_by_name-7722e1b530bfdd96.bind_by_name.75tnueuz-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/bind_by_name-7722e1b530bfdd96.bind_by_name.75tnueuz-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/bind_by_name-7722e1b530bfdd96.bind_by_name.75tnueuz-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/bind_by_name-7722e1b530bfdd96.bind_by_name.75tnueuz-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/bind_by_name-7722e1b530bfdd96.bind_by_name.75tnueuz-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/bind_by_name-7722e1b530bfdd96.bind_by_name.75tnueuz-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/bind_by_name-7722e1b530bfdd96.bind_by_name.75tnueuz-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/bind_by_name-7722e1b530bfdd96.bind_by_name.75tnueuz-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/bind_by_name-7722e1b530bfdd96.bind_by_name.75tnueuz-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/bind_by_name-7722e1b530bfdd96" "/opt/rustwide/target/debug/examples/bind_by_name-7722e1b530bfdd96.16l8lonqpop0rf38.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/local/lib/x86_64-linux-gnu" "-L" "/usr/local/lib64" "-L" "/usr/local/lib" "-L" "/usr/lib64/" "-L" "/usr/lib/" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcassandra_cpp_sys-d82604d3de22264b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-db812c66f862af4c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e7871a21575d5ff7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-2f2c581bc0d759e6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-35731cabc05dc8a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-36477394541292db.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-8b706b170c1272d8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-801dbb3043ccf581.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-a32aa66ce6f72b21.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d00ea3bfb2bb6c00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d2c6ebe88c3e113c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-df74f62f6bb60621.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2170473575daeedb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1a08089bbddc4f51.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f8f562e5472ad5c3.rlib" "-Wl,-Bdynamic" "-lcassandra" "-lcrypto" "-lssl" "-lstdc++" "-luv" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lcassandra [INFO] [stderr] /usr/bin/ld: cannot find -luv [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/udt-499ae9f66b25cb8e.udt.3sw9kzk7-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/udt-499ae9f66b25cb8e.udt.3sw9kzk7-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/udt-499ae9f66b25cb8e.udt.3sw9kzk7-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/udt-499ae9f66b25cb8e.udt.3sw9kzk7-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/udt-499ae9f66b25cb8e.udt.3sw9kzk7-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/udt-499ae9f66b25cb8e.udt.3sw9kzk7-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/udt-499ae9f66b25cb8e.udt.3sw9kzk7-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/udt-499ae9f66b25cb8e.udt.3sw9kzk7-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/udt-499ae9f66b25cb8e.udt.3sw9kzk7-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/udt-499ae9f66b25cb8e.udt.3sw9kzk7-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/udt-499ae9f66b25cb8e.udt.3sw9kzk7-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/udt-499ae9f66b25cb8e.udt.3sw9kzk7-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/udt-499ae9f66b25cb8e.udt.3sw9kzk7-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/udt-499ae9f66b25cb8e.udt.3sw9kzk7-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/udt-499ae9f66b25cb8e.udt.3sw9kzk7-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/udt-499ae9f66b25cb8e.udt.3sw9kzk7-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/udt-499ae9f66b25cb8e" "/opt/rustwide/target/debug/examples/udt-499ae9f66b25cb8e.2va7h0ida8weu9np.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/local/lib/x86_64-linux-gnu" "-L" "/usr/local/lib64" "-L" "/usr/local/lib" "-L" "/usr/lib64/" "-L" "/usr/lib/" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcassandra_cpp_sys-d82604d3de22264b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-db812c66f862af4c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e7871a21575d5ff7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-2f2c581bc0d759e6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-35731cabc05dc8a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-36477394541292db.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-8b706b170c1272d8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-801dbb3043ccf581.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-a32aa66ce6f72b21.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d00ea3bfb2bb6c00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d2c6ebe88c3e113c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-df74f62f6bb60621.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2170473575daeedb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1a08089bbddc4f51.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f8f562e5472ad5c3.rlib" "-Wl,-Bdynamic" "-lcassandra" "-lcrypto" "-lssl" "-lstdc++" "-luv" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lcassandra [INFO] [stderr] /usr/bin/ld: cannot find -luv [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/batch-c987020f28d809ee.batch.42pzphfg-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/batch-c987020f28d809ee.batch.42pzphfg-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/batch-c987020f28d809ee.batch.42pzphfg-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/batch-c987020f28d809ee.batch.42pzphfg-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/batch-c987020f28d809ee.batch.42pzphfg-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/batch-c987020f28d809ee.batch.42pzphfg-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/batch-c987020f28d809ee.batch.42pzphfg-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/batch-c987020f28d809ee.batch.42pzphfg-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/batch-c987020f28d809ee.batch.42pzphfg-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/batch-c987020f28d809ee.batch.42pzphfg-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/batch-c987020f28d809ee.batch.42pzphfg-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/batch-c987020f28d809ee.batch.42pzphfg-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/batch-c987020f28d809ee.batch.42pzphfg-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/batch-c987020f28d809ee.batch.42pzphfg-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/batch-c987020f28d809ee.batch.42pzphfg-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/batch-c987020f28d809ee.batch.42pzphfg-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/batch-c987020f28d809ee" "/opt/rustwide/target/debug/examples/batch-c987020f28d809ee.3h1wx4syg8u8c315.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/local/lib/x86_64-linux-gnu" "-L" "/usr/local/lib64" "-L" "/usr/local/lib" "-L" "/usr/lib64/" "-L" "/usr/lib/" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcassandra_cpp_sys-d82604d3de22264b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-db812c66f862af4c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e7871a21575d5ff7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-2f2c581bc0d759e6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-35731cabc05dc8a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-36477394541292db.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-8b706b170c1272d8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-801dbb3043ccf581.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-a32aa66ce6f72b21.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d00ea3bfb2bb6c00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d2c6ebe88c3e113c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-df74f62f6bb60621.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2170473575daeedb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1a08089bbddc4f51.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f8f562e5472ad5c3.rlib" "-Wl,-Bdynamic" "-lcassandra" "-lcrypto" "-lssl" "-lstdc++" "-luv" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lcassandra [INFO] [stderr] /usr/bin/ld: cannot find -luv [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/async-5cb65be075002413.async.bsctxs8y-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/async-5cb65be075002413.async.bsctxs8y-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/async-5cb65be075002413.async.bsctxs8y-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/async-5cb65be075002413.async.bsctxs8y-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/async-5cb65be075002413.async.bsctxs8y-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/async-5cb65be075002413.async.bsctxs8y-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/async-5cb65be075002413.async.bsctxs8y-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/async-5cb65be075002413.async.bsctxs8y-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/async-5cb65be075002413.async.bsctxs8y-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/async-5cb65be075002413.async.bsctxs8y-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/async-5cb65be075002413.async.bsctxs8y-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/async-5cb65be075002413.async.bsctxs8y-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/async-5cb65be075002413.async.bsctxs8y-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/async-5cb65be075002413.async.bsctxs8y-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/async-5cb65be075002413.async.bsctxs8y-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/async-5cb65be075002413.async.bsctxs8y-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/async-5cb65be075002413" "/opt/rustwide/target/debug/examples/async-5cb65be075002413.1ds07ibokbis0z54.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/local/lib/x86_64-linux-gnu" "-L" "/usr/local/lib64" "-L" "/usr/local/lib" "-L" "/usr/lib64/" "-L" "/usr/lib/" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcassandra_cpp_sys-d82604d3de22264b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-db812c66f862af4c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e7871a21575d5ff7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-2f2c581bc0d759e6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-35731cabc05dc8a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-36477394541292db.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-8b706b170c1272d8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-801dbb3043ccf581.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-a32aa66ce6f72b21.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d00ea3bfb2bb6c00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d2c6ebe88c3e113c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-df74f62f6bb60621.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2170473575daeedb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1a08089bbddc4f51.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f8f562e5472ad5c3.rlib" "-Wl,-Bdynamic" "-lcassandra" "-lcrypto" "-lssl" "-lstdc++" "-luv" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lcassandra [INFO] [stderr] /usr/bin/ld: cannot find -luv [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `cassandra-cpp-sys`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `cassandra-cpp-sys`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `cassandra-cpp-sys`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `cassandra-cpp-sys`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `cassandra-cpp-sys`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `cassandra-cpp-sys`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `cassandra-cpp-sys`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `cassandra-cpp-sys`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `cassandra-cpp-sys`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `cassandra-cpp-sys`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `cassandra-cpp-sys`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `cassandra-cpp-sys`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `cassandra-cpp-sys`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/paging-ff7136e293913ccf.paging.bbixirxy-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/paging-ff7136e293913ccf.paging.bbixirxy-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/paging-ff7136e293913ccf.paging.bbixirxy-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/paging-ff7136e293913ccf.paging.bbixirxy-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/paging-ff7136e293913ccf.paging.bbixirxy-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/paging-ff7136e293913ccf.paging.bbixirxy-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/paging-ff7136e293913ccf.paging.bbixirxy-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/paging-ff7136e293913ccf.paging.bbixirxy-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/paging-ff7136e293913ccf.paging.bbixirxy-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/paging-ff7136e293913ccf.paging.bbixirxy-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/paging-ff7136e293913ccf.paging.bbixirxy-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/paging-ff7136e293913ccf.paging.bbixirxy-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/paging-ff7136e293913ccf.paging.bbixirxy-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/paging-ff7136e293913ccf.paging.bbixirxy-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/paging-ff7136e293913ccf.paging.bbixirxy-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/paging-ff7136e293913ccf.paging.bbixirxy-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/paging-ff7136e293913ccf" "/opt/rustwide/target/debug/examples/paging-ff7136e293913ccf.1xkkbujapcc91bae.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/local/lib/x86_64-linux-gnu" "-L" "/usr/local/lib64" "-L" "/usr/local/lib" "-L" "/usr/lib64/" "-L" "/usr/lib/" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcassandra_cpp_sys-d82604d3de22264b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-db812c66f862af4c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e7871a21575d5ff7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-2f2c581bc0d759e6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-35731cabc05dc8a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-36477394541292db.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-8b706b170c1272d8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-801dbb3043ccf581.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-a32aa66ce6f72b21.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d00ea3bfb2bb6c00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d2c6ebe88c3e113c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-df74f62f6bb60621.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2170473575daeedb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1a08089bbddc4f51.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f8f562e5472ad5c3.rlib" "-Wl,-Bdynamic" "-lcassandra" "-lcrypto" "-lssl" "-lstdc++" "-luv" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lcassandra [INFO] [stderr] /usr/bin/ld: cannot find -luv [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `cassandra-cpp-sys`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/cassandra_cpp_sys-d2e093f27c473558.cassandra_cpp_sys.9f03jwjc-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/cassandra_cpp_sys-d2e093f27c473558.cassandra_cpp_sys.9f03jwjc-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/cassandra_cpp_sys-d2e093f27c473558.cassandra_cpp_sys.9f03jwjc-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/cassandra_cpp_sys-d2e093f27c473558.cassandra_cpp_sys.9f03jwjc-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/cassandra_cpp_sys-d2e093f27c473558.cassandra_cpp_sys.9f03jwjc-cgu.4.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/cassandra_cpp_sys-d2e093f27c473558" "/opt/rustwide/target/debug/deps/cassandra_cpp_sys-d2e093f27c473558.3udwftjny1q0rz8e.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/local/lib/x86_64-linux-gnu" "-L" "/usr/local/lib64" "-L" "/usr/local/lib" "-L" "/usr/lib64/" "-L" "/usr/lib/" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-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-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-333416314d364512.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-4e7423c6db5d181f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-794cd61d53274767.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-93936a2bba77ec06.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-7618b5c9c4d09931.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-db812c66f862af4c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e7871a21575d5ff7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-2f2c581bc0d759e6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-35731cabc05dc8a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-36477394541292db.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-8b706b170c1272d8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-801dbb3043ccf581.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-a32aa66ce6f72b21.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d00ea3bfb2bb6c00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d2c6ebe88c3e113c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-df74f62f6bb60621.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2170473575daeedb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1a08089bbddc4f51.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f8f562e5472ad5c3.rlib" "-Wl,-Bdynamic" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lcassandra [INFO] [stderr] /usr/bin/ld: cannot find -luv [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `cassandra-cpp-sys`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/logging-c47b48ee30c9607e.logging.7f7q4b87-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/logging-c47b48ee30c9607e.logging.7f7q4b87-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/logging-c47b48ee30c9607e.logging.7f7q4b87-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/logging-c47b48ee30c9607e.logging.7f7q4b87-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/logging-c47b48ee30c9607e.logging.7f7q4b87-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/logging-c47b48ee30c9607e.logging.7f7q4b87-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/logging-c47b48ee30c9607e.logging.7f7q4b87-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/logging-c47b48ee30c9607e.logging.7f7q4b87-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/logging-c47b48ee30c9607e.logging.7f7q4b87-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/logging-c47b48ee30c9607e.logging.7f7q4b87-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/logging-c47b48ee30c9607e.logging.7f7q4b87-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/logging-c47b48ee30c9607e.logging.7f7q4b87-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/logging-c47b48ee30c9607e.logging.7f7q4b87-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/logging-c47b48ee30c9607e.logging.7f7q4b87-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/logging-c47b48ee30c9607e.logging.7f7q4b87-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/logging-c47b48ee30c9607e.logging.7f7q4b87-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/logging-c47b48ee30c9607e" "/opt/rustwide/target/debug/examples/logging-c47b48ee30c9607e.1hrhu5t1ztcfss7t.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/local/lib/x86_64-linux-gnu" "-L" "/usr/local/lib64" "-L" "/usr/local/lib" "-L" "/usr/lib64/" "-L" "/usr/lib/" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libenv_logger-ed55fe23be8b36ec.rlib" "/opt/rustwide/target/debug/deps/libregex-25e0095de7732433.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-687edc54876da679.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-cc5e3a84ad432637.rlib" "/opt/rustwide/target/debug/deps/libucd_util-a5695876e59041e2.rlib" "/opt/rustwide/target/debug/deps/libthread_local-476b4cfeb59ceacc.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-955d54352a795d1f.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-f6951ee08870574f.rlib" "/opt/rustwide/target/debug/deps/libmemchr-046d4cf6cd2ea23b.rlib" "/opt/rustwide/target/debug/deps/libcassandra_cpp_sys-d82604d3de22264b.rlib" "/opt/rustwide/target/debug/deps/liblog-03e85f8c88e058b0.rlib" "/opt/rustwide/target/debug/deps/liblog-5513cb556299afcf.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-1e2186a891f602d1.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-db812c66f862af4c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e7871a21575d5ff7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-2f2c581bc0d759e6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-35731cabc05dc8a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-36477394541292db.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-8b706b170c1272d8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-801dbb3043ccf581.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-a32aa66ce6f72b21.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d00ea3bfb2bb6c00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d2c6ebe88c3e113c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-df74f62f6bb60621.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2170473575daeedb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1a08089bbddc4f51.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f8f562e5472ad5c3.rlib" "-Wl,-Bdynamic" "-lcassandra" "-lcrypto" "-lssl" "-lstdc++" "-luv" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lcassandra [INFO] [stderr] /usr/bin/ld: cannot find -luv [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `cassandra-cpp-sys`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "8bff6e279f6b96e9b7455f6cf1154c1bd25b678572f15a45e64d56a007896fab"` [INFO] running `"docker" "rm" "-f" "8bff6e279f6b96e9b7455f6cf1154c1bd25b678572f15a45e64d56a007896fab"` [INFO] [stdout] 8bff6e279f6b96e9b7455f6cf1154c1bd25b678572f15a45e64d56a007896fab