[INFO] crate collenchyma-blas 0.2.0 is already in cache [INFO] extracting crate collenchyma-blas 0.2.0 into work/ex/beta-1.37-6/sources/1.36.0/reg/collenchyma-blas/0.2.0 [INFO] extracting crate collenchyma-blas 0.2.0 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/collenchyma-blas/0.2.0 [INFO] validating manifest of collenchyma-blas-0.2.0 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of collenchyma-blas-0.2.0 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing collenchyma-blas-0.2.0 [INFO] finished frobbing collenchyma-blas-0.2.0 [INFO] frobbed toml for collenchyma-blas-0.2.0 written to work/ex/beta-1.37-6/sources/1.36.0/reg/collenchyma-blas/0.2.0/Cargo.toml [INFO] started frobbing collenchyma-blas-0.2.0 [INFO] finished frobbing collenchyma-blas-0.2.0 [INFO] frobbed toml for collenchyma-blas-0.2.0 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/collenchyma-blas/0.2.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing collenchyma-blas-0.2.0 against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/collenchyma-blas/0.2.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] ae40d7eba8b832a677ac1f703474654b6cc20bbffaab2f8962d19c0d22dc8726 [INFO] running `"docker" "start" "-a" "ae40d7eba8b832a677ac1f703474654b6cc20bbffaab2f8962d19c0d22dc8726"` [INFO] [stderr] Compiling rblas v0.0.11 [INFO] [stderr] Compiling cublas-sys v0.1.0 [INFO] [stderr] Compiling collenchyma v0.0.8 [INFO] [stderr] Compiling cublas v0.2.0 [INFO] [stderr] Compiling collenchyma-blas v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/plugin.rs:190:51 [INFO] [stderr] | [INFO] [stderr] 190 | impl + IBinary> IBlas for BlasBinaryProvider { } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn BlasBinaryProvider` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/frameworks/native.rs:19:21 [INFO] [stderr] | [INFO] [stderr] 19 | let mut r_slice = try!(result.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `result`."))).as_mut_slice::<$t>(); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] ... [INFO] [stderr] 178 | impl_iblas_for!(f32, Backend); [INFO] [stderr] | -------------------------------------- in this macro invocation [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/frameworks/native.rs:19:21 [INFO] [stderr] | [INFO] [stderr] 19 | let mut r_slice = try!(result.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `result`."))).as_mut_slice::<$t>(); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] ... [INFO] [stderr] 179 | impl_iblas_for!(f64, Backend); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/frameworks/native.rs:60:21 [INFO] [stderr] | [INFO] [stderr] 60 | let mut r_slice = try!(result.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `result`."))).as_mut_slice::<$t>(); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] ... [INFO] [stderr] 178 | impl_iblas_for!(f32, Backend); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/frameworks/native.rs:60:21 [INFO] [stderr] | [INFO] [stderr] 60 | let mut r_slice = try!(result.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `result`."))).as_mut_slice::<$t>(); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] ... [INFO] [stderr] 179 | impl_iblas_for!(f64, Backend); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/frameworks/native.rs:73:21 [INFO] [stderr] | [INFO] [stderr] 73 | let mut r_slice = try!(result.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `result`."))).as_mut_slice::<$t>(); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] ... [INFO] [stderr] 178 | impl_iblas_for!(f32, Backend); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/frameworks/native.rs:73:21 [INFO] [stderr] | [INFO] [stderr] 73 | let mut r_slice = try!(result.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `result`."))).as_mut_slice::<$t>(); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] ... [INFO] [stderr] 179 | impl_iblas_for!(f64, Backend); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/frameworks/native.rs:86:21 [INFO] [stderr] | [INFO] [stderr] 86 | let mut x_slice = try!(x.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `x`."))).as_mut_slice::<$t>(); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] ... [INFO] [stderr] 178 | impl_iblas_for!(f32, Backend); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/frameworks/native.rs:86:21 [INFO] [stderr] | [INFO] [stderr] 86 | let mut x_slice = try!(x.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `x`."))).as_mut_slice::<$t>(); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] ... [INFO] [stderr] 179 | impl_iblas_for!(f64, Backend); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/frameworks/native.rs:98:21 [INFO] [stderr] | [INFO] [stderr] 98 | let mut x_slice = try!(x.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `x`."))).as_mut_slice::<$t>(); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] ... [INFO] [stderr] 178 | impl_iblas_for!(f32, Backend); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/frameworks/native.rs:99:21 [INFO] [stderr] | [INFO] [stderr] 99 | let mut y_slice = try!(y.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `y`."))).as_mut_slice::<$t>(); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] ... [INFO] [stderr] 178 | impl_iblas_for!(f32, Backend); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/frameworks/native.rs:98:21 [INFO] [stderr] | [INFO] [stderr] 98 | let mut x_slice = try!(x.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `x`."))).as_mut_slice::<$t>(); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] ... [INFO] [stderr] 179 | impl_iblas_for!(f64, Backend); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/frameworks/native.rs:99:21 [INFO] [stderr] | [INFO] [stderr] 99 | let mut y_slice = try!(y.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `y`."))).as_mut_slice::<$t>(); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] ... [INFO] [stderr] 179 | impl_iblas_for!(f64, Backend); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/frameworks/native.rs:115:21 [INFO] [stderr] | [INFO] [stderr] 115 | let mut c_slice = try!(c.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `c`."))).as_mut_slice::<$t>(); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] ... [INFO] [stderr] 178 | impl_iblas_for!(f32, Backend); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/frameworks/native.rs:115:21 [INFO] [stderr] | [INFO] [stderr] 115 | let mut c_slice = try!(c.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `c`."))).as_mut_slice::<$t>(); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] ... [INFO] [stderr] 179 | impl_iblas_for!(f64, Backend); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/helper.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | macro_rules! iblas_asum_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:46:9 [INFO] [stderr] | [INFO] [stderr] 46| #![deny(missing_docs, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/helper.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | macro_rules! iblas_axpy_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/helper.rs:71:1 [INFO] [stderr] | [INFO] [stderr] 71 | macro_rules! iblas_copy_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/helper.rs:102:1 [INFO] [stderr] | [INFO] [stderr] 102 | macro_rules! iblas_dot_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/helper.rs:138:1 [INFO] [stderr] | [INFO] [stderr] 138 | macro_rules! iblas_nrm2_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/helper.rs:169:1 [INFO] [stderr] | [INFO] [stderr] 169 | macro_rules! iblas_scale_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/helper.rs:200:1 [INFO] [stderr] | [INFO] [stderr] 200 | macro_rules! iblas_swap_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/helper.rs:231:1 [INFO] [stderr] | [INFO] [stderr] 231 | macro_rules! iblas_gemm_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/cuda/helper.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | macro_rules! iblas_asum_for_cuda { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/cuda/helper.rs:37:1 [INFO] [stderr] | [INFO] [stderr] 37 | macro_rules! iblas_axpy_for_cuda { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/cuda/helper.rs:80:1 [INFO] [stderr] | [INFO] [stderr] 80 | macro_rules! iblas_copy_for_cuda { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/cuda/helper.rs:117:1 [INFO] [stderr] | [INFO] [stderr] 117 | macro_rules! iblas_dot_for_cuda { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/cuda/helper.rs:160:1 [INFO] [stderr] | [INFO] [stderr] 160 | macro_rules! iblas_nrm2_for_cuda { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/cuda/helper.rs:196:1 [INFO] [stderr] | [INFO] [stderr] 196 | macro_rules! iblas_scal_for_cuda { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/cuda/helper.rs:232:1 [INFO] [stderr] | [INFO] [stderr] 232 | macro_rules! iblas_swap_for_cuda { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/cuda/helper.rs:269:1 [INFO] [stderr] | [INFO] [stderr] 269 | macro_rules! iblas_gemm_for_cuda { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.97s [INFO] running `"docker" "inspect" "ae40d7eba8b832a677ac1f703474654b6cc20bbffaab2f8962d19c0d22dc8726"` [INFO] running `"docker" "rm" "-f" "ae40d7eba8b832a677ac1f703474654b6cc20bbffaab2f8962d19c0d22dc8726"` [INFO] [stdout] ae40d7eba8b832a677ac1f703474654b6cc20bbffaab2f8962d19c0d22dc8726 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/collenchyma-blas/0.2.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] 4156e83172baa820030a347299df4c5c5870ded648ec065618fd3ccbe4a177bb [INFO] running `"docker" "start" "-a" "4156e83172baa820030a347299df4c5c5870ded648ec065618fd3ccbe4a177bb"` [INFO] [stderr] Compiling collenchyma-blas v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/plugin.rs:190:51 [INFO] [stderr] | [INFO] [stderr] 190 | impl + IBinary> IBlas for BlasBinaryProvider { } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn BlasBinaryProvider` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/frameworks/native.rs:19:21 [INFO] [stderr] | [INFO] [stderr] 19 | let mut r_slice = try!(result.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `result`."))).as_mut_slice::<$t>(); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] ... [INFO] [stderr] 178 | impl_iblas_for!(f32, Backend); [INFO] [stderr] | -------------------------------------- in this macro invocation [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/frameworks/native.rs:19:21 [INFO] [stderr] | [INFO] [stderr] 19 | let mut r_slice = try!(result.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `result`."))).as_mut_slice::<$t>(); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] ... [INFO] [stderr] 179 | impl_iblas_for!(f64, Backend); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/frameworks/native.rs:60:21 [INFO] [stderr] | [INFO] [stderr] 60 | let mut r_slice = try!(result.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `result`."))).as_mut_slice::<$t>(); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] ... [INFO] [stderr] 178 | impl_iblas_for!(f32, Backend); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/frameworks/native.rs:60:21 [INFO] [stderr] | [INFO] [stderr] 60 | let mut r_slice = try!(result.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `result`."))).as_mut_slice::<$t>(); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] ... [INFO] [stderr] 179 | impl_iblas_for!(f64, Backend); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/frameworks/native.rs:73:21 [INFO] [stderr] | [INFO] [stderr] 73 | let mut r_slice = try!(result.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `result`."))).as_mut_slice::<$t>(); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] ... [INFO] [stderr] 178 | impl_iblas_for!(f32, Backend); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/frameworks/native.rs:73:21 [INFO] [stderr] | [INFO] [stderr] 73 | let mut r_slice = try!(result.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `result`."))).as_mut_slice::<$t>(); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] ... [INFO] [stderr] 179 | impl_iblas_for!(f64, Backend); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/frameworks/native.rs:86:21 [INFO] [stderr] | [INFO] [stderr] 86 | let mut x_slice = try!(x.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `x`."))).as_mut_slice::<$t>(); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] ... [INFO] [stderr] 178 | impl_iblas_for!(f32, Backend); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/frameworks/native.rs:86:21 [INFO] [stderr] | [INFO] [stderr] 86 | let mut x_slice = try!(x.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `x`."))).as_mut_slice::<$t>(); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] ... [INFO] [stderr] 179 | impl_iblas_for!(f64, Backend); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/frameworks/native.rs:98:21 [INFO] [stderr] | [INFO] [stderr] 98 | let mut x_slice = try!(x.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `x`."))).as_mut_slice::<$t>(); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] ... [INFO] [stderr] 178 | impl_iblas_for!(f32, Backend); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/frameworks/native.rs:99:21 [INFO] [stderr] | [INFO] [stderr] 99 | let mut y_slice = try!(y.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `y`."))).as_mut_slice::<$t>(); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] ... [INFO] [stderr] 178 | impl_iblas_for!(f32, Backend); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/frameworks/native.rs:98:21 [INFO] [stderr] | [INFO] [stderr] 98 | let mut x_slice = try!(x.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `x`."))).as_mut_slice::<$t>(); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] ... [INFO] [stderr] 179 | impl_iblas_for!(f64, Backend); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/frameworks/native.rs:99:21 [INFO] [stderr] | [INFO] [stderr] 99 | let mut y_slice = try!(y.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `y`."))).as_mut_slice::<$t>(); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] ... [INFO] [stderr] 179 | impl_iblas_for!(f64, Backend); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/frameworks/native.rs:115:21 [INFO] [stderr] | [INFO] [stderr] 115 | let mut c_slice = try!(c.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `c`."))).as_mut_slice::<$t>(); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] ... [INFO] [stderr] 178 | impl_iblas_for!(f32, Backend); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/frameworks/native.rs:115:21 [INFO] [stderr] | [INFO] [stderr] 115 | let mut c_slice = try!(c.as_mut_native().ok_or(Error::MissingMemoryForDevice("Unable to receive native memory for `c`."))).as_mut_slice::<$t>(); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] ... [INFO] [stderr] 179 | impl_iblas_for!(f64, Backend); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/frameworks/native.rs:228:21 [INFO] [stderr] | [INFO] [stderr] 228 | let mut mem_buffer = mem.as_mut_slice::(); [INFO] [stderr] | ----^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/helper.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | macro_rules! iblas_asum_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:46:9 [INFO] [stderr] | [INFO] [stderr] 46| #![deny(missing_docs, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/helper.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | macro_rules! iblas_axpy_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/helper.rs:71:1 [INFO] [stderr] | [INFO] [stderr] 71 | macro_rules! iblas_copy_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/helper.rs:102:1 [INFO] [stderr] | [INFO] [stderr] 102 | macro_rules! iblas_dot_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/helper.rs:138:1 [INFO] [stderr] | [INFO] [stderr] 138 | macro_rules! iblas_nrm2_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/helper.rs:169:1 [INFO] [stderr] | [INFO] [stderr] 169 | macro_rules! iblas_scale_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/helper.rs:200:1 [INFO] [stderr] | [INFO] [stderr] 200 | macro_rules! iblas_swap_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/helper.rs:231:1 [INFO] [stderr] | [INFO] [stderr] 231 | macro_rules! iblas_gemm_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/cuda/helper.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | macro_rules! iblas_asum_for_cuda { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/cuda/helper.rs:37:1 [INFO] [stderr] | [INFO] [stderr] 37 | macro_rules! iblas_axpy_for_cuda { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/cuda/helper.rs:80:1 [INFO] [stderr] | [INFO] [stderr] 80 | macro_rules! iblas_copy_for_cuda { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/cuda/helper.rs:117:1 [INFO] [stderr] | [INFO] [stderr] 117 | macro_rules! iblas_dot_for_cuda { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/cuda/helper.rs:160:1 [INFO] [stderr] | [INFO] [stderr] 160 | macro_rules! iblas_nrm2_for_cuda { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/cuda/helper.rs:196:1 [INFO] [stderr] | [INFO] [stderr] 196 | macro_rules! iblas_scal_for_cuda { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/cuda/helper.rs:232:1 [INFO] [stderr] | [INFO] [stderr] 232 | macro_rules! iblas_swap_for_cuda { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/cuda/helper.rs:269:1 [INFO] [stderr] | [INFO] [stderr] 269 | macro_rules! iblas_gemm_for_cuda { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `co_blas::plugin` [INFO] [stderr] --> tests/blas_specs.rs:8:9 [INFO] [stderr] | [INFO] [stderr] 8 | use co_blas::plugin::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> tests/blas_specs.rs:16:21 [INFO] [stderr] | [INFO] [stderr] 16 | 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] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/collenchyma_blas-9eaad7451121ba34.collenchyma_blas.ec11ydkt-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/collenchyma_blas-9eaad7451121ba34.collenchyma_blas.ec11ydkt-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/collenchyma_blas-9eaad7451121ba34.collenchyma_blas.ec11ydkt-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/collenchyma_blas-9eaad7451121ba34.collenchyma_blas.ec11ydkt-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/collenchyma_blas-9eaad7451121ba34.collenchyma_blas.ec11ydkt-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/collenchyma_blas-9eaad7451121ba34.collenchyma_blas.ec11ydkt-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/collenchyma_blas-9eaad7451121ba34.collenchyma_blas.ec11ydkt-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/collenchyma_blas-9eaad7451121ba34.collenchyma_blas.ec11ydkt-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/collenchyma_blas-9eaad7451121ba34.collenchyma_blas.ec11ydkt-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/collenchyma_blas-9eaad7451121ba34.collenchyma_blas.ec11ydkt-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/collenchyma_blas-9eaad7451121ba34.collenchyma_blas.ec11ydkt-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/collenchyma_blas-9eaad7451121ba34.collenchyma_blas.ec11ydkt-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/collenchyma_blas-9eaad7451121ba34.collenchyma_blas.ec11ydkt-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/collenchyma_blas-9eaad7451121ba34.collenchyma_blas.ec11ydkt-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/collenchyma_blas-9eaad7451121ba34.collenchyma_blas.ec11ydkt-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/collenchyma_blas-9eaad7451121ba34.collenchyma_blas.ec11ydkt-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/collenchyma_blas-9eaad7451121ba34" "/opt/crater/target/debug/deps/collenchyma_blas-9eaad7451121ba34.4vf23ainmcjc4cau.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-7d9df032c0eb8a14.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-77300aa0d630d98f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-4d48ca12b265d456.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-8869eee15acf0f54.rlib" "/opt/crater/target/debug/deps/libcublas-c0ba72dc81bbc27b.rlib" "/opt/crater/target/debug/deps/libcublas_sys-66a692e1c4b704fc.rlib" "/opt/crater/target/debug/deps/librblas-2254faa846e8df4a.rlib" "/opt/crater/target/debug/deps/libcollenchyma-b91c0b194d008b1e.rlib" "/opt/crater/target/debug/deps/liblinear_map-95d75b5d56f2b37c.rlib" "/opt/crater/target/debug/deps/libbyteorder-036ba18ccd728094.rlib" "/opt/crater/target/debug/deps/libnum-56232bbc3481d7e4.rlib" "/opt/crater/target/debug/deps/libnum_rational-4b67caa4c49810a7.rlib" "/opt/crater/target/debug/deps/libnum_bigint-1fd4b19cd24ff983.rlib" "/opt/crater/target/debug/deps/librand-12c0152561214ea4.rlib" "/opt/crater/target/debug/deps/libnum_complex-2c45d74b57ccfed4.rlib" "/opt/crater/target/debug/deps/librustc_serialize-349ba31664dfb847.rlib" "/opt/crater/target/debug/deps/libnum_iter-6aa8c2e263944e3d.rlib" "/opt/crater/target/debug/deps/libnum_integer-35be16e7600d6cb9.rlib" "/opt/crater/target/debug/deps/libenum_primitive-342fb47c19d0cfb1.rlib" "/opt/crater/target/debug/deps/libnum_traits-c3ec1b467bca6158.rlib" "/opt/crater/target/debug/deps/libnum_traits-04277105b9bd2221.rlib" "/opt/crater/target/debug/deps/libbitflags-d549f9c877106888.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/liblazy_static-f0ae2b35d74e16dd.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-lcublas" "-lblas" "-lOpenCL" "-lOpenCL" "-lcuda" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lcublas [INFO] [stderr] /usr/bin/ld: cannot find -lblas [INFO] [stderr] /usr/bin/ld: cannot find -lOpenCL [INFO] [stderr] /usr/bin/ld: cannot find -lOpenCL [INFO] [stderr] /usr/bin/ld: cannot find -lcuda [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 `collenchyma-blas`. [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/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/blas_specs-50bafa62f651bd2a.blas_specs.32fjddib-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/blas_specs-50bafa62f651bd2a.blas_specs.32fjddib-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/blas_specs-50bafa62f651bd2a.blas_specs.32fjddib-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/blas_specs-50bafa62f651bd2a.blas_specs.32fjddib-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/blas_specs-50bafa62f651bd2a.blas_specs.32fjddib-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/blas_specs-50bafa62f651bd2a.blas_specs.32fjddib-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/blas_specs-50bafa62f651bd2a.blas_specs.32fjddib-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/blas_specs-50bafa62f651bd2a.blas_specs.32fjddib-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/blas_specs-50bafa62f651bd2a.blas_specs.32fjddib-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/blas_specs-50bafa62f651bd2a.blas_specs.32fjddib-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/blas_specs-50bafa62f651bd2a.blas_specs.32fjddib-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/blas_specs-50bafa62f651bd2a.blas_specs.32fjddib-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/blas_specs-50bafa62f651bd2a.blas_specs.32fjddib-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/blas_specs-50bafa62f651bd2a.blas_specs.32fjddib-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/blas_specs-50bafa62f651bd2a.blas_specs.32fjddib-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/blas_specs-50bafa62f651bd2a.blas_specs.32fjddib-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/blas_specs-50bafa62f651bd2a" "/opt/crater/target/debug/deps/blas_specs-50bafa62f651bd2a.2pe5v2723hmlbpo0.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-7d9df032c0eb8a14.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-77300aa0d630d98f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-4d48ca12b265d456.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-8869eee15acf0f54.rlib" "/opt/crater/target/debug/deps/libcollenchyma_blas-4716b029fd81ef54.rlib" "/opt/crater/target/debug/deps/libcublas-c0ba72dc81bbc27b.rlib" "/opt/crater/target/debug/deps/libcublas_sys-66a692e1c4b704fc.rlib" "/opt/crater/target/debug/deps/librblas-2254faa846e8df4a.rlib" "/opt/crater/target/debug/deps/libcollenchyma-b91c0b194d008b1e.rlib" "/opt/crater/target/debug/deps/liblinear_map-95d75b5d56f2b37c.rlib" "/opt/crater/target/debug/deps/libbyteorder-036ba18ccd728094.rlib" "/opt/crater/target/debug/deps/libnum-56232bbc3481d7e4.rlib" "/opt/crater/target/debug/deps/libnum_rational-4b67caa4c49810a7.rlib" "/opt/crater/target/debug/deps/libnum_bigint-1fd4b19cd24ff983.rlib" "/opt/crater/target/debug/deps/librand-12c0152561214ea4.rlib" "/opt/crater/target/debug/deps/libnum_complex-2c45d74b57ccfed4.rlib" "/opt/crater/target/debug/deps/librustc_serialize-349ba31664dfb847.rlib" "/opt/crater/target/debug/deps/libnum_iter-6aa8c2e263944e3d.rlib" "/opt/crater/target/debug/deps/libnum_integer-35be16e7600d6cb9.rlib" "/opt/crater/target/debug/deps/libenum_primitive-342fb47c19d0cfb1.rlib" "/opt/crater/target/debug/deps/libnum_traits-c3ec1b467bca6158.rlib" "/opt/crater/target/debug/deps/libnum_traits-04277105b9bd2221.rlib" "/opt/crater/target/debug/deps/libbitflags-d549f9c877106888.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/liblazy_static-f0ae2b35d74e16dd.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-lcublas" "-lblas" "-lOpenCL" "-lOpenCL" "-lcuda" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lcublas [INFO] [stderr] /usr/bin/ld: cannot find -lblas [INFO] [stderr] /usr/bin/ld: cannot find -lOpenCL [INFO] [stderr] /usr/bin/ld: cannot find -lOpenCL [INFO] [stderr] /usr/bin/ld: cannot find -lcuda [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 `collenchyma-blas`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "4156e83172baa820030a347299df4c5c5870ded648ec065618fd3ccbe4a177bb"` [INFO] running `"docker" "rm" "-f" "4156e83172baa820030a347299df4c5c5870ded648ec065618fd3ccbe4a177bb"` [INFO] [stdout] 4156e83172baa820030a347299df4c5c5870ded648ec065618fd3ccbe4a177bb