[INFO] cloning repository https://github.com/sunsided/rust-arrayfire-experiments [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sunsided/rust-arrayfire-experiments" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsunsided%2Frust-arrayfire-experiments", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsunsided%2Frust-arrayfire-experiments'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d0bf15d6501523487b27779a8bce0b4aec76f44a [INFO] testing sunsided/rust-arrayfire-experiments against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsunsided%2Frust-arrayfire-experiments" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sunsided/rust-arrayfire-experiments on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/sunsided/rust-arrayfire-experiments [INFO] finished tweaking git repo https://github.com/sunsided/rust-arrayfire-experiments [INFO] tweaked toml for git repo https://github.com/sunsided/rust-arrayfire-experiments written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/sunsided/rust-arrayfire-experiments already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b811ac9353bac91368df7faa6dabb3bba7bd8c02b03c2804c225f67bfe78ab7e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b811ac9353bac91368df7faa6dabb3bba7bd8c02b03c2804c225f67bfe78ab7e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b811ac9353bac91368df7faa6dabb3bba7bd8c02b03c2804c225f67bfe78ab7e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b811ac9353bac91368df7faa6dabb3bba7bd8c02b03c2804c225f67bfe78ab7e", kill_on_drop: false }` [INFO] [stdout] b811ac9353bac91368df7faa6dabb3bba7bd8c02b03c2804c225f67bfe78ab7e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3b5f0ddce3c5d53f9e2bd83601eb5baa6d70952c32521ecc6d77f130a746ef62 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3b5f0ddce3c5d53f9e2bd83601eb5baa6d70952c32521ecc6d77f130a746ef62", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling proc-macro2 v1.0.20 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.39 [INFO] [stderr] Compiling serde v1.0.115 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling serde_json v1.0.57 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling serde_derive v1.0.115 [INFO] [stderr] Compiling libc v0.2.76 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling half v1.6.0 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling num-iter v0.1.41 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling num v0.2.1 [INFO] [stderr] Compiling arrayfire v3.7.0 [INFO] [stderr] Compiling rust-arrayfire-experiments v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/trivial-63ac8e62738ddfcb.trivial.1a778954-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/trivial-63ac8e62738ddfcb.trivial.1a778954-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/trivial-63ac8e62738ddfcb.trivial.1a778954-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/trivial-63ac8e62738ddfcb.trivial.1a778954-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/trivial-63ac8e62738ddfcb.trivial.1a778954-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/trivial-63ac8e62738ddfcb.trivial.1a778954-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/trivial-63ac8e62738ddfcb.trivial.1a778954-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/trivial-63ac8e62738ddfcb.trivial.1a778954-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/trivial-63ac8e62738ddfcb.trivial.1a778954-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/trivial-63ac8e62738ddfcb.trivial.1a778954-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/trivial-63ac8e62738ddfcb.trivial.1a778954-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/trivial-63ac8e62738ddfcb.ubhquuwxh2yc8i6.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/arrayfire/lib" "-L" "/opt/arrayfire/lib64" "-L" "/usr/local/lib" "-L" "/usr/lib" "-L" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib" "/opt/rustwide/target/debug/deps/libhalf-28752dba21e6d72f.rlib" "/opt/rustwide/target/debug/deps/libnum-98e61d796f7365be.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-3a4dd900d283651e.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-5683568638c6f3de.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-34f9dcde57efcd05.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-17cc2c60dd27cc4e.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-8569e6a2be1a04d5.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-d490ff1d8d5488bf.rlib" "/opt/rustwide/target/debug/deps/liblibc-84cd3936ea193c08.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b33cd6b8ee13db74.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-29e5e596e889a0aa.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1b145d9fcdc08832.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-5b037ee6b77e2ff0.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-9635a64fca0ebd28.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-a7574eb9bb7a8fc5.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-f5fa1dc334dcaeeb.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-6ee570a898e75ef0.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-afb62f29a0815772.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-a632746535fd9988.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-25acc307bcb1d7b6.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-377721a625f6ace7.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-43c01431c8a4ee6f.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5f74725679453254.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-2b35d8999819161d.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-a81f2980c3f58cf2.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-57b4679830289815.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2a6a2797f7a73818.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0e3656b1fda5fd7b.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-13b419dfbcf9c1f8.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/trivial-63ac8e62738ddfcb" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/trivial-63ac8e62738ddfcb.trivial.1a778954-cgu.4.rcgu.o: in function `arrayfire::array::print_gen': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:648: undefined reference to `af_print_array_gen' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/trivial-63ac8e62738ddfcb.trivial.1a778954-cgu.7.rcgu.o: in function `arrayfire::random::randu': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/random/mod.rs:82: undefined reference to `af_randu' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib(arrayfire-0b3e2f05c35f5f93.arrayfire.eb3a9c44-cgu.13.rcgu.o): in function `arrayfire::util::free_host': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/util.rs:71: undefined reference to `af_free_host' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib(arrayfire-0b3e2f05c35f5f93.arrayfire.eb3a9c44-cgu.14.rcgu.o): in function `arrayfire::error::get_last_error': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/error.rs:106: undefined reference to `af_get_last_error' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib(arrayfire-0b3e2f05c35f5f93.arrayfire.eb3a9c44-cgu.15.rcgu.o): in function `arrayfire::device::info': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/device/mod.rs:79: undefined reference to `af_info' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib(arrayfire-0b3e2f05c35f5f93.arrayfire.eb3a9c44-cgu.3.rcgu.o): in function ` as core::ops::drop::Drop>::drop': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:566: undefined reference to `af_release_array' [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] = help: some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified [INFO] [stdout] = note: use the `-l` flag to specify native libraries to link [INFO] [stdout] = note: use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#cargorustc-link-libkindname) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rust-arrayfire-experiments` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/histogram-3188b891fdc2ed4e.histogram.4ecc11c4-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/histogram-3188b891fdc2ed4e.histogram.4ecc11c4-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/histogram-3188b891fdc2ed4e.histogram.4ecc11c4-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/histogram-3188b891fdc2ed4e.histogram.4ecc11c4-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/histogram-3188b891fdc2ed4e.histogram.4ecc11c4-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/histogram-3188b891fdc2ed4e.histogram.4ecc11c4-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/histogram-3188b891fdc2ed4e.histogram.4ecc11c4-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/histogram-3188b891fdc2ed4e.histogram.4ecc11c4-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/histogram-3188b891fdc2ed4e.histogram.4ecc11c4-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/histogram-3188b891fdc2ed4e.histogram.4ecc11c4-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/histogram-3188b891fdc2ed4e.histogram.4ecc11c4-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/histogram-3188b891fdc2ed4e.histogram.4ecc11c4-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/histogram-3188b891fdc2ed4e.histogram.4ecc11c4-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/histogram-3188b891fdc2ed4e.histogram.4ecc11c4-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/histogram-3188b891fdc2ed4e.histogram.4ecc11c4-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/histogram-3188b891fdc2ed4e.histogram.4ecc11c4-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/histogram-3188b891fdc2ed4e.cz1kcbmwriwyxhv.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/arrayfire/lib" "-L" "/opt/arrayfire/lib64" "-L" "/usr/local/lib" "-L" "/usr/lib" "-L" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib" "/opt/rustwide/target/debug/deps/libhalf-28752dba21e6d72f.rlib" "/opt/rustwide/target/debug/deps/libnum-98e61d796f7365be.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-3a4dd900d283651e.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-5683568638c6f3de.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-34f9dcde57efcd05.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-17cc2c60dd27cc4e.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-8569e6a2be1a04d5.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-d490ff1d8d5488bf.rlib" "/opt/rustwide/target/debug/deps/liblibc-84cd3936ea193c08.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b33cd6b8ee13db74.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-29e5e596e889a0aa.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1b145d9fcdc08832.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-5b037ee6b77e2ff0.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-9635a64fca0ebd28.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-a7574eb9bb7a8fc5.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-f5fa1dc334dcaeeb.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-6ee570a898e75ef0.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-afb62f29a0815772.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-a632746535fd9988.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-25acc307bcb1d7b6.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-377721a625f6ace7.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-43c01431c8a4ee6f.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5f74725679453254.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-2b35d8999819161d.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-a81f2980c3f58cf2.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-57b4679830289815.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2a6a2797f7a73818.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0e3656b1fda5fd7b.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-13b419dfbcf9c1f8.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/histogram-3188b891fdc2ed4e" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/histogram-3188b891fdc2ed4e.histogram.4ecc11c4-cgu.11.rcgu.o: in function `arrayfire::data::tile': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/data/mod.rs:503: undefined reference to `af_tile' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/histogram-3188b891fdc2ed4e.histogram.4ecc11c4-cgu.15.rcgu.o: in function ` as core::ops::drop::Drop>::drop': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:566: undefined reference to `af_release_array' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/histogram-3188b891fdc2ed4e.histogram.4ecc11c4-cgu.15.rcgu.o: in function `arrayfire::array::Array::dims': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:317: undefined reference to `af_get_dims' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/histogram-3188b891fdc2ed4e.histogram.4ecc11c4-cgu.15.rcgu.o: in function `arrayfire::array::Array::is_scalar': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:153: undefined reference to `af_is_scalar' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/histogram-3188b891fdc2ed4e.histogram.4ecc11c4-cgu.5.rcgu.o: in function `arrayfire::arith::div_helper': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/arith/mod.rs:415: undefined reference to `af_div' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/histogram-3188b891fdc2ed4e.histogram.4ecc11c4-cgu.7.rcgu.o: in function `arrayfire::index::index': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/index.rs:256: undefined reference to `af_index' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/histogram-3188b891fdc2ed4e.histogram.4ecc11c4-cgu.8.rcgu.o: in function `arrayfire::image::load_image': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/image/mod.rs:282: undefined reference to `af_load_image' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/image/mod.rs:288: undefined reference to `af_cast' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/histogram-3188b891fdc2ed4e.histogram.4ecc11c4-cgu.8.rcgu.o: in function `arrayfire::image::histogram': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/image/mod.rs:709: undefined reference to `af_histogram' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/histogram-3188b891fdc2ed4e.histogram.4ecc11c4-cgu.9.rcgu.o: in function `arrayfire::graphics::Window::draw_image': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/graphics.rs:572: undefined reference to `af_draw_image' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/histogram-3188b891fdc2ed4e.histogram.4ecc11c4-cgu.9.rcgu.o: in function `arrayfire::graphics::Window::draw_hist': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/graphics.rs:708: undefined reference to `af_draw_hist' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib(arrayfire-0b3e2f05c35f5f93.arrayfire.eb3a9c44-cgu.13.rcgu.o): in function `arrayfire::util::free_host': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/util.rs:71: undefined reference to `af_free_host' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib(arrayfire-0b3e2f05c35f5f93.arrayfire.eb3a9c44-cgu.14.rcgu.o): in function `arrayfire::error::get_last_error': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/error.rs:106: undefined reference to `af_get_last_error' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib(arrayfire-0b3e2f05c35f5f93.arrayfire.eb3a9c44-cgu.3.rcgu.o): in function ` as core::clone::Clone>::clone': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:550: undefined reference to `af_retain_array' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib(arrayfire-0b3e2f05c35f5f93.arrayfire.eb3a9c44-cgu.3.rcgu.o): in function ` as core::ops::drop::Drop>::drop': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:566: undefined reference to `af_release_array' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib(arrayfire-0b3e2f05c35f5f93.arrayfire.eb3a9c44-cgu.8.rcgu.o): in function `::drop': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/graphics.rs:197: undefined reference to `af_destroy_window' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib(arrayfire-0b3e2f05c35f5f93.arrayfire.eb3a9c44-cgu.8.rcgu.o): in function `arrayfire::graphics::Window::new': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/graphics.rs:229: undefined reference to `af_create_window' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib(arrayfire-0b3e2f05c35f5f93.arrayfire.eb3a9c44-cgu.8.rcgu.o): in function `arrayfire::graphics::Window::is_closed': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/graphics.rs:315: undefined reference to `af_is_window_closed' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib(arrayfire-0b3e2f05c35f5f93.arrayfire.eb3a9c44-cgu.10.rcgu.o): in function `::generate': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/data/mod.rs:228: undefined reference to `af_constant' [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] = help: some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified [INFO] [stdout] = note: use the `-l` flag to specify native libraries to link [INFO] [stdout] = note: use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#cargorustc-link-libkindname) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/adaptive_threshold-dae07ef51bdffc08.adaptive_threshold.13c7940e-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/adaptive_threshold-dae07ef51bdffc08.adaptive_threshold.13c7940e-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/adaptive_threshold-dae07ef51bdffc08.adaptive_threshold.13c7940e-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/adaptive_threshold-dae07ef51bdffc08.adaptive_threshold.13c7940e-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/adaptive_threshold-dae07ef51bdffc08.adaptive_threshold.13c7940e-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/adaptive_threshold-dae07ef51bdffc08.adaptive_threshold.13c7940e-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/adaptive_threshold-dae07ef51bdffc08.adaptive_threshold.13c7940e-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/adaptive_threshold-dae07ef51bdffc08.adaptive_threshold.13c7940e-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/adaptive_threshold-dae07ef51bdffc08.adaptive_threshold.13c7940e-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/adaptive_threshold-dae07ef51bdffc08.adaptive_threshold.13c7940e-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/adaptive_threshold-dae07ef51bdffc08.adaptive_threshold.13c7940e-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/adaptive_threshold-dae07ef51bdffc08.adaptive_threshold.13c7940e-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/adaptive_threshold-dae07ef51bdffc08.adaptive_threshold.13c7940e-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/adaptive_threshold-dae07ef51bdffc08.adaptive_threshold.13c7940e-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/adaptive_threshold-dae07ef51bdffc08.adaptive_threshold.13c7940e-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/adaptive_threshold-dae07ef51bdffc08.adaptive_threshold.13c7940e-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/adaptive_threshold-dae07ef51bdffc08.3fyu4vicabi5chaa.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/arrayfire/lib" "-L" "/opt/arrayfire/lib64" "-L" "/usr/local/lib" "-L" "/usr/lib" "-L" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib" "/opt/rustwide/target/debug/deps/libhalf-28752dba21e6d72f.rlib" "/opt/rustwide/target/debug/deps/libnum-98e61d796f7365be.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-3a4dd900d283651e.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-5683568638c6f3de.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-34f9dcde57efcd05.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-17cc2c60dd27cc4e.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-8569e6a2be1a04d5.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-d490ff1d8d5488bf.rlib" "/opt/rustwide/target/debug/deps/liblibc-84cd3936ea193c08.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b33cd6b8ee13db74.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-29e5e596e889a0aa.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1b145d9fcdc08832.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-5b037ee6b77e2ff0.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-9635a64fca0ebd28.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-a7574eb9bb7a8fc5.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-f5fa1dc334dcaeeb.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-6ee570a898e75ef0.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-afb62f29a0815772.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-a632746535fd9988.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-25acc307bcb1d7b6.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-377721a625f6ace7.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-43c01431c8a4ee6f.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5f74725679453254.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-2b35d8999819161d.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-a81f2980c3f58cf2.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-57b4679830289815.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2a6a2797f7a73818.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0e3656b1fda5fd7b.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-13b419dfbcf9c1f8.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/adaptive_threshold-dae07ef51bdffc08" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/adaptive_threshold-dae07ef51bdffc08.adaptive_threshold.13c7940e-cgu.0.rcgu.o: in function `arrayfire::arith::add_helper': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/arith/mod.rs:415: undefined reference to `af_add' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/adaptive_threshold-dae07ef51bdffc08.adaptive_threshold.13c7940e-cgu.0.rcgu.o: in function `arrayfire::arith::div_helper': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/arith/mod.rs:415: undefined reference to `af_div' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/adaptive_threshold-dae07ef51bdffc08.adaptive_threshold.13c7940e-cgu.0.rcgu.o: in function `arrayfire::arith::div_helper': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/arith/mod.rs:415: undefined reference to `af_div' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/adaptive_threshold-dae07ef51bdffc08.adaptive_threshold.13c7940e-cgu.0.rcgu.o: in function `arrayfire::arith::mul_helper': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/arith/mod.rs:415: undefined reference to `af_mul' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/adaptive_threshold-dae07ef51bdffc08.adaptive_threshold.13c7940e-cgu.0.rcgu.o: in function `arrayfire::arith::sub_helper': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/arith/mod.rs:415: undefined reference to `af_sub' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/adaptive_threshold-dae07ef51bdffc08.adaptive_threshold.13c7940e-cgu.0.rcgu.o: in function `arrayfire::arith::sub_helper': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/arith/mod.rs:415: undefined reference to `af_sub' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/adaptive_threshold-dae07ef51bdffc08.adaptive_threshold.13c7940e-cgu.0.rcgu.o: in function `arrayfire::arith::gt_helper': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/arith/mod.rs:515: undefined reference to `af_gt' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/adaptive_threshold-dae07ef51bdffc08.adaptive_threshold.13c7940e-cgu.15.rcgu.o: in function `arrayfire::signal::convolve2': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/signal/mod.rs:740: undefined reference to `af_convolve2' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/adaptive_threshold-dae07ef51bdffc08.adaptive_threshold.13c7940e-cgu.2.rcgu.o: in function ` as core::clone::Clone>::clone': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:550: undefined reference to `af_retain_array' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/adaptive_threshold-dae07ef51bdffc08.adaptive_threshold.13c7940e-cgu.2.rcgu.o: in function ` as core::ops::drop::Drop>::drop': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:566: undefined reference to `af_release_array' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/adaptive_threshold-dae07ef51bdffc08.adaptive_threshold.13c7940e-cgu.2.rcgu.o: in function ` as core::ops::drop::Drop>::drop': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:566: undefined reference to `af_release_array' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/adaptive_threshold-dae07ef51bdffc08.adaptive_threshold.13c7940e-cgu.2.rcgu.o: in function `arrayfire::array::Array::dims': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:317: undefined reference to `af_get_dims' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/adaptive_threshold-dae07ef51bdffc08.adaptive_threshold.13c7940e-cgu.2.rcgu.o: in function `arrayfire::array::Array::dims': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:317: undefined reference to `af_get_dims' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/adaptive_threshold-dae07ef51bdffc08.adaptive_threshold.13c7940e-cgu.2.rcgu.o: in function `arrayfire::array::Array::dims': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:317: undefined reference to `af_get_dims' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/adaptive_threshold-dae07ef51bdffc08.adaptive_threshold.13c7940e-cgu.2.rcgu.o: in function `arrayfire::array::Array::is_scalar': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:153: undefined reference to `af_is_scalar' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/adaptive_threshold-dae07ef51bdffc08.adaptive_threshold.13c7940e-cgu.2.rcgu.o: in function `arrayfire::array::Array::is_scalar': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:153: undefined reference to `af_is_scalar' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/adaptive_threshold-dae07ef51bdffc08.adaptive_threshold.13c7940e-cgu.2.rcgu.o: in function `arrayfire::array::Array::is_scalar': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:153: undefined reference to `af_is_scalar' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/adaptive_threshold-dae07ef51bdffc08.adaptive_threshold.13c7940e-cgu.3.rcgu.o: in function `arrayfire::image::load_image': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/image/mod.rs:282: undefined reference to `af_load_image' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/image/mod.rs:288: undefined reference to `af_cast' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/adaptive_threshold-dae07ef51bdffc08.adaptive_threshold.13c7940e-cgu.3.rcgu.o: in function `arrayfire::image::color_space': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/image/mod.rs:1069: undefined reference to `af_color_space' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/adaptive_threshold-dae07ef51bdffc08.adaptive_threshold.13c7940e-cgu.3.rcgu.o: in function `arrayfire::image::maxfilt': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/image/mod.rs:965: undefined reference to `af_maxfilt' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/adaptive_threshold-dae07ef51bdffc08.adaptive_threshold.13c7940e-cgu.3.rcgu.o: in function `arrayfire::image::medfilt': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/image/mod.rs:965: undefined reference to `af_medfilt' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/adaptive_threshold-dae07ef51bdffc08.adaptive_threshold.13c7940e-cgu.3.rcgu.o: in function `arrayfire::image::minfilt': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/image/mod.rs:965: undefined reference to `af_minfilt' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/adaptive_threshold-dae07ef51bdffc08.adaptive_threshold.13c7940e-cgu.4.rcgu.o: in function `arrayfire::data::join': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/data/mod.rs:439: undefined reference to `af_join' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/adaptive_threshold-dae07ef51bdffc08.adaptive_threshold.13c7940e-cgu.4.rcgu.o: in function `arrayfire::data::tile': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/data/mod.rs:503: undefined reference to `af_tile' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/adaptive_threshold-dae07ef51bdffc08.adaptive_threshold.13c7940e-cgu.4.rcgu.o: in function `arrayfire::data::tile': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/data/mod.rs:503: undefined reference to `af_tile' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/adaptive_threshold-dae07ef51bdffc08.adaptive_threshold.13c7940e-cgu.4.rcgu.o: in function `arrayfire::data::tile': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/data/mod.rs:503: undefined reference to `af_tile' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/adaptive_threshold-dae07ef51bdffc08.adaptive_threshold.13c7940e-cgu.7.rcgu.o: in function `arrayfire::graphics::Window::draw_image': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/graphics.rs:572: undefined reference to `af_draw_image' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib(arrayfire-0b3e2f05c35f5f93.arrayfire.eb3a9c44-cgu.10.rcgu.o): in function `::generate': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/data/mod.rs:145: undefined reference to `af_constant_ulong' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib(arrayfire-0b3e2f05c35f5f93.arrayfire.eb3a9c44-cgu.10.rcgu.o): in function `::generate': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/data/mod.rs:228: undefined reference to `af_constant' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib(arrayfire-0b3e2f05c35f5f93.arrayfire.eb3a9c44-cgu.13.rcgu.o): in function `arrayfire::util::free_host': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/util.rs:71: undefined reference to `af_free_host' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib(arrayfire-0b3e2f05c35f5f93.arrayfire.eb3a9c44-cgu.14.rcgu.o): in function `arrayfire::error::get_last_error': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/error.rs:106: undefined reference to `af_get_last_error' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib(arrayfire-0b3e2f05c35f5f93.arrayfire.eb3a9c44-cgu.3.rcgu.o): in function ` as core::clone::Clone>::clone': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:550: undefined reference to `af_retain_array' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib(arrayfire-0b3e2f05c35f5f93.arrayfire.eb3a9c44-cgu.3.rcgu.o): in function ` as core::ops::drop::Drop>::drop': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:566: undefined reference to `af_release_array' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib(arrayfire-0b3e2f05c35f5f93.arrayfire.eb3a9c44-cgu.8.rcgu.o): in function `::drop': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/graphics.rs:197: undefined reference to `af_destroy_window' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib(arrayfire-0b3e2f05c35f5f93.arrayfire.eb3a9c44-cgu.8.rcgu.o): in function `arrayfire::graphics::Window::new': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/graphics.rs:229: undefined reference to `af_create_window' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib(arrayfire-0b3e2f05c35f5f93.arrayfire.eb3a9c44-cgu.8.rcgu.o): in function `arrayfire::graphics::Window::is_closed': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/graphics.rs:315: undefined reference to `af_is_window_closed' [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] = help: some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified [INFO] [stdout] = note: use the `-l` flag to specify native libraries to link [INFO] [stdout] = note: use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#cargorustc-link-libkindname) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/white_noise-b72e5b8f70726178.white_noise.449d41c0-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/white_noise-b72e5b8f70726178.white_noise.449d41c0-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/white_noise-b72e5b8f70726178.white_noise.449d41c0-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/white_noise-b72e5b8f70726178.white_noise.449d41c0-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/white_noise-b72e5b8f70726178.white_noise.449d41c0-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/white_noise-b72e5b8f70726178.white_noise.449d41c0-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/white_noise-b72e5b8f70726178.white_noise.449d41c0-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/white_noise-b72e5b8f70726178.white_noise.449d41c0-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/white_noise-b72e5b8f70726178.white_noise.449d41c0-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/white_noise-b72e5b8f70726178.white_noise.449d41c0-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/white_noise-b72e5b8f70726178.white_noise.449d41c0-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/white_noise-b72e5b8f70726178.white_noise.449d41c0-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/white_noise-b72e5b8f70726178.white_noise.449d41c0-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/white_noise-b72e5b8f70726178.3ktbaelivkfqhl01.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/arrayfire/lib" "-L" "/opt/arrayfire/lib64" "-L" "/usr/local/lib" "-L" "/usr/lib" "-L" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib" "/opt/rustwide/target/debug/deps/libhalf-28752dba21e6d72f.rlib" "/opt/rustwide/target/debug/deps/libnum-98e61d796f7365be.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-3a4dd900d283651e.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-5683568638c6f3de.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-34f9dcde57efcd05.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-17cc2c60dd27cc4e.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-8569e6a2be1a04d5.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-d490ff1d8d5488bf.rlib" "/opt/rustwide/target/debug/deps/liblibc-84cd3936ea193c08.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b33cd6b8ee13db74.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-29e5e596e889a0aa.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1b145d9fcdc08832.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-5b037ee6b77e2ff0.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-9635a64fca0ebd28.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-a7574eb9bb7a8fc5.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-f5fa1dc334dcaeeb.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-6ee570a898e75ef0.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-afb62f29a0815772.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-a632746535fd9988.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-25acc307bcb1d7b6.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-377721a625f6ace7.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-43c01431c8a4ee6f.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5f74725679453254.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-2b35d8999819161d.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-a81f2980c3f58cf2.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-57b4679830289815.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2a6a2797f7a73818.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0e3656b1fda5fd7b.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-13b419dfbcf9c1f8.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/white_noise-b72e5b8f70726178" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/white_noise-b72e5b8f70726178.white_noise.449d41c0-cgu.4.rcgu.o: in function `arrayfire::graphics::Window::draw_image': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/graphics.rs:572: undefined reference to `af_draw_image' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/white_noise-b72e5b8f70726178.white_noise.449d41c0-cgu.9.rcgu.o: in function `arrayfire::random::randu': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/random/mod.rs:82: undefined reference to `af_randu' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib(arrayfire-0b3e2f05c35f5f93.arrayfire.eb3a9c44-cgu.13.rcgu.o): in function `arrayfire::backend::set_backend': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/backend.rs:21: undefined reference to `af_set_backend' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib(arrayfire-0b3e2f05c35f5f93.arrayfire.eb3a9c44-cgu.13.rcgu.o): in function `arrayfire::util::free_host': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/util.rs:71: undefined reference to `af_free_host' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib(arrayfire-0b3e2f05c35f5f93.arrayfire.eb3a9c44-cgu.14.rcgu.o): in function `arrayfire::error::get_last_error': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/error.rs:106: undefined reference to `af_get_last_error' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib(arrayfire-0b3e2f05c35f5f93.arrayfire.eb3a9c44-cgu.15.rcgu.o): in function `arrayfire::device::info': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/device/mod.rs:79: undefined reference to `af_info' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib(arrayfire-0b3e2f05c35f5f93.arrayfire.eb3a9c44-cgu.15.rcgu.o): in function `arrayfire::device::set_device': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/device/mod.rs:187: undefined reference to `af_set_device' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib(arrayfire-0b3e2f05c35f5f93.arrayfire.eb3a9c44-cgu.3.rcgu.o): in function ` as core::ops::drop::Drop>::drop': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:566: undefined reference to `af_release_array' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib(arrayfire-0b3e2f05c35f5f93.arrayfire.eb3a9c44-cgu.8.rcgu.o): in function `::drop': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/graphics.rs:197: undefined reference to `af_destroy_window' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib(arrayfire-0b3e2f05c35f5f93.arrayfire.eb3a9c44-cgu.8.rcgu.o): in function `arrayfire::graphics::Window::new': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/graphics.rs:229: undefined reference to `af_create_window' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib(arrayfire-0b3e2f05c35f5f93.arrayfire.eb3a9c44-cgu.8.rcgu.o): in function `arrayfire::graphics::Window::is_closed': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/graphics.rs:315: undefined reference to `af_is_window_closed' [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] = help: some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified [INFO] [stdout] = note: use the `-l` flag to specify native libraries to link [INFO] [stdout] = note: use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#cargorustc-link-libkindname) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/conway-d33bb1c7ebd2ad89.conway.d8a04702-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/conway-d33bb1c7ebd2ad89.conway.d8a04702-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/conway-d33bb1c7ebd2ad89.conway.d8a04702-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/conway-d33bb1c7ebd2ad89.conway.d8a04702-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/conway-d33bb1c7ebd2ad89.conway.d8a04702-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/conway-d33bb1c7ebd2ad89.conway.d8a04702-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/conway-d33bb1c7ebd2ad89.conway.d8a04702-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/conway-d33bb1c7ebd2ad89.conway.d8a04702-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/conway-d33bb1c7ebd2ad89.conway.d8a04702-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/conway-d33bb1c7ebd2ad89.conway.d8a04702-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/conway-d33bb1c7ebd2ad89.conway.d8a04702-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/conway-d33bb1c7ebd2ad89.conway.d8a04702-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/conway-d33bb1c7ebd2ad89.conway.d8a04702-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/conway-d33bb1c7ebd2ad89.conway.d8a04702-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/conway-d33bb1c7ebd2ad89.conway.d8a04702-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/conway-d33bb1c7ebd2ad89.conway.d8a04702-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/conway-d33bb1c7ebd2ad89.2z2kvwxitwt1dvkr.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/arrayfire/lib" "-L" "/opt/arrayfire/lib64" "-L" "/usr/local/lib" "-L" "/usr/lib" "-L" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib" "/opt/rustwide/target/debug/deps/libhalf-28752dba21e6d72f.rlib" "/opt/rustwide/target/debug/deps/libnum-98e61d796f7365be.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-3a4dd900d283651e.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-5683568638c6f3de.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-34f9dcde57efcd05.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-17cc2c60dd27cc4e.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-8569e6a2be1a04d5.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-d490ff1d8d5488bf.rlib" "/opt/rustwide/target/debug/deps/liblibc-84cd3936ea193c08.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b33cd6b8ee13db74.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-29e5e596e889a0aa.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1b145d9fcdc08832.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-5b037ee6b77e2ff0.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-9635a64fca0ebd28.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-a7574eb9bb7a8fc5.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-f5fa1dc334dcaeeb.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-6ee570a898e75ef0.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-afb62f29a0815772.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-a632746535fd9988.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-25acc307bcb1d7b6.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-377721a625f6ace7.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-43c01431c8a4ee6f.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5f74725679453254.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-2b35d8999819161d.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-a81f2980c3f58cf2.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-57b4679830289815.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2a6a2797f7a73818.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0e3656b1fda5fd7b.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-13b419dfbcf9c1f8.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/conway-d33bb1c7ebd2ad89" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/conway-d33bb1c7ebd2ad89.conway.d8a04702-cgu.0.rcgu.o: in function `arrayfire::arith::add_helper': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/arith/mod.rs:415: undefined reference to `af_add' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/conway-d33bb1c7ebd2ad89.conway.d8a04702-cgu.0.rcgu.o: in function `arrayfire::arith::mul_helper': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/arith/mod.rs:415: undefined reference to `af_mul' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/conway-d33bb1c7ebd2ad89.conway.d8a04702-cgu.0.rcgu.o: in function `arrayfire::arith::clamp_helper': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/arith/mod.rs:617: undefined reference to `af_clamp' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/conway-d33bb1c7ebd2ad89.conway.d8a04702-cgu.0.rcgu.o: in function `arrayfire::arith::eq_helper': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/arith/mod.rs:515: undefined reference to `af_eq' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/conway-d33bb1c7ebd2ad89.conway.d8a04702-cgu.0.rcgu.o: in function `arrayfire::arith::gt_helper': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/arith/mod.rs:515: undefined reference to `af_gt' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/conway-d33bb1c7ebd2ad89.conway.d8a04702-cgu.1.rcgu.o: in function ` as core::clone::Clone>::clone': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:550: undefined reference to `af_retain_array' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/conway-d33bb1c7ebd2ad89.conway.d8a04702-cgu.1.rcgu.o: in function ` as core::ops::drop::Drop>::drop': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:566: undefined reference to `af_release_array' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/conway-d33bb1c7ebd2ad89.conway.d8a04702-cgu.1.rcgu.o: in function `arrayfire::array::Array::new': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:197: undefined reference to `af_create_array' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/conway-d33bb1c7ebd2ad89.conway.d8a04702-cgu.1.rcgu.o: in function `arrayfire::array::Array::cast': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:457: undefined reference to `af_cast' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/conway-d33bb1c7ebd2ad89.conway.d8a04702-cgu.1.rcgu.o: in function `arrayfire::array::Array::dims': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:317: undefined reference to `af_get_dims' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/conway-d33bb1c7ebd2ad89.conway.d8a04702-cgu.1.rcgu.o: in function `arrayfire::array::Array::dims': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:317: undefined reference to `af_get_dims' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/conway-d33bb1c7ebd2ad89.conway.d8a04702-cgu.1.rcgu.o: in function `arrayfire::array::Array::is_scalar': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:153: undefined reference to `af_is_scalar' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/conway-d33bb1c7ebd2ad89.conway.d8a04702-cgu.1.rcgu.o: in function `arrayfire::array::Array::is_scalar': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:153: undefined reference to `af_is_scalar' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/conway-d33bb1c7ebd2ad89.conway.d8a04702-cgu.10.rcgu.o: in function `arrayfire::random::randu': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/random/mod.rs:82: undefined reference to `af_randu' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/conway-d33bb1c7ebd2ad89.conway.d8a04702-cgu.12.rcgu.o: in function `arrayfire::signal::convolve2': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/signal/mod.rs:740: undefined reference to `af_convolve2' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/conway-d33bb1c7ebd2ad89.conway.d8a04702-cgu.3.rcgu.o: in function `arrayfire::graphics::Window::draw_image': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/graphics.rs:572: undefined reference to `af_draw_image' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/conway-d33bb1c7ebd2ad89.conway.d8a04702-cgu.4.rcgu.o: in function `arrayfire::data::tile': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/data/mod.rs:503: undefined reference to `af_tile' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/conway-d33bb1c7ebd2ad89.conway.d8a04702-cgu.4.rcgu.o: in function `arrayfire::data::tile': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/data/mod.rs:503: undefined reference to `af_tile' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib(arrayfire-0b3e2f05c35f5f93.arrayfire.eb3a9c44-cgu.1.rcgu.o): in function `arrayfire::random::set_seed': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/random/mod.rs:49: undefined reference to `af_set_seed' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib(arrayfire-0b3e2f05c35f5f93.arrayfire.eb3a9c44-cgu.10.rcgu.o): in function `::generate': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/data/mod.rs:228: undefined reference to `af_constant' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib(arrayfire-0b3e2f05c35f5f93.arrayfire.eb3a9c44-cgu.13.rcgu.o): in function `arrayfire::util::free_host': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/util.rs:71: undefined reference to `af_free_host' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib(arrayfire-0b3e2f05c35f5f93.arrayfire.eb3a9c44-cgu.14.rcgu.o): in function `arrayfire::error::get_last_error': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/error.rs:106: undefined reference to `af_get_last_error' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib(arrayfire-0b3e2f05c35f5f93.arrayfire.eb3a9c44-cgu.15.rcgu.o): in function `arrayfire::device::info': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/device/mod.rs:79: undefined reference to `af_info' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib(arrayfire-0b3e2f05c35f5f93.arrayfire.eb3a9c44-cgu.15.rcgu.o): in function `arrayfire::device::set_device': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/device/mod.rs:187: undefined reference to `af_set_device' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib(arrayfire-0b3e2f05c35f5f93.arrayfire.eb3a9c44-cgu.3.rcgu.o): in function ` as core::clone::Clone>::clone': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:550: undefined reference to `af_retain_array' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib(arrayfire-0b3e2f05c35f5f93.arrayfire.eb3a9c44-cgu.3.rcgu.o): in function ` as core::ops::drop::Drop>::drop': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:566: undefined reference to `af_release_array' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib(arrayfire-0b3e2f05c35f5f93.arrayfire.eb3a9c44-cgu.8.rcgu.o): in function `::drop': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/graphics.rs:197: undefined reference to `af_destroy_window' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib(arrayfire-0b3e2f05c35f5f93.arrayfire.eb3a9c44-cgu.8.rcgu.o): in function `arrayfire::graphics::Window::new': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/graphics.rs:229: undefined reference to `af_create_window' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib(arrayfire-0b3e2f05c35f5f93.arrayfire.eb3a9c44-cgu.8.rcgu.o): in function `arrayfire::graphics::Window::is_closed': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/graphics.rs:315: undefined reference to `af_is_window_closed' [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] = help: some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified [INFO] [stdout] = note: use the `-l` flag to specify native libraries to link [INFO] [stdout] = note: use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#cargorustc-link-libkindname) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/half_precision-2ffebd50c0d8eb2f.half_precision.9b0e1e83-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/half_precision-2ffebd50c0d8eb2f.half_precision.9b0e1e83-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/half_precision-2ffebd50c0d8eb2f.half_precision.9b0e1e83-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/half_precision-2ffebd50c0d8eb2f.half_precision.9b0e1e83-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/half_precision-2ffebd50c0d8eb2f.half_precision.9b0e1e83-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/half_precision-2ffebd50c0d8eb2f.half_precision.9b0e1e83-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/half_precision-2ffebd50c0d8eb2f.half_precision.9b0e1e83-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/half_precision-2ffebd50c0d8eb2f.half_precision.9b0e1e83-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/half_precision-2ffebd50c0d8eb2f.half_precision.9b0e1e83-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/half_precision-2ffebd50c0d8eb2f.half_precision.9b0e1e83-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/half_precision-2ffebd50c0d8eb2f.half_precision.9b0e1e83-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/half_precision-2ffebd50c0d8eb2f.half_precision.9b0e1e83-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/half_precision-2ffebd50c0d8eb2f.half_precision.9b0e1e83-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/half_precision-2ffebd50c0d8eb2f.half_precision.9b0e1e83-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/half_precision-2ffebd50c0d8eb2f.half_precision.9b0e1e83-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/half_precision-2ffebd50c0d8eb2f.half_precision.9b0e1e83-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/half_precision-2ffebd50c0d8eb2f.4dqp1gfqoeecjdmj.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/arrayfire/lib" "-L" "/opt/arrayfire/lib64" "-L" "/usr/local/lib" "-L" "/usr/lib" "-L" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib" "/opt/rustwide/target/debug/deps/libhalf-28752dba21e6d72f.rlib" "/opt/rustwide/target/debug/deps/libnum-98e61d796f7365be.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-3a4dd900d283651e.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-5683568638c6f3de.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-34f9dcde57efcd05.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-17cc2c60dd27cc4e.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-8569e6a2be1a04d5.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-d490ff1d8d5488bf.rlib" "/opt/rustwide/target/debug/deps/liblibc-84cd3936ea193c08.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b33cd6b8ee13db74.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-29e5e596e889a0aa.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1b145d9fcdc08832.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-5b037ee6b77e2ff0.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-9635a64fca0ebd28.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-a7574eb9bb7a8fc5.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-f5fa1dc334dcaeeb.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-6ee570a898e75ef0.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-afb62f29a0815772.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-a632746535fd9988.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-25acc307bcb1d7b6.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-377721a625f6ace7.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-43c01431c8a4ee6f.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5f74725679453254.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-2b35d8999819161d.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-a81f2980c3f58cf2.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-57b4679830289815.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2a6a2797f7a73818.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0e3656b1fda5fd7b.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-13b419dfbcf9c1f8.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/half_precision-2ffebd50c0d8eb2f" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/half_precision-2ffebd50c0d8eb2f.half_precision.9b0e1e83-cgu.15.rcgu.o: in function ` as core::ops::drop::Drop>::drop': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:566: undefined reference to `af_release_array' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/half_precision-2ffebd50c0d8eb2f.half_precision.9b0e1e83-cgu.15.rcgu.o: in function `arrayfire::array::Array::new': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:197: undefined reference to `af_create_array' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/half_precision-2ffebd50c0d8eb2f.half_precision.9b0e1e83-cgu.15.rcgu.o: in function `arrayfire::array::print': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:604: undefined reference to `af_print_array_gen' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib(arrayfire-0b3e2f05c35f5f93.arrayfire.eb3a9c44-cgu.13.rcgu.o): in function `arrayfire::backend::set_backend': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/backend.rs:21: undefined reference to `af_set_backend' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib(arrayfire-0b3e2f05c35f5f93.arrayfire.eb3a9c44-cgu.13.rcgu.o): in function `arrayfire::util::free_host': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/util.rs:71: undefined reference to `af_free_host' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib(arrayfire-0b3e2f05c35f5f93.arrayfire.eb3a9c44-cgu.14.rcgu.o): in function `arrayfire::error::get_last_error': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/error.rs:106: undefined reference to `af_get_last_error' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib(arrayfire-0b3e2f05c35f5f93.arrayfire.eb3a9c44-cgu.15.rcgu.o): in function `arrayfire::device::info': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/device/mod.rs:79: undefined reference to `af_info' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0b3e2f05c35f5f93.rlib(arrayfire-0b3e2f05c35f5f93.arrayfire.eb3a9c44-cgu.15.rcgu.o): in function `arrayfire::device::set_device': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/device/mod.rs:187: undefined reference to `af_set_device' [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] = help: some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified [INFO] [stdout] = note: use the `-l` flag to specify native libraries to link [INFO] [stdout] = note: use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#cargorustc-link-libkindname) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "3b5f0ddce3c5d53f9e2bd83601eb5baa6d70952c32521ecc6d77f130a746ef62", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b5f0ddce3c5d53f9e2bd83601eb5baa6d70952c32521ecc6d77f130a746ef62", kill_on_drop: false }` [INFO] [stdout] 3b5f0ddce3c5d53f9e2bd83601eb5baa6d70952c32521ecc6d77f130a746ef62