[INFO] crate collenchyma-nn 0.3.4 is already in cache [INFO] extracting crate collenchyma-nn 0.3.4 into work/ex/beta-1.38-1/sources/1.37.0/reg/collenchyma-nn/0.3.4 [INFO] extracting crate collenchyma-nn 0.3.4 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/collenchyma-nn/0.3.4 [INFO] validating manifest of collenchyma-nn-0.3.4 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of collenchyma-nn-0.3.4 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing collenchyma-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.38-1/sources/1.37.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.38-1/sources/beta-2019-08-13/reg/collenchyma-nn/0.3.4/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing collenchyma-nn-0.3.4 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 84d8949283454febf62017d3fc971a5539cd4379262bc71c7ed94cd61b7f4b57 [INFO] running `"docker" "start" "-a" "84d8949283454febf62017d3fc971a5539cd4379262bc71c7ed94cd61b7f4b57"` [INFO] [stderr] Compiling cudnn-sys v0.0.3 [INFO] [stderr] Compiling collenchyma v0.0.8 [INFO] [stderr] Compiling cudnn v1.3.1 [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.02s [INFO] running `"docker" "inspect" "84d8949283454febf62017d3fc971a5539cd4379262bc71c7ed94cd61b7f4b57"` [INFO] running `"docker" "rm" "-f" "84d8949283454febf62017d3fc971a5539cd4379262bc71c7ed94cd61b7f4b57"` [INFO] [stdout] 84d8949283454febf62017d3fc971a5539cd4379262bc71c7ed94cd61b7f4b57 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] d368f7a261cfcad91ef5f305788d573edb398853440c38f0df2ba64a1c29622c [INFO] running `"docker" "start" "-a" "d368f7a261cfcad91ef5f305788d573edb398853440c38f0df2ba64a1c29622c"` [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] --> 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: 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/sigmoid_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/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/sigmoid_specs.rs:232:21 [INFO] [stderr] | [INFO] [stderr] 232 | 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/relu_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] 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] 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/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/sigmoid_pointwise_specs-a137252e5f081fdf.sigmoid_pointwise_specs.dh6zvfoz-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/sigmoid_pointwise_specs-a137252e5f081fdf.sigmoid_pointwise_specs.dh6zvfoz-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/sigmoid_pointwise_specs-a137252e5f081fdf.sigmoid_pointwise_specs.dh6zvfoz-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/sigmoid_pointwise_specs-a137252e5f081fdf.sigmoid_pointwise_specs.dh6zvfoz-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/sigmoid_pointwise_specs-a137252e5f081fdf.sigmoid_pointwise_specs.dh6zvfoz-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/sigmoid_pointwise_specs-a137252e5f081fdf.sigmoid_pointwise_specs.dh6zvfoz-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/sigmoid_pointwise_specs-a137252e5f081fdf.sigmoid_pointwise_specs.dh6zvfoz-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/sigmoid_pointwise_specs-a137252e5f081fdf.sigmoid_pointwise_specs.dh6zvfoz-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/sigmoid_pointwise_specs-a137252e5f081fdf.sigmoid_pointwise_specs.dh6zvfoz-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/sigmoid_pointwise_specs-a137252e5f081fdf.sigmoid_pointwise_specs.dh6zvfoz-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/sigmoid_pointwise_specs-a137252e5f081fdf.sigmoid_pointwise_specs.dh6zvfoz-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/sigmoid_pointwise_specs-a137252e5f081fdf.sigmoid_pointwise_specs.dh6zvfoz-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/sigmoid_pointwise_specs-a137252e5f081fdf.sigmoid_pointwise_specs.dh6zvfoz-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/sigmoid_pointwise_specs-a137252e5f081fdf.sigmoid_pointwise_specs.dh6zvfoz-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/sigmoid_pointwise_specs-a137252e5f081fdf.sigmoid_pointwise_specs.dh6zvfoz-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/sigmoid_pointwise_specs-a137252e5f081fdf.sigmoid_pointwise_specs.dh6zvfoz-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/sigmoid_pointwise_specs-a137252e5f081fdf" "/opt/crater/target/debug/deps/sigmoid_pointwise_specs-a137252e5f081fdf.1y5c6two4eplwwol.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-0127509d2e54a846.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-2651f8b4eed9e86e.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-c729851ce6e3efb2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-e8235f0d435d4737.rlib" "/opt/crater/target/debug/deps/libcollenchyma_nn-028e029038253d8c.rlib" "/opt/crater/target/debug/deps/liblog-5ad476e9af8f39be.rlib" "/opt/crater/target/debug/deps/liblog-55cfa8f7ed258bff.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "/opt/crater/target/debug/deps/libcudnn-057475f971b5c1f8.rlib" "/opt/crater/target/debug/deps/libcudnn_sys-be6cb18421945fc6.rlib" "/opt/crater/target/debug/deps/libcollenchyma-8979a40f04f939e1.rlib" "/opt/crater/target/debug/deps/liblinear_map-dfb0c93f320577ec.rlib" "/opt/crater/target/debug/deps/libbyteorder-6625e79c2e8ceba8.rlib" "/opt/crater/target/debug/deps/libnum-e63d53c314fbbd58.rlib" "/opt/crater/target/debug/deps/libnum_rational-e30c67c8b728c84e.rlib" "/opt/crater/target/debug/deps/libnum_bigint-a73e158724f6314f.rlib" "/opt/crater/target/debug/deps/librand-a2977b71a5d1a0ed.rlib" "/opt/crater/target/debug/deps/libnum_complex-527c400245fd80b7.rlib" "/opt/crater/target/debug/deps/librustc_serialize-cc29b8ffd74fbfca.rlib" "/opt/crater/target/debug/deps/libnum_iter-710c4cd4b54241c7.rlib" "/opt/crater/target/debug/deps/libnum_integer-e8e7d1ec85b23cb1.rlib" "/opt/crater/target/debug/deps/liblazy_static-77397d332fc5c1af.rlib" "/opt/crater/target/debug/deps/libenum_primitive-515fe8ef46dce4c7.rlib" "/opt/crater/target/debug/deps/libnum_traits-1653dfd91ced9a3c.rlib" "/opt/crater/target/debug/deps/libnum_traits-d11dcc7883adaecb.rlib" "/opt/crater/target/debug/deps/libbitflags-c22c92d83e8dfa64.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.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/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/relu_specs-ae4c88051eee63e5.relu_specs.5ke78qjr-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/relu_specs-ae4c88051eee63e5.relu_specs.5ke78qjr-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/relu_specs-ae4c88051eee63e5.relu_specs.5ke78qjr-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/relu_specs-ae4c88051eee63e5.relu_specs.5ke78qjr-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/relu_specs-ae4c88051eee63e5.relu_specs.5ke78qjr-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/relu_specs-ae4c88051eee63e5.relu_specs.5ke78qjr-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/relu_specs-ae4c88051eee63e5.relu_specs.5ke78qjr-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/relu_specs-ae4c88051eee63e5.relu_specs.5ke78qjr-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/relu_specs-ae4c88051eee63e5.relu_specs.5ke78qjr-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/relu_specs-ae4c88051eee63e5.relu_specs.5ke78qjr-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/relu_specs-ae4c88051eee63e5.relu_specs.5ke78qjr-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/relu_specs-ae4c88051eee63e5.relu_specs.5ke78qjr-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/relu_specs-ae4c88051eee63e5.relu_specs.5ke78qjr-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/relu_specs-ae4c88051eee63e5.relu_specs.5ke78qjr-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/relu_specs-ae4c88051eee63e5.relu_specs.5ke78qjr-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/relu_specs-ae4c88051eee63e5.relu_specs.5ke78qjr-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/relu_specs-ae4c88051eee63e5" "/opt/crater/target/debug/deps/relu_specs-ae4c88051eee63e5.44i4fipprlpllh4o.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-0127509d2e54a846.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-2651f8b4eed9e86e.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-c729851ce6e3efb2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-e8235f0d435d4737.rlib" "/opt/crater/target/debug/deps/libcollenchyma_nn-028e029038253d8c.rlib" "/opt/crater/target/debug/deps/liblog-5ad476e9af8f39be.rlib" "/opt/crater/target/debug/deps/liblog-55cfa8f7ed258bff.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "/opt/crater/target/debug/deps/libcudnn-057475f971b5c1f8.rlib" "/opt/crater/target/debug/deps/libcudnn_sys-be6cb18421945fc6.rlib" "/opt/crater/target/debug/deps/libcollenchyma-8979a40f04f939e1.rlib" "/opt/crater/target/debug/deps/liblinear_map-dfb0c93f320577ec.rlib" "/opt/crater/target/debug/deps/libbyteorder-6625e79c2e8ceba8.rlib" "/opt/crater/target/debug/deps/libnum-e63d53c314fbbd58.rlib" "/opt/crater/target/debug/deps/libnum_rational-e30c67c8b728c84e.rlib" "/opt/crater/target/debug/deps/libnum_bigint-a73e158724f6314f.rlib" "/opt/crater/target/debug/deps/librand-a2977b71a5d1a0ed.rlib" "/opt/crater/target/debug/deps/libnum_complex-527c400245fd80b7.rlib" "/opt/crater/target/debug/deps/librustc_serialize-cc29b8ffd74fbfca.rlib" "/opt/crater/target/debug/deps/libnum_iter-710c4cd4b54241c7.rlib" "/opt/crater/target/debug/deps/libnum_integer-e8e7d1ec85b23cb1.rlib" "/opt/crater/target/debug/deps/liblazy_static-77397d332fc5c1af.rlib" "/opt/crater/target/debug/deps/libenum_primitive-515fe8ef46dce4c7.rlib" "/opt/crater/target/debug/deps/libnum_traits-1653dfd91ced9a3c.rlib" "/opt/crater/target/debug/deps/libnum_traits-d11dcc7883adaecb.rlib" "/opt/crater/target/debug/deps/libbitflags-c22c92d83e8dfa64.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.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: 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/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/lrn_specs-bedacb2cd9ad679e.lrn_specs.4o7g0zqh-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/lrn_specs-bedacb2cd9ad679e.lrn_specs.4o7g0zqh-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/lrn_specs-bedacb2cd9ad679e.lrn_specs.4o7g0zqh-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/lrn_specs-bedacb2cd9ad679e.lrn_specs.4o7g0zqh-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/lrn_specs-bedacb2cd9ad679e.lrn_specs.4o7g0zqh-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/lrn_specs-bedacb2cd9ad679e.lrn_specs.4o7g0zqh-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/lrn_specs-bedacb2cd9ad679e.lrn_specs.4o7g0zqh-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/lrn_specs-bedacb2cd9ad679e.lrn_specs.4o7g0zqh-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/lrn_specs-bedacb2cd9ad679e.lrn_specs.4o7g0zqh-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/lrn_specs-bedacb2cd9ad679e.lrn_specs.4o7g0zqh-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/lrn_specs-bedacb2cd9ad679e.lrn_specs.4o7g0zqh-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/lrn_specs-bedacb2cd9ad679e.lrn_specs.4o7g0zqh-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/lrn_specs-bedacb2cd9ad679e.lrn_specs.4o7g0zqh-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/lrn_specs-bedacb2cd9ad679e.lrn_specs.4o7g0zqh-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/lrn_specs-bedacb2cd9ad679e.lrn_specs.4o7g0zqh-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/lrn_specs-bedacb2cd9ad679e.lrn_specs.4o7g0zqh-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/lrn_specs-bedacb2cd9ad679e" "/opt/crater/target/debug/deps/lrn_specs-bedacb2cd9ad679e.5gs7e2ydjaj7nh1.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-0127509d2e54a846.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-2651f8b4eed9e86e.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-c729851ce6e3efb2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-e8235f0d435d4737.rlib" "/opt/crater/target/debug/deps/libcollenchyma_nn-028e029038253d8c.rlib" "/opt/crater/target/debug/deps/liblog-5ad476e9af8f39be.rlib" "/opt/crater/target/debug/deps/liblog-55cfa8f7ed258bff.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "/opt/crater/target/debug/deps/libcudnn-057475f971b5c1f8.rlib" "/opt/crater/target/debug/deps/libcudnn_sys-be6cb18421945fc6.rlib" "/opt/crater/target/debug/deps/libcollenchyma-8979a40f04f939e1.rlib" "/opt/crater/target/debug/deps/liblinear_map-dfb0c93f320577ec.rlib" "/opt/crater/target/debug/deps/libbyteorder-6625e79c2e8ceba8.rlib" "/opt/crater/target/debug/deps/libnum-e63d53c314fbbd58.rlib" "/opt/crater/target/debug/deps/libnum_rational-e30c67c8b728c84e.rlib" "/opt/crater/target/debug/deps/libnum_bigint-a73e158724f6314f.rlib" "/opt/crater/target/debug/deps/librand-a2977b71a5d1a0ed.rlib" "/opt/crater/target/debug/deps/libnum_complex-527c400245fd80b7.rlib" "/opt/crater/target/debug/deps/librustc_serialize-cc29b8ffd74fbfca.rlib" "/opt/crater/target/debug/deps/libnum_iter-710c4cd4b54241c7.rlib" "/opt/crater/target/debug/deps/libnum_integer-e8e7d1ec85b23cb1.rlib" "/opt/crater/target/debug/deps/liblazy_static-77397d332fc5c1af.rlib" "/opt/crater/target/debug/deps/libenum_primitive-515fe8ef46dce4c7.rlib" "/opt/crater/target/debug/deps/libnum_traits-1653dfd91ced9a3c.rlib" "/opt/crater/target/debug/deps/libnum_traits-d11dcc7883adaecb.rlib" "/opt/crater/target/debug/deps/libbitflags-c22c92d83e8dfa64.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.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: 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] 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/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/relu_pointwise_specs-6119f052e657b8f6.relu_pointwise_specs.7hd7ukn4-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/relu_pointwise_specs-6119f052e657b8f6.relu_pointwise_specs.7hd7ukn4-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/relu_pointwise_specs-6119f052e657b8f6.relu_pointwise_specs.7hd7ukn4-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/relu_pointwise_specs-6119f052e657b8f6.relu_pointwise_specs.7hd7ukn4-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/relu_pointwise_specs-6119f052e657b8f6.relu_pointwise_specs.7hd7ukn4-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/relu_pointwise_specs-6119f052e657b8f6.relu_pointwise_specs.7hd7ukn4-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/relu_pointwise_specs-6119f052e657b8f6.relu_pointwise_specs.7hd7ukn4-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/relu_pointwise_specs-6119f052e657b8f6.relu_pointwise_specs.7hd7ukn4-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/relu_pointwise_specs-6119f052e657b8f6.relu_pointwise_specs.7hd7ukn4-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/relu_pointwise_specs-6119f052e657b8f6.relu_pointwise_specs.7hd7ukn4-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/relu_pointwise_specs-6119f052e657b8f6.relu_pointwise_specs.7hd7ukn4-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/relu_pointwise_specs-6119f052e657b8f6.relu_pointwise_specs.7hd7ukn4-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/relu_pointwise_specs-6119f052e657b8f6.relu_pointwise_specs.7hd7ukn4-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/relu_pointwise_specs-6119f052e657b8f6.relu_pointwise_specs.7hd7ukn4-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/relu_pointwise_specs-6119f052e657b8f6.relu_pointwise_specs.7hd7ukn4-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/relu_pointwise_specs-6119f052e657b8f6.relu_pointwise_specs.7hd7ukn4-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/relu_pointwise_specs-6119f052e657b8f6" "/opt/crater/target/debug/deps/relu_pointwise_specs-6119f052e657b8f6.284oqbkr8kaend6l.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-0127509d2e54a846.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-2651f8b4eed9e86e.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-c729851ce6e3efb2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-e8235f0d435d4737.rlib" "/opt/crater/target/debug/deps/libcollenchyma_nn-028e029038253d8c.rlib" "/opt/crater/target/debug/deps/liblog-5ad476e9af8f39be.rlib" "/opt/crater/target/debug/deps/liblog-55cfa8f7ed258bff.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "/opt/crater/target/debug/deps/libcudnn-057475f971b5c1f8.rlib" "/opt/crater/target/debug/deps/libcudnn_sys-be6cb18421945fc6.rlib" "/opt/crater/target/debug/deps/libcollenchyma-8979a40f04f939e1.rlib" "/opt/crater/target/debug/deps/liblinear_map-dfb0c93f320577ec.rlib" "/opt/crater/target/debug/deps/libbyteorder-6625e79c2e8ceba8.rlib" "/opt/crater/target/debug/deps/libnum-e63d53c314fbbd58.rlib" "/opt/crater/target/debug/deps/libnum_rational-e30c67c8b728c84e.rlib" "/opt/crater/target/debug/deps/libnum_bigint-a73e158724f6314f.rlib" "/opt/crater/target/debug/deps/librand-a2977b71a5d1a0ed.rlib" "/opt/crater/target/debug/deps/libnum_complex-527c400245fd80b7.rlib" "/opt/crater/target/debug/deps/librustc_serialize-cc29b8ffd74fbfca.rlib" "/opt/crater/target/debug/deps/libnum_iter-710c4cd4b54241c7.rlib" "/opt/crater/target/debug/deps/libnum_integer-e8e7d1ec85b23cb1.rlib" "/opt/crater/target/debug/deps/liblazy_static-77397d332fc5c1af.rlib" "/opt/crater/target/debug/deps/libenum_primitive-515fe8ef46dce4c7.rlib" "/opt/crater/target/debug/deps/libnum_traits-1653dfd91ced9a3c.rlib" "/opt/crater/target/debug/deps/libnum_traits-d11dcc7883adaecb.rlib" "/opt/crater/target/debug/deps/libbitflags-c22c92d83e8dfa64.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.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/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/pooling_specs-7650f6ea54cb65d4.pooling_specs.15hgooxm-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/pooling_specs-7650f6ea54cb65d4.pooling_specs.15hgooxm-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/pooling_specs-7650f6ea54cb65d4.pooling_specs.15hgooxm-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/pooling_specs-7650f6ea54cb65d4.pooling_specs.15hgooxm-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/pooling_specs-7650f6ea54cb65d4.pooling_specs.15hgooxm-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/pooling_specs-7650f6ea54cb65d4.pooling_specs.15hgooxm-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/pooling_specs-7650f6ea54cb65d4.pooling_specs.15hgooxm-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/pooling_specs-7650f6ea54cb65d4.pooling_specs.15hgooxm-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/pooling_specs-7650f6ea54cb65d4.pooling_specs.15hgooxm-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/pooling_specs-7650f6ea54cb65d4.pooling_specs.15hgooxm-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/pooling_specs-7650f6ea54cb65d4.pooling_specs.15hgooxm-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/pooling_specs-7650f6ea54cb65d4.pooling_specs.15hgooxm-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/pooling_specs-7650f6ea54cb65d4.pooling_specs.15hgooxm-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/pooling_specs-7650f6ea54cb65d4.pooling_specs.15hgooxm-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/pooling_specs-7650f6ea54cb65d4.pooling_specs.15hgooxm-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/pooling_specs-7650f6ea54cb65d4.pooling_specs.15hgooxm-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/pooling_specs-7650f6ea54cb65d4" "/opt/crater/target/debug/deps/pooling_specs-7650f6ea54cb65d4.x8j9qu0ikgu8zw7.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-0127509d2e54a846.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-2651f8b4eed9e86e.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-c729851ce6e3efb2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-e8235f0d435d4737.rlib" "/opt/crater/target/debug/deps/libcollenchyma_nn-028e029038253d8c.rlib" "/opt/crater/target/debug/deps/liblog-5ad476e9af8f39be.rlib" "/opt/crater/target/debug/deps/liblog-55cfa8f7ed258bff.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "/opt/crater/target/debug/deps/libcudnn-057475f971b5c1f8.rlib" "/opt/crater/target/debug/deps/libcudnn_sys-be6cb18421945fc6.rlib" "/opt/crater/target/debug/deps/libcollenchyma-8979a40f04f939e1.rlib" "/opt/crater/target/debug/deps/liblinear_map-dfb0c93f320577ec.rlib" "/opt/crater/target/debug/deps/libbyteorder-6625e79c2e8ceba8.rlib" "/opt/crater/target/debug/deps/libnum-e63d53c314fbbd58.rlib" "/opt/crater/target/debug/deps/libnum_rational-e30c67c8b728c84e.rlib" "/opt/crater/target/debug/deps/libnum_bigint-a73e158724f6314f.rlib" "/opt/crater/target/debug/deps/librand-a2977b71a5d1a0ed.rlib" "/opt/crater/target/debug/deps/libnum_complex-527c400245fd80b7.rlib" "/opt/crater/target/debug/deps/librustc_serialize-cc29b8ffd74fbfca.rlib" "/opt/crater/target/debug/deps/libnum_iter-710c4cd4b54241c7.rlib" "/opt/crater/target/debug/deps/libnum_integer-e8e7d1ec85b23cb1.rlib" "/opt/crater/target/debug/deps/liblazy_static-77397d332fc5c1af.rlib" "/opt/crater/target/debug/deps/libenum_primitive-515fe8ef46dce4c7.rlib" "/opt/crater/target/debug/deps/libnum_traits-1653dfd91ced9a3c.rlib" "/opt/crater/target/debug/deps/libnum_traits-d11dcc7883adaecb.rlib" "/opt/crater/target/debug/deps/libbitflags-c22c92d83e8dfa64.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.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: 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/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/sigmoid_specs-de7ae855981e67c9.sigmoid_specs.7mx5n48x-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/sigmoid_specs-de7ae855981e67c9.sigmoid_specs.7mx5n48x-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/sigmoid_specs-de7ae855981e67c9.sigmoid_specs.7mx5n48x-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/sigmoid_specs-de7ae855981e67c9.sigmoid_specs.7mx5n48x-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/sigmoid_specs-de7ae855981e67c9.sigmoid_specs.7mx5n48x-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/sigmoid_specs-de7ae855981e67c9.sigmoid_specs.7mx5n48x-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/sigmoid_specs-de7ae855981e67c9.sigmoid_specs.7mx5n48x-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/sigmoid_specs-de7ae855981e67c9.sigmoid_specs.7mx5n48x-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/sigmoid_specs-de7ae855981e67c9.sigmoid_specs.7mx5n48x-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/sigmoid_specs-de7ae855981e67c9.sigmoid_specs.7mx5n48x-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/sigmoid_specs-de7ae855981e67c9.sigmoid_specs.7mx5n48x-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/sigmoid_specs-de7ae855981e67c9.sigmoid_specs.7mx5n48x-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/sigmoid_specs-de7ae855981e67c9.sigmoid_specs.7mx5n48x-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/sigmoid_specs-de7ae855981e67c9.sigmoid_specs.7mx5n48x-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/sigmoid_specs-de7ae855981e67c9.sigmoid_specs.7mx5n48x-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/sigmoid_specs-de7ae855981e67c9.sigmoid_specs.7mx5n48x-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/sigmoid_specs-de7ae855981e67c9" "/opt/crater/target/debug/deps/sigmoid_specs-de7ae855981e67c9.1qoyewfuhxxui8cl.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-0127509d2e54a846.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-2651f8b4eed9e86e.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-c729851ce6e3efb2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-e8235f0d435d4737.rlib" "/opt/crater/target/debug/deps/libcollenchyma_nn-028e029038253d8c.rlib" "/opt/crater/target/debug/deps/liblog-5ad476e9af8f39be.rlib" "/opt/crater/target/debug/deps/liblog-55cfa8f7ed258bff.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "/opt/crater/target/debug/deps/libcudnn-057475f971b5c1f8.rlib" "/opt/crater/target/debug/deps/libcudnn_sys-be6cb18421945fc6.rlib" "/opt/crater/target/debug/deps/libcollenchyma-8979a40f04f939e1.rlib" "/opt/crater/target/debug/deps/liblinear_map-dfb0c93f320577ec.rlib" "/opt/crater/target/debug/deps/libbyteorder-6625e79c2e8ceba8.rlib" "/opt/crater/target/debug/deps/libnum-e63d53c314fbbd58.rlib" "/opt/crater/target/debug/deps/libnum_rational-e30c67c8b728c84e.rlib" "/opt/crater/target/debug/deps/libnum_bigint-a73e158724f6314f.rlib" "/opt/crater/target/debug/deps/librand-a2977b71a5d1a0ed.rlib" "/opt/crater/target/debug/deps/libnum_complex-527c400245fd80b7.rlib" "/opt/crater/target/debug/deps/librustc_serialize-cc29b8ffd74fbfca.rlib" "/opt/crater/target/debug/deps/libnum_iter-710c4cd4b54241c7.rlib" "/opt/crater/target/debug/deps/libnum_integer-e8e7d1ec85b23cb1.rlib" "/opt/crater/target/debug/deps/liblazy_static-77397d332fc5c1af.rlib" "/opt/crater/target/debug/deps/libenum_primitive-515fe8ef46dce4c7.rlib" "/opt/crater/target/debug/deps/libnum_traits-1653dfd91ced9a3c.rlib" "/opt/crater/target/debug/deps/libnum_traits-d11dcc7883adaecb.rlib" "/opt/crater/target/debug/deps/libbitflags-c22c92d83e8dfa64.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.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: Could not compile `collenchyma-nn`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/softmax_specs-abded72a9a7ea516.softmax_specs.d24n8vge-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/softmax_specs-abded72a9a7ea516.softmax_specs.d24n8vge-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/softmax_specs-abded72a9a7ea516.softmax_specs.d24n8vge-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/softmax_specs-abded72a9a7ea516.softmax_specs.d24n8vge-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/softmax_specs-abded72a9a7ea516.softmax_specs.d24n8vge-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/softmax_specs-abded72a9a7ea516.softmax_specs.d24n8vge-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/softmax_specs-abded72a9a7ea516.softmax_specs.d24n8vge-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/softmax_specs-abded72a9a7ea516.softmax_specs.d24n8vge-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/softmax_specs-abded72a9a7ea516.softmax_specs.d24n8vge-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/softmax_specs-abded72a9a7ea516.softmax_specs.d24n8vge-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/softmax_specs-abded72a9a7ea516.softmax_specs.d24n8vge-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/softmax_specs-abded72a9a7ea516.softmax_specs.d24n8vge-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/softmax_specs-abded72a9a7ea516.softmax_specs.d24n8vge-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/softmax_specs-abded72a9a7ea516.softmax_specs.d24n8vge-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/softmax_specs-abded72a9a7ea516.softmax_specs.d24n8vge-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/softmax_specs-abded72a9a7ea516.softmax_specs.d24n8vge-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/softmax_specs-abded72a9a7ea516" "/opt/crater/target/debug/deps/softmax_specs-abded72a9a7ea516.iq2w38g60d2heyk.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-0127509d2e54a846.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-2651f8b4eed9e86e.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-c729851ce6e3efb2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-e8235f0d435d4737.rlib" "/opt/crater/target/debug/deps/libcollenchyma_nn-028e029038253d8c.rlib" "/opt/crater/target/debug/deps/liblog-5ad476e9af8f39be.rlib" "/opt/crater/target/debug/deps/liblog-55cfa8f7ed258bff.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "/opt/crater/target/debug/deps/libcudnn-057475f971b5c1f8.rlib" "/opt/crater/target/debug/deps/libcudnn_sys-be6cb18421945fc6.rlib" "/opt/crater/target/debug/deps/libcollenchyma-8979a40f04f939e1.rlib" "/opt/crater/target/debug/deps/liblinear_map-dfb0c93f320577ec.rlib" "/opt/crater/target/debug/deps/libbyteorder-6625e79c2e8ceba8.rlib" "/opt/crater/target/debug/deps/libnum-e63d53c314fbbd58.rlib" "/opt/crater/target/debug/deps/libnum_rational-e30c67c8b728c84e.rlib" "/opt/crater/target/debug/deps/libnum_bigint-a73e158724f6314f.rlib" "/opt/crater/target/debug/deps/librand-a2977b71a5d1a0ed.rlib" "/opt/crater/target/debug/deps/libnum_complex-527c400245fd80b7.rlib" "/opt/crater/target/debug/deps/librustc_serialize-cc29b8ffd74fbfca.rlib" "/opt/crater/target/debug/deps/libnum_iter-710c4cd4b54241c7.rlib" "/opt/crater/target/debug/deps/libnum_integer-e8e7d1ec85b23cb1.rlib" "/opt/crater/target/debug/deps/liblazy_static-77397d332fc5c1af.rlib" "/opt/crater/target/debug/deps/libenum_primitive-515fe8ef46dce4c7.rlib" "/opt/crater/target/debug/deps/libnum_traits-1653dfd91ced9a3c.rlib" "/opt/crater/target/debug/deps/libnum_traits-d11dcc7883adaecb.rlib" "/opt/crater/target/debug/deps/libbitflags-c22c92d83e8dfa64.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.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/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/collenchyma_nn-65b73965ee23e9d6.collenchyma_nn.2u68kgdb-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/collenchyma_nn-65b73965ee23e9d6.collenchyma_nn.2u68kgdb-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/collenchyma_nn-65b73965ee23e9d6.collenchyma_nn.2u68kgdb-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/collenchyma_nn-65b73965ee23e9d6.collenchyma_nn.2u68kgdb-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/collenchyma_nn-65b73965ee23e9d6.collenchyma_nn.2u68kgdb-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/collenchyma_nn-65b73965ee23e9d6.collenchyma_nn.2u68kgdb-cgu.5.rcgu.o" "-o" "/opt/crater/target/debug/deps/collenchyma_nn-65b73965ee23e9d6" "/opt/crater/target/debug/deps/collenchyma_nn-65b73965ee23e9d6.1ps3ynsipcsdtm6n.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-0127509d2e54a846.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-2651f8b4eed9e86e.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-c729851ce6e3efb2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-e8235f0d435d4737.rlib" "/opt/crater/target/debug/deps/liblog-5ad476e9af8f39be.rlib" "/opt/crater/target/debug/deps/liblog-55cfa8f7ed258bff.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "/opt/crater/target/debug/deps/libcudnn-057475f971b5c1f8.rlib" "/opt/crater/target/debug/deps/libcudnn_sys-be6cb18421945fc6.rlib" "/opt/crater/target/debug/deps/libcollenchyma-8979a40f04f939e1.rlib" "/opt/crater/target/debug/deps/liblinear_map-dfb0c93f320577ec.rlib" "/opt/crater/target/debug/deps/libbyteorder-6625e79c2e8ceba8.rlib" "/opt/crater/target/debug/deps/libnum-e63d53c314fbbd58.rlib" "/opt/crater/target/debug/deps/libnum_rational-e30c67c8b728c84e.rlib" "/opt/crater/target/debug/deps/libnum_bigint-a73e158724f6314f.rlib" "/opt/crater/target/debug/deps/librand-a2977b71a5d1a0ed.rlib" "/opt/crater/target/debug/deps/libnum_complex-527c400245fd80b7.rlib" "/opt/crater/target/debug/deps/librustc_serialize-cc29b8ffd74fbfca.rlib" "/opt/crater/target/debug/deps/libnum_iter-710c4cd4b54241c7.rlib" "/opt/crater/target/debug/deps/libnum_integer-e8e7d1ec85b23cb1.rlib" "/opt/crater/target/debug/deps/liblazy_static-77397d332fc5c1af.rlib" "/opt/crater/target/debug/deps/libenum_primitive-515fe8ef46dce4c7.rlib" "/opt/crater/target/debug/deps/libnum_traits-1653dfd91ced9a3c.rlib" "/opt/crater/target/debug/deps/libnum_traits-d11dcc7883adaecb.rlib" "/opt/crater/target/debug/deps/libbitflags-c22c92d83e8dfa64.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.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" "d368f7a261cfcad91ef5f305788d573edb398853440c38f0df2ba64a1c29622c"` [INFO] running `"docker" "rm" "-f" "d368f7a261cfcad91ef5f305788d573edb398853440c38f0df2ba64a1c29622c"` [INFO] [stdout] d368f7a261cfcad91ef5f305788d573edb398853440c38f0df2ba64a1c29622c