[INFO] crate coaster-blas 0.2.0 is already in cache
[INFO] checking coaster-blas-0.2.0 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate coaster-blas 0.2.0 into /workspace/builds/worker-1/source
[INFO] validating manifest of crates.io crate coaster-blas 0.2.0 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate coaster-blas 0.2.0
[INFO] finished tweaking crates.io crate coaster-blas 0.2.0
[INFO] tweaked toml for crates.io crate coaster-blas 0.2.0 written to /workspace/builds/worker-1/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 2401b58948699e85541dc51ae268c0d0fc435dc6dde8fd7a62ad31508021e0be
[INFO] running `"docker" "start" "-a" "2401b58948699e85541dc51ae268c0d0fc435dc6dde8fd7a62ad31508021e0be"`
[INFO] [stderr]    Compiling rblas v0.0.13
[INFO] [stderr]     Checking lazy_static v0.1.16
[INFO] [stderr]     Checking byteorder v0.4.2
[INFO] [stderr]    Compiling cublas-sys v0.1.0
[INFO] [stderr]     Checking coaster v0.1.0
[INFO] [stderr]     Checking cublas v0.2.0
[INFO] [stderr]     Checking coaster-blas v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:28:9
[INFO] [stderr]     |
[INFO] [stderr] 28  |         try!($x.write_only($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 190 | impl_iblas_for!(f32, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:14:9
[INFO] [stderr]     |
[INFO] [stderr] 14  |         try!($x.read($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 190 | impl_iblas_for!(f32, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:14:9
[INFO] [stderr]     |
[INFO] [stderr] 14  |         try!($x.read($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 190 | impl_iblas_for!(f32, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:14:9
[INFO] [stderr]     |
[INFO] [stderr] 14  |         try!($x.read($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 190 | impl_iblas_for!(f32, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:21:9
[INFO] [stderr]     |
[INFO] [stderr] 21  |         try!($x.read_write($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 190 | impl_iblas_for!(f32, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:14:9
[INFO] [stderr]     |
[INFO] [stderr] 14  |         try!($x.read($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 190 | impl_iblas_for!(f32, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:28:9
[INFO] [stderr]     |
[INFO] [stderr] 28  |         try!($x.write_only($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 190 | impl_iblas_for!(f32, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:28:9
[INFO] [stderr]     |
[INFO] [stderr] 28  |         try!($x.write_only($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 190 | impl_iblas_for!(f32, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:14:9
[INFO] [stderr]     |
[INFO] [stderr] 14  |         try!($x.read($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 190 | impl_iblas_for!(f32, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:14:9
[INFO] [stderr]     |
[INFO] [stderr] 14  |         try!($x.read($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 190 | impl_iblas_for!(f32, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:28:9
[INFO] [stderr]     |
[INFO] [stderr] 28  |         try!($x.write_only($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 190 | impl_iblas_for!(f32, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:14:9
[INFO] [stderr]     |
[INFO] [stderr] 14  |         try!($x.read($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 190 | impl_iblas_for!(f32, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:14:9
[INFO] [stderr]     |
[INFO] [stderr] 14  |         try!($x.read($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 190 | impl_iblas_for!(f32, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:21:9
[INFO] [stderr]     |
[INFO] [stderr] 21  |         try!($x.read_write($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 190 | impl_iblas_for!(f32, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:21:9
[INFO] [stderr]     |
[INFO] [stderr] 21  |         try!($x.read_write($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 190 | impl_iblas_for!(f32, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:21:9
[INFO] [stderr]     |
[INFO] [stderr] 21  |         try!($x.read_write($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 190 | impl_iblas_for!(f32, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:14:9
[INFO] [stderr]     |
[INFO] [stderr] 14  |         try!($x.read($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 190 | impl_iblas_for!(f32, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:14:9
[INFO] [stderr]     |
[INFO] [stderr] 14  |         try!($x.read($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 190 | impl_iblas_for!(f32, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:28:9
[INFO] [stderr]     |
[INFO] [stderr] 28  |         try!($x.write_only($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 190 | impl_iblas_for!(f32, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:14:9
[INFO] [stderr]     |
[INFO] [stderr] 14  |         try!($x.read($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 190 | impl_iblas_for!(f32, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:14:9
[INFO] [stderr]     |
[INFO] [stderr] 14  |         try!($x.read($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 190 | impl_iblas_for!(f32, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:28:9
[INFO] [stderr]     |
[INFO] [stderr] 28  |         try!($x.write_only($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 191 | impl_iblas_for!(f64, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:14:9
[INFO] [stderr]     |
[INFO] [stderr] 14  |         try!($x.read($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 191 | impl_iblas_for!(f64, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:14:9
[INFO] [stderr]     |
[INFO] [stderr] 14  |         try!($x.read($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 191 | impl_iblas_for!(f64, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:14:9
[INFO] [stderr]     |
[INFO] [stderr] 14  |         try!($x.read($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 191 | impl_iblas_for!(f64, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:21:9
[INFO] [stderr]     |
[INFO] [stderr] 21  |         try!($x.read_write($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 191 | impl_iblas_for!(f64, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:14:9
[INFO] [stderr]     |
[INFO] [stderr] 14  |         try!($x.read($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 191 | impl_iblas_for!(f64, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:28:9
[INFO] [stderr]     |
[INFO] [stderr] 28  |         try!($x.write_only($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 191 | impl_iblas_for!(f64, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:28:9
[INFO] [stderr]     |
[INFO] [stderr] 28  |         try!($x.write_only($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 191 | impl_iblas_for!(f64, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:14:9
[INFO] [stderr]     |
[INFO] [stderr] 14  |         try!($x.read($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 191 | impl_iblas_for!(f64, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:14:9
[INFO] [stderr]     |
[INFO] [stderr] 14  |         try!($x.read($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 191 | impl_iblas_for!(f64, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:28:9
[INFO] [stderr]     |
[INFO] [stderr] 28  |         try!($x.write_only($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 191 | impl_iblas_for!(f64, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:14:9
[INFO] [stderr]     |
[INFO] [stderr] 14  |         try!($x.read($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 191 | impl_iblas_for!(f64, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:14:9
[INFO] [stderr]     |
[INFO] [stderr] 14  |         try!($x.read($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 191 | impl_iblas_for!(f64, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:21:9
[INFO] [stderr]     |
[INFO] [stderr] 21  |         try!($x.read_write($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 191 | impl_iblas_for!(f64, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:21:9
[INFO] [stderr]     |
[INFO] [stderr] 21  |         try!($x.read_write($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 191 | impl_iblas_for!(f64, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:21:9
[INFO] [stderr]     |
[INFO] [stderr] 21  |         try!($x.read_write($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 191 | impl_iblas_for!(f64, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:14:9
[INFO] [stderr]     |
[INFO] [stderr] 14  |         try!($x.read($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 191 | impl_iblas_for!(f64, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:14:9
[INFO] [stderr]     |
[INFO] [stderr] 14  |         try!($x.read($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 191 | impl_iblas_for!(f64, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:28:9
[INFO] [stderr]     |
[INFO] [stderr] 28  |         try!($x.write_only($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 191 | impl_iblas_for!(f64, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:14:9
[INFO] [stderr]     |
[INFO] [stderr] 14  |         try!($x.read($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 191 | impl_iblas_for!(f64, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:14:9
[INFO] [stderr]     |
[INFO] [stderr] 14  |         try!($x.read($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 191 | impl_iblas_for!(f64, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/frameworks/cuda/helper.rs:6:9
[INFO] [stderr]    |
[INFO] [stderr] 6  |         try!($x.read($slf.device()))
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/frameworks/cuda/mod.rs:23:5
[INFO] [stderr]    |
[INFO] [stderr] 23 |     iblas_asum_for_cuda!(f32);
[INFO] [stderr]    |     -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/frameworks/cuda/helper.rs:18:9
[INFO] [stderr]    |
[INFO] [stderr] 18 |         try!($x.write_only($slf.device()))
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/frameworks/cuda/mod.rs:23:5
[INFO] [stderr]    |
[INFO] [stderr] 23 |     iblas_asum_for_cuda!(f32);
[INFO] [stderr]    |     -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/frameworks/cuda/helper.rs:6:9
[INFO] [stderr]    |
[INFO] [stderr] 6  |         try!($x.read($slf.device()))
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/frameworks/cuda/mod.rs:27:5
[INFO] [stderr]    |
[INFO] [stderr] 27 |     iblas_axpy_for_cuda!(f32);
[INFO] [stderr]    |     -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/frameworks/cuda/helper.rs:6:9
[INFO] [stderr]    |
[INFO] [stderr] 6  |         try!($x.read($slf.device()))
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/frameworks/cuda/mod.rs:27:5
[INFO] [stderr]    |
[INFO] [stderr] 27 |     iblas_axpy_for_cuda!(f32);
[INFO] [stderr]    |     -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/frameworks/cuda/helper.rs:12:9
[INFO] [stderr]    |
[INFO] [stderr] 12 |         try!($x.read_write($slf.device()))
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/frameworks/cuda/mod.rs:27:5
[INFO] [stderr]    |
[INFO] [stderr] 27 |     iblas_axpy_for_cuda!(f32);
[INFO] [stderr]    |     -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/frameworks/cuda/helper.rs:6:9
[INFO] [stderr]    |
[INFO] [stderr] 6  |         try!($x.read($slf.device()))
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/frameworks/cuda/mod.rs:31:5
[INFO] [stderr]    |
[INFO] [stderr] 31 |     iblas_copy_for_cuda!(f32);
[INFO] [stderr]    |     -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/frameworks/cuda/helper.rs:18:9
[INFO] [stderr]    |
[INFO] [stderr] 18 |         try!($x.write_only($slf.device()))
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/frameworks/cuda/mod.rs:31:5
[INFO] [stderr]    |
[INFO] [stderr] 31 |     iblas_copy_for_cuda!(f32);
[INFO] [stderr]    |     -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/frameworks/cuda/helper.rs:6:9
[INFO] [stderr]    |
[INFO] [stderr] 6  |         try!($x.read($slf.device()))
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/frameworks/cuda/mod.rs:35:5
[INFO] [stderr]    |
[INFO] [stderr] 35 |     iblas_dot_for_cuda!(f32);
[INFO] [stderr]    |     ------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/frameworks/cuda/helper.rs:6:9
[INFO] [stderr]    |
[INFO] [stderr] 6  |         try!($x.read($slf.device()))
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/frameworks/cuda/mod.rs:35:5
[INFO] [stderr]    |
[INFO] [stderr] 35 |     iblas_dot_for_cuda!(f32);
[INFO] [stderr]    |     ------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/frameworks/cuda/helper.rs:18:9
[INFO] [stderr]    |
[INFO] [stderr] 18 |         try!($x.write_only($slf.device()))
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/frameworks/cuda/mod.rs:35:5
[INFO] [stderr]    |
[INFO] [stderr] 35 |     iblas_dot_for_cuda!(f32);
[INFO] [stderr]    |     ------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/frameworks/cuda/helper.rs:6:9
[INFO] [stderr]    |
[INFO] [stderr] 6  |         try!($x.read($slf.device()))
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/frameworks/cuda/mod.rs:39:5
[INFO] [stderr]    |
[INFO] [stderr] 39 |     iblas_nrm2_for_cuda!(f32);
[INFO] [stderr]    |     -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/frameworks/cuda/helper.rs:18:9
[INFO] [stderr]    |
[INFO] [stderr] 18 |         try!($x.write_only($slf.device()))
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/frameworks/cuda/mod.rs:39:5
[INFO] [stderr]    |
[INFO] [stderr] 39 |     iblas_nrm2_for_cuda!(f32);
[INFO] [stderr]    |     -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/frameworks/cuda/helper.rs:6:9
[INFO] [stderr]    |
[INFO] [stderr] 6  |         try!($x.read($slf.device()))
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/frameworks/cuda/mod.rs:43:5
[INFO] [stderr]    |
[INFO] [stderr] 43 |     iblas_scal_for_cuda!(f32);
[INFO] [stderr]    |     -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/frameworks/cuda/helper.rs:12:9
[INFO] [stderr]    |
[INFO] [stderr] 12 |         try!($x.read_write($slf.device()))
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/frameworks/cuda/mod.rs:43:5
[INFO] [stderr]    |
[INFO] [stderr] 43 |     iblas_scal_for_cuda!(f32);
[INFO] [stderr]    |     -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/frameworks/cuda/helper.rs:12:9
[INFO] [stderr]    |
[INFO] [stderr] 12 |         try!($x.read_write($slf.device()))
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/frameworks/cuda/mod.rs:47:5
[INFO] [stderr]    |
[INFO] [stderr] 47 |     iblas_swap_for_cuda!(f32);
[INFO] [stderr]    |     -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/frameworks/cuda/helper.rs:12:9
[INFO] [stderr]    |
[INFO] [stderr] 12 |         try!($x.read_write($slf.device()))
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/frameworks/cuda/mod.rs:47:5
[INFO] [stderr]    |
[INFO] [stderr] 47 |     iblas_swap_for_cuda!(f32);
[INFO] [stderr]    |     -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/frameworks/cuda/helper.rs:6:9
[INFO] [stderr]    |
[INFO] [stderr] 6  |         try!($x.read($slf.device()))
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/frameworks/cuda/mod.rs:51:5
[INFO] [stderr]    |
[INFO] [stderr] 51 |     iblas_gemm_for_cuda!(f32);
[INFO] [stderr]    |     -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/frameworks/cuda/helper.rs:6:9
[INFO] [stderr]    |
[INFO] [stderr] 6  |         try!($x.read($slf.device()))
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/frameworks/cuda/mod.rs:51:5
[INFO] [stderr]    |
[INFO] [stderr] 51 |     iblas_gemm_for_cuda!(f32);
[INFO] [stderr]    |     -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/frameworks/cuda/helper.rs:6:9
[INFO] [stderr]    |
[INFO] [stderr] 6  |         try!($x.read($slf.device()))
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/frameworks/cuda/mod.rs:51:5
[INFO] [stderr]    |
[INFO] [stderr] 51 |     iblas_gemm_for_cuda!(f32);
[INFO] [stderr]    |     -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/frameworks/cuda/helper.rs:6:9
[INFO] [stderr]    |
[INFO] [stderr] 6  |         try!($x.read($slf.device()))
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/frameworks/cuda/mod.rs:51:5
[INFO] [stderr]    |
[INFO] [stderr] 51 |     iblas_gemm_for_cuda!(f32);
[INFO] [stderr]    |     -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/frameworks/cuda/helper.rs:18:9
[INFO] [stderr]    |
[INFO] [stderr] 18 |         try!($x.write_only($slf.device()))
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/frameworks/cuda/mod.rs:51:5
[INFO] [stderr]    |
[INFO] [stderr] 51 |     iblas_gemm_for_cuda!(f32);
[INFO] [stderr]    |     -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/plugin.rs:102:51
[INFO] [stderr]     |
[INFO] [stderr] 102 | impl<F, B: IBlasBinary<F> + IBinary> IBlas<F> for BlasBinaryProvider<F, B> { }
[INFO] [stderr]     |                                                   ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn BlasBinaryProvider<F, B>`
[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:14:1
[INFO] [stderr]    |
[INFO] [stderr] 14 | / lazy_static! {
[INFO] [stderr] 15 | |     static ref CONTEXT: cublas::Context = {
[INFO] [stderr] 16 | |         let mut context = cublas::Context::new().unwrap();
[INFO] [stderr] 17 | |         context.set_pointer_mode(cublas::api::PointerMode::Device).unwrap();
[INFO] [stderr] 18 | |         context
[INFO] [stderr] 19 | |     };
[INFO] [stderr] 20 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z 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:14:1
[INFO] [stderr]    |
[INFO] [stderr] 14 | / lazy_static! {
[INFO] [stderr] 15 | |     static ref CONTEXT: cublas::Context = {
[INFO] [stderr] 16 | |         let mut context = cublas::Context::new().unwrap();
[INFO] [stderr] 17 | |         context.set_pointer_mode(cublas::api::PointerMode::Device).unwrap();
[INFO] [stderr] 18 | |         context
[INFO] [stderr] 19 | |     };
[INFO] [stderr] 20 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:28:9
[INFO] [stderr]     |
[INFO] [stderr] 28  |         try!($x.write_only($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 190 | impl_iblas_for!(f32, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:14:9
[INFO] [stderr]     |
[INFO] [stderr] 14  |         try!($x.read($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 190 | impl_iblas_for!(f32, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:14:9
[INFO] [stderr]     |
[INFO] [stderr] 14  |         try!($x.read($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 190 | impl_iblas_for!(f32, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:14:9
[INFO] [stderr]     |
[INFO] [stderr] 14  |         try!($x.read($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 190 | impl_iblas_for!(f32, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:21:9
[INFO] [stderr]     |
[INFO] [stderr] 21  |         try!($x.read_write($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 190 | impl_iblas_for!(f32, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:14:9
[INFO] [stderr]     |
[INFO] [stderr] 14  |         try!($x.read($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 190 | impl_iblas_for!(f32, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:28:9
[INFO] [stderr]     |
[INFO] [stderr] 28  |         try!($x.write_only($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 190 | impl_iblas_for!(f32, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:28:9
[INFO] [stderr]     |
[INFO] [stderr] 28  |         try!($x.write_only($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 190 | impl_iblas_for!(f32, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:14:9
[INFO] [stderr]     |
[INFO] [stderr] 14  |         try!($x.read($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 190 | impl_iblas_for!(f32, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:14:9
[INFO] [stderr]     |
[INFO] [stderr] 14  |         try!($x.read($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 190 | impl_iblas_for!(f32, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:28:9
[INFO] [stderr]     |
[INFO] [stderr] 28  |         try!($x.write_only($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 190 | impl_iblas_for!(f32, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:14:9
[INFO] [stderr]     |
[INFO] [stderr] 14  |         try!($x.read($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 190 | impl_iblas_for!(f32, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:14:9
[INFO] [stderr]     |
[INFO] [stderr] 14  |         try!($x.read($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 190 | impl_iblas_for!(f32, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:21:9
[INFO] [stderr]     |
[INFO] [stderr] 21  |         try!($x.read_write($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 190 | impl_iblas_for!(f32, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:21:9
[INFO] [stderr]     |
[INFO] [stderr] 21  |         try!($x.read_write($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 190 | impl_iblas_for!(f32, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:21:9
[INFO] [stderr]     |
[INFO] [stderr] 21  |         try!($x.read_write($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 190 | impl_iblas_for!(f32, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:14:9
[INFO] [stderr]     |
[INFO] [stderr] 14  |         try!($x.read($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 190 | impl_iblas_for!(f32, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:14:9
[INFO] [stderr]     |
[INFO] [stderr] 14  |         try!($x.read($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 190 | impl_iblas_for!(f32, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:28:9
[INFO] [stderr]     |
[INFO] [stderr] 28  |         try!($x.write_only($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 190 | impl_iblas_for!(f32, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:14:9
[INFO] [stderr]     |
[INFO] [stderr] 14  |         try!($x.read($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 190 | impl_iblas_for!(f32, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:14:9
[INFO] [stderr]     |
[INFO] [stderr] 14  |         try!($x.read($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 190 | impl_iblas_for!(f32, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:28:9
[INFO] [stderr]     |
[INFO] [stderr] 28  |         try!($x.write_only($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 191 | impl_iblas_for!(f64, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:14:9
[INFO] [stderr]     |
[INFO] [stderr] 14  |         try!($x.read($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 191 | impl_iblas_for!(f64, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:14:9
[INFO] [stderr]     |
[INFO] [stderr] 14  |         try!($x.read($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 191 | impl_iblas_for!(f64, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:14:9
[INFO] [stderr]     |
[INFO] [stderr] 14  |         try!($x.read($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 191 | impl_iblas_for!(f64, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:21:9
[INFO] [stderr]     |
[INFO] [stderr] 21  |         try!($x.read_write($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 191 | impl_iblas_for!(f64, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:14:9
[INFO] [stderr]     |
[INFO] [stderr] 14  |         try!($x.read($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 191 | impl_iblas_for!(f64, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:28:9
[INFO] [stderr]     |
[INFO] [stderr] 28  |         try!($x.write_only($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 191 | impl_iblas_for!(f64, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:28:9
[INFO] [stderr]     |
[INFO] [stderr] 28  |         try!($x.write_only($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 191 | impl_iblas_for!(f64, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:14:9
[INFO] [stderr]     |
[INFO] [stderr] 14  |         try!($x.read($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 191 | impl_iblas_for!(f64, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:14:9
[INFO] [stderr]     |
[INFO] [stderr] 14  |         try!($x.read($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 191 | impl_iblas_for!(f64, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:28:9
[INFO] [stderr]     |
[INFO] [stderr] 28  |         try!($x.write_only($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 191 | impl_iblas_for!(f64, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:14:9
[INFO] [stderr]     |
[INFO] [stderr] 14  |         try!($x.read($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 191 | impl_iblas_for!(f64, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:14:9
[INFO] [stderr]     |
[INFO] [stderr] 14  |         try!($x.read($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 191 | impl_iblas_for!(f64, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:21:9
[INFO] [stderr]     |
[INFO] [stderr] 21  |         try!($x.read_write($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 191 | impl_iblas_for!(f64, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:21:9
[INFO] [stderr]     |
[INFO] [stderr] 21  |         try!($x.read_write($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 191 | impl_iblas_for!(f64, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:21:9
[INFO] [stderr]     |
[INFO] [stderr] 21  |         try!($x.read_write($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 191 | impl_iblas_for!(f64, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:14:9
[INFO] [stderr]     |
[INFO] [stderr] 14  |         try!($x.read($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 191 | impl_iblas_for!(f64, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:14:9
[INFO] [stderr]     |
[INFO] [stderr] 14  |         try!($x.read($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 191 | impl_iblas_for!(f64, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:28:9
[INFO] [stderr]     |
[INFO] [stderr] 28  |         try!($x.write_only($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 191 | impl_iblas_for!(f64, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:14:9
[INFO] [stderr]     |
[INFO] [stderr] 14  |         try!($x.read($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 191 | impl_iblas_for!(f64, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/frameworks/native.rs:14:9
[INFO] [stderr]     |
[INFO] [stderr] 14  |         try!($x.read($slf.device()))
[INFO] [stderr]     |         ^^^
[INFO] [stderr] ...
[INFO] [stderr] 191 | impl_iblas_for!(f64, Backend<Native>);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/frameworks/cuda/helper.rs:6:9
[INFO] [stderr]    |
[INFO] [stderr] 6  |         try!($x.read($slf.device()))
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/frameworks/cuda/mod.rs:23:5
[INFO] [stderr]    |
[INFO] [stderr] 23 |     iblas_asum_for_cuda!(f32);
[INFO] [stderr]    |     -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/frameworks/cuda/helper.rs:18:9
[INFO] [stderr]    |
[INFO] [stderr] 18 |         try!($x.write_only($slf.device()))
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/frameworks/cuda/mod.rs:23:5
[INFO] [stderr]    |
[INFO] [stderr] 23 |     iblas_asum_for_cuda!(f32);
[INFO] [stderr]    |     -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/frameworks/cuda/helper.rs:6:9
[INFO] [stderr]    |
[INFO] [stderr] 6  |         try!($x.read($slf.device()))
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/frameworks/cuda/mod.rs:27:5
[INFO] [stderr]    |
[INFO] [stderr] 27 |     iblas_axpy_for_cuda!(f32);
[INFO] [stderr]    |     -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/frameworks/cuda/helper.rs:6:9
[INFO] [stderr]    |
[INFO] [stderr] 6  |         try!($x.read($slf.device()))
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/frameworks/cuda/mod.rs:27:5
[INFO] [stderr]    |
[INFO] [stderr] 27 |     iblas_axpy_for_cuda!(f32);
[INFO] [stderr]    |     -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/frameworks/cuda/helper.rs:12:9
[INFO] [stderr]    |
[INFO] [stderr] 12 |         try!($x.read_write($slf.device()))
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/frameworks/cuda/mod.rs:27:5
[INFO] [stderr]    |
[INFO] [stderr] 27 |     iblas_axpy_for_cuda!(f32);
[INFO] [stderr]    |     -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/frameworks/cuda/helper.rs:6:9
[INFO] [stderr]    |
[INFO] [stderr] 6  |         try!($x.read($slf.device()))
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/frameworks/cuda/mod.rs:31:5
[INFO] [stderr]    |
[INFO] [stderr] 31 |     iblas_copy_for_cuda!(f32);
[INFO] [stderr]    |     -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/frameworks/cuda/helper.rs:18:9
[INFO] [stderr]    |
[INFO] [stderr] 18 |         try!($x.write_only($slf.device()))
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/frameworks/cuda/mod.rs:31:5
[INFO] [stderr]    |
[INFO] [stderr] 31 |     iblas_copy_for_cuda!(f32);
[INFO] [stderr]    |     -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/frameworks/cuda/helper.rs:6:9
[INFO] [stderr]    |
[INFO] [stderr] 6  |         try!($x.read($slf.device()))
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/frameworks/cuda/mod.rs:35:5
[INFO] [stderr]    |
[INFO] [stderr] 35 |     iblas_dot_for_cuda!(f32);
[INFO] [stderr]    |     ------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/frameworks/cuda/helper.rs:6:9
[INFO] [stderr]    |
[INFO] [stderr] 6  |         try!($x.read($slf.device()))
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/frameworks/cuda/mod.rs:35:5
[INFO] [stderr]    |
[INFO] [stderr] 35 |     iblas_dot_for_cuda!(f32);
[INFO] [stderr]    |     ------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/frameworks/cuda/helper.rs:18:9
[INFO] [stderr]    |
[INFO] [stderr] 18 |         try!($x.write_only($slf.device()))
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/frameworks/cuda/mod.rs:35:5
[INFO] [stderr]    |
[INFO] [stderr] 35 |     iblas_dot_for_cuda!(f32);
[INFO] [stderr]    |     ------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/frameworks/cuda/helper.rs:6:9
[INFO] [stderr]    |
[INFO] [stderr] 6  |         try!($x.read($slf.device()))
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/frameworks/cuda/mod.rs:39:5
[INFO] [stderr]    |
[INFO] [stderr] 39 |     iblas_nrm2_for_cuda!(f32);
[INFO] [stderr]    |     -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/frameworks/cuda/helper.rs:18:9
[INFO] [stderr]    |
[INFO] [stderr] 18 |         try!($x.write_only($slf.device()))
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/frameworks/cuda/mod.rs:39:5
[INFO] [stderr]    |
[INFO] [stderr] 39 |     iblas_nrm2_for_cuda!(f32);
[INFO] [stderr]    |     -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/frameworks/cuda/helper.rs:6:9
[INFO] [stderr]    |
[INFO] [stderr] 6  |         try!($x.read($slf.device()))
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/frameworks/cuda/mod.rs:43:5
[INFO] [stderr]    |
[INFO] [stderr] 43 |     iblas_scal_for_cuda!(f32);
[INFO] [stderr]    |     -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/frameworks/cuda/helper.rs:12:9
[INFO] [stderr]    |
[INFO] [stderr] 12 |         try!($x.read_write($slf.device()))
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/frameworks/cuda/mod.rs:43:5
[INFO] [stderr]    |
[INFO] [stderr] 43 |     iblas_scal_for_cuda!(f32);
[INFO] [stderr]    |     -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/frameworks/cuda/helper.rs:12:9
[INFO] [stderr]    |
[INFO] [stderr] 12 |         try!($x.read_write($slf.device()))
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/frameworks/cuda/mod.rs:47:5
[INFO] [stderr]    |
[INFO] [stderr] 47 |     iblas_swap_for_cuda!(f32);
[INFO] [stderr]    |     -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/frameworks/cuda/helper.rs:12:9
[INFO] [stderr]    |
[INFO] [stderr] 12 |         try!($x.read_write($slf.device()))
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/frameworks/cuda/mod.rs:47:5
[INFO] [stderr]    |
[INFO] [stderr] 47 |     iblas_swap_for_cuda!(f32);
[INFO] [stderr]    |     -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/frameworks/cuda/helper.rs:6:9
[INFO] [stderr]    |
[INFO] [stderr] 6  |         try!($x.read($slf.device()))
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/frameworks/cuda/mod.rs:51:5
[INFO] [stderr]    |
[INFO] [stderr] 51 |     iblas_gemm_for_cuda!(f32);
[INFO] [stderr]    |     -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/frameworks/cuda/helper.rs:6:9
[INFO] [stderr]    |
[INFO] [stderr] 6  |         try!($x.read($slf.device()))
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/frameworks/cuda/mod.rs:51:5
[INFO] [stderr]    |
[INFO] [stderr] 51 |     iblas_gemm_for_cuda!(f32);
[INFO] [stderr]    |     -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/frameworks/cuda/helper.rs:6:9
[INFO] [stderr]    |
[INFO] [stderr] 6  |         try!($x.read($slf.device()))
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/frameworks/cuda/mod.rs:51:5
[INFO] [stderr]    |
[INFO] [stderr] 51 |     iblas_gemm_for_cuda!(f32);
[INFO] [stderr]    |     -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/frameworks/cuda/helper.rs:6:9
[INFO] [stderr]    |
[INFO] [stderr] 6  |         try!($x.read($slf.device()))
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/frameworks/cuda/mod.rs:51:5
[INFO] [stderr]    |
[INFO] [stderr] 51 |     iblas_gemm_for_cuda!(f32);
[INFO] [stderr]    |     -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/frameworks/cuda/helper.rs:18:9
[INFO] [stderr]    |
[INFO] [stderr] 18 |         try!($x.write_only($slf.device()))
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/frameworks/cuda/mod.rs:51:5
[INFO] [stderr]    |
[INFO] [stderr] 51 |     iblas_gemm_for_cuda!(f32);
[INFO] [stderr]    |     -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/plugin.rs:102:51
[INFO] [stderr]     |
[INFO] [stderr] 102 | impl<F, B: IBlasBinary<F> + IBinary> IBlas<F> for BlasBinaryProvider<F, B> { }
[INFO] [stderr]     |                                                   ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn BlasBinaryProvider<F, B>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `BackendConfig`
[INFO] [stderr]    --> src/frameworks/native.rs:223:47
[INFO] [stderr]     |
[INFO] [stderr] 223 |     use coaster::backend::{Backend, IBackend, BackendConfig};
[INFO] [stderr]     |                                               ^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_imports)]` 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:14:1
[INFO] [stderr]    |
[INFO] [stderr] 14 | / lazy_static! {
[INFO] [stderr] 15 | |     static ref CONTEXT: cublas::Context = {
[INFO] [stderr] 16 | |         let mut context = cublas::Context::new().unwrap();
[INFO] [stderr] 17 | |         context.set_pointer_mode(cublas::api::PointerMode::Device).unwrap();
[INFO] [stderr] 18 | |         context
[INFO] [stderr] 19 | |     };
[INFO] [stderr] 20 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z 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:14:1
[INFO] [stderr]    |
[INFO] [stderr] 14 | / lazy_static! {
[INFO] [stderr] 15 | |     static ref CONTEXT: cublas::Context = {
[INFO] [stderr] 16 | |         let mut context = cublas::Context::new().unwrap();
[INFO] [stderr] 17 | |         context.set_pointer_mode(cublas::api::PointerMode::Device).unwrap();
[INFO] [stderr] 18 | |         context
[INFO] [stderr] 19 | |     };
[INFO] [stderr] 20 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: missing documentation for macro
[INFO] [stderr]   --> src/frameworks/cuda/helper.rs:40:1
[INFO] [stderr]    |
[INFO] [stderr] 40 | macro_rules! iblas_asum_for_cuda {
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr]   --> src/lib.rs:46:9
[INFO] [stderr]    |
[INFO] [stderr] 46 | #![deny(missing_docs,
[INFO] [stderr]    |         ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: missing documentation for macro
[INFO] [stderr]   --> src/frameworks/cuda/helper.rs:56:1
[INFO] [stderr]    |
[INFO] [stderr] 56 | macro_rules! iblas_axpy_for_cuda {
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: missing documentation for macro
[INFO] [stderr]   --> src/frameworks/cuda/helper.rs:75:1
[INFO] [stderr]    |
[INFO] [stderr] 75 | macro_rules! iblas_copy_for_cuda {
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: missing documentation for macro
[INFO] [stderr]   --> src/frameworks/cuda/helper.rs:91:1
[INFO] [stderr]    |
[INFO] [stderr] 91 | macro_rules! iblas_dot_for_cuda {
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: missing documentation for macro
[INFO] [stderr]    --> src/frameworks/cuda/helper.rs:110:1
[INFO] [stderr]     |
[INFO] [stderr] 110 | macro_rules! iblas_nrm2_for_cuda {
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: missing documentation for macro
[INFO] [stderr]    --> src/frameworks/cuda/helper.rs:126:1
[INFO] [stderr]     |
[INFO] [stderr] 126 | macro_rules! iblas_scal_for_cuda {
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: missing documentation for macro
[INFO] [stderr]    --> src/frameworks/cuda/helper.rs:142:1
[INFO] [stderr]     |
[INFO] [stderr] 142 | macro_rules! iblas_swap_for_cuda {
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: missing documentation for macro
[INFO] [stderr]    --> src/frameworks/cuda/helper.rs:158:1
[INFO] [stderr]     |
[INFO] [stderr] 158 | macro_rules! iblas_gemm_for_cuda {
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 8 previous errors
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `coaster-blas`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] warning: unused import: `coaster::framework::IFramework`
[INFO] [stderr]    --> src/frameworks/native.rs:224:9
[INFO] [stderr]     |
[INFO] [stderr] 224 |     use coaster::framework::IFramework;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> src/frameworks/native.rs:235:13
[INFO] [stderr]     |
[INFO] [stderr] 235 |         let mut mem_buffer = mem.as_mut_slice::<T>();
[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: missing documentation for macro
[INFO] [stderr]   --> src/frameworks/cuda/helper.rs:40:1
[INFO] [stderr]    |
[INFO] [stderr] 40 | macro_rules! iblas_asum_for_cuda {
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr]   --> src/lib.rs:46:9
[INFO] [stderr]    |
[INFO] [stderr] 46 | #![deny(missing_docs,
[INFO] [stderr]    |         ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: missing documentation for macro
[INFO] [stderr]   --> src/frameworks/cuda/helper.rs:56:1
[INFO] [stderr]    |
[INFO] [stderr] 56 | macro_rules! iblas_axpy_for_cuda {
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: missing documentation for macro
[INFO] [stderr]   --> src/frameworks/cuda/helper.rs:75:1
[INFO] [stderr]    |
[INFO] [stderr] 75 | macro_rules! iblas_copy_for_cuda {
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: missing documentation for macro
[INFO] [stderr]   --> src/frameworks/cuda/helper.rs:91:1
[INFO] [stderr]    |
[INFO] [stderr] 91 | macro_rules! iblas_dot_for_cuda {
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: missing documentation for macro
[INFO] [stderr]    --> src/frameworks/cuda/helper.rs:110:1
[INFO] [stderr]     |
[INFO] [stderr] 110 | macro_rules! iblas_nrm2_for_cuda {
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: missing documentation for macro
[INFO] [stderr]    --> src/frameworks/cuda/helper.rs:126:1
[INFO] [stderr]     |
[INFO] [stderr] 126 | macro_rules! iblas_scal_for_cuda {
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: missing documentation for macro
[INFO] [stderr]    --> src/frameworks/cuda/helper.rs:142:1
[INFO] [stderr]     |
[INFO] [stderr] 142 | macro_rules! iblas_swap_for_cuda {
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: missing documentation for macro
[INFO] [stderr]    --> src/frameworks/cuda/helper.rs:158:1
[INFO] [stderr]     |
[INFO] [stderr] 158 | macro_rules! iblas_gemm_for_cuda {
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 8 previous errors
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `coaster-blas`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "2401b58948699e85541dc51ae268c0d0fc435dc6dde8fd7a62ad31508021e0be"`
[INFO] running `"docker" "rm" "-f" "2401b58948699e85541dc51ae268c0d0fc435dc6dde8fd7a62ad31508021e0be"`
[INFO] [stdout] 2401b58948699e85541dc51ae268c0d0fc435dc6dde8fd7a62ad31508021e0be
