[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 beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 1c19215329c7f150629dae9c22f8aa95dbfeefea76214e36b2b36340975ae05f [INFO] running `"docker" "start" "-a" "1c19215329c7f150629dae9c22f8aa95dbfeefea76214e36b2b36340975ae05f"` [INFO] [stderr] Compiling num-integer v0.1.35 [INFO] [stderr] Compiling num-complex v0.1.41 [INFO] [stderr] Compiling arrayfire v3.5.0 [INFO] [stderr] Compiling num-bigint v0.1.41 [INFO] [stderr] Compiling num-iter v0.1.34 [INFO] [stderr] Compiling num-rational v0.1.40 [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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/hey_array_fire_rust-9eda78dd88974140.hey_array_fire_rust.2w4tt2k1-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/hey_array_fire_rust-9eda78dd88974140.hey_array_fire_rust.2w4tt2k1-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/hey_array_fire_rust-9eda78dd88974140.hey_array_fire_rust.2w4tt2k1-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/hey_array_fire_rust-9eda78dd88974140.hey_array_fire_rust.2w4tt2k1-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/hey_array_fire_rust-9eda78dd88974140.hey_array_fire_rust.2w4tt2k1-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/hey_array_fire_rust-9eda78dd88974140.hey_array_fire_rust.2w4tt2k1-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/hey_array_fire_rust-9eda78dd88974140.hey_array_fire_rust.2w4tt2k1-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/hey_array_fire_rust-9eda78dd88974140.hey_array_fire_rust.2w4tt2k1-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/hey_array_fire_rust-9eda78dd88974140.hey_array_fire_rust.2w4tt2k1-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/hey_array_fire_rust-9eda78dd88974140.hey_array_fire_rust.2w4tt2k1-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/hey_array_fire_rust-9eda78dd88974140.hey_array_fire_rust.2w4tt2k1-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/hey_array_fire_rust-9eda78dd88974140.hey_array_fire_rust.2w4tt2k1-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/hey_array_fire_rust-9eda78dd88974140.hey_array_fire_rust.2w4tt2k1-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/hey_array_fire_rust-9eda78dd88974140" "/opt/crater/target/debug/deps/hey_array_fire_rust-9eda78dd88974140.3e173outw3bczf4a.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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libarrayfire-b0c124bd1e91c628.rlib" "/opt/crater/target/debug/deps/libnum-d6023064e30b6308.rlib" "/opt/crater/target/debug/deps/libnum_rational-d8456ba774a115b7.rlib" "/opt/crater/target/debug/deps/libnum_bigint-938d6289773ce3cf.rlib" "/opt/crater/target/debug/deps/librand-9e8a18a99733ed92.rlib" "/opt/crater/target/debug/deps/libnum_complex-6f6ad95403c33465.rlib" "/opt/crater/target/debug/deps/librustc_serialize-fc0a027b4489f806.rlib" "/opt/crater/target/debug/deps/libnum_iter-0227dc6788739170.rlib" "/opt/crater/target/debug/deps/libnum_integer-b6648a7d9569e1ff.rlib" "/opt/crater/target/debug/deps/libnum_traits-42dee9e564280929.rlib" "/opt/crater/target/debug/deps/liblibc-799fedc4a55ea1c4.rlib" "/opt/crater/target/debug/deps/liblazy_static-8e8f275d3efea5b8.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-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-9eda78dd88974140.hey_array_fire_rust.2w4tt2k1-cgu.10.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-9eda78dd88974140.hey_array_fire_rust.2w4tt2k1-cgu.8.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-b0c124bd1e91c628.rlib(arrayfire-b0c124bd1e91c628.arrayfire.7xpqcq22-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-b0c124bd1e91c628.rlib(arrayfire-b0c124bd1e91c628.arrayfire.7xpqcq22-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-b0c124bd1e91c628.rlib(arrayfire-b0c124bd1e91c628.arrayfire.7xpqcq22-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-b0c124bd1e91c628.rlib(arrayfire-b0c124bd1e91c628.arrayfire.7xpqcq22-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-b0c124bd1e91c628.rlib(arrayfire-b0c124bd1e91c628.arrayfire.7xpqcq22-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-b0c124bd1e91c628.rlib(arrayfire-b0c124bd1e91c628.arrayfire.7xpqcq22-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-b0c124bd1e91c628.rlib(arrayfire-b0c124bd1e91c628.arrayfire.7xpqcq22-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] /opt/crater/target/debug/deps/libarrayfire-b0c124bd1e91c628.rlib(arrayfire-b0c124bd1e91c628.arrayfire.7xpqcq22-cgu.15.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] 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" "1c19215329c7f150629dae9c22f8aa95dbfeefea76214e36b2b36340975ae05f"` [INFO] running `"docker" "rm" "-f" "1c19215329c7f150629dae9c22f8aa95dbfeefea76214e36b2b36340975ae05f"` [INFO] [stdout] 1c19215329c7f150629dae9c22f8aa95dbfeefea76214e36b2b36340975ae05f