[INFO] crate collenchyma-nn 0.3.4 is already in cache [INFO] extracting crate collenchyma-nn 0.3.4 into work/ex/beta-1.37-6/sources/1.36.0/reg/collenchyma-nn/0.3.4 [INFO] extracting crate collenchyma-nn 0.3.4 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/collenchyma-nn/0.3.4 [INFO] validating manifest of collenchyma-nn-0.3.4 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of collenchyma-nn-0.3.4 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing collenchyma-nn-0.3.4 [INFO] finished frobbing collenchyma-nn-0.3.4 [INFO] frobbed toml for collenchyma-nn-0.3.4 written to work/ex/beta-1.37-6/sources/1.36.0/reg/collenchyma-nn/0.3.4/Cargo.toml [INFO] started frobbing collenchyma-nn-0.3.4 [INFO] finished frobbing collenchyma-nn-0.3.4 [INFO] frobbed toml for collenchyma-nn-0.3.4 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/collenchyma-nn/0.3.4/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing collenchyma-nn-0.3.4 against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/collenchyma-nn/0.3.4:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] 7ddc0ce9b3570ce042b7411c3ee48e9b0a1770c29edf72e78b633bb889f92d38 [INFO] running `"docker" "start" "-a" "7ddc0ce9b3570ce042b7411c3ee48e9b0a1770c29edf72e78b633bb889f92d38"` [INFO] [stderr] Compiling linear-map v0.0.4 [INFO] [stderr] Compiling cudnn v1.3.1 [INFO] [stderr] Compiling collenchyma v0.0.8 [INFO] [stderr] Compiling collenchyma-nn v0.3.4 (/opt/crater/workdir) [INFO] [stderr] warning: a macro named `impl_ops_sigmoid_for` has already been exported [INFO] [stderr] --> src/frameworks/cuda/helper.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / macro_rules! impl_ops_sigmoid_for { [INFO] [stderr] 48 | | ($t:ident, $b:ty) => ( [INFO] [stderr] 49 | | impl ::plugin::Sigmoid<$t> for $b { [INFO] [stderr] 50 | | fn sigmoid( [INFO] [stderr] ... | [INFO] [stderr] 124 | | ) [INFO] [stderr] 125 | | } [INFO] [stderr] | |_^ `impl_ops_sigmoid_for` already exported [INFO] [stderr] | [INFO] [stderr] = note: #[warn(duplicate_macro_exports)] on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stderr] = note: for more information, see issue #35896 [INFO] [stderr] note: previous macro export is now shadowed [INFO] [stderr] --> src/frameworks/native/helper.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / macro_rules! impl_ops_sigmoid_for { [INFO] [stderr] 93 | | ($t:ident, $b:ty) => ( [INFO] [stderr] 94 | | impl ::plugin::Sigmoid<$t> for $b { [INFO] [stderr] 95 | | fn sigmoid( [INFO] [stderr] ... | [INFO] [stderr] 151 | | ); [INFO] [stderr] 152 | | } [INFO] [stderr] | |_^ [INFO] [stderr] [INFO] [stderr] warning: a macro named `impl_ops_relu_for` has already been exported [INFO] [stderr] --> src/frameworks/cuda/helper.rs:200:1 [INFO] [stderr] | [INFO] [stderr] 200 | / macro_rules! impl_ops_relu_for { [INFO] [stderr] 201 | | ($t:ident, $b:ty) => ( [INFO] [stderr] 202 | | impl ::plugin::Relu<$t> for $b { [INFO] [stderr] 203 | | fn relu( [INFO] [stderr] ... | [INFO] [stderr] 277 | | ) [INFO] [stderr] 278 | | } [INFO] [stderr] | |_^ `impl_ops_relu_for` already exported [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stderr] = note: for more information, see issue #35896 [INFO] [stderr] note: previous macro export is now shadowed [INFO] [stderr] --> src/frameworks/native/helper.rs:155:1 [INFO] [stderr] | [INFO] [stderr] 155 | / macro_rules! impl_ops_relu_for { [INFO] [stderr] 156 | | ($t:ident, $b:ty) => ( [INFO] [stderr] 157 | | impl ::plugin::Relu<$t> for $b { [INFO] [stderr] 158 | | fn relu( [INFO] [stderr] ... | [INFO] [stderr] 214 | | ); [INFO] [stderr] 215 | | } [INFO] [stderr] | |_^ [INFO] [stderr] [INFO] [stderr] warning: a macro named `impl_ops_tanh_for` has already been exported [INFO] [stderr] --> src/frameworks/cuda/helper.rs:353:1 [INFO] [stderr] | [INFO] [stderr] 353 | / macro_rules! impl_ops_tanh_for { [INFO] [stderr] 354 | | ($t:ident, $b:ty) => ( [INFO] [stderr] 355 | | impl ::plugin::Tanh<$t> for $b { [INFO] [stderr] 356 | | fn tanh( [INFO] [stderr] ... | [INFO] [stderr] 430 | | ) [INFO] [stderr] 431 | | } [INFO] [stderr] | |_^ `impl_ops_tanh_for` already exported [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stderr] = note: for more information, see issue #35896 [INFO] [stderr] note: previous macro export is now shadowed [INFO] [stderr] --> src/frameworks/native/helper.rs:218:1 [INFO] [stderr] | [INFO] [stderr] 218 | / macro_rules! impl_ops_tanh_for { [INFO] [stderr] 219 | | ($t:ident, $b:ty) => ( [INFO] [stderr] 220 | | impl ::plugin::Tanh<$t> for $b { [INFO] [stderr] 221 | | #[inline] [INFO] [stderr] ... | [INFO] [stderr] 278 | | ); [INFO] [stderr] 279 | | } [INFO] [stderr] | |_^ [INFO] [stderr] [INFO] [stderr] warning: a macro named `impl_ops_convolution_for` has already been exported [INFO] [stderr] --> src/frameworks/cuda/helper.rs:506:1 [INFO] [stderr] | [INFO] [stderr] 506 | / macro_rules! impl_ops_convolution_for { [INFO] [stderr] 507 | | ($t:ty, $b:ty) => ( [INFO] [stderr] 508 | | fn convolution( [INFO] [stderr] 509 | | &self, [INFO] [stderr] ... | [INFO] [stderr] 639 | | ) [INFO] [stderr] 640 | | } [INFO] [stderr] | |_^ `impl_ops_convolution_for` already exported [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stderr] = note: for more information, see issue #35896 [INFO] [stderr] note: previous macro export is now shadowed [INFO] [stderr] --> src/frameworks/native/helper.rs:282:1 [INFO] [stderr] | [INFO] [stderr] 282 | / macro_rules! impl_ops_convolution_for { [INFO] [stderr] 283 | | ($t:ident, $b:ty) => ( [INFO] [stderr] 284 | | impl ::plugin::Convolution<$t> for $b { [INFO] [stderr] 285 | | fn new_convolution_config( [INFO] [stderr] ... | [INFO] [stderr] 340 | | ); [INFO] [stderr] 341 | | } [INFO] [stderr] | |_^ [INFO] [stderr] [INFO] [stderr] warning: a macro named `impl_ops_softmax_for` has already been exported [INFO] [stderr] --> src/frameworks/cuda/helper.rs:643:1 [INFO] [stderr] | [INFO] [stderr] 643 | / macro_rules! impl_ops_softmax_for { [INFO] [stderr] 644 | | ($t:ident, $b:ty) => ( [INFO] [stderr] 645 | | impl ::plugin::Softmax<$t> for $b { [INFO] [stderr] 646 | | fn softmax( [INFO] [stderr] ... | [INFO] [stderr] 715 | | ) [INFO] [stderr] 716 | | } [INFO] [stderr] | |_^ `impl_ops_softmax_for` already exported [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stderr] = note: for more information, see issue #35896 [INFO] [stderr] note: previous macro export is now shadowed [INFO] [stderr] --> src/frameworks/native/helper.rs:344:1 [INFO] [stderr] | [INFO] [stderr] 344 | / macro_rules! impl_ops_softmax_for { [INFO] [stderr] 345 | | ($t:ident, $b:ty) => ( [INFO] [stderr] 346 | | impl ::plugin::Softmax<$t> for $b { [INFO] [stderr] 347 | | fn softmax( [INFO] [stderr] ... | [INFO] [stderr] 412 | | ); [INFO] [stderr] 413 | | } [INFO] [stderr] | |_^ [INFO] [stderr] [INFO] [stderr] warning: a macro named `impl_ops_log_softmax_for` has already been exported [INFO] [stderr] --> src/frameworks/cuda/helper.rs:719:1 [INFO] [stderr] | [INFO] [stderr] 719 | / macro_rules! impl_ops_log_softmax_for { [INFO] [stderr] 720 | | ($t:ident, $b:ty) => ( [INFO] [stderr] 721 | | impl ::plugin::LogSoftmax<$t> for $b { [INFO] [stderr] 722 | | fn log_softmax( [INFO] [stderr] ... | [INFO] [stderr] 791 | | ) [INFO] [stderr] 792 | | } [INFO] [stderr] | |_^ `impl_ops_log_softmax_for` already exported [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stderr] = note: for more information, see issue #35896 [INFO] [stderr] note: previous macro export is now shadowed [INFO] [stderr] --> src/frameworks/native/helper.rs:416:1 [INFO] [stderr] | [INFO] [stderr] 416 | / macro_rules! impl_ops_log_softmax_for { [INFO] [stderr] 417 | | ($t:ident, $b:ty) => ( [INFO] [stderr] 418 | | impl ::plugin::LogSoftmax<$t> for $b { [INFO] [stderr] 419 | | fn log_softmax( [INFO] [stderr] ... | [INFO] [stderr] 491 | | ); [INFO] [stderr] 492 | | } [INFO] [stderr] | |_^ [INFO] [stderr] [INFO] [stderr] warning: a macro named `impl_ops_lrn_for` has already been exported [INFO] [stderr] --> src/frameworks/cuda/helper.rs:795:1 [INFO] [stderr] | [INFO] [stderr] 795 | / macro_rules! impl_ops_lrn_for { [INFO] [stderr] 796 | | ($t:ident, $b:ty) => ( [INFO] [stderr] 797 | | impl ::plugin::LRN<$t> for $b { [INFO] [stderr] 798 | | fn new_lrn_config( [INFO] [stderr] ... | [INFO] [stderr] 890 | | ) [INFO] [stderr] 891 | | } [INFO] [stderr] | |_^ `impl_ops_lrn_for` already exported [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stderr] = note: for more information, see issue #35896 [INFO] [stderr] note: previous macro export is now shadowed [INFO] [stderr] --> src/frameworks/native/helper.rs:495:1 [INFO] [stderr] | [INFO] [stderr] 495 | / macro_rules! impl_ops_lrn_for { [INFO] [stderr] 496 | | ($t:ident, $b:ty) => ( [INFO] [stderr] 497 | | impl ::plugin::LRN<$t> for $b { [INFO] [stderr] 498 | | fn new_lrn_config( [INFO] [stderr] ... | [INFO] [stderr] 553 | | ); [INFO] [stderr] 554 | | } [INFO] [stderr] | |_^ [INFO] [stderr] [INFO] [stderr] warning: a macro named `impl_ops_pooling_for` has already been exported [INFO] [stderr] --> src/frameworks/cuda/helper.rs:894:1 [INFO] [stderr] | [INFO] [stderr] 894 | / macro_rules! impl_ops_pooling_for { [INFO] [stderr] 895 | | ($t:ident, $b:ty) => ( [INFO] [stderr] 896 | | impl ::plugin::Pooling<$t> for $b { [INFO] [stderr] 897 | | fn new_pooling_config( [INFO] [stderr] ... | [INFO] [stderr] 990 | | ) [INFO] [stderr] 991 | | } [INFO] [stderr] | |_^ `impl_ops_pooling_for` already exported [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stderr] = note: for more information, see issue #35896 [INFO] [stderr] note: previous macro export is now shadowed [INFO] [stderr] --> src/frameworks/native/helper.rs:557:1 [INFO] [stderr] | [INFO] [stderr] 557 | / macro_rules! impl_ops_pooling_for { [INFO] [stderr] 558 | | ($t:ident, $b:ty) => ( [INFO] [stderr] 559 | | impl ::plugin::Pooling<$t> for $b { [INFO] [stderr] 560 | | fn new_pooling_config( [INFO] [stderr] ... | [INFO] [stderr] 614 | | ); [INFO] [stderr] 615 | | } [INFO] [stderr] | |_^ [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/frameworks/native/helper.rs:21:17 [INFO] [stderr] | [INFO] [stderr] 21 | 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:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | macro_rules! impl_ops_sigmoid_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:108:9 [INFO] [stderr] | [INFO] [stderr] 108| #![deny(missing_docs, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/native/helper.rs:155:1 [INFO] [stderr] | [INFO] [stderr] 155 | macro_rules! impl_ops_relu_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/native/helper.rs:218:1 [INFO] [stderr] | [INFO] [stderr] 218 | macro_rules! impl_ops_tanh_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/native/helper.rs:282:1 [INFO] [stderr] | [INFO] [stderr] 282 | macro_rules! impl_ops_convolution_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/native/helper.rs:344:1 [INFO] [stderr] | [INFO] [stderr] 344 | macro_rules! impl_ops_softmax_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/native/helper.rs:416:1 [INFO] [stderr] | [INFO] [stderr] 416 | 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:495:1 [INFO] [stderr] | [INFO] [stderr] 495 | macro_rules! impl_ops_lrn_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/native/helper.rs:557:1 [INFO] [stderr] | [INFO] [stderr] 557 | macro_rules! impl_ops_pooling_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/cuda/helper.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / macro_rules! impl_oconf_for_cc(($($t: ident), +) => ( [INFO] [stderr] 27 | | $( [INFO] [stderr] 28 | | impl<'a> NNOperationConfig<$t> for utils::ConvolutionConfig { } [INFO] [stderr] 29 | | )+ [INFO] [stderr] 30 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/cuda/helper.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / macro_rules! impl_oconf_for_clrn(($($t: ident), +) => ( [INFO] [stderr] 34 | | $( [INFO] [stderr] 35 | | impl NNOperationConfig<$t> for utils::NormalizationConfig { } [INFO] [stderr] 36 | | )+ [INFO] [stderr] 37 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/cuda/helper.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | / macro_rules! impl_oconf_for_pooling(($($t: ident), +) => ( [INFO] [stderr] 41 | | $( [INFO] [stderr] 42 | | impl NNOperationConfig<$t> for utils::PoolingConfig { } [INFO] [stderr] 43 | | )+ [INFO] [stderr] 44 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/cuda/helper.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | macro_rules! impl_ops_sigmoid_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/cuda/helper.rs:128:1 [INFO] [stderr] | [INFO] [stderr] 128 | macro_rules! impl_ops_sigmoid_pointwise_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/cuda/helper.rs:200:1 [INFO] [stderr] | [INFO] [stderr] 200 | macro_rules! impl_ops_relu_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/cuda/helper.rs:281:1 [INFO] [stderr] | [INFO] [stderr] 281 | macro_rules! impl_ops_relu_pointwise_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/cuda/helper.rs:353:1 [INFO] [stderr] | [INFO] [stderr] 353 | macro_rules! impl_ops_tanh_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/cuda/helper.rs:434:1 [INFO] [stderr] | [INFO] [stderr] 434 | macro_rules! impl_ops_tanh_pointwise_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/cuda/helper.rs:506:1 [INFO] [stderr] | [INFO] [stderr] 506 | macro_rules! impl_ops_convolution_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/cuda/helper.rs:643:1 [INFO] [stderr] | [INFO] [stderr] 643 | macro_rules! impl_ops_softmax_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/cuda/helper.rs:719:1 [INFO] [stderr] | [INFO] [stderr] 719 | macro_rules! impl_ops_log_softmax_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/cuda/helper.rs:795:1 [INFO] [stderr] | [INFO] [stderr] 795 | macro_rules! impl_ops_lrn_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/cuda/helper.rs:894:1 [INFO] [stderr] | [INFO] [stderr] 894 | macro_rules! impl_ops_pooling_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.52s [INFO] running `"docker" "inspect" "7ddc0ce9b3570ce042b7411c3ee48e9b0a1770c29edf72e78b633bb889f92d38"` [INFO] running `"docker" "rm" "-f" "7ddc0ce9b3570ce042b7411c3ee48e9b0a1770c29edf72e78b633bb889f92d38"` [INFO] [stdout] 7ddc0ce9b3570ce042b7411c3ee48e9b0a1770c29edf72e78b633bb889f92d38 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/collenchyma-nn/0.3.4:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] 3f301671238fdf24365a080c2f10398a1ea739e231715467b103248bc373b95f [INFO] running `"docker" "start" "-a" "3f301671238fdf24365a080c2f10398a1ea739e231715467b103248bc373b95f"` [INFO] [stderr] Compiling collenchyma-nn v0.3.4 (/opt/crater/workdir) [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> tests/pooling_specs.rs:26:21 [INFO] [stderr] | [INFO] [stderr] 26 | 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] --> tests/pooling_specs.rs:40:13 [INFO] [stderr] | [INFO] [stderr] 40 | let mut payload: &mut [T] = &mut ::std::iter::repeat(val).take(x.capacity()).collect::>(); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> tests/pooling_specs.rs:58:13 [INFO] [stderr] | [INFO] [stderr] 58 | let mut payload: &mut [T] = &mut ::std::iter::repeat(val).take(x.capacity()).collect::>(); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> tests/pooling_specs.rs:66:13 [INFO] [stderr] | [INFO] [stderr] 66 | let mut payload: &mut [T] = &mut ::std::iter::repeat(val).take(x_diff.capacity()).collect::>(); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> tests/pooling_specs.rs:74:13 [INFO] [stderr] | [INFO] [stderr] 74 | let mut payload: &mut [T] = &mut ::std::iter::repeat(val).take(result.capacity()).collect::>(); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> tests/pooling_specs.rs:98:25 [INFO] [stderr] | [INFO] [stderr] 98 | let mut payload: &mut [f32] = &mut ::std::iter::repeat(1f32).take(result.capacity()).collect::>(); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> tests/pooling_specs.rs:118:25 [INFO] [stderr] | [INFO] [stderr] 118 | let mut payload: &mut [f64] = &mut ::std::iter::repeat(1f64).take(result.capacity()).collect::>(); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> tests/pooling_specs.rs:138:25 [INFO] [stderr] | [INFO] [stderr] 138 | let mut payload: &mut [f32] = &mut ::std::iter::repeat(1f32).take(result.capacity()).collect::>(); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> tests/pooling_specs.rs:158:25 [INFO] [stderr] | [INFO] [stderr] 158 | let mut payload: &mut [f64] = &mut ::std::iter::repeat(1f64).take(result.capacity()).collect::>(); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> tests/tanh_pointwise_specs.rs:23:21 [INFO] [stderr] | [INFO] [stderr] 23 | 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] --> tests/convolution_specs.rs:23:21 [INFO] [stderr] | [INFO] [stderr] 23 | 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] --> tests/convolution_specs.rs:45:13 [INFO] [stderr] | [INFO] [stderr] 45 | let mut payload: &mut [T] = &mut ::std::iter::repeat(val).take(x.capacity()).collect::>(); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> tests/convolution_specs.rs:85:13 [INFO] [stderr] | [INFO] [stderr] 85 | let mut payload: &mut [T] = &mut ::std::iter::repeat(val).take(x.capacity()).collect::>(); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> tests/convolution_specs.rs:93:13 [INFO] [stderr] | [INFO] [stderr] 93 | let mut payload: &mut [T] = &mut ::std::iter::repeat(val).take(x_diff.capacity()).collect::>(); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> tests/convolution_specs.rs:131:25 [INFO] [stderr] | [INFO] [stderr] 131 | let mut payload: &mut [f32] = &mut ::std::iter::repeat(27f32).take(result.capacity()).collect::>(); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> tests/convolution_specs.rs:151:25 [INFO] [stderr] | [INFO] [stderr] 151 | let mut payload: &mut [f64] = &mut ::std::iter::repeat(27f64).take(result.capacity()).collect::>(); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> tests/convolution_specs.rs:171:25 [INFO] [stderr] | [INFO] [stderr] 171 | let mut payload: &mut [f32] = &mut ::std::iter::repeat(27f32).take(result.capacity()).collect::>(); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> tests/convolution_specs.rs:191:25 [INFO] [stderr] | [INFO] [stderr] 191 | let mut payload: &mut [f64] = &mut ::std::iter::repeat(27f64).take(result.capacity()).collect::>(); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> tests/relu_specs.rs:23:21 [INFO] [stderr] | [INFO] [stderr] 23 | 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] --> tests/relu_specs.rs:227:21 [INFO] [stderr] | [INFO] [stderr] 227 | 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] --> tests/lrn_specs.rs:23:21 [INFO] [stderr] | [INFO] [stderr] 23 | 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: a macro named `impl_ops_sigmoid_for` has already been exported [INFO] [stderr] --> src/frameworks/cuda/helper.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / macro_rules! impl_ops_sigmoid_for { [INFO] [stderr] 48 | | ($t:ident, $b:ty) => ( [INFO] [stderr] 49 | | impl ::plugin::Sigmoid<$t> for $b { [INFO] [stderr] 50 | | fn sigmoid( [INFO] [stderr] ... | [INFO] [stderr] 124 | | ) [INFO] [stderr] 125 | | } [INFO] [stderr] | |_^ `impl_ops_sigmoid_for` already exported [INFO] [stderr] | [INFO] [stderr] = note: #[warn(duplicate_macro_exports)] on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stderr] = note: for more information, see issue #35896 [INFO] [stderr] note: previous macro export is now shadowed [INFO] [stderr] --> src/frameworks/native/helper.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / macro_rules! impl_ops_sigmoid_for { [INFO] [stderr] 93 | | ($t:ident, $b:ty) => ( [INFO] [stderr] 94 | | impl ::plugin::Sigmoid<$t> for $b { [INFO] [stderr] 95 | | fn sigmoid( [INFO] [stderr] ... | [INFO] [stderr] 151 | | ); [INFO] [stderr] 152 | | } [INFO] [stderr] | |_^ [INFO] [stderr] [INFO] [stderr] warning: a macro named `impl_ops_relu_for` has already been exported [INFO] [stderr] --> src/frameworks/cuda/helper.rs:200:1 [INFO] [stderr] | [INFO] [stderr] 200 | / macro_rules! impl_ops_relu_for { [INFO] [stderr] 201 | | ($t:ident, $b:ty) => ( [INFO] [stderr] 202 | | impl ::plugin::Relu<$t> for $b { [INFO] [stderr] 203 | | fn relu( [INFO] [stderr] ... | [INFO] [stderr] 277 | | ) [INFO] [stderr] 278 | | } [INFO] [stderr] | |_^ `impl_ops_relu_for` already exported [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stderr] = note: for more information, see issue #35896 [INFO] [stderr] note: previous macro export is now shadowed [INFO] [stderr] --> src/frameworks/native/helper.rs:155:1 [INFO] [stderr] | [INFO] [stderr] 155 | / macro_rules! impl_ops_relu_for { [INFO] [stderr] 156 | | ($t:ident, $b:ty) => ( [INFO] [stderr] 157 | | impl ::plugin::Relu<$t> for $b { [INFO] [stderr] 158 | | fn relu( [INFO] [stderr] ... | [INFO] [stderr] 214 | | ); [INFO] [stderr] 215 | | } [INFO] [stderr] | |_^ [INFO] [stderr] [INFO] [stderr] warning: a macro named `impl_ops_tanh_for` has already been exported [INFO] [stderr] --> src/frameworks/cuda/helper.rs:353:1 [INFO] [stderr] | [INFO] [stderr] 353 | / macro_rules! impl_ops_tanh_for { [INFO] [stderr] 354 | | ($t:ident, $b:ty) => ( [INFO] [stderr] 355 | | impl ::plugin::Tanh<$t> for $b { [INFO] [stderr] 356 | | fn tanh( [INFO] [stderr] ... | [INFO] [stderr] 430 | | ) [INFO] [stderr] 431 | | } [INFO] [stderr] | |_^ `impl_ops_tanh_for` already exported [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stderr] = note: for more information, see issue #35896 [INFO] [stderr] note: previous macro export is now shadowed [INFO] [stderr] --> src/frameworks/native/helper.rs:218:1 [INFO] [stderr] | [INFO] [stderr] 218 | / macro_rules! impl_ops_tanh_for { [INFO] [stderr] 219 | | ($t:ident, $b:ty) => ( [INFO] [stderr] 220 | | impl ::plugin::Tanh<$t> for $b { [INFO] [stderr] 221 | | #[inline] [INFO] [stderr] ... | [INFO] [stderr] 278 | | ); [INFO] [stderr] 279 | | } [INFO] [stderr] | |_^ [INFO] [stderr] [INFO] [stderr] warning: a macro named `impl_ops_convolution_for` has already been exported [INFO] [stderr] --> src/frameworks/cuda/helper.rs:506:1 [INFO] [stderr] | [INFO] [stderr] 506 | / macro_rules! impl_ops_convolution_for { [INFO] [stderr] 507 | | ($t:ty, $b:ty) => ( [INFO] [stderr] 508 | | fn convolution( [INFO] [stderr] 509 | | &self, [INFO] [stderr] ... | [INFO] [stderr] 639 | | ) [INFO] [stderr] 640 | | } [INFO] [stderr] | |_^ `impl_ops_convolution_for` already exported [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stderr] = note: for more information, see issue #35896 [INFO] [stderr] note: previous macro export is now shadowed [INFO] [stderr] --> src/frameworks/native/helper.rs:282:1 [INFO] [stderr] | [INFO] [stderr] 282 | / macro_rules! impl_ops_convolution_for { [INFO] [stderr] 283 | | ($t:ident, $b:ty) => ( [INFO] [stderr] 284 | | impl ::plugin::Convolution<$t> for $b { [INFO] [stderr] 285 | | fn new_convolution_config( [INFO] [stderr] ... | [INFO] [stderr] 340 | | ); [INFO] [stderr] 341 | | } [INFO] [stderr] | |_^ [INFO] [stderr] [INFO] [stderr] warning: a macro named `impl_ops_softmax_for` has already been exported [INFO] [stderr] --> src/frameworks/cuda/helper.rs:643:1 [INFO] [stderr] | [INFO] [stderr] 643 | / macro_rules! impl_ops_softmax_for { [INFO] [stderr] 644 | | ($t:ident, $b:ty) => ( [INFO] [stderr] 645 | | impl ::plugin::Softmax<$t> for $b { [INFO] [stderr] 646 | | fn softmax( [INFO] [stderr] ... | [INFO] [stderr] 715 | | ) [INFO] [stderr] 716 | | } [INFO] [stderr] | |_^ `impl_ops_softmax_for` already exported [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stderr] = note: for more information, see issue #35896 [INFO] [stderr] note: previous macro export is now shadowed [INFO] [stderr] --> src/frameworks/native/helper.rs:344:1 [INFO] [stderr] | [INFO] [stderr] 344 | / macro_rules! impl_ops_softmax_for { [INFO] [stderr] 345 | | ($t:ident, $b:ty) => ( [INFO] [stderr] 346 | | impl ::plugin::Softmax<$t> for $b { [INFO] [stderr] 347 | | fn softmax( [INFO] [stderr] ... | [INFO] [stderr] 412 | | ); [INFO] [stderr] 413 | | } [INFO] [stderr] | |_^ [INFO] [stderr] [INFO] [stderr] warning: a macro named `impl_ops_log_softmax_for` has already been exported [INFO] [stderr] --> src/frameworks/cuda/helper.rs:719:1 [INFO] [stderr] | [INFO] [stderr] 719 | / macro_rules! impl_ops_log_softmax_for { [INFO] [stderr] 720 | | ($t:ident, $b:ty) => ( [INFO] [stderr] 721 | | impl ::plugin::LogSoftmax<$t> for $b { [INFO] [stderr] 722 | | fn log_softmax( [INFO] [stderr] ... | [INFO] [stderr] 791 | | ) [INFO] [stderr] 792 | | } [INFO] [stderr] | |_^ `impl_ops_log_softmax_for` already exported [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stderr] = note: for more information, see issue #35896 [INFO] [stderr] note: previous macro export is now shadowed [INFO] [stderr] --> src/frameworks/native/helper.rs:416:1 [INFO] [stderr] | [INFO] [stderr] 416 | / macro_rules! impl_ops_log_softmax_for { [INFO] [stderr] 417 | | ($t:ident, $b:ty) => ( [INFO] [stderr] 418 | | impl ::plugin::LogSoftmax<$t> for $b { [INFO] [stderr] 419 | | fn log_softmax( [INFO] [stderr] ... | [INFO] [stderr] 491 | | ); [INFO] [stderr] 492 | | } [INFO] [stderr] | |_^ [INFO] [stderr] [INFO] [stderr] warning: a macro named `impl_ops_lrn_for` has already been exported [INFO] [stderr] --> src/frameworks/cuda/helper.rs:795:1 [INFO] [stderr] | [INFO] [stderr] 795 | / macro_rules! impl_ops_lrn_for { [INFO] [stderr] 796 | | ($t:ident, $b:ty) => ( [INFO] [stderr] 797 | | impl ::plugin::LRN<$t> for $b { [INFO] [stderr] 798 | | fn new_lrn_config( [INFO] [stderr] ... | [INFO] [stderr] 890 | | ) [INFO] [stderr] 891 | | } [INFO] [stderr] | |_^ `impl_ops_lrn_for` already exported [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stderr] = note: for more information, see issue #35896 [INFO] [stderr] note: previous macro export is now shadowed [INFO] [stderr] --> src/frameworks/native/helper.rs:495:1 [INFO] [stderr] | [INFO] [stderr] 495 | / macro_rules! impl_ops_lrn_for { [INFO] [stderr] 496 | | ($t:ident, $b:ty) => ( [INFO] [stderr] 497 | | impl ::plugin::LRN<$t> for $b { [INFO] [stderr] 498 | | fn new_lrn_config( [INFO] [stderr] ... | [INFO] [stderr] 553 | | ); [INFO] [stderr] 554 | | } [INFO] [stderr] | |_^ [INFO] [stderr] [INFO] [stderr] warning: a macro named `impl_ops_pooling_for` has already been exported [INFO] [stderr] --> src/frameworks/cuda/helper.rs:894:1 [INFO] [stderr] | [INFO] [stderr] 894 | / macro_rules! impl_ops_pooling_for { [INFO] [stderr] 895 | | ($t:ident, $b:ty) => ( [INFO] [stderr] 896 | | impl ::plugin::Pooling<$t> for $b { [INFO] [stderr] 897 | | fn new_pooling_config( [INFO] [stderr] ... | [INFO] [stderr] 990 | | ) [INFO] [stderr] 991 | | } [INFO] [stderr] | |_^ `impl_ops_pooling_for` already exported [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stderr] = note: for more information, see issue #35896 [INFO] [stderr] note: previous macro export is now shadowed [INFO] [stderr] --> src/frameworks/native/helper.rs:557:1 [INFO] [stderr] | [INFO] [stderr] 557 | / macro_rules! impl_ops_pooling_for { [INFO] [stderr] 558 | | ($t:ident, $b:ty) => ( [INFO] [stderr] 559 | | impl ::plugin::Pooling<$t> for $b { [INFO] [stderr] 560 | | fn new_pooling_config( [INFO] [stderr] ... | [INFO] [stderr] 614 | | ); [INFO] [stderr] 615 | | } [INFO] [stderr] | |_^ [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> tests/sigmoid_pointwise_specs.rs:23:21 [INFO] [stderr] | [INFO] [stderr] 23 | 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] --> tests/softmax_specs.rs:23:21 [INFO] [stderr] | [INFO] [stderr] 23 | 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] --> tests/softmax_specs.rs:291:21 [INFO] [stderr] | [INFO] [stderr] 291 | let mut mem_buffer = mem.as_mut_slice::(); [INFO] [stderr] | ----^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/tanh_pointwise_specs-d7e6360c54155d3a.tanh_pointwise_specs.kol711qu-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/tanh_pointwise_specs-d7e6360c54155d3a.tanh_pointwise_specs.kol711qu-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/tanh_pointwise_specs-d7e6360c54155d3a.tanh_pointwise_specs.kol711qu-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/tanh_pointwise_specs-d7e6360c54155d3a.tanh_pointwise_specs.kol711qu-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/tanh_pointwise_specs-d7e6360c54155d3a.tanh_pointwise_specs.kol711qu-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/tanh_pointwise_specs-d7e6360c54155d3a.tanh_pointwise_specs.kol711qu-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/tanh_pointwise_specs-d7e6360c54155d3a.tanh_pointwise_specs.kol711qu-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/tanh_pointwise_specs-d7e6360c54155d3a.tanh_pointwise_specs.kol711qu-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/tanh_pointwise_specs-d7e6360c54155d3a.tanh_pointwise_specs.kol711qu-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/tanh_pointwise_specs-d7e6360c54155d3a.tanh_pointwise_specs.kol711qu-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/tanh_pointwise_specs-d7e6360c54155d3a.tanh_pointwise_specs.kol711qu-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/tanh_pointwise_specs-d7e6360c54155d3a.tanh_pointwise_specs.kol711qu-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/tanh_pointwise_specs-d7e6360c54155d3a.tanh_pointwise_specs.kol711qu-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/tanh_pointwise_specs-d7e6360c54155d3a.tanh_pointwise_specs.kol711qu-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/tanh_pointwise_specs-d7e6360c54155d3a.tanh_pointwise_specs.kol711qu-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/tanh_pointwise_specs-d7e6360c54155d3a.tanh_pointwise_specs.kol711qu-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/tanh_pointwise_specs-d7e6360c54155d3a" "/opt/crater/target/debug/deps/tanh_pointwise_specs-d7e6360c54155d3a.83ldahwucyikbce.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-7d9df032c0eb8a14.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-77300aa0d630d98f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-4d48ca12b265d456.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-8869eee15acf0f54.rlib" "/opt/crater/target/debug/deps/libcollenchyma_nn-d33cd854a78f9c57.rlib" "/opt/crater/target/debug/deps/liblog-bbe9110cf0409309.rlib" "/opt/crater/target/debug/deps/liblog-4d4ce27474bb9998.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/libcudnn-9d02a1ee0f07a398.rlib" "/opt/crater/target/debug/deps/libcudnn_sys-e9a52f1572d0adc9.rlib" "/opt/crater/target/debug/deps/libcollenchyma-b91c0b194d008b1e.rlib" "/opt/crater/target/debug/deps/liblinear_map-95d75b5d56f2b37c.rlib" "/opt/crater/target/debug/deps/libbyteorder-036ba18ccd728094.rlib" "/opt/crater/target/debug/deps/libnum-56232bbc3481d7e4.rlib" "/opt/crater/target/debug/deps/libnum_rational-4b67caa4c49810a7.rlib" "/opt/crater/target/debug/deps/libnum_bigint-1fd4b19cd24ff983.rlib" "/opt/crater/target/debug/deps/librand-12c0152561214ea4.rlib" "/opt/crater/target/debug/deps/libnum_complex-2c45d74b57ccfed4.rlib" "/opt/crater/target/debug/deps/librustc_serialize-349ba31664dfb847.rlib" "/opt/crater/target/debug/deps/libnum_iter-6aa8c2e263944e3d.rlib" "/opt/crater/target/debug/deps/libnum_integer-35be16e7600d6cb9.rlib" "/opt/crater/target/debug/deps/liblazy_static-f0ae2b35d74e16dd.rlib" "/opt/crater/target/debug/deps/libenum_primitive-342fb47c19d0cfb1.rlib" "/opt/crater/target/debug/deps/libnum_traits-c3ec1b467bca6158.rlib" "/opt/crater/target/debug/deps/libnum_traits-04277105b9bd2221.rlib" "/opt/crater/target/debug/deps/libbitflags-d549f9c877106888.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-lcudnn" "-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 -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: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/pooling_specs-7bdbe6a380bb118e.pooling_specs.77cxz10f-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/pooling_specs-7bdbe6a380bb118e.pooling_specs.77cxz10f-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/pooling_specs-7bdbe6a380bb118e.pooling_specs.77cxz10f-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/pooling_specs-7bdbe6a380bb118e.pooling_specs.77cxz10f-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/pooling_specs-7bdbe6a380bb118e.pooling_specs.77cxz10f-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/pooling_specs-7bdbe6a380bb118e.pooling_specs.77cxz10f-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/pooling_specs-7bdbe6a380bb118e.pooling_specs.77cxz10f-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/pooling_specs-7bdbe6a380bb118e.pooling_specs.77cxz10f-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/pooling_specs-7bdbe6a380bb118e.pooling_specs.77cxz10f-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/pooling_specs-7bdbe6a380bb118e.pooling_specs.77cxz10f-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/pooling_specs-7bdbe6a380bb118e.pooling_specs.77cxz10f-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/pooling_specs-7bdbe6a380bb118e.pooling_specs.77cxz10f-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/pooling_specs-7bdbe6a380bb118e.pooling_specs.77cxz10f-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/pooling_specs-7bdbe6a380bb118e.pooling_specs.77cxz10f-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/pooling_specs-7bdbe6a380bb118e.pooling_specs.77cxz10f-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/pooling_specs-7bdbe6a380bb118e.pooling_specs.77cxz10f-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/pooling_specs-7bdbe6a380bb118e" "/opt/crater/target/debug/deps/pooling_specs-7bdbe6a380bb118e.3ntuzojj8lcu6hbj.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-7d9df032c0eb8a14.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-77300aa0d630d98f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-4d48ca12b265d456.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-8869eee15acf0f54.rlib" "/opt/crater/target/debug/deps/libcollenchyma_nn-d33cd854a78f9c57.rlib" "/opt/crater/target/debug/deps/liblog-bbe9110cf0409309.rlib" "/opt/crater/target/debug/deps/liblog-4d4ce27474bb9998.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/libcudnn-9d02a1ee0f07a398.rlib" "/opt/crater/target/debug/deps/libcudnn_sys-e9a52f1572d0adc9.rlib" "/opt/crater/target/debug/deps/libcollenchyma-b91c0b194d008b1e.rlib" "/opt/crater/target/debug/deps/liblinear_map-95d75b5d56f2b37c.rlib" "/opt/crater/target/debug/deps/libbyteorder-036ba18ccd728094.rlib" "/opt/crater/target/debug/deps/libnum-56232bbc3481d7e4.rlib" "/opt/crater/target/debug/deps/libnum_rational-4b67caa4c49810a7.rlib" "/opt/crater/target/debug/deps/libnum_bigint-1fd4b19cd24ff983.rlib" "/opt/crater/target/debug/deps/librand-12c0152561214ea4.rlib" "/opt/crater/target/debug/deps/libnum_complex-2c45d74b57ccfed4.rlib" "/opt/crater/target/debug/deps/librustc_serialize-349ba31664dfb847.rlib" "/opt/crater/target/debug/deps/libnum_iter-6aa8c2e263944e3d.rlib" "/opt/crater/target/debug/deps/libnum_integer-35be16e7600d6cb9.rlib" "/opt/crater/target/debug/deps/liblazy_static-f0ae2b35d74e16dd.rlib" "/opt/crater/target/debug/deps/libenum_primitive-342fb47c19d0cfb1.rlib" "/opt/crater/target/debug/deps/libnum_traits-c3ec1b467bca6158.rlib" "/opt/crater/target/debug/deps/libnum_traits-04277105b9bd2221.rlib" "/opt/crater/target/debug/deps/libbitflags-d549f9c877106888.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-lcudnn" "-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 -lOpenCL [INFO] [stderr] /usr/bin/ld: cannot find -lOpenCL [INFO] [stderr] /usr/bin/ld: cannot find -lcuda [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `collenchyma-nn`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `collenchyma-nn`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/convolution_specs-7473b997efd5df97.convolution_specs.bzm1si42-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/convolution_specs-7473b997efd5df97.convolution_specs.bzm1si42-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/convolution_specs-7473b997efd5df97.convolution_specs.bzm1si42-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/convolution_specs-7473b997efd5df97.convolution_specs.bzm1si42-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/convolution_specs-7473b997efd5df97.convolution_specs.bzm1si42-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/convolution_specs-7473b997efd5df97.convolution_specs.bzm1si42-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/convolution_specs-7473b997efd5df97.convolution_specs.bzm1si42-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/convolution_specs-7473b997efd5df97.convolution_specs.bzm1si42-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/convolution_specs-7473b997efd5df97.convolution_specs.bzm1si42-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/convolution_specs-7473b997efd5df97.convolution_specs.bzm1si42-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/convolution_specs-7473b997efd5df97.convolution_specs.bzm1si42-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/convolution_specs-7473b997efd5df97.convolution_specs.bzm1si42-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/convolution_specs-7473b997efd5df97.convolution_specs.bzm1si42-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/convolution_specs-7473b997efd5df97.convolution_specs.bzm1si42-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/convolution_specs-7473b997efd5df97.convolution_specs.bzm1si42-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/convolution_specs-7473b997efd5df97.convolution_specs.bzm1si42-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/convolution_specs-7473b997efd5df97" "/opt/crater/target/debug/deps/convolution_specs-7473b997efd5df97.3ysrm47m8cqrptkq.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-7d9df032c0eb8a14.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-77300aa0d630d98f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-4d48ca12b265d456.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-8869eee15acf0f54.rlib" "/opt/crater/target/debug/deps/libcollenchyma_nn-d33cd854a78f9c57.rlib" "/opt/crater/target/debug/deps/liblog-bbe9110cf0409309.rlib" "/opt/crater/target/debug/deps/liblog-4d4ce27474bb9998.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/libcudnn-9d02a1ee0f07a398.rlib" "/opt/crater/target/debug/deps/libcudnn_sys-e9a52f1572d0adc9.rlib" "/opt/crater/target/debug/deps/libcollenchyma-b91c0b194d008b1e.rlib" "/opt/crater/target/debug/deps/liblinear_map-95d75b5d56f2b37c.rlib" "/opt/crater/target/debug/deps/libbyteorder-036ba18ccd728094.rlib" "/opt/crater/target/debug/deps/libnum-56232bbc3481d7e4.rlib" "/opt/crater/target/debug/deps/libnum_rational-4b67caa4c49810a7.rlib" "/opt/crater/target/debug/deps/libnum_bigint-1fd4b19cd24ff983.rlib" "/opt/crater/target/debug/deps/librand-12c0152561214ea4.rlib" "/opt/crater/target/debug/deps/libnum_complex-2c45d74b57ccfed4.rlib" "/opt/crater/target/debug/deps/librustc_serialize-349ba31664dfb847.rlib" "/opt/crater/target/debug/deps/libnum_iter-6aa8c2e263944e3d.rlib" "/opt/crater/target/debug/deps/libnum_integer-35be16e7600d6cb9.rlib" "/opt/crater/target/debug/deps/liblazy_static-f0ae2b35d74e16dd.rlib" "/opt/crater/target/debug/deps/libenum_primitive-342fb47c19d0cfb1.rlib" "/opt/crater/target/debug/deps/libnum_traits-c3ec1b467bca6158.rlib" "/opt/crater/target/debug/deps/libnum_traits-04277105b9bd2221.rlib" "/opt/crater/target/debug/deps/libbitflags-d549f9c877106888.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-lcudnn" "-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 -lOpenCL [INFO] [stderr] /usr/bin/ld: cannot find -lOpenCL [INFO] [stderr] /usr/bin/ld: cannot find -lcuda [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `collenchyma-nn`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/relu_specs-91b08972402ceb3d.relu_specs.4k4fv1v9-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/relu_specs-91b08972402ceb3d.relu_specs.4k4fv1v9-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/relu_specs-91b08972402ceb3d.relu_specs.4k4fv1v9-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/relu_specs-91b08972402ceb3d.relu_specs.4k4fv1v9-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/relu_specs-91b08972402ceb3d.relu_specs.4k4fv1v9-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/relu_specs-91b08972402ceb3d.relu_specs.4k4fv1v9-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/relu_specs-91b08972402ceb3d.relu_specs.4k4fv1v9-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/relu_specs-91b08972402ceb3d.relu_specs.4k4fv1v9-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/relu_specs-91b08972402ceb3d.relu_specs.4k4fv1v9-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/relu_specs-91b08972402ceb3d.relu_specs.4k4fv1v9-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/relu_specs-91b08972402ceb3d.relu_specs.4k4fv1v9-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/relu_specs-91b08972402ceb3d.relu_specs.4k4fv1v9-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/relu_specs-91b08972402ceb3d.relu_specs.4k4fv1v9-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/relu_specs-91b08972402ceb3d.relu_specs.4k4fv1v9-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/relu_specs-91b08972402ceb3d.relu_specs.4k4fv1v9-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/relu_specs-91b08972402ceb3d.relu_specs.4k4fv1v9-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/relu_specs-91b08972402ceb3d" "/opt/crater/target/debug/deps/relu_specs-91b08972402ceb3d.206kkjmpdr4r0nfr.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-7d9df032c0eb8a14.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-77300aa0d630d98f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-4d48ca12b265d456.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-8869eee15acf0f54.rlib" "/opt/crater/target/debug/deps/libcollenchyma_nn-d33cd854a78f9c57.rlib" "/opt/crater/target/debug/deps/liblog-bbe9110cf0409309.rlib" "/opt/crater/target/debug/deps/liblog-4d4ce27474bb9998.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/libcudnn-9d02a1ee0f07a398.rlib" "/opt/crater/target/debug/deps/libcudnn_sys-e9a52f1572d0adc9.rlib" "/opt/crater/target/debug/deps/libcollenchyma-b91c0b194d008b1e.rlib" "/opt/crater/target/debug/deps/liblinear_map-95d75b5d56f2b37c.rlib" "/opt/crater/target/debug/deps/libbyteorder-036ba18ccd728094.rlib" "/opt/crater/target/debug/deps/libnum-56232bbc3481d7e4.rlib" "/opt/crater/target/debug/deps/libnum_rational-4b67caa4c49810a7.rlib" "/opt/crater/target/debug/deps/libnum_bigint-1fd4b19cd24ff983.rlib" "/opt/crater/target/debug/deps/librand-12c0152561214ea4.rlib" "/opt/crater/target/debug/deps/libnum_complex-2c45d74b57ccfed4.rlib" "/opt/crater/target/debug/deps/librustc_serialize-349ba31664dfb847.rlib" "/opt/crater/target/debug/deps/libnum_iter-6aa8c2e263944e3d.rlib" "/opt/crater/target/debug/deps/libnum_integer-35be16e7600d6cb9.rlib" "/opt/crater/target/debug/deps/liblazy_static-f0ae2b35d74e16dd.rlib" "/opt/crater/target/debug/deps/libenum_primitive-342fb47c19d0cfb1.rlib" "/opt/crater/target/debug/deps/libnum_traits-c3ec1b467bca6158.rlib" "/opt/crater/target/debug/deps/libnum_traits-04277105b9bd2221.rlib" "/opt/crater/target/debug/deps/libbitflags-d549f9c877106888.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-lcudnn" "-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 -lOpenCL [INFO] [stderr] /usr/bin/ld: cannot find -lOpenCL [INFO] [stderr] /usr/bin/ld: cannot find -lcuda [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `collenchyma-nn`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/sigmoid_pointwise_specs-5ee124f80273bc91.sigmoid_pointwise_specs.nwhs0s3i-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/sigmoid_pointwise_specs-5ee124f80273bc91.sigmoid_pointwise_specs.nwhs0s3i-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/sigmoid_pointwise_specs-5ee124f80273bc91.sigmoid_pointwise_specs.nwhs0s3i-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/sigmoid_pointwise_specs-5ee124f80273bc91.sigmoid_pointwise_specs.nwhs0s3i-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/sigmoid_pointwise_specs-5ee124f80273bc91.sigmoid_pointwise_specs.nwhs0s3i-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/sigmoid_pointwise_specs-5ee124f80273bc91.sigmoid_pointwise_specs.nwhs0s3i-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/sigmoid_pointwise_specs-5ee124f80273bc91.sigmoid_pointwise_specs.nwhs0s3i-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/sigmoid_pointwise_specs-5ee124f80273bc91.sigmoid_pointwise_specs.nwhs0s3i-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/sigmoid_pointwise_specs-5ee124f80273bc91.sigmoid_pointwise_specs.nwhs0s3i-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/sigmoid_pointwise_specs-5ee124f80273bc91.sigmoid_pointwise_specs.nwhs0s3i-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/sigmoid_pointwise_specs-5ee124f80273bc91.sigmoid_pointwise_specs.nwhs0s3i-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/sigmoid_pointwise_specs-5ee124f80273bc91.sigmoid_pointwise_specs.nwhs0s3i-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/sigmoid_pointwise_specs-5ee124f80273bc91.sigmoid_pointwise_specs.nwhs0s3i-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/sigmoid_pointwise_specs-5ee124f80273bc91.sigmoid_pointwise_specs.nwhs0s3i-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/sigmoid_pointwise_specs-5ee124f80273bc91.sigmoid_pointwise_specs.nwhs0s3i-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/sigmoid_pointwise_specs-5ee124f80273bc91.sigmoid_pointwise_specs.nwhs0s3i-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/sigmoid_pointwise_specs-5ee124f80273bc91" "/opt/crater/target/debug/deps/sigmoid_pointwise_specs-5ee124f80273bc91.49mt5rifea4znnxv.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-7d9df032c0eb8a14.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-77300aa0d630d98f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-4d48ca12b265d456.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-8869eee15acf0f54.rlib" "/opt/crater/target/debug/deps/libcollenchyma_nn-d33cd854a78f9c57.rlib" "/opt/crater/target/debug/deps/liblog-bbe9110cf0409309.rlib" "/opt/crater/target/debug/deps/liblog-4d4ce27474bb9998.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/libcudnn-9d02a1ee0f07a398.rlib" "/opt/crater/target/debug/deps/libcudnn_sys-e9a52f1572d0adc9.rlib" "/opt/crater/target/debug/deps/libcollenchyma-b91c0b194d008b1e.rlib" "/opt/crater/target/debug/deps/liblinear_map-95d75b5d56f2b37c.rlib" "/opt/crater/target/debug/deps/libbyteorder-036ba18ccd728094.rlib" "/opt/crater/target/debug/deps/libnum-56232bbc3481d7e4.rlib" "/opt/crater/target/debug/deps/libnum_rational-4b67caa4c49810a7.rlib" "/opt/crater/target/debug/deps/libnum_bigint-1fd4b19cd24ff983.rlib" "/opt/crater/target/debug/deps/librand-12c0152561214ea4.rlib" "/opt/crater/target/debug/deps/libnum_complex-2c45d74b57ccfed4.rlib" "/opt/crater/target/debug/deps/librustc_serialize-349ba31664dfb847.rlib" "/opt/crater/target/debug/deps/libnum_iter-6aa8c2e263944e3d.rlib" "/opt/crater/target/debug/deps/libnum_integer-35be16e7600d6cb9.rlib" "/opt/crater/target/debug/deps/liblazy_static-f0ae2b35d74e16dd.rlib" "/opt/crater/target/debug/deps/libenum_primitive-342fb47c19d0cfb1.rlib" "/opt/crater/target/debug/deps/libnum_traits-c3ec1b467bca6158.rlib" "/opt/crater/target/debug/deps/libnum_traits-04277105b9bd2221.rlib" "/opt/crater/target/debug/deps/libbitflags-d549f9c877106888.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-lcudnn" "-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 -lOpenCL [INFO] [stderr] /usr/bin/ld: cannot find -lOpenCL [INFO] [stderr] /usr/bin/ld: cannot find -lcuda [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `collenchyma-nn`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/lrn_specs-ce5f6f6ba1d1153b.lrn_specs.dwlq77t6-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/lrn_specs-ce5f6f6ba1d1153b.lrn_specs.dwlq77t6-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/lrn_specs-ce5f6f6ba1d1153b.lrn_specs.dwlq77t6-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/lrn_specs-ce5f6f6ba1d1153b.lrn_specs.dwlq77t6-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/lrn_specs-ce5f6f6ba1d1153b.lrn_specs.dwlq77t6-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/lrn_specs-ce5f6f6ba1d1153b.lrn_specs.dwlq77t6-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/lrn_specs-ce5f6f6ba1d1153b.lrn_specs.dwlq77t6-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/lrn_specs-ce5f6f6ba1d1153b.lrn_specs.dwlq77t6-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/lrn_specs-ce5f6f6ba1d1153b.lrn_specs.dwlq77t6-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/lrn_specs-ce5f6f6ba1d1153b.lrn_specs.dwlq77t6-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/lrn_specs-ce5f6f6ba1d1153b.lrn_specs.dwlq77t6-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/lrn_specs-ce5f6f6ba1d1153b.lrn_specs.dwlq77t6-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/lrn_specs-ce5f6f6ba1d1153b.lrn_specs.dwlq77t6-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/lrn_specs-ce5f6f6ba1d1153b.lrn_specs.dwlq77t6-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/lrn_specs-ce5f6f6ba1d1153b.lrn_specs.dwlq77t6-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/lrn_specs-ce5f6f6ba1d1153b.lrn_specs.dwlq77t6-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/lrn_specs-ce5f6f6ba1d1153b" "/opt/crater/target/debug/deps/lrn_specs-ce5f6f6ba1d1153b.8u614znj593yylv.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-7d9df032c0eb8a14.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-77300aa0d630d98f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-4d48ca12b265d456.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-8869eee15acf0f54.rlib" "/opt/crater/target/debug/deps/libcollenchyma_nn-d33cd854a78f9c57.rlib" "/opt/crater/target/debug/deps/liblog-bbe9110cf0409309.rlib" "/opt/crater/target/debug/deps/liblog-4d4ce27474bb9998.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/libcudnn-9d02a1ee0f07a398.rlib" "/opt/crater/target/debug/deps/libcudnn_sys-e9a52f1572d0adc9.rlib" "/opt/crater/target/debug/deps/libcollenchyma-b91c0b194d008b1e.rlib" "/opt/crater/target/debug/deps/liblinear_map-95d75b5d56f2b37c.rlib" "/opt/crater/target/debug/deps/libbyteorder-036ba18ccd728094.rlib" "/opt/crater/target/debug/deps/libnum-56232bbc3481d7e4.rlib" "/opt/crater/target/debug/deps/libnum_rational-4b67caa4c49810a7.rlib" "/opt/crater/target/debug/deps/libnum_bigint-1fd4b19cd24ff983.rlib" "/opt/crater/target/debug/deps/librand-12c0152561214ea4.rlib" "/opt/crater/target/debug/deps/libnum_complex-2c45d74b57ccfed4.rlib" "/opt/crater/target/debug/deps/librustc_serialize-349ba31664dfb847.rlib" "/opt/crater/target/debug/deps/libnum_iter-6aa8c2e263944e3d.rlib" "/opt/crater/target/debug/deps/libnum_integer-35be16e7600d6cb9.rlib" "/opt/crater/target/debug/deps/liblazy_static-f0ae2b35d74e16dd.rlib" "/opt/crater/target/debug/deps/libenum_primitive-342fb47c19d0cfb1.rlib" "/opt/crater/target/debug/deps/libnum_traits-c3ec1b467bca6158.rlib" "/opt/crater/target/debug/deps/libnum_traits-04277105b9bd2221.rlib" "/opt/crater/target/debug/deps/libbitflags-d549f9c877106888.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-lcudnn" "-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 -lOpenCL [INFO] [stderr] /usr/bin/ld: cannot find -lOpenCL [INFO] [stderr] /usr/bin/ld: cannot find -lcuda [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `collenchyma-nn`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/softmax_specs-05c5c1599e055612.softmax_specs.731ed5nv-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/softmax_specs-05c5c1599e055612.softmax_specs.731ed5nv-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/softmax_specs-05c5c1599e055612.softmax_specs.731ed5nv-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/softmax_specs-05c5c1599e055612.softmax_specs.731ed5nv-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/softmax_specs-05c5c1599e055612.softmax_specs.731ed5nv-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/softmax_specs-05c5c1599e055612.softmax_specs.731ed5nv-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/softmax_specs-05c5c1599e055612.softmax_specs.731ed5nv-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/softmax_specs-05c5c1599e055612.softmax_specs.731ed5nv-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/softmax_specs-05c5c1599e055612.softmax_specs.731ed5nv-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/softmax_specs-05c5c1599e055612.softmax_specs.731ed5nv-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/softmax_specs-05c5c1599e055612.softmax_specs.731ed5nv-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/softmax_specs-05c5c1599e055612.softmax_specs.731ed5nv-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/softmax_specs-05c5c1599e055612.softmax_specs.731ed5nv-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/softmax_specs-05c5c1599e055612.softmax_specs.731ed5nv-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/softmax_specs-05c5c1599e055612.softmax_specs.731ed5nv-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/softmax_specs-05c5c1599e055612.softmax_specs.731ed5nv-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/softmax_specs-05c5c1599e055612" "/opt/crater/target/debug/deps/softmax_specs-05c5c1599e055612.2cxrlp228lkdr9d9.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-7d9df032c0eb8a14.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-77300aa0d630d98f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-4d48ca12b265d456.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-8869eee15acf0f54.rlib" "/opt/crater/target/debug/deps/libcollenchyma_nn-d33cd854a78f9c57.rlib" "/opt/crater/target/debug/deps/liblog-bbe9110cf0409309.rlib" "/opt/crater/target/debug/deps/liblog-4d4ce27474bb9998.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/libcudnn-9d02a1ee0f07a398.rlib" "/opt/crater/target/debug/deps/libcudnn_sys-e9a52f1572d0adc9.rlib" "/opt/crater/target/debug/deps/libcollenchyma-b91c0b194d008b1e.rlib" "/opt/crater/target/debug/deps/liblinear_map-95d75b5d56f2b37c.rlib" "/opt/crater/target/debug/deps/libbyteorder-036ba18ccd728094.rlib" "/opt/crater/target/debug/deps/libnum-56232bbc3481d7e4.rlib" "/opt/crater/target/debug/deps/libnum_rational-4b67caa4c49810a7.rlib" "/opt/crater/target/debug/deps/libnum_bigint-1fd4b19cd24ff983.rlib" "/opt/crater/target/debug/deps/librand-12c0152561214ea4.rlib" "/opt/crater/target/debug/deps/libnum_complex-2c45d74b57ccfed4.rlib" "/opt/crater/target/debug/deps/librustc_serialize-349ba31664dfb847.rlib" "/opt/crater/target/debug/deps/libnum_iter-6aa8c2e263944e3d.rlib" "/opt/crater/target/debug/deps/libnum_integer-35be16e7600d6cb9.rlib" "/opt/crater/target/debug/deps/liblazy_static-f0ae2b35d74e16dd.rlib" "/opt/crater/target/debug/deps/libenum_primitive-342fb47c19d0cfb1.rlib" "/opt/crater/target/debug/deps/libnum_traits-c3ec1b467bca6158.rlib" "/opt/crater/target/debug/deps/libnum_traits-04277105b9bd2221.rlib" "/opt/crater/target/debug/deps/libbitflags-d549f9c877106888.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-lcudnn" "-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 -lOpenCL [INFO] [stderr] /usr/bin/ld: cannot find -lOpenCL [INFO] [stderr] /usr/bin/ld: cannot find -lcuda [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `collenchyma-nn`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/frameworks/native/helper.rs:21:17 [INFO] [stderr] | [INFO] [stderr] 21 | 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:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | macro_rules! impl_ops_sigmoid_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:108:9 [INFO] [stderr] | [INFO] [stderr] 108| #![deny(missing_docs, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/native/helper.rs:155:1 [INFO] [stderr] | [INFO] [stderr] 155 | macro_rules! impl_ops_relu_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/native/helper.rs:218:1 [INFO] [stderr] | [INFO] [stderr] 218 | macro_rules! impl_ops_tanh_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/native/helper.rs:282:1 [INFO] [stderr] | [INFO] [stderr] 282 | macro_rules! impl_ops_convolution_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/native/helper.rs:344:1 [INFO] [stderr] | [INFO] [stderr] 344 | macro_rules! impl_ops_softmax_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/native/helper.rs:416:1 [INFO] [stderr] | [INFO] [stderr] 416 | 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:495:1 [INFO] [stderr] | [INFO] [stderr] 495 | macro_rules! impl_ops_lrn_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/native/helper.rs:557:1 [INFO] [stderr] | [INFO] [stderr] 557 | macro_rules! impl_ops_pooling_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/cuda/helper.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / macro_rules! impl_oconf_for_cc(($($t: ident), +) => ( [INFO] [stderr] 27 | | $( [INFO] [stderr] 28 | | impl<'a> NNOperationConfig<$t> for utils::ConvolutionConfig { } [INFO] [stderr] 29 | | )+ [INFO] [stderr] 30 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/cuda/helper.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / macro_rules! impl_oconf_for_clrn(($($t: ident), +) => ( [INFO] [stderr] 34 | | $( [INFO] [stderr] 35 | | impl NNOperationConfig<$t> for utils::NormalizationConfig { } [INFO] [stderr] 36 | | )+ [INFO] [stderr] 37 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/cuda/helper.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | / macro_rules! impl_oconf_for_pooling(($($t: ident), +) => ( [INFO] [stderr] 41 | | $( [INFO] [stderr] 42 | | impl NNOperationConfig<$t> for utils::PoolingConfig { } [INFO] [stderr] 43 | | )+ [INFO] [stderr] 44 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/cuda/helper.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | macro_rules! impl_ops_sigmoid_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/cuda/helper.rs:128:1 [INFO] [stderr] | [INFO] [stderr] 128 | macro_rules! impl_ops_sigmoid_pointwise_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/cuda/helper.rs:200:1 [INFO] [stderr] | [INFO] [stderr] 200 | macro_rules! impl_ops_relu_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/cuda/helper.rs:281:1 [INFO] [stderr] | [INFO] [stderr] 281 | macro_rules! impl_ops_relu_pointwise_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/cuda/helper.rs:353:1 [INFO] [stderr] | [INFO] [stderr] 353 | macro_rules! impl_ops_tanh_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/cuda/helper.rs:434:1 [INFO] [stderr] | [INFO] [stderr] 434 | macro_rules! impl_ops_tanh_pointwise_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/cuda/helper.rs:506:1 [INFO] [stderr] | [INFO] [stderr] 506 | macro_rules! impl_ops_convolution_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/cuda/helper.rs:643:1 [INFO] [stderr] | [INFO] [stderr] 643 | macro_rules! impl_ops_softmax_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/cuda/helper.rs:719:1 [INFO] [stderr] | [INFO] [stderr] 719 | macro_rules! impl_ops_log_softmax_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/cuda/helper.rs:795:1 [INFO] [stderr] | [INFO] [stderr] 795 | macro_rules! impl_ops_lrn_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/frameworks/cuda/helper.rs:894:1 [INFO] [stderr] | [INFO] [stderr] 894 | macro_rules! impl_ops_pooling_for { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/collenchyma_nn-a97e01099749315c.collenchyma_nn.b4sxhvtc-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/collenchyma_nn-a97e01099749315c.collenchyma_nn.b4sxhvtc-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/collenchyma_nn-a97e01099749315c.collenchyma_nn.b4sxhvtc-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/collenchyma_nn-a97e01099749315c.collenchyma_nn.b4sxhvtc-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/collenchyma_nn-a97e01099749315c.collenchyma_nn.b4sxhvtc-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/collenchyma_nn-a97e01099749315c.collenchyma_nn.b4sxhvtc-cgu.5.rcgu.o" "-o" "/opt/crater/target/debug/deps/collenchyma_nn-a97e01099749315c" "/opt/crater/target/debug/deps/collenchyma_nn-a97e01099749315c.cj154924rabvpro.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-7d9df032c0eb8a14.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-77300aa0d630d98f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-4d48ca12b265d456.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-8869eee15acf0f54.rlib" "/opt/crater/target/debug/deps/liblog-bbe9110cf0409309.rlib" "/opt/crater/target/debug/deps/liblog-4d4ce27474bb9998.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/libcudnn-9d02a1ee0f07a398.rlib" "/opt/crater/target/debug/deps/libcudnn_sys-e9a52f1572d0adc9.rlib" "/opt/crater/target/debug/deps/libcollenchyma-b91c0b194d008b1e.rlib" "/opt/crater/target/debug/deps/liblinear_map-95d75b5d56f2b37c.rlib" "/opt/crater/target/debug/deps/libbyteorder-036ba18ccd728094.rlib" "/opt/crater/target/debug/deps/libnum-56232bbc3481d7e4.rlib" "/opt/crater/target/debug/deps/libnum_rational-4b67caa4c49810a7.rlib" "/opt/crater/target/debug/deps/libnum_bigint-1fd4b19cd24ff983.rlib" "/opt/crater/target/debug/deps/librand-12c0152561214ea4.rlib" "/opt/crater/target/debug/deps/libnum_complex-2c45d74b57ccfed4.rlib" "/opt/crater/target/debug/deps/librustc_serialize-349ba31664dfb847.rlib" "/opt/crater/target/debug/deps/libnum_iter-6aa8c2e263944e3d.rlib" "/opt/crater/target/debug/deps/libnum_integer-35be16e7600d6cb9.rlib" "/opt/crater/target/debug/deps/liblazy_static-f0ae2b35d74e16dd.rlib" "/opt/crater/target/debug/deps/libenum_primitive-342fb47c19d0cfb1.rlib" "/opt/crater/target/debug/deps/libnum_traits-c3ec1b467bca6158.rlib" "/opt/crater/target/debug/deps/libnum_traits-04277105b9bd2221.rlib" "/opt/crater/target/debug/deps/libbitflags-d549f9c877106888.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-lcudnn" "-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 -lOpenCL [INFO] [stderr] /usr/bin/ld: cannot find -lOpenCL [INFO] [stderr] /usr/bin/ld: cannot find -lcuda [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `collenchyma-nn`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "3f301671238fdf24365a080c2f10398a1ea739e231715467b103248bc373b95f"` [INFO] running `"docker" "rm" "-f" "3f301671238fdf24365a080c2f10398a1ea739e231715467b103248bc373b95f"` [INFO] [stdout] 3f301671238fdf24365a080c2f10398a1ea739e231715467b103248bc373b95f