[INFO] fetching crate cublas 0.2.0... [INFO] testing cublas-0.2.0 against beta-2021-01-01 for beta-1.50-1 [INFO] extracting crate cublas 0.2.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate cublas 0.2.0 on toolchain beta-2021-01-01 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded cublas-sys v0.1.0 [INFO] [stderr] Downloaded collenchyma v0.0.7 [INFO] [stderr] Downloaded clippy v0.0.35 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9a93f1f69e41d9b54641efda78b5214b2363af353cb6cce9c363bad97980fff2 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "9a93f1f69e41d9b54641efda78b5214b2363af353cb6cce9c363bad97980fff2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9a93f1f69e41d9b54641efda78b5214b2363af353cb6cce9c363bad97980fff2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9a93f1f69e41d9b54641efda78b5214b2363af353cb6cce9c363bad97980fff2", kill_on_drop: false }` [INFO] [stdout] 9a93f1f69e41d9b54641efda78b5214b2363af353cb6cce9c363bad97980fff2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 83b715cb489b62bac1c6eb74c0d5b2a1c1c54146544746074cefbfc4439affef [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "83b715cb489b62bac1c6eb74c0d5b2a1c1c54146544746074cefbfc4439affef", kill_on_drop: false }` [INFO] [stderr] Compiling cublas-sys v0.1.0 [INFO] [stderr] Compiling cublas v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/api/util.rs:14:28 [INFO] [stdout] | [INFO] [stdout] 14 | Ok(Context::from_c(try!( unsafe { API::ffi_create() }))) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/api/util.rs:22:12 [INFO] [stdout] | [INFO] [stdout] 22 | Ok(try!(API::ffi_destroy(*context.id_c()))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/api/util.rs:27:32 [INFO] [stdout] | [INFO] [stdout] 27 | Ok(PointerMode::from_c(try!(unsafe { API::ffi_get_pointer_mode(*context.id_c()) }))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/api/util.rs:32:12 [INFO] [stdout] | [INFO] [stdout] 32 | Ok(try!(unsafe { API::ffi_set_pointer_mode(*context.id_c(), pointer_mode.as_c()) })) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:63:32 [INFO] [stdout] | [INFO] [stdout] 63 | fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:33:56 [INFO] [stdout] | [INFO] [stdout] 33 | Error::NotInitialized => write!(f, "{:?}", error::Error::description(self)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:34:53 [INFO] [stdout] | [INFO] [stdout] 34 | Error::AllocFailed => write!(f, "{:?}", error::Error::description(self)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:37:54 [INFO] [stdout] | [INFO] [stdout] 37 | Error::ArchMismatch => write!(f, "{:?}", error::Error::description(self)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:38:54 [INFO] [stdout] | [INFO] [stdout] 38 | Error::MappingError => write!(f, "{:?}", error::Error::description(self)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:39:57 [INFO] [stdout] | [INFO] [stdout] 39 | Error::ExecutionFailed => write!(f, "{:?}", error::Error::description(self)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:41:54 [INFO] [stdout] | [INFO] [stdout] 41 | Error::LicenseError => write!(f, "{:?}", error::Error::description(self)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.51s [INFO] running `Command { std: "docker" "inspect" "83b715cb489b62bac1c6eb74c0d5b2a1c1c54146544746074cefbfc4439affef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "83b715cb489b62bac1c6eb74c0d5b2a1c1c54146544746074cefbfc4439affef", kill_on_drop: false }` [INFO] [stdout] 83b715cb489b62bac1c6eb74c0d5b2a1c1c54146544746074cefbfc4439affef [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 929ab80130b905ceed610ca956d684386d678f30583798489b92e1261ba3dbd7 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "929ab80130b905ceed610ca956d684386d678f30583798489b92e1261ba3dbd7", kill_on_drop: false }` [INFO] [stderr] Compiling lazy_static v0.1.16 [INFO] [stderr] Compiling byteorder v0.4.2 [INFO] [stderr] Compiling linear-map v0.0.4 [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/api/util.rs:14:28 [INFO] [stdout] | [INFO] [stdout] 14 | Ok(Context::from_c(try!( unsafe { API::ffi_create() }))) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/api/util.rs:22:12 [INFO] [stdout] | [INFO] [stdout] 22 | Ok(try!(API::ffi_destroy(*context.id_c()))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/api/util.rs:27:32 [INFO] [stdout] | [INFO] [stdout] 27 | Ok(PointerMode::from_c(try!(unsafe { API::ffi_get_pointer_mode(*context.id_c()) }))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/api/util.rs:32:12 [INFO] [stdout] | [INFO] [stdout] 32 | Ok(try!(unsafe { API::ffi_set_pointer_mode(*context.id_c(), pointer_mode.as_c()) })) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:63:32 [INFO] [stdout] | [INFO] [stdout] 63 | fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:33:56 [INFO] [stdout] | [INFO] [stdout] 33 | Error::NotInitialized => write!(f, "{:?}", error::Error::description(self)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:34:53 [INFO] [stdout] | [INFO] [stdout] 34 | Error::AllocFailed => write!(f, "{:?}", error::Error::description(self)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:37:54 [INFO] [stdout] | [INFO] [stdout] 37 | Error::ArchMismatch => write!(f, "{:?}", error::Error::description(self)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:38:54 [INFO] [stdout] | [INFO] [stdout] 38 | Error::MappingError => write!(f, "{:?}", error::Error::description(self)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:39:57 [INFO] [stdout] | [INFO] [stdout] 39 | Error::ExecutionFailed => write!(f, "{:?}", error::Error::description(self)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:41:54 [INFO] [stdout] | [INFO] [stdout] 41 | Error::LicenseError => write!(f, "{:?}", error::Error::description(self)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [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] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/api/util.rs:14:28 [INFO] [stdout] | [INFO] [stdout] 14 | Ok(Context::from_c(try!( unsafe { API::ffi_create() }))) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/api/util.rs:22:12 [INFO] [stdout] | [INFO] [stdout] 22 | Ok(try!(API::ffi_destroy(*context.id_c()))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/api/util.rs:27:32 [INFO] [stdout] | [INFO] [stdout] 27 | Ok(PointerMode::from_c(try!(unsafe { API::ffi_get_pointer_mode(*context.id_c()) }))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/api/util.rs:32:12 [INFO] [stdout] | [INFO] [stdout] 32 | Ok(try!(unsafe { API::ffi_set_pointer_mode(*context.id_c(), pointer_mode.as_c()) })) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:63:32 [INFO] [stdout] | [INFO] [stdout] 63 | fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:33:56 [INFO] [stdout] | [INFO] [stdout] 33 | Error::NotInitialized => write!(f, "{:?}", error::Error::description(self)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:34:53 [INFO] [stdout] | [INFO] [stdout] 34 | Error::AllocFailed => write!(f, "{:?}", error::Error::description(self)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:37:54 [INFO] [stdout] | [INFO] [stdout] 37 | Error::ArchMismatch => write!(f, "{:?}", error::Error::description(self)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:38:54 [INFO] [stdout] | [INFO] [stdout] 38 | Error::MappingError => write!(f, "{:?}", error::Error::description(self)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:39:57 [INFO] [stdout] | [INFO] [stdout] 39 | Error::ExecutionFailed => write!(f, "{:?}", error::Error::description(self)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:41:54 [INFO] [stdout] | [INFO] [stdout] 41 | Error::LicenseError => write!(f, "{:?}", error::Error::description(self)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/api/level1.rs:191:17 [INFO] [stdout] | [INFO] [stdout] 191 | let mut mem_buffer = mem.as_mut_slice::(); [INFO] [stdout] | ----^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/api/level3.rs:69:17 [INFO] [stdout] | [INFO] [stdout] 69 | let mut mem_buffer = mem.as_mut_slice::(); [INFO] [stdout] | ----^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/cublas-ba324cb0021c877b.cublas.ejmhkr2e-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/cublas-ba324cb0021c877b.cublas.ejmhkr2e-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/cublas-ba324cb0021c877b.cublas.ejmhkr2e-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/cublas-ba324cb0021c877b.cublas.ejmhkr2e-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/cublas-ba324cb0021c877b.cublas.ejmhkr2e-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/cublas-ba324cb0021c877b.cublas.ejmhkr2e-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/cublas-ba324cb0021c877b.cublas.ejmhkr2e-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/cublas-ba324cb0021c877b.cublas.ejmhkr2e-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/cublas-ba324cb0021c877b.cublas.ejmhkr2e-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/cublas-ba324cb0021c877b.cublas.ejmhkr2e-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/cublas-ba324cb0021c877b.cublas.ejmhkr2e-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/cublas-ba324cb0021c877b.cublas.ejmhkr2e-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/cublas-ba324cb0021c877b.cublas.ejmhkr2e-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/cublas-ba324cb0021c877b.cublas.ejmhkr2e-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/cublas-ba324cb0021c877b.cublas.ejmhkr2e-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/cublas-ba324cb0021c877b.cublas.ejmhkr2e-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/cublas-ba324cb0021c877b" "/opt/rustwide/target/debug/deps/cublas-ba324cb0021c877b.x5idilebs2eknoc.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-c99ebba9851136ef.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-190ecd0479955c2e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-10cf7eacb763a707.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-5f0069e1a0595222.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-176a753cf8833059.rlib" "/opt/rustwide/target/debug/deps/libcollenchyma-e58ff2835d1ac959.rlib" "/opt/rustwide/target/debug/deps/liblinear_map-860668961fcf0c4d.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-e24d3ceb6c6e6a4a.rlib" "/opt/rustwide/target/debug/deps/libnum-c89301de58d61aa5.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-ace401eb9d859349.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-2efb18a5dc1cd5de.rlib" "/opt/rustwide/target/debug/deps/librand-5d509fc47140bcd4.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-a533511d45cca78e.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-7a3ef2123a40ae59.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-aa130faf49ab8f05.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-d35afb76f1c5386c.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b1e4122682a51923.rlib" "/opt/rustwide/target/debug/deps/libenum_primitive-b08465dcdf209dec.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-ce76a0740b185d80.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-cb2b583837c7ff21.rlib" "/opt/rustwide/target/debug/deps/libbitflags-daf4802e6861e04a.rlib" "/opt/rustwide/target/debug/deps/libcublas_sys-5f80f4b8b7975d3b.rlib" "/opt/rustwide/target/debug/deps/liblibc-77d6541a42757d2c.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-7444fd17919e9af0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-0ee2f67026959ab7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-df1bcd1e82256d04.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-ed9ecf1b54021131.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-0ede66bb24e94b96.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7c2de7f50940865c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-b138d50085fd4683.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-6576870d8f2b9ae2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-042a30c5f67b2c91.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7b3f33d3dbe385dc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-90b3063cd7b22527.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-17f9484f8dc4da1e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-df38345acd9d92e1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a5e10ca10bdd9e54.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9e5b4162eeef2cef.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-3a4e739a77468800.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-0f3a0c116d5e04d6.rlib" "-Wl,-Bdynamic" "-lOpenCL" "-lOpenCL" "-lcuda" "-lcublas" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lOpenCL [INFO] [stdout] /usr/bin/ld: cannot find -lOpenCL [INFO] [stdout] /usr/bin/ld: cannot find -lcuda [INFO] [stdout] /usr/bin/ld: cannot find -lcublas [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `cublas` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "929ab80130b905ceed610ca956d684386d678f30583798489b92e1261ba3dbd7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "929ab80130b905ceed610ca956d684386d678f30583798489b92e1261ba3dbd7", kill_on_drop: false }` [INFO] [stdout] 929ab80130b905ceed610ca956d684386d678f30583798489b92e1261ba3dbd7