[INFO] updating cached repository rharriso/hey-array-fire-rust [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/rharriso/hey-array-fire-rust [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/rharriso/hey-array-fire-rust" "work/ex/beta-1.38-1/sources/1.37.0/gh/rharriso/hey-array-fire-rust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/rharriso/hey-array-fire-rust'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/rharriso/hey-array-fire-rust" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/rharriso/hey-array-fire-rust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/rharriso/hey-array-fire-rust'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d7a3deeb161721689ee50b59514feacf1ab7c36c [INFO] sha for GitHub repo rharriso/hey-array-fire-rust: d7a3deeb161721689ee50b59514feacf1ab7c36c [INFO] validating manifest of rharriso/hey-array-fire-rust 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 rharriso/hey-array-fire-rust 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 rharriso/hey-array-fire-rust [INFO] finished frobbing rharriso/hey-array-fire-rust [INFO] frobbed toml for rharriso/hey-array-fire-rust written to work/ex/beta-1.38-1/sources/1.37.0/gh/rharriso/hey-array-fire-rust/Cargo.toml [INFO] started frobbing rharriso/hey-array-fire-rust [INFO] finished frobbing rharriso/hey-array-fire-rust [INFO] frobbed toml for rharriso/hey-array-fire-rust written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/rharriso/hey-array-fire-rust/Cargo.toml [INFO] crate rharriso/hey-array-fire-rust already has a lockfile, it will not be regenerated [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 rharriso/hey-array-fire-rust 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-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/rharriso/hey-array-fire-rust:/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] 8b6ab6231199eaf01ba1fad4ac81e4acff3eaa2df949a094aac5c98cbcbe4132 [INFO] running `"docker" "start" "-a" "8b6ab6231199eaf01ba1fad4ac81e4acff3eaa2df949a094aac5c98cbcbe4132"` [INFO] [stderr] Compiling num-traits v0.1.42 [INFO] [stderr] Compiling rand v0.3.20 [INFO] [stderr] Compiling serde_derive_internals v0.19.0 [INFO] [stderr] Compiling num-integer v0.1.35 [INFO] [stderr] Compiling serde_json v1.0.9 [INFO] [stderr] Compiling num-complex v0.1.41 [INFO] [stderr] Compiling num-iter v0.1.34 [INFO] [stderr] Compiling serde_derive v1.0.27 [INFO] [stderr] Compiling num-bigint v0.1.41 [INFO] [stderr] Compiling num-rational v0.1.40 [INFO] [stderr] Compiling arrayfire v3.5.0 [INFO] [stderr] Compiling num v0.1.41 [INFO] [stderr] Compiling hey-array-fire-rust v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:1:13 [INFO] [stderr] | [INFO] [stderr] 1 | #[macro_use(af_print)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `indices` [INFO] [stderr] --> src/main.rs:18:9 [INFO] [stderr] | [INFO] [stderr] 18 | let indices = af::Array::new(&values, af::Dim4::new(&[3, 1, 1, 1])); [INFO] [stderr] | ^^^^^^^ help: consider prefixing with an underscore: `_indices` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable `dimsB` should have a snake case name [INFO] [stderr] --> src/main.rs:24:9 [INFO] [stderr] | [INFO] [stderr] 24 | let dimsB = Dim4::new(&[num_cols, 1, 1, 1]); [INFO] [stderr] | ^^^^^ help: convert the identifier to snake case: `dims_b` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_snake_case)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable `dimsD` should have a snake case name [INFO] [stderr] --> src/main.rs:32:9 [INFO] [stderr] | [INFO] [stderr] 32 | let dimsD = Dim4::new(&[num_rows, 1, 1, 1]); [INFO] [stderr] | ^^^^^ help: convert the identifier to snake case: `dims_d` [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/hey_array_fire_rust-bee2fa984a926f03.hey_array_fire_rust.61m1ryh0-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/hey_array_fire_rust-bee2fa984a926f03.hey_array_fire_rust.61m1ryh0-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/hey_array_fire_rust-bee2fa984a926f03.hey_array_fire_rust.61m1ryh0-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/hey_array_fire_rust-bee2fa984a926f03.hey_array_fire_rust.61m1ryh0-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/hey_array_fire_rust-bee2fa984a926f03.hey_array_fire_rust.61m1ryh0-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/hey_array_fire_rust-bee2fa984a926f03.hey_array_fire_rust.61m1ryh0-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/hey_array_fire_rust-bee2fa984a926f03.hey_array_fire_rust.61m1ryh0-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/hey_array_fire_rust-bee2fa984a926f03.hey_array_fire_rust.61m1ryh0-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/hey_array_fire_rust-bee2fa984a926f03.hey_array_fire_rust.61m1ryh0-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/hey_array_fire_rust-bee2fa984a926f03.hey_array_fire_rust.61m1ryh0-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/hey_array_fire_rust-bee2fa984a926f03.hey_array_fire_rust.61m1ryh0-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/hey_array_fire_rust-bee2fa984a926f03.hey_array_fire_rust.61m1ryh0-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/hey_array_fire_rust-bee2fa984a926f03.hey_array_fire_rust.61m1ryh0-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/hey_array_fire_rust-bee2fa984a926f03" "/opt/crater/target/debug/deps/hey_array_fire_rust-bee2fa984a926f03.1n8mmb3o6lapv4iu.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/usr/local/lib" "-L" "/opt/arrayfire-3/lib" "-L" "/usr/lib" "-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/target/debug/deps/libarrayfire-1b28515f245b17dd.rlib" "/opt/crater/target/debug/deps/libnum-3159b0934a56c43d.rlib" "/opt/crater/target/debug/deps/libnum_rational-c67590ff35577c17.rlib" "/opt/crater/target/debug/deps/libnum_bigint-dbf7fa14255c25a1.rlib" "/opt/crater/target/debug/deps/librand-637b36b56986e218.rlib" "/opt/crater/target/debug/deps/libnum_complex-ea60f428ee58d48e.rlib" "/opt/crater/target/debug/deps/librustc_serialize-cc29b8ffd74fbfca.rlib" "/opt/crater/target/debug/deps/libnum_iter-8edab9d4aa7a9113.rlib" "/opt/crater/target/debug/deps/libnum_integer-f3c60ada23f4bab5.rlib" "/opt/crater/target/debug/deps/libnum_traits-116f4f132301ece9.rlib" "/opt/crater/target/debug/deps/liblibc-75fd0ac04bb19b9a.rlib" "/opt/crater/target/debug/deps/liblazy_static-0c9d1899e9eae559.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" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/hey_array_fire_rust-bee2fa984a926f03.hey_array_fire_rust.61m1ryh0-cgu.1.rcgu.o: In function `arrayfire::array::Array::new': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.5.0/src/array.rs:150: undefined reference to `af_create_array' [INFO] [stderr] /opt/crater/target/debug/deps/hey_array_fire_rust-bee2fa984a926f03.hey_array_fire_rust.61m1ryh0-cgu.9.rcgu.o: In function `arrayfire::random::randu': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.5.0/src/random/mod.rs:70: undefined reference to `af_randu' [INFO] [stderr] /opt/crater/target/debug/deps/libarrayfire-1b28515f245b17dd.rlib(arrayfire-1b28515f245b17dd.arrayfire.lv03yn6t-cgu.1.rcgu.o): In function `::drop': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.5.0/src/array.rs:457: undefined reference to `af_release_array' [INFO] [stderr] /opt/crater/target/debug/deps/libarrayfire-1b28515f245b17dd.rlib(arrayfire-1b28515f245b17dd.arrayfire.lv03yn6t-cgu.1.rcgu.o): In function `arrayfire::array::print_gen': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.5.0/src/array.rs:536: undefined reference to `af_print_array_gen' [INFO] [stderr] /opt/crater/target/debug/deps/libarrayfire-1b28515f245b17dd.rlib(arrayfire-1b28515f245b17dd.arrayfire.lv03yn6t-cgu.13.rcgu.o): In function `arrayfire::blas::matmul': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.5.0/src/blas/mod.rs:39: undefined reference to `af_matmul' [INFO] [stderr] /opt/crater/target/debug/deps/libarrayfire-1b28515f245b17dd.rlib(arrayfire-1b28515f245b17dd.arrayfire.lv03yn6t-cgu.14.rcgu.o): In function `arrayfire::device::get_version': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.5.0/src/device/mod.rs:40: undefined reference to `af_get_version' [INFO] [stderr] /opt/crater/target/debug/deps/libarrayfire-1b28515f245b17dd.rlib(arrayfire-1b28515f245b17dd.arrayfire.lv03yn6t-cgu.14.rcgu.o): In function `arrayfire::device::get_revision': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.5.0/src/device/mod.rs:53: undefined reference to `af_get_revision' [INFO] [stderr] /opt/crater/target/debug/deps/libarrayfire-1b28515f245b17dd.rlib(arrayfire-1b28515f245b17dd.arrayfire.lv03yn6t-cgu.14.rcgu.o): In function `arrayfire::device::info': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.5.0/src/device/mod.rs:70: undefined reference to `af_info' [INFO] [stderr] /opt/crater/target/debug/deps/libarrayfire-1b28515f245b17dd.rlib(arrayfire-1b28515f245b17dd.arrayfire.lv03yn6t-cgu.14.rcgu.o): In function `arrayfire::device::device_info': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.5.0/src/device/mod.rs:108: undefined reference to `af_device_info' [INFO] [stderr] /opt/crater/target/debug/deps/libarrayfire-1b28515f245b17dd.rlib(arrayfire-1b28515f245b17dd.arrayfire.lv03yn6t-cgu.14.rcgu.o): In function `arrayfire::device::set_device': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.5.0/src/device/mod.rs:166: undefined reference to `af_set_device' [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 `hey-array-fire-rust`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "8b6ab6231199eaf01ba1fad4ac81e4acff3eaa2df949a094aac5c98cbcbe4132"` [INFO] running `"docker" "rm" "-f" "8b6ab6231199eaf01ba1fad4ac81e4acff3eaa2df949a094aac5c98cbcbe4132"` [INFO] [stdout] 8b6ab6231199eaf01ba1fad4ac81e4acff3eaa2df949a094aac5c98cbcbe4132