[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 beta-2020-06-03 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-9/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/JonathanWoollett-Light/latex_classifier on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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-9/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" "+beta-2020-06-03" "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-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+beta-2020-06-03" "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] ddb4a723cb0d6009fe9bee3bec9875df3cfa60db7b801df32484708e2766d5ce [INFO] running `"docker" "start" "-a" "ddb4a723cb0d6009fe9bee3bec9875df3cfa60db7b801df32484708e2766d5ce"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling half v1.5.0 [INFO] [stderr] Compiling num-rational v0.2.3 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling proc-macro2 v1.0.9 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling memoffset v0.5.3 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling signal-hook-registry v1.2.0 [INFO] [stderr] Compiling parking_lot_core v0.7.0 [INFO] [stderr] Compiling png v0.15.3 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling tiff v0.3.1 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling parking_lot v0.10.0 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling syn v1.0.16 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling signal-hook v0.1.13 [INFO] [stderr] Compiling crossterm v0.17.1 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling num v0.2.1 [INFO] [stderr] Compiling jpeg-decoder v0.1.18 [INFO] [stderr] Compiling serde_derive v1.0.106 [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 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/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/latex_classifier-debfc31eb96330dc.latex_classifier.3asqzgls-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/latex_classifier-debfc31eb96330dc.latex_classifier.3asqzgls-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/latex_classifier-debfc31eb96330dc.latex_classifier.3asqzgls-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/latex_classifier-debfc31eb96330dc.latex_classifier.3asqzgls-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/latex_classifier-debfc31eb96330dc.latex_classifier.3asqzgls-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/latex_classifier-debfc31eb96330dc.latex_classifier.3asqzgls-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/latex_classifier-debfc31eb96330dc.latex_classifier.3asqzgls-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/latex_classifier-debfc31eb96330dc.latex_classifier.3asqzgls-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/latex_classifier-debfc31eb96330dc.latex_classifier.3asqzgls-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/latex_classifier-debfc31eb96330dc.latex_classifier.3asqzgls-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/latex_classifier-debfc31eb96330dc.latex_classifier.3asqzgls-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/latex_classifier-debfc31eb96330dc.latex_classifier.3asqzgls-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/latex_classifier-debfc31eb96330dc.latex_classifier.3asqzgls-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/latex_classifier-debfc31eb96330dc.latex_classifier.3asqzgls-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/latex_classifier-debfc31eb96330dc.latex_classifier.3asqzgls-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/latex_classifier-debfc31eb96330dc.latex_classifier.3asqzgls-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/latex_classifier-debfc31eb96330dc" "/opt/rustwide/target/debug/deps/latex_classifier-debfc31eb96330dc.15qy6lwg44s8u0jp.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/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libimage-7d28edb62d11629b.rlib" "/opt/rustwide/target/debug/deps/libtiff-1f33aeae8fbb28ab.rlib" "/opt/rustwide/target/debug/deps/libpng-3fe9b1fd0a4c70b8.rlib" "/opt/rustwide/target/debug/deps/libdeflate-dd0167482f682c8b.rlib" "/opt/rustwide/target/debug/deps/libinflate-c136b13ddac0b16a.rlib" "/opt/rustwide/target/debug/deps/libadler32-f244741275b1e8cf.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-10e48aefe5c8c7a8.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-5701ec389381880a.rlib" "/opt/rustwide/target/debug/deps/librayon-7f5a27858ccab5c5.rlib" "/opt/rustwide/target/debug/deps/librayon_core-641df211ac8d130b.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-cd7908347908c550.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-75bbc5e15dc0ed21.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-325f4a95c51fa41d.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-b17536cbe01cee49.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-5ac251adb1250148.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-76f5c6d637dd14b0.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-c59d4d0642fbf7ab.rlib" "/opt/rustwide/target/debug/deps/libgif-d468bd51667d24f3.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-b1efc12c392b9f46.rlib" "/opt/rustwide/target/debug/deps/liblzw-88a56833efa91571.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-4b8ceb511173985b.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-78580fbf595daae7.rlib" "/opt/rustwide/target/debug/deps/libcogent-66c86a5ea2b2e6e6.rlib" "/opt/rustwide/target/debug/deps/libserde_json-ddd04ed2a5aa6df5.rlib" "/opt/rustwide/target/debug/deps/libryu-4b9f3bcd1724e82b.rlib" "/opt/rustwide/target/debug/deps/libitoa-b97c5d72b295aa2e.rlib" "/opt/rustwide/target/debug/deps/libserde-b7fcd48c1573a992.rlib" "/opt/rustwide/target/debug/deps/libcrossterm-17c1d6236fcc90ee.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook-b4737a470fb8d29d.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-deed4ea1198987b4.rlib" "/opt/rustwide/target/debug/deps/libarc_swap-1bcd5a18b1424230.rlib" "/opt/rustwide/target/debug/deps/libmio-c1289ead31fdd5e6.rlib" "/opt/rustwide/target/debug/deps/liblog-c709ae7ff9aa4321.rlib" "/opt/rustwide/target/debug/deps/libslab-4c5e5a4b1eda1a25.rlib" "/opt/rustwide/target/debug/deps/libiovec-df94e8ed10a2ec7b.rlib" "/opt/rustwide/target/debug/deps/libnet2-2418dc7bd4e20a0a.rlib" "/opt/rustwide/target/debug/deps/libbitflags-a637fa8d282392d5.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-3dbf4adcf96af0f4.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-114d5fc4f7245bb2.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-70291f35d2e6b061.rlib" "/opt/rustwide/target/debug/deps/liblock_api-b0be411172029518.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-6e82e76ec854833d.rlib" "/opt/rustwide/target/debug/deps/libarrayfire-bdc4c99994ab15e5.rlib" "/opt/rustwide/target/debug/deps/libhalf-2f7dda7ddcfc481b.rlib" "/opt/rustwide/target/debug/deps/libnum-08a1d75e103bf149.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-a263c6c7c169cc55.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-896fd412d0a6b0de.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-dc7be469340a2a37.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-8d713679aa16e240.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-3d10e159d6ba836e.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-447df9d8850f95e5.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-36bd8bbfaaa85bd1.rlib" "/opt/rustwide/target/debug/deps/libitertools-a32ec88a08444d29.rlib" "/opt/rustwide/target/debug/deps/librand-8ff17c45058c42aa.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-23e55b34058a2a87.rlib" "/opt/rustwide/target/debug/deps/libc2_chacha-2620b4cba9d0fc59.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-eb2823c1b1b026b4.rlib" "/opt/rustwide/target/debug/deps/librand_core-1f48bc3644e42e57.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-700e74b17e7c545c.rlib" "/opt/rustwide/target/debug/deps/liblibc-144dd5fd09fc18d4.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0d7329a98a9ffead.rlib" "/opt/rustwide/target/debug/deps/libitertools-fa685df2bd799190.rlib" "/opt/rustwide/target/debug/deps/libeither-667bb5f36f496548.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.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-debfc31eb96330dc.latex_classifier.3asqzgls-cgu.12.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.12.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.12.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.12.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.12.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.12.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.12.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.12.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.12.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.12.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.12.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.12.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.12.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.12.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.12.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.12.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.12.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.12.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.12.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.12.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.12.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.12.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.12.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.12.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.15.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.15.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.15.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.15.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.5.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.5.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.5.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.5.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.5.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.5.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.5.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.5.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.6.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.6.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.6.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.6.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.6.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.6.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.6.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.6.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.6.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.6.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.6.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.6.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.6.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.6.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.6.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.6.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.6.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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-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-66c86a5ea2b2e6e6.rlib(cogent-66c86a5ea2b2e6e6.cogent.51p0b1ae-cgu.9.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/libarrayfire-bdc4c99994ab15e5.rlib(arrayfire-bdc4c99994ab15e5.arrayfire.exlyiljt-cgu.10.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-bdc4c99994ab15e5.rlib(arrayfire-bdc4c99994ab15e5.arrayfire.exlyiljt-cgu.2.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-bdc4c99994ab15e5.rlib(arrayfire-bdc4c99994ab15e5.arrayfire.exlyiljt-cgu.2.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-bdc4c99994ab15e5.rlib(arrayfire-bdc4c99994ab15e5.arrayfire.exlyiljt-cgu.2.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-bdc4c99994ab15e5.rlib(arrayfire-bdc4c99994ab15e5.arrayfire.exlyiljt-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] /usr/bin/ld: /opt/rustwide/target/debug/deps/libarrayfire-bdc4c99994ab15e5.rlib(arrayfire-bdc4c99994ab15e5.arrayfire.exlyiljt-cgu.7.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-bdc4c99994ab15e5.rlib(arrayfire-bdc4c99994ab15e5.arrayfire.exlyiljt-cgu.7.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] 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" "ddb4a723cb0d6009fe9bee3bec9875df3cfa60db7b801df32484708e2766d5ce"` [INFO] running `"docker" "rm" "-f" "ddb4a723cb0d6009fe9bee3bec9875df3cfa60db7b801df32484708e2766d5ce"` [INFO] [stdout] ddb4a723cb0d6009fe9bee3bec9875df3cfa60db7b801df32484708e2766d5ce