[INFO] crate arrayfire 3.6.2 is already in cache [INFO] testing arrayfire-3.6.2 against 1.38.0 for beta-1.39-1 [INFO] extracting crate arrayfire 3.6.2 into work/builds/worker-4/source [INFO] validating manifest of crates.io crate arrayfire 3.6.2 on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate arrayfire 3.6.2 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate arrayfire 3.6.2 [INFO] tweaked toml for crates.io crate arrayfire 3.6.2 written to work/builds/worker-4/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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.38.0" "build" "--frozen"` [INFO] [stdout] aa32c796414ecd48addbb3e567ca6590fbc2c583f35a4183e0b6b9726cac65a7 [INFO] running `"docker" "start" "-a" "aa32c796414ecd48addbb3e567ca6590fbc2c583f35a4183e0b6b9726cac65a7"` [INFO] [stderr] Compiling arrayfire v3.6.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'array::libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/backend.rs:3:33 [INFO] [stderr] | [INFO] [stderr] 3 | use self::libc::{c_int, c_uint, uint8_t}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'array::libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/backend.rs:8:29 [INFO] [stderr] | [INFO] [stderr] 8 | fn af_set_backend(bknd: uint8_t) -> c_int; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'array::libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/backend.rs:21:49 [INFO] [stderr] | [INFO] [stderr] 21 | let err_val = af_set_backend(backend as uint8_t); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.36s [INFO] running `"docker" "inspect" "aa32c796414ecd48addbb3e567ca6590fbc2c583f35a4183e0b6b9726cac65a7"` [INFO] running `"docker" "rm" "-f" "aa32c796414ecd48addbb3e567ca6590fbc2c583f35a4183e0b6b9726cac65a7"` [INFO] [stdout] aa32c796414ecd48addbb3e567ca6590fbc2c583f35a4183e0b6b9726cac65a7 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] bd82859f909a2be525c3611fcbfb090ad7311b1be23445b4b94d49e17fd88e77 [INFO] running `"docker" "start" "-a" "bd82859f909a2be525c3611fcbfb090ad7311b1be23445b4b94d49e17fd88e77"` [INFO] [stderr] Compiling arrayfire v3.6.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: type alias is never used: `Complex32` [INFO] [stderr] --> examples/fft.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | type Complex32 = Complex; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'array::libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/backend.rs:3:33 [INFO] [stderr] | [INFO] [stderr] 3 | use self::libc::{c_int, c_uint, uint8_t}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'array::libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/backend.rs:8:29 [INFO] [stderr] | [INFO] [stderr] 8 | fn af_set_backend(bknd: uint8_t) -> c_int; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'array::libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/backend.rs:21:49 [INFO] [stderr] | [INFO] [stderr] 21 | let err_val = af_set_backend(backend as uint8_t); [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.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/snow-7d1466cfdde0acef.snow.8n5kqp5w-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/snow-7d1466cfdde0acef.snow.8n5kqp5w-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/snow-7d1466cfdde0acef.snow.8n5kqp5w-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/snow-7d1466cfdde0acef.snow.8n5kqp5w-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/snow-7d1466cfdde0acef.snow.8n5kqp5w-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/snow-7d1466cfdde0acef.snow.8n5kqp5w-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/snow-7d1466cfdde0acef.snow.8n5kqp5w-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/snow-7d1466cfdde0acef.snow.8n5kqp5w-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/snow-7d1466cfdde0acef.snow.8n5kqp5w-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/snow-7d1466cfdde0acef.snow.8n5kqp5w-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/snow-7d1466cfdde0acef.snow.8n5kqp5w-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/snow-7d1466cfdde0acef.snow.8n5kqp5w-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/snow-7d1466cfdde0acef" "/opt/rustwide/target/debug/examples/snow-7d1466cfdde0acef.hx8jww1i5e998qy.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.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib" "/opt/rustwide/target/debug/deps/libnum-6102f28ec2a9ed4f.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-dfe9bd441c48c456.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-c2a601c9b31d9a81.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-c1e75cc8c9a03582.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-76451bec6e6b51dc.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-8826331bf1f49fb0.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-11d7c0dbeac99383.rlib" "/opt/rustwide/target/debug/deps/liblibc-a3b13f6b27abcc70.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-83cafc2ae303332c.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/rustwide/target/debug/examples/snow-7d1466cfdde0acef.snow.8n5kqp5w-cgu.1.rcgu.o: In function `arrayfire::graphics::Window::draw_image': [INFO] [stderr] /opt/rustwide/workdir/src/graphics.rs:530: undefined reference to `af_draw_image' [INFO] [stderr] /opt/rustwide/target/debug/examples/snow-7d1466cfdde0acef.snow.8n5kqp5w-cgu.2.rcgu.o: In function `arrayfire::random::randu': [INFO] [stderr] /opt/rustwide/workdir/src/random/mod.rs:82: undefined reference to `af_randu' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.10.rcgu.o): In function ` as core::ops::drop::Drop>::drop': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:544: undefined reference to `af_release_array' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.12.rcgu.o): In function `arrayfire::error::get_last_error': [INFO] [stderr] /opt/rustwide/workdir/src/error.rs:104: undefined reference to `af_get_last_error' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.5.rcgu.o): In function `arrayfire::device::info': [INFO] [stderr] /opt/rustwide/workdir/src/device/mod.rs:79: undefined reference to `af_info' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.5.rcgu.o): In function `arrayfire::device::set_device': [INFO] [stderr] /opt/rustwide/workdir/src/device/mod.rs:187: undefined reference to `af_set_device' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.7.rcgu.o): In function `arrayfire::util::free_host': [INFO] [stderr] /opt/rustwide/workdir/src/util.rs:68: undefined reference to `af_free_host' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.8.rcgu.o): In function `::drop': [INFO] [stderr] /opt/rustwide/workdir/src/graphics.rs:190: undefined reference to `af_destroy_window' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.8.rcgu.o): In function `arrayfire::graphics::Window::new': [INFO] [stderr] /opt/rustwide/workdir/src/graphics.rs:221: undefined reference to `af_create_window' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.8.rcgu.o): In function `arrayfire::graphics::Window::is_closed': [INFO] [stderr] /opt/rustwide/workdir/src/graphics.rs:307: undefined reference to `af_is_window_closed' [INFO] [stderr] collect2: error: ld returned 1 exit status [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.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/pi-9c6dcc8a3e1bf927.pi.eu8mp0v3-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/pi-9c6dcc8a3e1bf927.pi.eu8mp0v3-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/pi-9c6dcc8a3e1bf927.pi.eu8mp0v3-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/pi-9c6dcc8a3e1bf927.pi.eu8mp0v3-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/pi-9c6dcc8a3e1bf927.pi.eu8mp0v3-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/pi-9c6dcc8a3e1bf927.pi.eu8mp0v3-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/pi-9c6dcc8a3e1bf927.pi.eu8mp0v3-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/pi-9c6dcc8a3e1bf927.pi.eu8mp0v3-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/pi-9c6dcc8a3e1bf927.pi.eu8mp0v3-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/pi-9c6dcc8a3e1bf927.pi.eu8mp0v3-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/pi-9c6dcc8a3e1bf927.pi.eu8mp0v3-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/pi-9c6dcc8a3e1bf927.pi.eu8mp0v3-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/pi-9c6dcc8a3e1bf927.pi.eu8mp0v3-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/pi-9c6dcc8a3e1bf927.pi.eu8mp0v3-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/pi-9c6dcc8a3e1bf927.pi.eu8mp0v3-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/pi-9c6dcc8a3e1bf927.pi.eu8mp0v3-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/pi-9c6dcc8a3e1bf927" "/opt/rustwide/target/debug/examples/pi-9c6dcc8a3e1bf927.3civ19mkgahd8a0x.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.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib" "/opt/rustwide/target/debug/deps/libnum-6102f28ec2a9ed4f.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-dfe9bd441c48c456.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-c2a601c9b31d9a81.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-c1e75cc8c9a03582.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-76451bec6e6b51dc.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-8826331bf1f49fb0.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-11d7c0dbeac99383.rlib" "/opt/rustwide/target/debug/deps/liblibc-a3b13f6b27abcc70.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-83cafc2ae303332c.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/rustwide/target/debug/examples/pi-9c6dcc8a3e1bf927.pi.eu8mp0v3-cgu.1.rcgu.o: In function `arrayfire::arith::add_helper': [INFO] [stderr] /opt/rustwide/workdir/src/arith/mod.rs:408: undefined reference to `af_add' [INFO] [stderr] /opt/rustwide/target/debug/examples/pi-9c6dcc8a3e1bf927.pi.eu8mp0v3-cgu.1.rcgu.o: In function `arrayfire::arith::mul_helper': [INFO] [stderr] /opt/rustwide/workdir/src/arith/mod.rs:408: undefined reference to `af_mul' [INFO] [stderr] /opt/rustwide/target/debug/examples/pi-9c6dcc8a3e1bf927.pi.eu8mp0v3-cgu.1.rcgu.o: In function `arrayfire::arith::sqrt': [INFO] [stderr] /opt/rustwide/workdir/src/arith/mod.rs:124: undefined reference to `af_sqrt' [INFO] [stderr] /opt/rustwide/target/debug/examples/pi-9c6dcc8a3e1bf927.pi.eu8mp0v3-cgu.1.rcgu.o: In function `arrayfire::arith::le_helper': [INFO] [stderr] /opt/rustwide/workdir/src/arith/mod.rs:508: undefined reference to `af_le' [INFO] [stderr] /opt/rustwide/target/debug/examples/pi-9c6dcc8a3e1bf927.pi.eu8mp0v3-cgu.2.rcgu.o: In function ` as core::clone::Clone>::clone': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:528: undefined reference to `af_retain_array' [INFO] [stderr] /opt/rustwide/target/debug/examples/pi-9c6dcc8a3e1bf927.pi.eu8mp0v3-cgu.2.rcgu.o: In function ` as core::ops::drop::Drop>::drop': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:544: undefined reference to `af_release_array' [INFO] [stderr] /opt/rustwide/target/debug/examples/pi-9c6dcc8a3e1bf927.pi.eu8mp0v3-cgu.2.rcgu.o: In function ` as core::ops::drop::Drop>::drop': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:544: undefined reference to `af_release_array' [INFO] [stderr] /opt/rustwide/target/debug/examples/pi-9c6dcc8a3e1bf927.pi.eu8mp0v3-cgu.2.rcgu.o: In function `arrayfire::array::Array::dims': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:300: undefined reference to `af_get_dims' [INFO] [stderr] /opt/rustwide/target/debug/examples/pi-9c6dcc8a3e1bf927.pi.eu8mp0v3-cgu.2.rcgu.o: In function `arrayfire::array::Array::dims': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:300: undefined reference to `af_get_dims' [INFO] [stderr] /opt/rustwide/target/debug/examples/pi-9c6dcc8a3e1bf927.pi.eu8mp0v3-cgu.2.rcgu.o: In function `arrayfire::array::Array::is_scalar': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:153: undefined reference to `af_is_scalar' [INFO] [stderr] /opt/rustwide/target/debug/examples/pi-9c6dcc8a3e1bf927.pi.eu8mp0v3-cgu.2.rcgu.o: In function `arrayfire::array::Array::is_scalar': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:153: undefined reference to `af_is_scalar' [INFO] [stderr] /opt/rustwide/target/debug/examples/pi-9c6dcc8a3e1bf927.pi.eu8mp0v3-cgu.5.rcgu.o: In function `arrayfire::data::tile': [INFO] [stderr] /opt/rustwide/workdir/src/data/mod.rs:490: undefined reference to `af_tile' [INFO] [stderr] /opt/rustwide/target/debug/examples/pi-9c6dcc8a3e1bf927.pi.eu8mp0v3-cgu.5.rcgu.o: In function `arrayfire::data::tile': [INFO] [stderr] /opt/rustwide/workdir/src/data/mod.rs:490: undefined reference to `af_tile' [INFO] [stderr] /opt/rustwide/target/debug/examples/pi-9c6dcc8a3e1bf927.pi.eu8mp0v3-cgu.7.rcgu.o: In function `arrayfire::random::randu': [INFO] [stderr] /opt/rustwide/workdir/src/random/mod.rs:82: undefined reference to `af_randu' [INFO] [stderr] /opt/rustwide/target/debug/examples/pi-9c6dcc8a3e1bf927.pi.eu8mp0v3-cgu.8.rcgu.o: In function `arrayfire::algorithm::sum_all': [INFO] [stderr] /opt/rustwide/workdir/src/algorithm/mod.rs:469: undefined reference to `af_sum_all' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.10.rcgu.o): In function ` as core::clone::Clone>::clone': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:528: undefined reference to `af_retain_array' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.10.rcgu.o): In function ` as core::ops::drop::Drop>::drop': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:544: undefined reference to `af_release_array' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.12.rcgu.o): In function `arrayfire::error::get_last_error': [INFO] [stderr] /opt/rustwide/workdir/src/error.rs:104: undefined reference to `af_get_last_error' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.4.rcgu.o): In function `::generate': [INFO] [stderr] /opt/rustwide/workdir/src/data/mod.rs:217: undefined reference to `af_constant' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.5.rcgu.o): In function `arrayfire::device::info': [INFO] [stderr] /opt/rustwide/workdir/src/device/mod.rs:79: undefined reference to `af_info' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.5.rcgu.o): In function `arrayfire::device::set_device': [INFO] [stderr] /opt/rustwide/workdir/src/device/mod.rs:187: undefined reference to `af_set_device' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.5.rcgu.o): In function `arrayfire::device::device_mem_info': [INFO] [stderr] /opt/rustwide/workdir/src/device/mod.rs:222: undefined reference to `af_device_mem_info' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.7.rcgu.o): In function `arrayfire::util::free_host': [INFO] [stderr] /opt/rustwide/workdir/src/util.rs:68: 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 [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [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.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/lib-2c6257e48e2d6c6d.lib.a8n7h88b-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/lib-2c6257e48e2d6c6d.lib.a8n7h88b-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/lib-2c6257e48e2d6c6d.lib.a8n7h88b-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/lib-2c6257e48e2d6c6d.lib.a8n7h88b-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/lib-2c6257e48e2d6c6d.lib.a8n7h88b-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/lib-2c6257e48e2d6c6d.lib.a8n7h88b-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/lib-2c6257e48e2d6c6d.lib.a8n7h88b-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/lib-2c6257e48e2d6c6d.lib.a8n7h88b-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/lib-2c6257e48e2d6c6d.lib.a8n7h88b-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/lib-2c6257e48e2d6c6d.lib.a8n7h88b-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/lib-2c6257e48e2d6c6d.lib.a8n7h88b-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/lib-2c6257e48e2d6c6d.lib.a8n7h88b-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/lib-2c6257e48e2d6c6d.lib.a8n7h88b-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/lib-2c6257e48e2d6c6d.lib.a8n7h88b-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/lib-2c6257e48e2d6c6d.lib.a8n7h88b-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/lib-2c6257e48e2d6c6d.lib.a8n7h88b-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/lib-2c6257e48e2d6c6d" "/opt/rustwide/target/debug/deps/lib-2c6257e48e2d6c6d.22lycotxeyj3qslv.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.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-8b6fbd25e1766083.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-bd8f21e3bdd6cbdc.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-bfcad117c6a632af.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-79a1f91e8ce4eb83.rlib" "/opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib" "/opt/rustwide/target/debug/deps/libnum-6102f28ec2a9ed4f.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-dfe9bd441c48c456.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-c2a601c9b31d9a81.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-c1e75cc8c9a03582.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-76451bec6e6b51dc.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-8826331bf1f49fb0.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-11d7c0dbeac99383.rlib" "/opt/rustwide/target/debug/deps/liblibc-a3b13f6b27abcc70.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-83cafc2ae303332c.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.12.rcgu.o): In function `arrayfire::error::get_last_error': [INFO] [stderr] /opt/rustwide/workdir/src/error.rs:104: undefined reference to `af_get_last_error' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.5.rcgu.o): In function `arrayfire::device::device_count': [INFO] [stderr] /opt/rustwide/workdir/src/device/mod.rs:156: undefined reference to `af_get_device_count' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.7.rcgu.o): In function `arrayfire::util::free_host': [INFO] [stderr] /opt/rustwide/workdir/src/util.rs:68: 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 [INFO] [stderr] [INFO] [stderr] error: Could not compile `arrayfire`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `arrayfire`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `arrayfire`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/histogram-ddf28d3ad6600a86.histogram.bbd7tc2b-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/histogram-ddf28d3ad6600a86.histogram.bbd7tc2b-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/histogram-ddf28d3ad6600a86.histogram.bbd7tc2b-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/histogram-ddf28d3ad6600a86.histogram.bbd7tc2b-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/histogram-ddf28d3ad6600a86.histogram.bbd7tc2b-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/histogram-ddf28d3ad6600a86.histogram.bbd7tc2b-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/histogram-ddf28d3ad6600a86.histogram.bbd7tc2b-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/histogram-ddf28d3ad6600a86.histogram.bbd7tc2b-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/histogram-ddf28d3ad6600a86.histogram.bbd7tc2b-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/histogram-ddf28d3ad6600a86.histogram.bbd7tc2b-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/histogram-ddf28d3ad6600a86.histogram.bbd7tc2b-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/histogram-ddf28d3ad6600a86.histogram.bbd7tc2b-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/histogram-ddf28d3ad6600a86.histogram.bbd7tc2b-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/histogram-ddf28d3ad6600a86.histogram.bbd7tc2b-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/histogram-ddf28d3ad6600a86.histogram.bbd7tc2b-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/histogram-ddf28d3ad6600a86.histogram.bbd7tc2b-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/histogram-ddf28d3ad6600a86" "/opt/rustwide/target/debug/examples/histogram-ddf28d3ad6600a86.10h5a7bbivdl21j6.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.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib" "/opt/rustwide/target/debug/deps/libnum-6102f28ec2a9ed4f.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-dfe9bd441c48c456.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-c2a601c9b31d9a81.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-c1e75cc8c9a03582.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-76451bec6e6b51dc.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-8826331bf1f49fb0.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-11d7c0dbeac99383.rlib" "/opt/rustwide/target/debug/deps/liblibc-a3b13f6b27abcc70.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-83cafc2ae303332c.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/rustwide/target/debug/examples/histogram-ddf28d3ad6600a86.histogram.bbd7tc2b-cgu.0.rcgu.o: In function `arrayfire::graphics::Window::draw_image': [INFO] [stderr] /opt/rustwide/workdir/src/graphics.rs:530: undefined reference to `af_draw_image' [INFO] [stderr] /opt/rustwide/target/debug/examples/histogram-ddf28d3ad6600a86.histogram.bbd7tc2b-cgu.0.rcgu.o: In function `arrayfire::graphics::Window::draw_hist': [INFO] [stderr] /opt/rustwide/workdir/src/graphics.rs:666: undefined reference to `af_draw_hist' [INFO] [stderr] /opt/rustwide/target/debug/examples/histogram-ddf28d3ad6600a86.histogram.bbd7tc2b-cgu.2.rcgu.o: In function ` as core::ops::drop::Drop>::drop': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:544: undefined reference to `af_release_array' [INFO] [stderr] /opt/rustwide/target/debug/examples/histogram-ddf28d3ad6600a86.histogram.bbd7tc2b-cgu.2.rcgu.o: In function `arrayfire::array::Array::dims': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:300: undefined reference to `af_get_dims' [INFO] [stderr] /opt/rustwide/target/debug/examples/histogram-ddf28d3ad6600a86.histogram.bbd7tc2b-cgu.2.rcgu.o: In function `arrayfire::array::Array::is_scalar': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:153: undefined reference to `af_is_scalar' [INFO] [stderr] /opt/rustwide/target/debug/examples/histogram-ddf28d3ad6600a86.histogram.bbd7tc2b-cgu.3.rcgu.o: In function `arrayfire::arith::div_helper': [INFO] [stderr] /opt/rustwide/workdir/src/arith/mod.rs:408: undefined reference to `af_div' [INFO] [stderr] /opt/rustwide/target/debug/examples/histogram-ddf28d3ad6600a86.histogram.bbd7tc2b-cgu.4.rcgu.o: In function `arrayfire::image::load_image': [INFO] [stderr] /opt/rustwide/workdir/src/image/mod.rs:254: undefined reference to `af_load_image' [INFO] [stderr] /opt/rustwide/workdir/src/image/mod.rs:260: undefined reference to `af_cast' [INFO] [stderr] /opt/rustwide/target/debug/examples/histogram-ddf28d3ad6600a86.histogram.bbd7tc2b-cgu.4.rcgu.o: In function `arrayfire::image::histogram': [INFO] [stderr] /opt/rustwide/workdir/src/image/mod.rs:678: undefined reference to `af_histogram' [INFO] [stderr] /opt/rustwide/target/debug/examples/histogram-ddf28d3ad6600a86.histogram.bbd7tc2b-cgu.5.rcgu.o: In function `arrayfire::data::tile': [INFO] [stderr] /opt/rustwide/workdir/src/data/mod.rs:490: undefined reference to `af_tile' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.10.rcgu.o): In function ` as core::clone::Clone>::clone': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:528: undefined reference to `af_retain_array' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.10.rcgu.o): In function ` as core::ops::drop::Drop>::drop': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:544: undefined reference to `af_release_array' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.12.rcgu.o): In function `arrayfire::error::get_last_error': [INFO] [stderr] /opt/rustwide/workdir/src/error.rs:104: undefined reference to `af_get_last_error' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.4.rcgu.o): In function `::generate': [INFO] [stderr] /opt/rustwide/workdir/src/data/mod.rs:217: undefined reference to `af_constant' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.5.rcgu.o): In function `arrayfire::device::info': [INFO] [stderr] /opt/rustwide/workdir/src/device/mod.rs:79: undefined reference to `af_info' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.5.rcgu.o): In function `arrayfire::device::set_device': [INFO] [stderr] /opt/rustwide/workdir/src/device/mod.rs:187: undefined reference to `af_set_device' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.7.rcgu.o): In function `arrayfire::util::free_host': [INFO] [stderr] /opt/rustwide/workdir/src/util.rs:68: undefined reference to `af_free_host' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.8.rcgu.o): In function `::drop': [INFO] [stderr] /opt/rustwide/workdir/src/graphics.rs:190: undefined reference to `af_destroy_window' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.8.rcgu.o): In function `arrayfire::graphics::Window::new': [INFO] [stderr] /opt/rustwide/workdir/src/graphics.rs:221: undefined reference to `af_create_window' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.8.rcgu.o): In function `arrayfire::graphics::Window::set_position': [INFO] [stderr] /opt/rustwide/workdir/src/graphics.rs:245: undefined reference to `af_set_position' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.8.rcgu.o): In function `arrayfire::graphics::Window::is_closed': [INFO] [stderr] /opt/rustwide/workdir/src/graphics.rs:307: undefined reference to `af_is_window_closed' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: 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.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/fft-25c14e215b9ed582.fft.ehz9u571-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/fft-25c14e215b9ed582.fft.ehz9u571-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/fft-25c14e215b9ed582.fft.ehz9u571-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/fft-25c14e215b9ed582.fft.ehz9u571-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/fft-25c14e215b9ed582.fft.ehz9u571-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/fft-25c14e215b9ed582.fft.ehz9u571-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/fft-25c14e215b9ed582.fft.ehz9u571-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/fft-25c14e215b9ed582.fft.ehz9u571-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/fft-25c14e215b9ed582.fft.ehz9u571-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/fft-25c14e215b9ed582.fft.ehz9u571-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/fft-25c14e215b9ed582.fft.ehz9u571-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/fft-25c14e215b9ed582.fft.ehz9u571-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/fft-25c14e215b9ed582.fft.ehz9u571-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/fft-25c14e215b9ed582.fft.ehz9u571-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/fft-25c14e215b9ed582.fft.ehz9u571-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/fft-25c14e215b9ed582.fft.ehz9u571-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/fft-25c14e215b9ed582" "/opt/rustwide/target/debug/examples/fft-25c14e215b9ed582.1vxfwrbeik89x4l6.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.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib" "/opt/rustwide/target/debug/deps/libnum-6102f28ec2a9ed4f.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-dfe9bd441c48c456.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-c2a601c9b31d9a81.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-c1e75cc8c9a03582.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-76451bec6e6b51dc.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-8826331bf1f49fb0.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-11d7c0dbeac99383.rlib" "/opt/rustwide/target/debug/deps/liblibc-a3b13f6b27abcc70.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-83cafc2ae303332c.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/rustwide/target/debug/examples/fft-25c14e215b9ed582.fft.ehz9u571-cgu.0.rcgu.o: In function ` as core::ops::drop::Drop>::drop': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:544: undefined reference to `af_release_array' [INFO] [stderr] /opt/rustwide/target/debug/examples/fft-25c14e215b9ed582.fft.ehz9u571-cgu.0.rcgu.o: In function `arrayfire::array::Array::new': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:180: undefined reference to `af_create_array' [INFO] [stderr] /opt/rustwide/target/debug/examples/fft-25c14e215b9ed582.fft.ehz9u571-cgu.0.rcgu.o: In function `arrayfire::array::print_gen': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:626: undefined reference to `af_print_array_gen' [INFO] [stderr] /opt/rustwide/target/debug/examples/fft-25c14e215b9ed582.fft.ehz9u571-cgu.14.rcgu.o: In function `arrayfire::signal::fft': [INFO] [stderr] /opt/rustwide/workdir/src/signal/mod.rs:222: undefined reference to `af_fft' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.12.rcgu.o): In function `arrayfire::error::get_last_error': [INFO] [stderr] /opt/rustwide/workdir/src/error.rs:104: undefined reference to `af_get_last_error' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.5.rcgu.o): In function `arrayfire::device::info': [INFO] [stderr] /opt/rustwide/workdir/src/device/mod.rs:79: undefined reference to `af_info' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.5.rcgu.o): In function `arrayfire::device::set_device': [INFO] [stderr] /opt/rustwide/workdir/src/device/mod.rs:187: undefined reference to `af_set_device' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.7.rcgu.o): In function `arrayfire::util::free_host': [INFO] [stderr] /opt/rustwide/workdir/src/util.rs:68: 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 [INFO] [stderr] [INFO] [stderr] error: Could not compile `arrayfire`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `arrayfire`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/conway-2ac0c9e763b022b2.conway.1xbbode7-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/conway-2ac0c9e763b022b2.conway.1xbbode7-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/conway-2ac0c9e763b022b2.conway.1xbbode7-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/conway-2ac0c9e763b022b2.conway.1xbbode7-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/conway-2ac0c9e763b022b2.conway.1xbbode7-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/conway-2ac0c9e763b022b2.conway.1xbbode7-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/conway-2ac0c9e763b022b2.conway.1xbbode7-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/conway-2ac0c9e763b022b2.conway.1xbbode7-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/conway-2ac0c9e763b022b2.conway.1xbbode7-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/conway-2ac0c9e763b022b2.conway.1xbbode7-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/conway-2ac0c9e763b022b2.conway.1xbbode7-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/conway-2ac0c9e763b022b2.conway.1xbbode7-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/conway-2ac0c9e763b022b2.conway.1xbbode7-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/conway-2ac0c9e763b022b2.conway.1xbbode7-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/conway-2ac0c9e763b022b2.conway.1xbbode7-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/conway-2ac0c9e763b022b2.conway.1xbbode7-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/conway-2ac0c9e763b022b2" "/opt/rustwide/target/debug/examples/conway-2ac0c9e763b022b2.451xm30gll1ey1d5.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.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib" "/opt/rustwide/target/debug/deps/libnum-6102f28ec2a9ed4f.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-dfe9bd441c48c456.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-c2a601c9b31d9a81.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-c1e75cc8c9a03582.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-76451bec6e6b51dc.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-8826331bf1f49fb0.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-11d7c0dbeac99383.rlib" "/opt/rustwide/target/debug/deps/liblibc-a3b13f6b27abcc70.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-83cafc2ae303332c.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/rustwide/target/debug/examples/conway-2ac0c9e763b022b2.conway.1xbbode7-cgu.0.rcgu.o: In function `arrayfire::arith::add_helper': [INFO] [stderr] /opt/rustwide/workdir/src/arith/mod.rs:408: undefined reference to `af_add' [INFO] [stderr] /opt/rustwide/target/debug/examples/conway-2ac0c9e763b022b2.conway.1xbbode7-cgu.0.rcgu.o: In function `arrayfire::arith::div_helper': [INFO] [stderr] /opt/rustwide/workdir/src/arith/mod.rs:408: undefined reference to `af_div' [INFO] [stderr] /opt/rustwide/target/debug/examples/conway-2ac0c9e763b022b2.conway.1xbbode7-cgu.0.rcgu.o: In function `arrayfire::arith::mul_helper': [INFO] [stderr] /opt/rustwide/workdir/src/arith/mod.rs:408: undefined reference to `af_mul' [INFO] [stderr] /opt/rustwide/target/debug/examples/conway-2ac0c9e763b022b2.conway.1xbbode7-cgu.0.rcgu.o: In function `arrayfire::arith::abs': [INFO] [stderr] /opt/rustwide/workdir/src/arith/mod.rs:124: undefined reference to `af_abs' [INFO] [stderr] /opt/rustwide/target/debug/examples/conway-2ac0c9e763b022b2.conway.1xbbode7-cgu.0.rcgu.o: In function `arrayfire::arith::eq_helper': [INFO] [stderr] /opt/rustwide/workdir/src/arith/mod.rs:508: undefined reference to `af_eq' [INFO] [stderr] /opt/rustwide/target/debug/examples/conway-2ac0c9e763b022b2.conway.1xbbode7-cgu.0.rcgu.o: In function `arrayfire::arith::gt_helper': [INFO] [stderr] /opt/rustwide/workdir/src/arith/mod.rs:508: undefined reference to `af_gt' [INFO] [stderr] /opt/rustwide/target/debug/examples/conway-2ac0c9e763b022b2.conway.1xbbode7-cgu.1.rcgu.o: In function ` as core::clone::Clone>::clone': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:528: undefined reference to `af_retain_array' [INFO] [stderr] /opt/rustwide/target/debug/examples/conway-2ac0c9e763b022b2.conway.1xbbode7-cgu.1.rcgu.o: In function ` as core::ops::drop::Drop>::drop': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:544: undefined reference to `af_release_array' [INFO] [stderr] /opt/rustwide/target/debug/examples/conway-2ac0c9e763b022b2.conway.1xbbode7-cgu.1.rcgu.o: In function ` as core::ops::drop::Drop>::drop': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:544: undefined reference to `af_release_array' [INFO] [stderr] /opt/rustwide/target/debug/examples/conway-2ac0c9e763b022b2.conway.1xbbode7-cgu.1.rcgu.o: In function `arrayfire::array::Array::new': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:180: undefined reference to `af_create_array' [INFO] [stderr] /opt/rustwide/target/debug/examples/conway-2ac0c9e763b022b2.conway.1xbbode7-cgu.1.rcgu.o: In function `arrayfire::array::Array::cast': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:435: undefined reference to `af_cast' [INFO] [stderr] /opt/rustwide/target/debug/examples/conway-2ac0c9e763b022b2.conway.1xbbode7-cgu.1.rcgu.o: In function `arrayfire::array::Array::dims': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:300: undefined reference to `af_get_dims' [INFO] [stderr] /opt/rustwide/target/debug/examples/conway-2ac0c9e763b022b2.conway.1xbbode7-cgu.1.rcgu.o: In function `arrayfire::array::Array::dims': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:300: undefined reference to `af_get_dims' [INFO] [stderr] /opt/rustwide/target/debug/examples/conway-2ac0c9e763b022b2.conway.1xbbode7-cgu.1.rcgu.o: In function `arrayfire::array::Array::is_scalar': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:153: undefined reference to `af_is_scalar' [INFO] [stderr] /opt/rustwide/target/debug/examples/conway-2ac0c9e763b022b2.conway.1xbbode7-cgu.1.rcgu.o: In function `arrayfire::array::Array::is_scalar': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:153: undefined reference to `af_is_scalar' [INFO] [stderr] /opt/rustwide/target/debug/examples/conway-2ac0c9e763b022b2.conway.1xbbode7-cgu.3.rcgu.o: In function `arrayfire::data::tile': [INFO] [stderr] /opt/rustwide/workdir/src/data/mod.rs:490: undefined reference to `af_tile' [INFO] [stderr] /opt/rustwide/target/debug/examples/conway-2ac0c9e763b022b2.conway.1xbbode7-cgu.3.rcgu.o: In function `arrayfire::data::tile': [INFO] [stderr] /opt/rustwide/workdir/src/data/mod.rs:490: undefined reference to `af_tile' [INFO] [stderr] /opt/rustwide/target/debug/examples/conway-2ac0c9e763b022b2.conway.1xbbode7-cgu.4.rcgu.o: In function `arrayfire::graphics::Window::draw_image': [INFO] [stderr] /opt/rustwide/workdir/src/graphics.rs:530: undefined reference to `af_draw_image' [INFO] [stderr] /opt/rustwide/target/debug/examples/conway-2ac0c9e763b022b2.conway.1xbbode7-cgu.5.rcgu.o: In function `arrayfire::random::randu': [INFO] [stderr] /opt/rustwide/workdir/src/random/mod.rs:82: undefined reference to `af_randu' [INFO] [stderr] /opt/rustwide/target/debug/examples/conway-2ac0c9e763b022b2.conway.1xbbode7-cgu.6.rcgu.o: In function `arrayfire::algorithm::max_all': [INFO] [stderr] /opt/rustwide/workdir/src/algorithm/mod.rs:469: undefined reference to `af_max_all' [INFO] [stderr] /opt/rustwide/target/debug/examples/conway-2ac0c9e763b022b2.conway.1xbbode7-cgu.7.rcgu.o: In function `arrayfire::signal::convolve2': [INFO] [stderr] /opt/rustwide/workdir/src/signal/mod.rs:452: undefined reference to `af_convolve2' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.10.rcgu.o): In function ` as core::clone::Clone>::clone': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:528: undefined reference to `af_retain_array' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.10.rcgu.o): In function ` as core::ops::drop::Drop>::drop': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:544: undefined reference to `af_release_array' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.12.rcgu.o): In function `arrayfire::error::get_last_error': [INFO] [stderr] /opt/rustwide/workdir/src/error.rs:104: undefined reference to `af_get_last_error' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.4.rcgu.o): In function `::generate': [INFO] [stderr] /opt/rustwide/workdir/src/data/mod.rs:217: undefined reference to `af_constant' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.5.rcgu.o): In function `arrayfire::device::info': [INFO] [stderr] /opt/rustwide/workdir/src/device/mod.rs:79: undefined reference to `af_info' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.5.rcgu.o): In function `arrayfire::device::set_device': [INFO] [stderr] /opt/rustwide/workdir/src/device/mod.rs:187: undefined reference to `af_set_device' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.7.rcgu.o): In function `arrayfire::util::free_host': [INFO] [stderr] /opt/rustwide/workdir/src/util.rs:68: undefined reference to `af_free_host' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.8.rcgu.o): In function `::drop': [INFO] [stderr] /opt/rustwide/workdir/src/graphics.rs:190: undefined reference to `af_destroy_window' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.8.rcgu.o): In function `arrayfire::graphics::Window::new': [INFO] [stderr] /opt/rustwide/workdir/src/graphics.rs:221: undefined reference to `af_create_window' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.8.rcgu.o): In function `arrayfire::graphics::Window::is_closed': [INFO] [stderr] /opt/rustwide/workdir/src/graphics.rs:307: undefined reference to `af_is_window_closed' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `arrayfire`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/unified-d9e1fd211de627ec.unified.3g40a7nc-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/unified-d9e1fd211de627ec.unified.3g40a7nc-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/unified-d9e1fd211de627ec.unified.3g40a7nc-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/unified-d9e1fd211de627ec.unified.3g40a7nc-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/unified-d9e1fd211de627ec.unified.3g40a7nc-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/unified-d9e1fd211de627ec.unified.3g40a7nc-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/unified-d9e1fd211de627ec.unified.3g40a7nc-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/unified-d9e1fd211de627ec.unified.3g40a7nc-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/unified-d9e1fd211de627ec.unified.3g40a7nc-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/unified-d9e1fd211de627ec.unified.3g40a7nc-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/unified-d9e1fd211de627ec.unified.3g40a7nc-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/unified-d9e1fd211de627ec.unified.3g40a7nc-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/unified-d9e1fd211de627ec.unified.3g40a7nc-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/unified-d9e1fd211de627ec.unified.3g40a7nc-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/unified-d9e1fd211de627ec.unified.3g40a7nc-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/unified-d9e1fd211de627ec.unified.3g40a7nc-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/unified-d9e1fd211de627ec" "/opt/rustwide/target/debug/examples/unified-d9e1fd211de627ec.1sa9nwjqv7o2dz5c.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.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib" "/opt/rustwide/target/debug/deps/libnum-6102f28ec2a9ed4f.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-dfe9bd441c48c456.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-c2a601c9b31d9a81.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-c1e75cc8c9a03582.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-76451bec6e6b51dc.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-8826331bf1f49fb0.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-11d7c0dbeac99383.rlib" "/opt/rustwide/target/debug/deps/liblibc-a3b13f6b27abcc70.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-83cafc2ae303332c.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/rustwide/target/debug/examples/unified-d9e1fd211de627ec.unified.3g40a7nc-cgu.11.rcgu.o: In function `arrayfire::data::tile': [INFO] [stderr] /opt/rustwide/workdir/src/data/mod.rs:490: undefined reference to `af_tile' [INFO] [stderr] /opt/rustwide/target/debug/examples/unified-d9e1fd211de627ec.unified.3g40a7nc-cgu.13.rcgu.o: In function `arrayfire::random::randu': [INFO] [stderr] /opt/rustwide/workdir/src/random/mod.rs:82: undefined reference to `af_randu' [INFO] [stderr] /opt/rustwide/target/debug/examples/unified-d9e1fd211de627ec.unified.3g40a7nc-cgu.15.rcgu.o: In function ` as arrayfire::index::Indexable>::set': [INFO] [stderr] /opt/rustwide/workdir/src/index.rs:144: undefined reference to `af_set_seq_indexer' [INFO] [stderr] /opt/rustwide/target/debug/examples/unified-d9e1fd211de627ec.unified.3g40a7nc-cgu.3.rcgu.o: In function `arrayfire::array::Array::cast': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:435: undefined reference to `af_cast' [INFO] [stderr] /opt/rustwide/target/debug/examples/unified-d9e1fd211de627ec.unified.3g40a7nc-cgu.3.rcgu.o: In function `arrayfire::array::Array::dims': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:300: undefined reference to `af_get_dims' [INFO] [stderr] /opt/rustwide/target/debug/examples/unified-d9e1fd211de627ec.unified.3g40a7nc-cgu.3.rcgu.o: In function `arrayfire::array::Array::numdims': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:335: undefined reference to `af_get_numdims' [INFO] [stderr] /opt/rustwide/target/debug/examples/unified-d9e1fd211de627ec.unified.3g40a7nc-cgu.3.rcgu.o: In function `arrayfire::array::Array::is_scalar': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:153: undefined reference to `af_is_scalar' [INFO] [stderr] /opt/rustwide/target/debug/examples/unified-d9e1fd211de627ec.unified.3g40a7nc-cgu.3.rcgu.o: In function `arrayfire::array::print': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:582: undefined reference to `af_print_array_gen' [INFO] [stderr] /opt/rustwide/target/debug/examples/unified-d9e1fd211de627ec.unified.3g40a7nc-cgu.6.rcgu.o: In function `arrayfire::arith::add_helper': [INFO] [stderr] /opt/rustwide/workdir/src/arith/mod.rs:408: undefined reference to `af_add' [INFO] [stderr] /opt/rustwide/target/debug/examples/unified-d9e1fd211de627ec.unified.3g40a7nc-cgu.9.rcgu.o: In function `arrayfire::index::assign_gen': [INFO] [stderr] /opt/rustwide/workdir/src/index.rs:575: undefined reference to `af_assign_gen' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.10.rcgu.o): In function ` as core::clone::Clone>::clone': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:528: undefined reference to `af_retain_array' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.10.rcgu.o): In function ` as core::ops::drop::Drop>::drop': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:544: undefined reference to `af_release_array' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.12.rcgu.o): In function `arrayfire::error::get_last_error': [INFO] [stderr] /opt/rustwide/workdir/src/error.rs:104: undefined reference to `af_get_last_error' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.2.rcgu.o): In function `arrayfire::index::Indexer::new': [INFO] [stderr] /opt/rustwide/workdir/src/index.rs:161: undefined reference to `af_create_indexers' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.2.rcgu.o): In function `::drop': [INFO] [stderr] /opt/rustwide/workdir/src/index.rs:194: undefined reference to `af_release_indexers' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.3.rcgu.o): In function `arrayfire::backend::set_backend': [INFO] [stderr] /opt/rustwide/workdir/src/backend.rs:21: undefined reference to `af_set_backend' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.3.rcgu.o): In function `arrayfire::backend::get_backend_count': [INFO] [stderr] /opt/rustwide/workdir/src/backend.rs:31: undefined reference to `af_get_backend_count' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.3.rcgu.o): In function `arrayfire::backend::get_available_backends': [INFO] [stderr] /opt/rustwide/workdir/src/backend.rs:42: undefined reference to `af_get_available_backends' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.5.rcgu.o): In function `arrayfire::device::info': [INFO] [stderr] /opt/rustwide/workdir/src/device/mod.rs:79: undefined reference to `af_info' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.5.rcgu.o): In function `arrayfire::device::device_count': [INFO] [stderr] /opt/rustwide/workdir/src/device/mod.rs:156: undefined reference to `af_get_device_count' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.7.rcgu.o): In function `arrayfire::util::free_host': [INFO] [stderr] /opt/rustwide/workdir/src/util.rs:68: 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 [INFO] [stderr] [INFO] [stderr] error: Could not compile `arrayfire`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/acoustic_wave-280b90fc0a0cca41.acoustic_wave.8wcnkrdo-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/acoustic_wave-280b90fc0a0cca41.acoustic_wave.8wcnkrdo-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/acoustic_wave-280b90fc0a0cca41.acoustic_wave.8wcnkrdo-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/acoustic_wave-280b90fc0a0cca41.acoustic_wave.8wcnkrdo-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/acoustic_wave-280b90fc0a0cca41.acoustic_wave.8wcnkrdo-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/acoustic_wave-280b90fc0a0cca41.acoustic_wave.8wcnkrdo-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/acoustic_wave-280b90fc0a0cca41.acoustic_wave.8wcnkrdo-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/acoustic_wave-280b90fc0a0cca41.acoustic_wave.8wcnkrdo-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/acoustic_wave-280b90fc0a0cca41.acoustic_wave.8wcnkrdo-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/acoustic_wave-280b90fc0a0cca41.acoustic_wave.8wcnkrdo-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/acoustic_wave-280b90fc0a0cca41.acoustic_wave.8wcnkrdo-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/acoustic_wave-280b90fc0a0cca41.acoustic_wave.8wcnkrdo-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/acoustic_wave-280b90fc0a0cca41.acoustic_wave.8wcnkrdo-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/acoustic_wave-280b90fc0a0cca41.acoustic_wave.8wcnkrdo-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/acoustic_wave-280b90fc0a0cca41.acoustic_wave.8wcnkrdo-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/acoustic_wave-280b90fc0a0cca41.acoustic_wave.8wcnkrdo-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/acoustic_wave-280b90fc0a0cca41" "/opt/rustwide/target/debug/examples/acoustic_wave-280b90fc0a0cca41.2t5fpzgu2bx6bk36.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.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib" "/opt/rustwide/target/debug/deps/libnum-6102f28ec2a9ed4f.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-dfe9bd441c48c456.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-c2a601c9b31d9a81.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-c1e75cc8c9a03582.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-76451bec6e6b51dc.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-8826331bf1f49fb0.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-11d7c0dbeac99383.rlib" "/opt/rustwide/target/debug/deps/liblibc-a3b13f6b27abcc70.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-83cafc2ae303332c.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/rustwide/target/debug/examples/acoustic_wave-280b90fc0a0cca41.acoustic_wave.8wcnkrdo-cgu.1.rcgu.o: In function `arrayfire::arith::add_helper': [INFO] [stderr] /opt/rustwide/workdir/src/arith/mod.rs:408: undefined reference to `af_add' [INFO] [stderr] /opt/rustwide/target/debug/examples/acoustic_wave-280b90fc0a0cca41.acoustic_wave.8wcnkrdo-cgu.1.rcgu.o: In function `arrayfire::arith::div_helper': [INFO] [stderr] /opt/rustwide/workdir/src/arith/mod.rs:408: undefined reference to `af_div' [INFO] [stderr] /opt/rustwide/target/debug/examples/acoustic_wave-280b90fc0a0cca41.acoustic_wave.8wcnkrdo-cgu.1.rcgu.o: In function `arrayfire::arith::mul_helper': [INFO] [stderr] /opt/rustwide/workdir/src/arith/mod.rs:408: undefined reference to `af_mul' [INFO] [stderr] /opt/rustwide/target/debug/examples/acoustic_wave-280b90fc0a0cca41.acoustic_wave.8wcnkrdo-cgu.1.rcgu.o: In function `arrayfire::arith::abs': [INFO] [stderr] /opt/rustwide/workdir/src/arith/mod.rs:124: undefined reference to `af_abs' [INFO] [stderr] /opt/rustwide/target/debug/examples/acoustic_wave-280b90fc0a0cca41.acoustic_wave.8wcnkrdo-cgu.1.rcgu.o: In function `arrayfire::arith::cos': [INFO] [stderr] /opt/rustwide/workdir/src/arith/mod.rs:124: undefined reference to `af_cos' [INFO] [stderr] /opt/rustwide/target/debug/examples/acoustic_wave-280b90fc0a0cca41.acoustic_wave.8wcnkrdo-cgu.1.rcgu.o: In function `arrayfire::arith::sin': [INFO] [stderr] /opt/rustwide/workdir/src/arith/mod.rs:124: undefined reference to `af_sin' [INFO] [stderr] /opt/rustwide/target/debug/examples/acoustic_wave-280b90fc0a0cca41.acoustic_wave.8wcnkrdo-cgu.10.rcgu.o: In function `arrayfire::data::tile': [INFO] [stderr] /opt/rustwide/workdir/src/data/mod.rs:490: undefined reference to `af_tile' [INFO] [stderr] /opt/rustwide/target/debug/examples/acoustic_wave-280b90fc0a0cca41.acoustic_wave.8wcnkrdo-cgu.10.rcgu.o: In function `arrayfire::data::range': [INFO] [stderr] /opt/rustwide/workdir/src/data/mod.rs:288: undefined reference to `af_range' [INFO] [stderr] /opt/rustwide/target/debug/examples/acoustic_wave-280b90fc0a0cca41.acoustic_wave.8wcnkrdo-cgu.10.rcgu.o: In function `arrayfire::graphics::Window::draw_image': [INFO] [stderr] /opt/rustwide/workdir/src/graphics.rs:530: undefined reference to `af_draw_image' [INFO] [stderr] /opt/rustwide/target/debug/examples/acoustic_wave-280b90fc0a0cca41.acoustic_wave.8wcnkrdo-cgu.12.rcgu.o: In function `arrayfire::signal::convolve2': [INFO] [stderr] /opt/rustwide/workdir/src/signal/mod.rs:452: undefined reference to `af_convolve2' [INFO] [stderr] /opt/rustwide/target/debug/examples/acoustic_wave-280b90fc0a0cca41.acoustic_wave.8wcnkrdo-cgu.14.rcgu.o: In function `arrayfire::algorithm::max_all': [INFO] [stderr] /opt/rustwide/workdir/src/algorithm/mod.rs:469: undefined reference to `af_max_all' [INFO] [stderr] /opt/rustwide/target/debug/examples/acoustic_wave-280b90fc0a0cca41.acoustic_wave.8wcnkrdo-cgu.15.rcgu.o: In function ` as arrayfire::index::Indexable>::set': [INFO] [stderr] /opt/rustwide/workdir/src/index.rs:144: undefined reference to `af_set_seq_indexer' [INFO] [stderr] /opt/rustwide/target/debug/examples/acoustic_wave-280b90fc0a0cca41.acoustic_wave.8wcnkrdo-cgu.2.rcgu.o: In function `arrayfire::array::Array::new': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:180: undefined reference to `af_create_array' [INFO] [stderr] /opt/rustwide/target/debug/examples/acoustic_wave-280b90fc0a0cca41.acoustic_wave.8wcnkrdo-cgu.2.rcgu.o: In function `arrayfire::array::Array::cast': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:435: undefined reference to `af_cast' [INFO] [stderr] /opt/rustwide/target/debug/examples/acoustic_wave-280b90fc0a0cca41.acoustic_wave.8wcnkrdo-cgu.2.rcgu.o: In function `arrayfire::array::Array::dims': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:300: undefined reference to `af_get_dims' [INFO] [stderr] /opt/rustwide/target/debug/examples/acoustic_wave-280b90fc0a0cca41.acoustic_wave.8wcnkrdo-cgu.2.rcgu.o: In function `arrayfire::array::Array::numdims': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:335: undefined reference to `af_get_numdims' [INFO] [stderr] /opt/rustwide/target/debug/examples/acoustic_wave-280b90fc0a0cca41.acoustic_wave.8wcnkrdo-cgu.2.rcgu.o: In function `arrayfire::array::Array::is_scalar': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:153: undefined reference to `af_is_scalar' [INFO] [stderr] /opt/rustwide/target/debug/examples/acoustic_wave-280b90fc0a0cca41.acoustic_wave.8wcnkrdo-cgu.6.rcgu.o: In function `arrayfire::index::assign_gen': [INFO] [stderr] /opt/rustwide/workdir/src/index.rs:575: undefined reference to `af_assign_gen' [INFO] [stderr] /opt/rustwide/target/debug/examples/acoustic_wave-280b90fc0a0cca41.acoustic_wave.8wcnkrdo-cgu.6.rcgu.o: In function `arrayfire::index::assign_seq': [INFO] [stderr] /opt/rustwide/workdir/src/index.rs:479: undefined reference to `af_assign_seq' [INFO] [stderr] /opt/rustwide/target/debug/examples/acoustic_wave-280b90fc0a0cca41.acoustic_wave.8wcnkrdo-cgu.6.rcgu.o: In function `arrayfire::index::index': [INFO] [stderr] /opt/rustwide/workdir/src/index.rs:225: undefined reference to `af_index' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.10.rcgu.o): In function ` as core::clone::Clone>::clone': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:528: undefined reference to `af_retain_array' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.10.rcgu.o): In function ` as core::ops::drop::Drop>::drop': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:544: undefined reference to `af_release_array' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.12.rcgu.o): In function `arrayfire::error::get_last_error': [INFO] [stderr] /opt/rustwide/workdir/src/error.rs:104: undefined reference to `af_get_last_error' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.2.rcgu.o): In function `arrayfire::index::Indexer::new': [INFO] [stderr] /opt/rustwide/workdir/src/index.rs:161: undefined reference to `af_create_indexers' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.2.rcgu.o): In function `::drop': [INFO] [stderr] /opt/rustwide/workdir/src/index.rs:194: undefined reference to `af_release_indexers' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.4.rcgu.o): In function `::generate': [INFO] [stderr] /opt/rustwide/workdir/src/data/mod.rs:217: undefined reference to `af_constant' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.5.rcgu.o): In function `arrayfire::device::info': [INFO] [stderr] /opt/rustwide/workdir/src/device/mod.rs:79: undefined reference to `af_info' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.5.rcgu.o): In function `arrayfire::device::set_device': [INFO] [stderr] /opt/rustwide/workdir/src/device/mod.rs:187: undefined reference to `af_set_device' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.7.rcgu.o): In function `arrayfire::util::free_host': [INFO] [stderr] /opt/rustwide/workdir/src/util.rs:68: undefined reference to `af_free_host' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.8.rcgu.o): In function `::drop': [INFO] [stderr] /opt/rustwide/workdir/src/graphics.rs:190: undefined reference to `af_destroy_window' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.8.rcgu.o): In function `arrayfire::graphics::Window::new': [INFO] [stderr] /opt/rustwide/workdir/src/graphics.rs:221: undefined reference to `af_create_window' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.8.rcgu.o): In function `arrayfire::graphics::Window::is_closed': [INFO] [stderr] /opt/rustwide/workdir/src/graphics.rs:307: undefined reference to `af_is_window_closed' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `arrayfire`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/helloworld-8f6424ab6fb51da6.helloworld.eq4ab83e-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/helloworld-8f6424ab6fb51da6.helloworld.eq4ab83e-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/helloworld-8f6424ab6fb51da6.helloworld.eq4ab83e-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/helloworld-8f6424ab6fb51da6.helloworld.eq4ab83e-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/helloworld-8f6424ab6fb51da6.helloworld.eq4ab83e-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/helloworld-8f6424ab6fb51da6.helloworld.eq4ab83e-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/helloworld-8f6424ab6fb51da6.helloworld.eq4ab83e-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/helloworld-8f6424ab6fb51da6.helloworld.eq4ab83e-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/helloworld-8f6424ab6fb51da6.helloworld.eq4ab83e-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/helloworld-8f6424ab6fb51da6.helloworld.eq4ab83e-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/helloworld-8f6424ab6fb51da6.helloworld.eq4ab83e-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/helloworld-8f6424ab6fb51da6.helloworld.eq4ab83e-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/helloworld-8f6424ab6fb51da6.helloworld.eq4ab83e-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/helloworld-8f6424ab6fb51da6.helloworld.eq4ab83e-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/helloworld-8f6424ab6fb51da6.helloworld.eq4ab83e-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/helloworld-8f6424ab6fb51da6.helloworld.eq4ab83e-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/helloworld-8f6424ab6fb51da6" "/opt/rustwide/target/debug/examples/helloworld-8f6424ab6fb51da6.5gdrqpmdrg603xji.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.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib" "/opt/rustwide/target/debug/deps/libnum-6102f28ec2a9ed4f.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-dfe9bd441c48c456.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-c2a601c9b31d9a81.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-c1e75cc8c9a03582.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-76451bec6e6b51dc.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-8826331bf1f49fb0.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-11d7c0dbeac99383.rlib" "/opt/rustwide/target/debug/deps/liblibc-a3b13f6b27abcc70.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-83cafc2ae303332c.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/rustwide/target/debug/examples/helloworld-8f6424ab6fb51da6.helloworld.eq4ab83e-cgu.13.rcgu.o: In function `arrayfire::data::tile': [INFO] [stderr] /opt/rustwide/workdir/src/data/mod.rs:490: undefined reference to `af_tile' [INFO] [stderr] /opt/rustwide/target/debug/examples/helloworld-8f6424ab6fb51da6.helloworld.eq4ab83e-cgu.14.rcgu.o: In function `arrayfire::signal::fft': [INFO] [stderr] /opt/rustwide/workdir/src/signal/mod.rs:222: undefined reference to `af_fft' [INFO] [stderr] /opt/rustwide/target/debug/examples/helloworld-8f6424ab6fb51da6.helloworld.eq4ab83e-cgu.15.rcgu.o: In function `arrayfire::random::randu': [INFO] [stderr] /opt/rustwide/workdir/src/random/mod.rs:82: undefined reference to `af_randu' [INFO] [stderr] /opt/rustwide/target/debug/examples/helloworld-8f6424ab6fb51da6.helloworld.eq4ab83e-cgu.2.rcgu.o: In function ` as core::ops::drop::Drop>::drop': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:544: undefined reference to `af_release_array' [INFO] [stderr] /opt/rustwide/target/debug/examples/helloworld-8f6424ab6fb51da6.helloworld.eq4ab83e-cgu.2.rcgu.o: In function ` as core::ops::drop::Drop>::drop': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:544: undefined reference to `af_release_array' [INFO] [stderr] /opt/rustwide/target/debug/examples/helloworld-8f6424ab6fb51da6.helloworld.eq4ab83e-cgu.2.rcgu.o: In function ` as core::ops::drop::Drop>::drop': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:544: undefined reference to `af_release_array' [INFO] [stderr] /opt/rustwide/target/debug/examples/helloworld-8f6424ab6fb51da6.helloworld.eq4ab83e-cgu.2.rcgu.o: In function ` as arrayfire::index::Indexable>::set': [INFO] [stderr] /opt/rustwide/workdir/src/index.rs:128: undefined reference to `af_set_array_indexer' [INFO] [stderr] /opt/rustwide/target/debug/examples/helloworld-8f6424ab6fb51da6.helloworld.eq4ab83e-cgu.2.rcgu.o: In function `arrayfire::arith::>::not': [INFO] [stderr] /opt/rustwide/workdir/src/arith/mod.rs:107: undefined reference to `af_not' [INFO] [stderr] /opt/rustwide/target/debug/examples/helloworld-8f6424ab6fb51da6.helloworld.eq4ab83e-cgu.2.rcgu.o: In function `arrayfire::array::Array::new': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:180: undefined reference to `af_create_array' [INFO] [stderr] /opt/rustwide/target/debug/examples/helloworld-8f6424ab6fb51da6.helloworld.eq4ab83e-cgu.2.rcgu.o: In function `arrayfire::array::Array::new': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:180: undefined reference to `af_create_array' [INFO] [stderr] /opt/rustwide/target/debug/examples/helloworld-8f6424ab6fb51da6.helloworld.eq4ab83e-cgu.2.rcgu.o: In function `arrayfire::array::Array::dims': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:300: undefined reference to `af_get_dims' [INFO] [stderr] /opt/rustwide/target/debug/examples/helloworld-8f6424ab6fb51da6.helloworld.eq4ab83e-cgu.2.rcgu.o: In function `arrayfire::array::Array::is_scalar': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:153: undefined reference to `af_is_scalar' [INFO] [stderr] /opt/rustwide/target/debug/examples/helloworld-8f6424ab6fb51da6.helloworld.eq4ab83e-cgu.2.rcgu.o: In function `arrayfire::array::Array::is_single': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:153: undefined reference to `af_is_single' [INFO] [stderr] /opt/rustwide/target/debug/examples/helloworld-8f6424ab6fb51da6.helloworld.eq4ab83e-cgu.2.rcgu.o: In function `arrayfire::array::print': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:582: undefined reference to `af_print_array_gen' [INFO] [stderr] /opt/rustwide/target/debug/examples/helloworld-8f6424ab6fb51da6.helloworld.eq4ab83e-cgu.2.rcgu.o: In function `arrayfire::array::print': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:582: undefined reference to `af_print_array_gen' [INFO] [stderr] /opt/rustwide/target/debug/examples/helloworld-8f6424ab6fb51da6.helloworld.eq4ab83e-cgu.2.rcgu.o: In function `arrayfire::array::print_gen': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:626: undefined reference to `af_print_array_gen' [INFO] [stderr] /opt/rustwide/target/debug/examples/helloworld-8f6424ab6fb51da6.helloworld.eq4ab83e-cgu.2.rcgu.o: In function `arrayfire::array::print_gen': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:626: undefined reference to `af_print_array_gen' [INFO] [stderr] /opt/rustwide/target/debug/examples/helloworld-8f6424ab6fb51da6.helloworld.eq4ab83e-cgu.2.rcgu.o: In function `arrayfire::array::print_gen': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:626: undefined reference to `af_print_array_gen' [INFO] [stderr] /opt/rustwide/target/debug/examples/helloworld-8f6424ab6fb51da6.helloworld.eq4ab83e-cgu.3.rcgu.o: In function `arrayfire::index::assign_seq': [INFO] [stderr] /opt/rustwide/workdir/src/index.rs:479: undefined reference to `af_assign_seq' [INFO] [stderr] /opt/rustwide/target/debug/examples/helloworld-8f6424ab6fb51da6.helloworld.eq4ab83e-cgu.3.rcgu.o: In function `arrayfire::index::index': [INFO] [stderr] /opt/rustwide/workdir/src/index.rs:225: undefined reference to `af_index' [INFO] [stderr] /opt/rustwide/target/debug/examples/helloworld-8f6424ab6fb51da6.helloworld.eq4ab83e-cgu.3.rcgu.o: In function `arrayfire::index::index': [INFO] [stderr] /opt/rustwide/workdir/src/index.rs:225: undefined reference to `af_index' [INFO] [stderr] /opt/rustwide/target/debug/examples/helloworld-8f6424ab6fb51da6.helloworld.eq4ab83e-cgu.3.rcgu.o: In function `arrayfire::index::index_gen': [INFO] [stderr] /opt/rustwide/workdir/src/index.rs:526: undefined reference to `af_index_gen' [INFO] [stderr] /opt/rustwide/target/debug/examples/helloworld-8f6424ab6fb51da6.helloworld.eq4ab83e-cgu.6.rcgu.o: In function `arrayfire::arith::add_helper': [INFO] [stderr] /opt/rustwide/workdir/src/arith/mod.rs:408: undefined reference to `af_add' [INFO] [stderr] /opt/rustwide/target/debug/examples/helloworld-8f6424ab6fb51da6.helloworld.eq4ab83e-cgu.6.rcgu.o: In function `arrayfire::arith::sub_helper': [INFO] [stderr] /opt/rustwide/workdir/src/arith/mod.rs:408: undefined reference to `af_sub' [INFO] [stderr] /opt/rustwide/target/debug/examples/helloworld-8f6424ab6fb51da6.helloworld.eq4ab83e-cgu.6.rcgu.o: In function `arrayfire::arith::cos': [INFO] [stderr] /opt/rustwide/workdir/src/arith/mod.rs:124: undefined reference to `af_cos' [INFO] [stderr] /opt/rustwide/target/debug/examples/helloworld-8f6424ab6fb51da6.helloworld.eq4ab83e-cgu.6.rcgu.o: In function `arrayfire::arith::sin': [INFO] [stderr] /opt/rustwide/workdir/src/arith/mod.rs:124: undefined reference to `af_sin' [INFO] [stderr] /opt/rustwide/target/debug/examples/helloworld-8f6424ab6fb51da6.helloworld.eq4ab83e-cgu.7.rcgu.o: In function ` as arrayfire::index::Indexable>::set': [INFO] [stderr] /opt/rustwide/workdir/src/index.rs:144: undefined reference to `af_set_seq_indexer' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.10.rcgu.o): In function ` as core::clone::Clone>::clone': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:528: undefined reference to `af_retain_array' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.10.rcgu.o): In function ` as core::ops::drop::Drop>::drop': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:544: undefined reference to `af_release_array' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.12.rcgu.o): In function `arrayfire::error::get_last_error': [INFO] [stderr] /opt/rustwide/workdir/src/error.rs:104: undefined reference to `af_get_last_error' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.2.rcgu.o): In function `arrayfire::index::Indexer::new': [INFO] [stderr] /opt/rustwide/workdir/src/index.rs:161: undefined reference to `af_create_indexers' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.2.rcgu.o): In function `::drop': [INFO] [stderr] /opt/rustwide/workdir/src/index.rs:194: undefined reference to `af_release_indexers' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.4.rcgu.o): In function `::generate': [INFO] [stderr] /opt/rustwide/workdir/src/data/mod.rs:217: undefined reference to `af_constant' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.4.rcgu.o): In function `::generate': [INFO] [stderr] /opt/rustwide/workdir/src/data/mod.rs:217: undefined reference to `af_constant' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.5.rcgu.o): In function `arrayfire::device::get_version': [INFO] [stderr] /opt/rustwide/workdir/src/device/mod.rs:48: undefined reference to `af_get_version' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.5.rcgu.o): In function `arrayfire::device::get_revision': [INFO] [stderr] /opt/rustwide/workdir/src/device/mod.rs:63: undefined reference to `af_get_revision' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.5.rcgu.o): In function `arrayfire::device::info': [INFO] [stderr] /opt/rustwide/workdir/src/device/mod.rs:79: undefined reference to `af_info' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.5.rcgu.o): In function `arrayfire::device::info_string': [INFO] [stderr] /opt/rustwide/workdir/src/device/mod.rs:99: undefined reference to `af_info_string' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.5.rcgu.o): In function `arrayfire::device::device_info': [INFO] [stderr] /opt/rustwide/workdir/src/device/mod.rs:117: undefined reference to `af_device_info' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.5.rcgu.o): In function `arrayfire::device::set_device': [INFO] [stderr] /opt/rustwide/workdir/src/device/mod.rs:187: undefined reference to `af_set_device' [INFO] [stderr] /opt/rustwide/target/debug/deps/libarrayfire-6cf52f8738cc08c6.rlib(arrayfire-6cf52f8738cc08c6.arrayfire.6eiuc8yg-cgu.7.rcgu.o): In function `arrayfire::util::free_host': [INFO] [stderr] /opt/rustwide/workdir/src/util.rs:68: 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 [INFO] [stderr] [INFO] [stderr] error: Could not compile `arrayfire`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "bd82859f909a2be525c3611fcbfb090ad7311b1be23445b4b94d49e17fd88e77"` [INFO] running `"docker" "rm" "-f" "bd82859f909a2be525c3611fcbfb090ad7311b1be23445b4b94d49e17fd88e77"` [INFO] [stdout] bd82859f909a2be525c3611fcbfb090ad7311b1be23445b4b94d49e17fd88e77