[INFO] crate collenchyma-blas 0.2.0 is already in cache [INFO] extracting crate collenchyma-blas 0.2.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/collenchyma-blas/0.2.0 [INFO] extracting crate collenchyma-blas 0.2.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/collenchyma-blas/0.2.0 [INFO] validating manifest of collenchyma-blas-0.2.0 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of collenchyma-blas-0.2.0 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "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.38-1/sources/1.37.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.38-1/sources/beta-2019-08-13/reg/collenchyma-blas/0.2.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing collenchyma-blas-0.2.0 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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-08-13" "build" "--frozen"` [INFO] [stdout] 8ac4536217d00b98d5acd4df4162d5e05c930c5c149fdc284ea1bc63112582dc [INFO] running `"docker" "start" "-a" "8ac4536217d00b98d5acd4df4162d5e05c930c5c149fdc284ea1bc63112582dc"` [INFO] [stderr] Compiling rblas v0.0.11 [INFO] [stderr] Compiling byteorder v0.4.2 [INFO] [stderr] Compiling linear-map v0.0.4 [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: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/frameworks/cuda/mod.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / lazy_static! { [INFO] [stderr] 14 | | static ref CONTEXT: cublas::Context = { [INFO] [stderr] 15 | | let mut context = cublas::Context::new().unwrap(); [INFO] [stderr] 16 | | context.set_pointer_mode(cublas::api::PointerMode::Device).unwrap(); [INFO] [stderr] 17 | | context [INFO] [stderr] 18 | | }; [INFO] [stderr] 19 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/frameworks/cuda/mod.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / lazy_static! { [INFO] [stderr] 14 | | static ref CONTEXT: cublas::Context = { [INFO] [stderr] 15 | | let mut context = cublas::Context::new().unwrap(); [INFO] [stderr] 16 | | context.set_pointer_mode(cublas::api::PointerMode::Device).unwrap(); [INFO] [stderr] 17 | | context [INFO] [stderr] 18 | | }; [INFO] [stderr] 19 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [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.49s [INFO] running `"docker" "inspect" "8ac4536217d00b98d5acd4df4162d5e05c930c5c149fdc284ea1bc63112582dc"` [INFO] running `"docker" "rm" "-f" "8ac4536217d00b98d5acd4df4162d5e05c930c5c149fdc284ea1bc63112582dc"` [INFO] [stdout] 8ac4536217d00b98d5acd4df4162d5e05c930c5c149fdc284ea1bc63112582dc [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 74485db31a8f35ddc95bb38ec3ca95ce5b71c311e15508b47f7ea9d476f3706f [INFO] running `"docker" "start" "-a" "74485db31a8f35ddc95bb38ec3ca95ce5b71c311e15508b47f7ea9d476f3706f"` [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: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/frameworks/cuda/mod.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / lazy_static! { [INFO] [stderr] 14 | | static ref CONTEXT: cublas::Context = { [INFO] [stderr] 15 | | let mut context = cublas::Context::new().unwrap(); [INFO] [stderr] 16 | | context.set_pointer_mode(cublas::api::PointerMode::Device).unwrap(); [INFO] [stderr] 17 | | context [INFO] [stderr] 18 | | }; [INFO] [stderr] 19 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/frameworks/cuda/mod.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / lazy_static! { [INFO] [stderr] 14 | | static ref CONTEXT: cublas::Context = { [INFO] [stderr] 15 | | let mut context = cublas::Context::new().unwrap(); [INFO] [stderr] 16 | | context.set_pointer_mode(cublas::api::PointerMode::Device).unwrap(); [INFO] [stderr] 17 | | context [INFO] [stderr] 18 | | }; [INFO] [stderr] 19 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [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] 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] 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-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/blas_specs-187efdea98dc7576.blas_specs.eid0bu9q-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/blas_specs-187efdea98dc7576.blas_specs.eid0bu9q-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/blas_specs-187efdea98dc7576.blas_specs.eid0bu9q-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/blas_specs-187efdea98dc7576.blas_specs.eid0bu9q-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/blas_specs-187efdea98dc7576.blas_specs.eid0bu9q-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/blas_specs-187efdea98dc7576.blas_specs.eid0bu9q-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/blas_specs-187efdea98dc7576.blas_specs.eid0bu9q-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/blas_specs-187efdea98dc7576.blas_specs.eid0bu9q-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/blas_specs-187efdea98dc7576.blas_specs.eid0bu9q-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/blas_specs-187efdea98dc7576.blas_specs.eid0bu9q-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/blas_specs-187efdea98dc7576.blas_specs.eid0bu9q-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/blas_specs-187efdea98dc7576.blas_specs.eid0bu9q-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/blas_specs-187efdea98dc7576.blas_specs.eid0bu9q-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/blas_specs-187efdea98dc7576.blas_specs.eid0bu9q-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/blas_specs-187efdea98dc7576.blas_specs.eid0bu9q-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/blas_specs-187efdea98dc7576.blas_specs.eid0bu9q-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/blas_specs-187efdea98dc7576" "/opt/crater/target/debug/deps/blas_specs-187efdea98dc7576.49bqej1wgdn0niy.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-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-f0d86b2ef6410e4f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-28a84d78fba0104f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-625008d0a6744ece.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-b85c11af396739da.rlib" "/opt/crater/target/debug/deps/libcollenchyma_blas-30dfe9b1e1a6c980.rlib" "/opt/crater/target/debug/deps/libcublas-a1702032352fb3f9.rlib" "/opt/crater/target/debug/deps/libcublas_sys-674b4e81a2ca01e0.rlib" "/opt/crater/target/debug/deps/librblas-1e47375ab0064ba8.rlib" "/opt/crater/target/debug/deps/libcollenchyma-3ab4d7b93bff3f44.rlib" "/opt/crater/target/debug/deps/liblinear_map-b0522b3281ccf608.rlib" "/opt/crater/target/debug/deps/libbyteorder-7a6cb2a3b8acfbbe.rlib" "/opt/crater/target/debug/deps/libnum-51bb9d5dae6c3d6d.rlib" "/opt/crater/target/debug/deps/libnum_rational-7f9a994db524a260.rlib" "/opt/crater/target/debug/deps/libnum_bigint-c884bc4bdfa60794.rlib" "/opt/crater/target/debug/deps/librand-7efbcbd89944bda6.rlib" "/opt/crater/target/debug/deps/libnum_complex-f09a0b11b536aeda.rlib" "/opt/crater/target/debug/deps/librustc_serialize-fc0a027b4489f806.rlib" "/opt/crater/target/debug/deps/libnum_iter-161e13ffd3321f27.rlib" "/opt/crater/target/debug/deps/libnum_integer-440f23443e3e87b1.rlib" "/opt/crater/target/debug/deps/libenum_primitive-fbf5da8bf0e45735.rlib" "/opt/crater/target/debug/deps/libnum_traits-85d0e05aa2cc3298.rlib" "/opt/crater/target/debug/deps/libnum_traits-c28daeab5210b49d.rlib" "/opt/crater/target/debug/deps/libbitflags-b5daf8452f0e245d.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/liblazy_static-c329193024da829b.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.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-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/collenchyma_blas-dd172f690497e12e.collenchyma_blas.7e7jut1g-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/collenchyma_blas-dd172f690497e12e.collenchyma_blas.7e7jut1g-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/collenchyma_blas-dd172f690497e12e.collenchyma_blas.7e7jut1g-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/collenchyma_blas-dd172f690497e12e.collenchyma_blas.7e7jut1g-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/collenchyma_blas-dd172f690497e12e.collenchyma_blas.7e7jut1g-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/collenchyma_blas-dd172f690497e12e.collenchyma_blas.7e7jut1g-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/collenchyma_blas-dd172f690497e12e.collenchyma_blas.7e7jut1g-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/collenchyma_blas-dd172f690497e12e.collenchyma_blas.7e7jut1g-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/collenchyma_blas-dd172f690497e12e.collenchyma_blas.7e7jut1g-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/collenchyma_blas-dd172f690497e12e.collenchyma_blas.7e7jut1g-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/collenchyma_blas-dd172f690497e12e.collenchyma_blas.7e7jut1g-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/collenchyma_blas-dd172f690497e12e.collenchyma_blas.7e7jut1g-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/collenchyma_blas-dd172f690497e12e.collenchyma_blas.7e7jut1g-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/collenchyma_blas-dd172f690497e12e.collenchyma_blas.7e7jut1g-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/collenchyma_blas-dd172f690497e12e.collenchyma_blas.7e7jut1g-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/collenchyma_blas-dd172f690497e12e.collenchyma_blas.7e7jut1g-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/collenchyma_blas-dd172f690497e12e" "/opt/crater/target/debug/deps/collenchyma_blas-dd172f690497e12e.5g24mhllyiz2qvyf.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-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-f0d86b2ef6410e4f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-28a84d78fba0104f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-625008d0a6744ece.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-b85c11af396739da.rlib" "/opt/crater/target/debug/deps/libcublas-a1702032352fb3f9.rlib" "/opt/crater/target/debug/deps/libcublas_sys-674b4e81a2ca01e0.rlib" "/opt/crater/target/debug/deps/librblas-1e47375ab0064ba8.rlib" "/opt/crater/target/debug/deps/libcollenchyma-3ab4d7b93bff3f44.rlib" "/opt/crater/target/debug/deps/liblinear_map-b0522b3281ccf608.rlib" "/opt/crater/target/debug/deps/libbyteorder-7a6cb2a3b8acfbbe.rlib" "/opt/crater/target/debug/deps/libnum-51bb9d5dae6c3d6d.rlib" "/opt/crater/target/debug/deps/libnum_rational-7f9a994db524a260.rlib" "/opt/crater/target/debug/deps/libnum_bigint-c884bc4bdfa60794.rlib" "/opt/crater/target/debug/deps/librand-7efbcbd89944bda6.rlib" "/opt/crater/target/debug/deps/libnum_complex-f09a0b11b536aeda.rlib" "/opt/crater/target/debug/deps/librustc_serialize-fc0a027b4489f806.rlib" "/opt/crater/target/debug/deps/libnum_iter-161e13ffd3321f27.rlib" "/opt/crater/target/debug/deps/libnum_integer-440f23443e3e87b1.rlib" "/opt/crater/target/debug/deps/libenum_primitive-fbf5da8bf0e45735.rlib" "/opt/crater/target/debug/deps/libnum_traits-85d0e05aa2cc3298.rlib" "/opt/crater/target/debug/deps/libnum_traits-c28daeab5210b49d.rlib" "/opt/crater/target/debug/deps/libbitflags-b5daf8452f0e245d.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/liblazy_static-c329193024da829b.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.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" "74485db31a8f35ddc95bb38ec3ca95ce5b71c311e15508b47f7ea9d476f3706f"` [INFO] running `"docker" "rm" "-f" "74485db31a8f35ddc95bb38ec3ca95ce5b71c311e15508b47f7ea9d476f3706f"` [INFO] [stdout] 74485db31a8f35ddc95bb38ec3ca95ce5b71c311e15508b47f7ea9d476f3706f