[INFO] updating cached repository https://github.com/JonathanWoollett-Light/latex_classifier [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e74393202a8ee99f4ab88917a1fdafd66fff5d04 [INFO] testing JonathanWoollett-Light/latex_classifier against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJonathanWoollett-Light%2Flatex_classifier" "/workspace/builds/worker-12/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/JonathanWoollett-Light/latex_classifier on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/JonathanWoollett-Light/latex_classifier [INFO] finished tweaking git repo https://github.com/JonathanWoollett-Light/latex_classifier [INFO] tweaked toml for git repo https://github.com/JonathanWoollett-Light/latex_classifier written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/JonathanWoollett-Light/latex_classifier already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1d5e85403c889e84b18a73a666cff05221f60f6b8ac9e8ae31b2e07318c876e9 [INFO] running `"docker" "start" "-a" "1d5e85403c889e84b18a73a666cff05221f60f6b8ac9e8ae31b2e07318c876e9"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling syn v1.0.16 [INFO] [stderr] Compiling half v1.5.0 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling num_cpus v1.12.0 [INFO] [stderr] Compiling parking_lot_core v0.7.0 [INFO] [stderr] Compiling signal-hook v0.1.13 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling parking_lot v0.10.0 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling crossterm v0.17.1 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling tiff v0.3.1 [INFO] [stderr] Compiling serde_derive v1.0.106 [INFO] [stderr] Compiling jpeg-decoder v0.1.18 [INFO] [stderr] Compiling image v0.22.5 [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Compiling serde_json v1.0.51 [INFO] [stderr] Compiling arrayfire v3.7.0 [INFO] [stderr] Compiling cogent v0.3.6 [INFO] [stderr] Compiling latex_classifier v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `std::cmp` [INFO] [stderr] --> src/main.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use std::cmp; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Add` [INFO] [stderr] --> src/main.rs:15:30 [INFO] [stderr] | [INFO] [stderr] 15 | use std::ops::{Sub,SubAssign,Add}; [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `af_print`, `print_gen` [INFO] [stderr] --> src/main.rs:17:49 [INFO] [stderr] | [INFO] [stderr] 17 | use arrayfire::{Array,max,eq,sum,transpose,Dim4,print_gen,af_print}; [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `segmentat_alphabet` [INFO] [stderr] --> src/main.rs:43:9 [INFO] [stderr] | [INFO] [stderr] 43 | let segmentat_alphabet = segment(false,"alphabet.jpg"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_segmentat_alphabet` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `COVERED_PIXEL` [INFO] [stderr] --> src/main.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | const COVERED_PIXEL:u8 = 2u8; // Can be any u8 value, as long as not [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `print_row` [INFO] [stderr] --> src/main.rs:1100:8 [INFO] [stderr] | [INFO] [stderr] 1100 | fn print_row(symbols:&Vec) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/latex_classifier-d7c1cb483b96b9ce.latex_classifier.cmlnh6pg-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/latex_classifier-d7c1cb483b96b9ce.latex_classifier.cmlnh6pg-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/latex_classifier-d7c1cb483b96b9ce.latex_classifier.cmlnh6pg-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/latex_classifier-d7c1cb483b96b9ce.latex_classifier.cmlnh6pg-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/latex_classifier-d7c1cb483b96b9ce.latex_classifier.cmlnh6pg-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/latex_classifier-d7c1cb483b96b9ce.latex_classifier.cmlnh6pg-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/latex_classifier-d7c1cb483b96b9ce.latex_classifier.cmlnh6pg-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/latex_classifier-d7c1cb483b96b9ce.latex_classifier.cmlnh6pg-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/latex_classifier-d7c1cb483b96b9ce.latex_classifier.cmlnh6pg-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/latex_classifier-d7c1cb483b96b9ce.latex_classifier.cmlnh6pg-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/latex_classifier-d7c1cb483b96b9ce.latex_classifier.cmlnh6pg-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/latex_classifier-d7c1cb483b96b9ce.latex_classifier.cmlnh6pg-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/latex_classifier-d7c1cb483b96b9ce.latex_classifier.cmlnh6pg-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/latex_classifier-d7c1cb483b96b9ce.latex_classifier.cmlnh6pg-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/latex_classifier-d7c1cb483b96b9ce.latex_classifier.cmlnh6pg-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/latex_classifier-d7c1cb483b96b9ce.latex_classifier.cmlnh6pg-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/latex_classifier-d7c1cb483b96b9ce" "/opt/rustwide/target/debug/deps/latex_classifier-d7c1cb483b96b9ce.9snl2hno128g989.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-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/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libimage-58257299eb9730b4.rlib" "/opt/rustwide/target/debug/deps/libtiff-278aaba3724951f4.rlib" "/opt/rustwide/target/debug/deps/libpng-10f8a0f555eb8c7a.rlib" "/opt/rustwide/target/debug/deps/libdeflate-7732e978d97c483e.rlib" "/opt/rustwide/target/debug/deps/libinflate-acf2a0e9b3891205.rlib" "/opt/rustwide/target/debug/deps/libadler32-94321a05f32b04d4.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-c0d32379140e81b0.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-9bc2a33cfa25afa3.rlib" "/opt/rustwide/target/debug/deps/librayon-4461dfec10fe9359.rlib" "/opt/rustwide/target/debug/deps/librayon_core-907237b225764ed6.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-e919bf080e8f54d2.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-fb5b67f2cd55a399.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-8697bbb99b5663fa.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-f8e0572b58f37858.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-9a3bb82dd9c98d25.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-8ed8d280867c6832.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-a414d050938f7fed.rlib" "/opt/rustwide/target/debug/deps/libgif-ab40da4779180ae5.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-fc6ee7c20d132f45.rlib" "/opt/rustwide/target/debug/deps/liblzw-c5b09777a31838f7.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-cd4eb633569b1741.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-5cddd3c0738b32cd.rlib" "/opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib" "/opt/rustwide/target/debug/deps/libserde_json-1f26aaba11342455.rlib" "/opt/rustwide/target/debug/deps/libryu-c5e7eec2cc573ee0.rlib" "/opt/rustwide/target/debug/deps/libitoa-b57c4c3b6dd17fde.rlib" "/opt/rustwide/target/debug/deps/libserde-1a3108c1095390f1.rlib" "/opt/rustwide/target/debug/deps/libcrossterm-09fca22c65c52abd.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook-ab357e7613116fce.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-c28c1dabf0e48a35.rlib" "/opt/rustwide/target/debug/deps/libarc_swap-380efcb03106ecab.rlib" "/opt/rustwide/target/debug/deps/libmio-db17ec5234947e06.rlib" "/opt/rustwide/target/debug/deps/liblog-94affdc30a23f199.rlib" "/opt/rustwide/target/debug/deps/libslab-7d2001f40ea12ace.rlib" "/opt/rustwide/target/debug/deps/libiovec-fa5f86d11a6d8f38.rlib" "/opt/rustwide/target/debug/deps/libnet2-0eaccbbc568cc964.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0bb1eb8c2caf8528.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-fb83dab9b5480576.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-3a027a4b25a72bf7.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-95ba48a5d2857822.rlib" "/opt/rustwide/target/debug/deps/liblock_api-c6e782cd1838edbe.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-5ad4270d09bfce92.rlib" "/opt/rustwide/target/debug/deps/libarrayfire-0f70cc77c30288ab.rlib" "/opt/rustwide/target/debug/deps/libhalf-08964b95736fb114.rlib" "/opt/rustwide/target/debug/deps/libnum-e50b4a43fabb189f.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-bde9b52ddcc50763.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-4ed6297a2cdcb5ff.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-989ea1a247d80167.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-c31db6f1115b1c66.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-476af23625bc1b94.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-ddc6fba6583d3d3e.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-807f2c476a0e6b86.rlib" "/opt/rustwide/target/debug/deps/libitertools-1672535a7cefdb2a.rlib" "/opt/rustwide/target/debug/deps/librand-5e6ccde9817c649f.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-816eeffbefb9455f.rlib" "/opt/rustwide/target/debug/deps/libc2_chacha-af45c4b8307e8052.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-4d8ca1d5617e4d1b.rlib" "/opt/rustwide/target/debug/deps/librand_core-e561771f0b35c5b0.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-769b1e916982e6dc.rlib" "/opt/rustwide/target/debug/deps/liblibc-a4e27cfb38cdeb17.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-c207894dabf2ad2d.rlib" "/opt/rustwide/target/debug/deps/libitertools-246f799fb24e2ff9.rlib" "/opt/rustwide/target/debug/deps/libeither-61fbb0a110e3d219.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/latex_classifier-d7c1cb483b96b9ce.latex_classifier.cmlnh6pg-cgu.10.rcgu.o: in function `arrayfire::algorithm::sum': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/algorithm/mod.rs:140: undefined reference to `af_sum' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.10.rcgu.o): in function `arrayfire::random::randu': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/random/mod.rs:82: undefined reference to `af_randu' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.14.rcgu.o): in function ` as core::clone::Clone>::clone': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:550: undefined reference to `af_retain_array' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.14.rcgu.o): in function ` as core::clone::Clone>::clone': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:550: undefined reference to `af_retain_array' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.14.rcgu.o): in function ` as core::ops::drop::Drop>::drop': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:566: undefined reference to `af_release_array' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.14.rcgu.o): in function ` as core::ops::drop::Drop>::drop': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:566: undefined reference to `af_release_array' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.14.rcgu.o): in function ` as core::ops::drop::Drop>::drop': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:566: undefined reference to `af_release_array' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.14.rcgu.o): in function ` as core::ops::drop::Drop>::drop': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:566: undefined reference to `af_release_array' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.14.rcgu.o): in function `arrayfire::array::Array::new': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:197: undefined reference to `af_create_array' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.14.rcgu.o): in function `arrayfire::array::Array::new': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:197: undefined reference to `af_create_array' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.14.rcgu.o): in function `arrayfire::array::Array::cast': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:457: undefined reference to `af_cast' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.14.rcgu.o): in function `arrayfire::array::Array::cast': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:457: undefined reference to `af_cast' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.14.rcgu.o): in function `arrayfire::array::Array::dims': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:317: undefined reference to `af_get_dims' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.14.rcgu.o): in function `arrayfire::array::Array::dims': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:317: undefined reference to `af_get_dims' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.14.rcgu.o): in function `arrayfire::array::Array::dims': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:317: undefined reference to `af_get_dims' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.14.rcgu.o): in function `arrayfire::array::Array::dims': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:317: undefined reference to `af_get_dims' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.14.rcgu.o): in function `arrayfire::array::Array::host': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:384: undefined reference to `af_get_data_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.14.rcgu.o): in function `arrayfire::array::Array::host': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:384: undefined reference to `af_get_data_ptr' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.14.rcgu.o): in function `arrayfire::array::Array::elements': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:294: undefined reference to `af_get_elements' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.14.rcgu.o): in function `arrayfire::array::Array::elements': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:294: undefined reference to `af_get_elements' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.14.rcgu.o): in function `arrayfire::array::Array::is_scalar': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:153: undefined reference to `af_is_scalar' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.14.rcgu.o): in function `arrayfire::array::Array::is_scalar': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:153: undefined reference to `af_is_scalar' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.14.rcgu.o): in function `arrayfire::array::Array::is_scalar': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:153: undefined reference to `af_is_scalar' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.14.rcgu.o): in function `arrayfire::array::Array::is_scalar': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:153: undefined reference to `af_is_scalar' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.14.rcgu.o): in function `arrayfire::array::Array::new_empty': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:245: undefined reference to `af_create_handle' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.5.rcgu.o): in function `arrayfire::data::tile': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/data/mod.rs:503: undefined reference to `af_tile' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.5.rcgu.o): in function `arrayfire::data::tile': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/data/mod.rs:503: undefined reference to `af_tile' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.5.rcgu.o): in function `arrayfire::data::tile': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/data/mod.rs:503: undefined reference to `af_tile' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.5.rcgu.o): in function `arrayfire::data::tile': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/data/mod.rs:503: undefined reference to `af_tile' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.7.rcgu.o): in function `arrayfire::blas::matmul': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/blas/mod.rs:167: undefined reference to `af_matmul' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.7.rcgu.o): in function `arrayfire::blas::transpose': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/blas/mod.rs:227: undefined reference to `af_transpose' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.7.rcgu.o): in function `arrayfire::index::assign_seq': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/index.rs:510: undefined reference to `af_assign_seq' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.7.rcgu.o): in function `arrayfire::index::index': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/index.rs:256: undefined reference to `af_index' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.8.rcgu.o): in function `arrayfire::arith::add_helper': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/arith/mod.rs:415: undefined reference to `af_add' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.8.rcgu.o): in function `arrayfire::arith::add_helper': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/arith/mod.rs:415: undefined reference to `af_add' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.8.rcgu.o): in function `arrayfire::arith::add_helper': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/arith/mod.rs:415: undefined reference to `af_add' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.8.rcgu.o): in function `arrayfire::arith::div_helper': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/arith/mod.rs:415: undefined reference to `af_div' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.8.rcgu.o): in function `arrayfire::arith::mul_helper': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/arith/mod.rs:415: undefined reference to `af_mul' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.8.rcgu.o): in function `arrayfire::arith::mul_helper': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/arith/mod.rs:415: undefined reference to `af_mul' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.8.rcgu.o): in function `arrayfire::arith::mul_helper': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/arith/mod.rs:415: undefined reference to `af_mul' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.8.rcgu.o): in function `arrayfire::arith::pow_helper': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/arith/mod.rs:415: undefined reference to `af_pow' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.8.rcgu.o): in function `arrayfire::arith::sub_helper': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/arith/mod.rs:415: undefined reference to `af_sub' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.8.rcgu.o): in function `arrayfire::arith::and': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/arith/mod.rs:284: undefined reference to `af_and' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.8.rcgu.o): in function `arrayfire::arith::exp': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/arith/mod.rs:125: undefined reference to `af_exp' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.8.rcgu.o): in function `arrayfire::arith::log': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/arith/mod.rs:125: undefined reference to `af_log' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.8.rcgu.o): in function `arrayfire::arith::maxof': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/arith/mod.rs:284: undefined reference to `af_maxof' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.8.rcgu.o): in function `arrayfire::arith::sigmoid': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/arith/mod.rs:125: undefined reference to `af_sigmoid' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.8.rcgu.o): in function `arrayfire::arith::eq_helper': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/arith/mod.rs:515: undefined reference to `af_eq' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.8.rcgu.o): in function `arrayfire::arith::eq_helper': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/arith/mod.rs:515: undefined reference to `af_eq' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.8.rcgu.o): in function `arrayfire::arith::gt_helper': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/arith/mod.rs:515: undefined reference to `af_gt' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.9.rcgu.o): in function `arrayfire::algorithm::max': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/algorithm/mod.rs:140: undefined reference to `af_max' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.9.rcgu.o): in function `arrayfire::algorithm::sum': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/algorithm/mod.rs:140: undefined reference to `af_sum' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.9.rcgu.o): in function `arrayfire::algorithm::imax': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/algorithm/mod.rs:809: undefined reference to `af_imax' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.9.rcgu.o): in function `arrayfire::algorithm::sum_all': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/algorithm/mod.rs:534: undefined reference to `af_sum_all' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.9.rcgu.o): in function `arrayfire::algorithm::sum_all': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/algorithm/mod.rs:534: undefined reference to `af_sum_all' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcogent-41ce9627cdc4bdfa.rlib(cogent-41ce9627cdc4bdfa.cogent.13osrapv-cgu.9.rcgu.o): in function `arrayfire::algorithm::sum_all': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/algorithm/mod.rs:534: undefined reference to `af_sum_all' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0f70cc77c30288ab.rlib(arrayfire-0f70cc77c30288ab.arrayfire.3nqeu0pp-cgu.10.rcgu.o): in function ` as core::clone::Clone>::clone': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:550: undefined reference to `af_retain_array' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0f70cc77c30288ab.rlib(arrayfire-0f70cc77c30288ab.arrayfire.3nqeu0pp-cgu.10.rcgu.o): in function ` as core::ops::drop::Drop>::drop': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/array.rs:566: undefined reference to `af_release_array' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0f70cc77c30288ab.rlib(arrayfire-0f70cc77c30288ab.arrayfire.3nqeu0pp-cgu.13.rcgu.o): in function `arrayfire::error::get_last_error': [INFO] [stderr] /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] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0f70cc77c30288ab.rlib(arrayfire-0f70cc77c30288ab.arrayfire.3nqeu0pp-cgu.3.rcgu.o): in function `::generate': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/data/mod.rs:228: undefined reference to `af_constant' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0f70cc77c30288ab.rlib(arrayfire-0f70cc77c30288ab.arrayfire.3nqeu0pp-cgu.3.rcgu.o): in function `::generate': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/data/mod.rs:228: undefined reference to `af_constant' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0f70cc77c30288ab.rlib(arrayfire-0f70cc77c30288ab.arrayfire.3nqeu0pp-cgu.3.rcgu.o): in function `::generate': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/data/mod.rs:228: undefined reference to `af_constant' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-0f70cc77c30288ab.rlib(arrayfire-0f70cc77c30288ab.arrayfire.3nqeu0pp-cgu.4.rcgu.o): in function `arrayfire::util::free_host': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayfire-3.7.0/src/util.rs:71: undefined reference to `af_free_host' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 6 warnings emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `latex_classifier`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "1d5e85403c889e84b18a73a666cff05221f60f6b8ac9e8ae31b2e07318c876e9"` [INFO] running `"docker" "rm" "-f" "1d5e85403c889e84b18a73a666cff05221f60f6b8ac9e8ae31b2e07318c876e9"` [INFO] [stdout] 1d5e85403c889e84b18a73a666cff05221f60f6b8ac9e8ae31b2e07318c876e9