[INFO] crate coaster-nn 0.4.1 is already in cache [INFO] extracting crate coaster-nn 0.4.1 into work/ex/beta-1.38-1/sources/1.37.0/reg/coaster-nn/0.4.1 [INFO] extracting crate coaster-nn 0.4.1 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/coaster-nn/0.4.1 [INFO] validating manifest of coaster-nn-0.4.1 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 coaster-nn-0.4.1 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 coaster-nn-0.4.1 [INFO] finished frobbing coaster-nn-0.4.1 [INFO] frobbed toml for coaster-nn-0.4.1 written to work/ex/beta-1.38-1/sources/1.37.0/reg/coaster-nn/0.4.1/Cargo.toml [INFO] started frobbing coaster-nn-0.4.1 [INFO] finished frobbing coaster-nn-0.4.1 [INFO] frobbed toml for coaster-nn-0.4.1 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/coaster-nn/0.4.1/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 coaster-nn-0.4.1 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/coaster-nn/0.4.1:/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] 72f531e82debbaba7778e857ac989a484628d79c0a1928d620510491672a5bca [INFO] running `"docker" "start" "-a" "72f531e82debbaba7778e857ac989a484628d79c0a1928d620510491672a5bca"` [INFO] [stderr] Compiling coaster v0.1.0 [INFO] [stderr] Compiling rcudnn-sys v0.2.0 [INFO] [stderr] Compiling rcudnn v1.6.0 [INFO] [stderr] Compiling coaster-nn v0.4.1 (/opt/crater/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:115:1 [INFO] [stderr] | [INFO] [stderr] 115 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused macro definition [INFO] [stderr] --> src/frameworks/native/helper.rs:90:1 [INFO] [stderr] | [INFO] [stderr] 90 | / macro_rules! impl_oconf_for_clrn(($($t: ident), +) => ( [INFO] [stderr] 91 | | $( [INFO] [stderr] 92 | | impl NNOperationConfig<$t> for ::frameworks::native::helper::NormalizationConfig { } [INFO] [stderr] 93 | | )+ [INFO] [stderr] 94 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_macros)]` 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:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / lazy_static! { [INFO] [stderr] 17 | | static ref CUDNN: Cudnn = Cudnn::new().unwrap(); [INFO] [stderr] 18 | | } [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:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / lazy_static! { [INFO] [stderr] 17 | | static ref CUDNN: Cudnn = Cudnn::new().unwrap(); [INFO] [stderr] 18 | | } [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/helper.rs:43:9 [INFO] [stderr] | [INFO] [stderr] 43 | 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: missing documentation for macro [INFO] [stderr] --> src/frameworks/native/helper.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | macro_rules! impl_ops_sigmoid_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:104:9 [INFO] [stderr] | [INFO] [stderr] 104| #![deny(missing_docs, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/native/helper.rs:143:1 [INFO] [stderr] | [INFO] [stderr] 143 | macro_rules! impl_ops_relu_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/native/helper.rs:188:1 [INFO] [stderr] | [INFO] [stderr] 188 | macro_rules! impl_ops_tanh_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/native/helper.rs:240:1 [INFO] [stderr] | [INFO] [stderr] 240 | macro_rules! impl_ops_softmax_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/native/helper.rs:283:1 [INFO] [stderr] | [INFO] [stderr] 283 | macro_rules! impl_ops_log_softmax_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/native/helper.rs:321:1 [INFO] [stderr] | [INFO] [stderr] 321 | macro_rules! impl_ops_lrn_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.12s [INFO] running `"docker" "inspect" "72f531e82debbaba7778e857ac989a484628d79c0a1928d620510491672a5bca"` [INFO] running `"docker" "rm" "-f" "72f531e82debbaba7778e857ac989a484628d79c0a1928d620510491672a5bca"` [INFO] [stdout] 72f531e82debbaba7778e857ac989a484628d79c0a1928d620510491672a5bca [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/coaster-nn/0.4.1:/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] 6c6ce26e29a443a9733eb25e2858c72e7ce9015422f8a1f4777c9408ab3d92d6 [INFO] running `"docker" "start" "-a" "6c6ce26e29a443a9733eb25e2858c72e7ce9015422f8a1f4777c9408ab3d92d6"` [INFO] [stderr] Compiling coaster-nn v0.4.1 (/opt/crater/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:115:1 [INFO] [stderr] | [INFO] [stderr] 115 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused macro definition [INFO] [stderr] --> src/frameworks/native/helper.rs:90:1 [INFO] [stderr] | [INFO] [stderr] 90 | / macro_rules! impl_oconf_for_clrn(($($t: ident), +) => ( [INFO] [stderr] 91 | | $( [INFO] [stderr] 92 | | impl NNOperationConfig<$t> for ::frameworks::native::helper::NormalizationConfig { } [INFO] [stderr] 93 | | )+ [INFO] [stderr] 94 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_macros)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `IndependentSample`, `Range`, `range` [INFO] [stderr] --> src/tests/pooling.rs:8:27 [INFO] [stderr] | [INFO] [stderr] 8 | use rand::distributions::{range, IndependentSample, Range}; [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^ ^^^^^ [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:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / lazy_static! { [INFO] [stderr] 17 | | static ref CUDNN: Cudnn = Cudnn::new().unwrap(); [INFO] [stderr] 18 | | } [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:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / lazy_static! { [INFO] [stderr] 17 | | static ref CUDNN: Cudnn = Cudnn::new().unwrap(); [INFO] [stderr] 18 | | } [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 variable: `backend` [INFO] [stderr] --> src/tests/mod.rs:44:29 [INFO] [stderr] | [INFO] [stderr] 44 | pub fn write_to_tensor(backend: &Backend, xs: &mut SharedTensor, data: &[f64]) [INFO] [stderr] | ^^^^^^^ help: consider prefixing with an underscore: `_backend` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `backend` [INFO] [stderr] --> src/tests/mod.rs:81:37 [INFO] [stderr] | [INFO] [stderr] 81 | pub fn uniformly_random_tensor(backend: &Backend, dims: &[usize], low: T, high: T) -> SharedTensor [INFO] [stderr] | ^^^^^^^ help: consider prefixing with an underscore: `_backend` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `dr_a` [INFO] [stderr] --> src/tests/pooling.rs:164:13 [INFO] [stderr] | [INFO] [stderr] 164 | let mut dr_a = SharedTensor::::new(output_dims); [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_dr_a` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `conf_a` [INFO] [stderr] --> src/tests/pooling.rs:166:9 [INFO] [stderr] | [INFO] [stderr] 166 | let conf_a = Pooling::::new_pooling_config(&backend_a, window, stride, padding) [INFO] [stderr] | ^^^^^^ help: consider prefixing with an underscore: `_conf_a` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/frameworks/native/helper.rs:43:9 [INFO] [stderr] | [INFO] [stderr] 43 | 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/tests/mod.rs:54:13 [INFO] [stderr] | [INFO] [stderr] 54 | let mut mem_buffer = mem.as_mut_slice::(); [INFO] [stderr] | ----^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/tests/mod.rs:91:17 [INFO] [stderr] | [INFO] [stderr] 91 | let mut mem = xs.write_only(native_dev).unwrap(); [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/tests/pooling.rs:164:9 [INFO] [stderr] | [INFO] [stderr] 164 | let mut dr_a = SharedTensor::::new(output_dims); [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/native/helper.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | macro_rules! impl_ops_sigmoid_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:104:9 [INFO] [stderr] | [INFO] [stderr] 104| #![deny(missing_docs, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/native/helper.rs:143:1 [INFO] [stderr] | [INFO] [stderr] 143 | macro_rules! impl_ops_relu_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/native/helper.rs:188:1 [INFO] [stderr] | [INFO] [stderr] 188 | macro_rules! impl_ops_tanh_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/native/helper.rs:240:1 [INFO] [stderr] | [INFO] [stderr] 240 | macro_rules! impl_ops_softmax_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/native/helper.rs:283:1 [INFO] [stderr] | [INFO] [stderr] 283 | macro_rules! impl_ops_log_softmax_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/native/helper.rs:321:1 [INFO] [stderr] | [INFO] [stderr] 321 | macro_rules! impl_ops_lrn_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variable `N_in` should have a snake case name [INFO] [stderr] --> src/tests/pooling.rs:158:9 [INFO] [stderr] | [INFO] [stderr] 158 | let N_in = input_dims.iter().fold(1,|a, &b| a * b); [INFO] [stderr] | ^^^^ help: convert the identifier to snake case: `n_in` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable `N_out` should have a snake case name [INFO] [stderr] --> src/tests/pooling.rs:159:9 [INFO] [stderr] | [INFO] [stderr] 159 | let N_out = output_dims.iter().fold(1,|a, &b| a * b); [INFO] [stderr] | ^^^^^ help: convert the identifier to snake case: `n_out` [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/coaster_nn-35c068060eb57a1b.coaster_nn.e6bhqfi1-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/coaster_nn-35c068060eb57a1b.coaster_nn.e6bhqfi1-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/coaster_nn-35c068060eb57a1b.coaster_nn.e6bhqfi1-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/coaster_nn-35c068060eb57a1b.coaster_nn.e6bhqfi1-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/coaster_nn-35c068060eb57a1b.coaster_nn.e6bhqfi1-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/coaster_nn-35c068060eb57a1b.coaster_nn.e6bhqfi1-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/coaster_nn-35c068060eb57a1b.coaster_nn.e6bhqfi1-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/coaster_nn-35c068060eb57a1b.coaster_nn.e6bhqfi1-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/coaster_nn-35c068060eb57a1b.coaster_nn.e6bhqfi1-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/coaster_nn-35c068060eb57a1b.coaster_nn.e6bhqfi1-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/coaster_nn-35c068060eb57a1b.coaster_nn.e6bhqfi1-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/coaster_nn-35c068060eb57a1b.coaster_nn.e6bhqfi1-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/coaster_nn-35c068060eb57a1b.coaster_nn.e6bhqfi1-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/coaster_nn-35c068060eb57a1b.coaster_nn.e6bhqfi1-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/coaster_nn-35c068060eb57a1b.coaster_nn.e6bhqfi1-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/coaster_nn-35c068060eb57a1b.coaster_nn.e6bhqfi1-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/coaster_nn-35c068060eb57a1b" "/opt/crater/target/debug/deps/coaster_nn-35c068060eb57a1b.3eiav8a1kgfwgjvm.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/librand-ba84577f1cc5d70c.rlib" "/opt/crater/target/debug/deps/liblog-c97b73a8bcee9985.rlib" "/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/librcudnn-cd647c8a1319eab7.rlib" "/opt/crater/target/debug/deps/librcudnn_sys-c45d9deecc565454.rlib" "/opt/crater/target/debug/deps/libcoaster-a000cca453eaaac7.rlib" "/opt/crater/target/debug/deps/libbyteorder-7a6cb2a3b8acfbbe.rlib" "/opt/crater/target/debug/deps/libnum-9068f1adef12cc3e.rlib" "/opt/crater/target/debug/deps/libnum_rational-b83af7dd706709c7.rlib" "/opt/crater/target/debug/deps/libnum_bigint-5378f0ce7d2ae611.rlib" "/opt/crater/target/debug/deps/librand-640c68aa6b834c4e.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/liblazy_static-c329193024da829b.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-1804d2516af09bff.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" "-lcudnn" "-lcudart" "-lcuda" "-lOpenCL" "-lOpenCL" "-lcuda" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lcudnn [INFO] [stderr] /usr/bin/ld: cannot find -lcudart [INFO] [stderr] /usr/bin/ld: cannot find -lcuda [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 `coaster-nn`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "6c6ce26e29a443a9733eb25e2858c72e7ce9015422f8a1f4777c9408ab3d92d6"` [INFO] running `"docker" "rm" "-f" "6c6ce26e29a443a9733eb25e2858c72e7ce9015422f8a1f4777c9408ab3d92d6"` [INFO] [stdout] 6c6ce26e29a443a9733eb25e2858c72e7ce9015422f8a1f4777c9408ab3d92d6