[INFO] crate cublas 0.2.0 is already in cache [INFO] testing cublas-0.2.0 against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] extracting crate cublas 0.2.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate cublas 0.2.0 on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate cublas 0.2.0 [INFO] removed path dependency cublas-sys from crates.io crate cublas 0.2.0 [INFO] finished tweaking crates.io crate cublas 0.2.0 [INFO] tweaked toml for crates.io crate cublas 0.2.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=forbid" "-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" "+41997647ba6a77908f6ef64401414feb00bccf16" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5d83ebd0eba5dac5345d97e9b3613a2a145fbce1381ec69fb32065df15a554fe [INFO] running `"docker" "start" "-a" "5d83ebd0eba5dac5345d97e9b3613a2a145fbce1381ec69fb32065df15a554fe"` [INFO] [stderr] Compiling cublas-sys v0.1.0 [INFO] [stderr] Compiling cublas v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/api/util.rs:14:28 [INFO] [stderr] | [INFO] [stderr] 14 | Ok(Context::from_c(try!( unsafe { API::ffi_create() }))) [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] --> src/api/util.rs:22:12 [INFO] [stderr] | [INFO] [stderr] 22 | Ok(try!(API::ffi_destroy(*context.id_c()))) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/api/util.rs:27:32 [INFO] [stderr] | [INFO] [stderr] 27 | Ok(PointerMode::from_c(try!(unsafe { API::ffi_get_pointer_mode(*context.id_c()) }))) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/api/util.rs:32:12 [INFO] [stderr] | [INFO] [stderr] 32 | Ok(try!(unsafe { API::ffi_set_pointer_mode(*context.id_c(), pointer_mode.as_c()) })) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:63:32 [INFO] [stderr] | [INFO] [stderr] 63 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:33:56 [INFO] [stderr] | [INFO] [stderr] 33 | Error::NotInitialized => write!(f, "{:?}", error::Error::description(self)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:34:53 [INFO] [stderr] | [INFO] [stderr] 34 | Error::AllocFailed => write!(f, "{:?}", error::Error::description(self)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:37:54 [INFO] [stderr] | [INFO] [stderr] 37 | Error::ArchMismatch => write!(f, "{:?}", error::Error::description(self)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:38:54 [INFO] [stderr] | [INFO] [stderr] 38 | Error::MappingError => write!(f, "{:?}", error::Error::description(self)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:39:57 [INFO] [stderr] | [INFO] [stderr] 39 | Error::ExecutionFailed => write!(f, "{:?}", error::Error::description(self)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:41:54 [INFO] [stderr] | [INFO] [stderr] 41 | Error::LicenseError => write!(f, "{:?}", error::Error::description(self)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 11 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.52s [INFO] running `"docker" "inspect" "5d83ebd0eba5dac5345d97e9b3613a2a145fbce1381ec69fb32065df15a554fe"` [INFO] running `"docker" "rm" "-f" "5d83ebd0eba5dac5345d97e9b3613a2a145fbce1381ec69fb32065df15a554fe"` [INFO] [stdout] 5d83ebd0eba5dac5345d97e9b3613a2a145fbce1381ec69fb32065df15a554fe [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=forbid" "-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" "+41997647ba6a77908f6ef64401414feb00bccf16" "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] 7835cda526489b533809de7923eaa72e976e4278eb4218e6bafbe629dedfe13e [INFO] running `"docker" "start" "-a" "7835cda526489b533809de7923eaa72e976e4278eb4218e6bafbe629dedfe13e"` [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling linear-map v0.0.4 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/api/util.rs:14:28 [INFO] [stderr] | [INFO] [stderr] 14 | Ok(Context::from_c(try!( unsafe { API::ffi_create() }))) [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] --> src/api/util.rs:22:12 [INFO] [stderr] | [INFO] [stderr] 22 | Ok(try!(API::ffi_destroy(*context.id_c()))) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/api/util.rs:27:32 [INFO] [stderr] | [INFO] [stderr] 27 | Ok(PointerMode::from_c(try!(unsafe { API::ffi_get_pointer_mode(*context.id_c()) }))) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/api/util.rs:32:12 [INFO] [stderr] | [INFO] [stderr] 32 | Ok(try!(unsafe { API::ffi_set_pointer_mode(*context.id_c(), pointer_mode.as_c()) })) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:63:32 [INFO] [stderr] | [INFO] [stderr] 63 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:33:56 [INFO] [stderr] | [INFO] [stderr] 33 | Error::NotInitialized => write!(f, "{:?}", error::Error::description(self)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:34:53 [INFO] [stderr] | [INFO] [stderr] 34 | Error::AllocFailed => write!(f, "{:?}", error::Error::description(self)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:37:54 [INFO] [stderr] | [INFO] [stderr] 37 | Error::ArchMismatch => write!(f, "{:?}", error::Error::description(self)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:38:54 [INFO] [stderr] | [INFO] [stderr] 38 | Error::MappingError => write!(f, "{:?}", error::Error::description(self)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:39:57 [INFO] [stderr] | [INFO] [stderr] 39 | Error::ExecutionFailed => write!(f, "{:?}", error::Error::description(self)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:41:54 [INFO] [stderr] | [INFO] [stderr] 41 | Error::LicenseError => write!(f, "{:?}", error::Error::description(self)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 11 warnings emitted [INFO] [stderr] [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling collenchyma v0.0.7 [INFO] [stderr] Compiling cublas v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/api/util.rs:14:28 [INFO] [stderr] | [INFO] [stderr] 14 | Ok(Context::from_c(try!( unsafe { API::ffi_create() }))) [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] --> src/api/util.rs:22:12 [INFO] [stderr] | [INFO] [stderr] 22 | Ok(try!(API::ffi_destroy(*context.id_c()))) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/api/util.rs:27:32 [INFO] [stderr] | [INFO] [stderr] 27 | Ok(PointerMode::from_c(try!(unsafe { API::ffi_get_pointer_mode(*context.id_c()) }))) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/api/util.rs:32:12 [INFO] [stderr] | [INFO] [stderr] 32 | Ok(try!(unsafe { API::ffi_set_pointer_mode(*context.id_c(), pointer_mode.as_c()) })) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:63:32 [INFO] [stderr] | [INFO] [stderr] 63 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:33:56 [INFO] [stderr] | [INFO] [stderr] 33 | Error::NotInitialized => write!(f, "{:?}", error::Error::description(self)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:34:53 [INFO] [stderr] | [INFO] [stderr] 34 | Error::AllocFailed => write!(f, "{:?}", error::Error::description(self)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:37:54 [INFO] [stderr] | [INFO] [stderr] 37 | Error::ArchMismatch => write!(f, "{:?}", error::Error::description(self)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:38:54 [INFO] [stderr] | [INFO] [stderr] 38 | Error::MappingError => write!(f, "{:?}", error::Error::description(self)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:39:57 [INFO] [stderr] | [INFO] [stderr] 39 | Error::ExecutionFailed => write!(f, "{:?}", error::Error::description(self)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:41:54 [INFO] [stderr] | [INFO] [stderr] 41 | Error::LicenseError => write!(f, "{:?}", error::Error::description(self)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/api/level1.rs:191:17 [INFO] [stderr] | [INFO] [stderr] 191 | let mut mem_buffer = mem.as_mut_slice::(); [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] --> src/api/level3.rs:69:17 [INFO] [stderr] | [INFO] [stderr] 69 | let mut mem_buffer = mem.as_mut_slice::(); [INFO] [stderr] | ----^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [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/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/cublas-6284c4223823da1c.cublas.v9maj1mx-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/cublas-6284c4223823da1c.cublas.v9maj1mx-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/cublas-6284c4223823da1c.cublas.v9maj1mx-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/cublas-6284c4223823da1c.cublas.v9maj1mx-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/cublas-6284c4223823da1c.cublas.v9maj1mx-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/cublas-6284c4223823da1c.cublas.v9maj1mx-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/cublas-6284c4223823da1c.cublas.v9maj1mx-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/cublas-6284c4223823da1c.cublas.v9maj1mx-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/cublas-6284c4223823da1c.cublas.v9maj1mx-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/cublas-6284c4223823da1c.cublas.v9maj1mx-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/cublas-6284c4223823da1c.cublas.v9maj1mx-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/cublas-6284c4223823da1c.cublas.v9maj1mx-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/cublas-6284c4223823da1c.cublas.v9maj1mx-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/cublas-6284c4223823da1c.cublas.v9maj1mx-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/cublas-6284c4223823da1c.cublas.v9maj1mx-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/cublas-6284c4223823da1c.cublas.v9maj1mx-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/cublas-6284c4223823da1c" "/opt/rustwide/target/debug/deps/cublas-6284c4223823da1c.4tdoo1dp55rj9wi9.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-a6274e2eaafd361e.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-2c85f64fb49c1603.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-ed84df1a106a13ed.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-e159833bdb71170b.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-5f1c8c824853fda4.rlib" "/opt/rustwide/target/debug/deps/libcollenchyma-01b04a35f2903d5d.rlib" "/opt/rustwide/target/debug/deps/liblinear_map-247f36a4ddaefee7.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-42002e415e440430.rlib" "/opt/rustwide/target/debug/deps/libnum-7d00200606e927ca.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-90b860217c4a2592.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-adb55e0c7562594c.rlib" "/opt/rustwide/target/debug/deps/librand-e5de54040a037534.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-e746cdd2ac649290.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-bfce5498649dc14e.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-a9121b727fa3a111.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-9032d7a2d99629ef.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-7acc6556e9e158bc.rlib" "/opt/rustwide/target/debug/deps/libenum_primitive-295c451817d626f9.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-9db42f54d151e0f2.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-9f97a4fd61bd1e10.rlib" "/opt/rustwide/target/debug/deps/libbitflags-616d7823df1ca646.rlib" "/opt/rustwide/target/debug/deps/libcublas_sys-5130811685decc5d.rlib" "/opt/rustwide/target/debug/deps/liblibc-7f3b8e4c2db2a8d8.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-62f93208e14fa8f0.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b2c4dbe979cef5e2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8b9b66cb3e9f891d.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5998b08bf29f56ac.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-efd1670396ccb585.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6435b9209e888961.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-866e5dfb603b34d2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-75eac3089695b3b4.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-35744537b4825584.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-f7ee5081d96fb2cd.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-5b28479cb639d76c.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f827473dd3b319fa.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-53f9c299c549c6a9.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-44132fbb3fcc18d3.rlib" "-Wl,-Bdynamic" "-lOpenCL" "-lOpenCL" "-lcuda" "-lcublas" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lOpenCL [INFO] [stderr] /usr/bin/ld: cannot find -lOpenCL [INFO] [stderr] /usr/bin/ld: cannot find -lcuda [INFO] [stderr] /usr/bin/ld: cannot find -lcublas [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 13 warnings emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `cublas`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "7835cda526489b533809de7923eaa72e976e4278eb4218e6bafbe629dedfe13e"` [INFO] running `"docker" "rm" "-f" "7835cda526489b533809de7923eaa72e976e4278eb4218e6bafbe629dedfe13e"` [INFO] [stdout] 7835cda526489b533809de7923eaa72e976e4278eb4218e6bafbe629dedfe13e