[INFO] cloning repository https://github.com/nikhilr612/safire [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nikhilr612/safire" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnikhilr612%2Fsafire", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnikhilr612%2Fsafire'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] faa67a161d03ad601bf89cf20f7a3bb574cbe781 [INFO] building nikhilr612/safire against try#23647e694de8d0904848ad068b2e0ec2dd098c37+target=wasm32-wasip1 for pr-149868 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnikhilr612%2Fsafire" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/nikhilr612/safire [INFO] finished tweaking git repo https://github.com/nikhilr612/safire [INFO] tweaked toml for git repo https://github.com/nikhilr612/safire written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/nikhilr612/safire on toolchain 23647e694de8d0904848ad068b2e0ec2dd098c37 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/nikhilr612/safire already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 060d9b042dad780fa2375abe59e2457cba6d960b4638240d35d7ba81542cde9a [INFO] running `Command { std: "docker" "start" "-a" "060d9b042dad780fa2375abe59e2457cba6d960b4638240d35d7ba81542cde9a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "060d9b042dad780fa2375abe59e2457cba6d960b4638240d35d7ba81542cde9a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "060d9b042dad780fa2375abe59e2457cba6d960b4638240d35d7ba81542cde9a", kill_on_drop: false }` [INFO] [stdout] 060d9b042dad780fa2375abe59e2457cba6d960b4638240d35d7ba81542cde9a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "build" "--frozen" "--message-format=json" "--target" "wasm32-wasip1", kill_on_drop: false }` [INFO] [stdout] 8631b038decede7f403d0e1ff79329f81fd7a45dfb4226ec066edb34af2ce4e0 [INFO] running `Command { std: "docker" "start" "-a" "8631b038decede7f403d0e1ff79329f81fd7a45dfb4226ec066edb34af2ce4e0", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling unicode-ident v1.0.14 [INFO] [stderr] Compiling serde v1.0.217 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling serde_json v1.0.135 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling itoa v1.0.14 [INFO] [stderr] Compiling half v1.8.3 [INFO] [stderr] Compiling tinyrand v0.5.0 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling syn v2.0.96 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling num-iter v0.1.45 [INFO] [stderr] Compiling num v0.2.1 [INFO] [stderr] Compiling serde_derive v1.0.217 [INFO] [stderr] Compiling arrayfire v3.8.0 [INFO] [stderr] Compiling safire v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.14s [INFO] running `Command { std: "docker" "inspect" "8631b038decede7f403d0e1ff79329f81fd7a45dfb4226ec066edb34af2ce4e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8631b038decede7f403d0e1ff79329f81fd7a45dfb4226ec066edb34af2ce4e0", kill_on_drop: false }` [INFO] [stdout] 8631b038decede7f403d0e1ff79329f81fd7a45dfb4226ec066edb34af2ce4e0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "test" "--frozen" "--no-run" "--message-format=json" "--target" "wasm32-wasip1", kill_on_drop: false }` [INFO] [stdout] a7d405f036ff9dbb7c6389f668cd64e29b9758a61de0437df369187f5121d015 [INFO] running `Command { std: "docker" "start" "-a" "a7d405f036ff9dbb7c6389f668cd64e29b9758a61de0437df369187f5121d015", kill_on_drop: false }` [INFO] [stderr] Compiling safire v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `rust-lld` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "rust-lld" "-flavor" "wasm" "--export" "__main_void" "-z" "stack-size=1048576" "--stack-first" "--no-demangle" "/lib/rustlib/wasm32-wasip1/lib/self-contained/crt1-command.o" "<2 object files omitted>" "/lib/rustlib/wasm32-wasip1/lib/{libpanic_abort-*,libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/wasm32-wasip1/debug/deps/{libsafire-230a89dbd2d69ba9,libtinyrand-dc6e126558b75ed0,libarrayfire-38695199f8b48849,libhalf-71bc65c1778c9063,liblibc-26bb775845e6fd3d,libnum-9cf91138556e6549,libnum_rational-f3e53c86e3f10042,libnum_iter-77138f81e695e2c7,libnum_complex-b71e1cee1f05ba29,libnum_bigint-a76bd80aa859ce6e,libnum_integer-1cba6a3b8cd977fc,libnum_traits-4ceb4b1698c6e4f3,liblazy_static-6cae036cc417a885}.rlib" "/lib/rustlib/wasm32-wasip1/lib/{libstd-*,libwasi-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*}.rlib" "-l" "c" "/lib/rustlib/wasm32-wasip1/lib/{librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-L" "/opt/arrayfire/lib" "-L" "/opt/arrayfire/lib64" "-L" "/usr/local/lib" "-L" "/usr/lib" "-L" "/lib/rustlib/wasm32-wasip1/lib/self-contained" "-o" "/opt/rustwide/target/wasm32-wasip1/debug/deps/sequential_sa-4e1f8190bff9d48d.wasm" "--gc-sections" "-O0" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsafire-230a89dbd2d69ba9.rlib(safire-230a89dbd2d69ba9.safire.b64f68a0572f34a1-cgu.0.rcgu.o): undefined symbol: af_get_data_ptr [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsafire-230a89dbd2d69ba9.rlib(safire-230a89dbd2d69ba9.safire.b64f68a0572f34a1-cgu.0.rcgu.o): undefined symbol: af_get_elements [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsafire-230a89dbd2d69ba9.rlib(safire-230a89dbd2d69ba9.safire.b64f68a0572f34a1-cgu.0.rcgu.o): undefined symbol: af_release_array [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsafire-230a89dbd2d69ba9.rlib(safire-230a89dbd2d69ba9.safire.b64f68a0572f34a1-cgu.0.rcgu.o): undefined symbol: af_sum [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsafire-230a89dbd2d69ba9.rlib(safire-230a89dbd2d69ba9.safire.b64f68a0572f34a1-cgu.0.rcgu.o): undefined symbol: af_tile [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsafire-230a89dbd2d69ba9.rlib(safire-230a89dbd2d69ba9.safire.b64f68a0572f34a1-cgu.0.rcgu.o): undefined symbol: af_add [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsafire-230a89dbd2d69ba9.rlib(safire-230a89dbd2d69ba9.safire.b64f68a0572f34a1-cgu.0.rcgu.o): undefined symbol: af_div [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsafire-230a89dbd2d69ba9.rlib(safire-230a89dbd2d69ba9.safire.b64f68a0572f34a1-cgu.0.rcgu.o): undefined symbol: af_mul [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsafire-230a89dbd2d69ba9.rlib(safire-230a89dbd2d69ba9.safire.b64f68a0572f34a1-cgu.0.rcgu.o): undefined symbol: af_sub [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsafire-230a89dbd2d69ba9.rlib(safire-230a89dbd2d69ba9.safire.b64f68a0572f34a1-cgu.0.rcgu.o): undefined symbol: af_is_scalar [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsafire-230a89dbd2d69ba9.rlib(safire-230a89dbd2d69ba9.safire.b64f68a0572f34a1-cgu.0.rcgu.o): undefined symbol: af_get_dims [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsafire-230a89dbd2d69ba9.rlib(safire-230a89dbd2d69ba9.safire.b64f68a0572f34a1-cgu.0.rcgu.o): undefined symbol: af_cos [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsafire-230a89dbd2d69ba9.rlib(safire-230a89dbd2d69ba9.safire.b64f68a0572f34a1-cgu.0.rcgu.o): undefined symbol: af_exp [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsafire-230a89dbd2d69ba9.rlib(safire-230a89dbd2d69ba9.safire.b64f68a0572f34a1-cgu.0.rcgu.o): undefined symbol: af_sin [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsafire-230a89dbd2d69ba9.rlib(safire-230a89dbd2d69ba9.safire.b64f68a0572f34a1-cgu.0.rcgu.o): undefined symbol: af_sqrt [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsafire-230a89dbd2d69ba9.rlib(safire-230a89dbd2d69ba9.safire.b64f68a0572f34a1-cgu.0.rcgu.o): undefined symbol: af_randn [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libarrayfire-38695199f8b48849.rlib(arrayfire-38695199f8b48849.arrayfire.b6caac104ce72cb7-cgu.0.rcgu.o): undefined symbol: af_free_host [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libarrayfire-38695199f8b48849.rlib(arrayfire-38695199f8b48849.arrayfire.b6caac104ce72cb7-cgu.0.rcgu.o): undefined symbol: af_retain_array [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libarrayfire-38695199f8b48849.rlib(arrayfire-38695199f8b48849.arrayfire.b6caac104ce72cb7-cgu.0.rcgu.o): undefined symbol: af_get_last_error [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libarrayfire-38695199f8b48849.rlib(arrayfire-38695199f8b48849.arrayfire.b6caac104ce72cb7-cgu.0.rcgu.o): undefined symbol: af_set_seed [INFO] [stdout] rust-lld: error: too many errors emitted, stopping now (use -error-limit=0 to see all errors) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `safire` (test "sequential_sa") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `rust-lld` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "rust-lld" "-flavor" "wasm" "--export" "__main_void" "-z" "stack-size=1048576" "--stack-first" "--no-demangle" "/lib/rustlib/wasm32-wasip1/lib/self-contained/crt1-command.o" "<2 object files omitted>" "/lib/rustlib/wasm32-wasip1/lib/{libpanic_abort-*,libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/wasm32-wasip1/debug/deps/{libsafire-230a89dbd2d69ba9,libtinyrand-dc6e126558b75ed0,libarrayfire-38695199f8b48849,libhalf-71bc65c1778c9063,liblibc-26bb775845e6fd3d,libnum-9cf91138556e6549,libnum_rational-f3e53c86e3f10042,libnum_iter-77138f81e695e2c7,libnum_complex-b71e1cee1f05ba29,libnum_bigint-a76bd80aa859ce6e,libnum_integer-1cba6a3b8cd977fc,libnum_traits-4ceb4b1698c6e4f3,liblazy_static-6cae036cc417a885}.rlib" "/lib/rustlib/wasm32-wasip1/lib/{libstd-*,libwasi-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*}.rlib" "-l" "c" "/lib/rustlib/wasm32-wasip1/lib/{librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-L" "/opt/arrayfire/lib" "-L" "/opt/arrayfire/lib64" "-L" "/usr/local/lib" "-L" "/usr/lib" "-L" "/lib/rustlib/wasm32-wasip1/lib/self-contained" "-o" "/opt/rustwide/target/wasm32-wasip1/debug/deps/parallel_sa-ae0c441b2ea84138.wasm" "--gc-sections" "-O0" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/parallel_sa-ae0c441b2ea84138.parallel_sa.7b6c830495ce45d7-cgu.0.rcgu.o: undefined symbol: af_release_array [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/parallel_sa-ae0c441b2ea84138.parallel_sa.7b6c830495ce45d7-cgu.0.rcgu.o: undefined symbol: af_release_array [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/parallel_sa-ae0c441b2ea84138.parallel_sa.7b6c830495ce45d7-cgu.0.rcgu.o: undefined symbol: af_randu [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/parallel_sa-ae0c441b2ea84138.parallel_sa.7b6c830495ce45d7-cgu.0.rcgu.o: undefined symbol: af_select [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/parallel_sa-ae0c441b2ea84138.parallel_sa.7b6c830495ce45d7-cgu.0.rcgu.o: undefined symbol: af_imin [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/parallel_sa-ae0c441b2ea84138.parallel_sa.7b6c830495ce45d7-cgu.0.rcgu.o: undefined symbol: af_lookup [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/parallel_sa-ae0c441b2ea84138.parallel_sa.7b6c830495ce45d7-cgu.0.rcgu.o: undefined symbol: af_gt [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsafire-230a89dbd2d69ba9.rlib(safire-230a89dbd2d69ba9.safire.b64f68a0572f34a1-cgu.0.rcgu.o): undefined symbol: af_get_data_ptr [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsafire-230a89dbd2d69ba9.rlib(safire-230a89dbd2d69ba9.safire.b64f68a0572f34a1-cgu.0.rcgu.o): undefined symbol: af_get_elements [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsafire-230a89dbd2d69ba9.rlib(safire-230a89dbd2d69ba9.safire.b64f68a0572f34a1-cgu.0.rcgu.o): undefined symbol: af_release_array [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsafire-230a89dbd2d69ba9.rlib(safire-230a89dbd2d69ba9.safire.b64f68a0572f34a1-cgu.0.rcgu.o): undefined symbol: af_sum [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsafire-230a89dbd2d69ba9.rlib(safire-230a89dbd2d69ba9.safire.b64f68a0572f34a1-cgu.0.rcgu.o): undefined symbol: af_tile [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsafire-230a89dbd2d69ba9.rlib(safire-230a89dbd2d69ba9.safire.b64f68a0572f34a1-cgu.0.rcgu.o): undefined symbol: af_add [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsafire-230a89dbd2d69ba9.rlib(safire-230a89dbd2d69ba9.safire.b64f68a0572f34a1-cgu.0.rcgu.o): undefined symbol: af_div [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsafire-230a89dbd2d69ba9.rlib(safire-230a89dbd2d69ba9.safire.b64f68a0572f34a1-cgu.0.rcgu.o): undefined symbol: af_mul [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsafire-230a89dbd2d69ba9.rlib(safire-230a89dbd2d69ba9.safire.b64f68a0572f34a1-cgu.0.rcgu.o): undefined symbol: af_sub [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsafire-230a89dbd2d69ba9.rlib(safire-230a89dbd2d69ba9.safire.b64f68a0572f34a1-cgu.0.rcgu.o): undefined symbol: af_is_scalar [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsafire-230a89dbd2d69ba9.rlib(safire-230a89dbd2d69ba9.safire.b64f68a0572f34a1-cgu.0.rcgu.o): undefined symbol: af_get_dims [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsafire-230a89dbd2d69ba9.rlib(safire-230a89dbd2d69ba9.safire.b64f68a0572f34a1-cgu.0.rcgu.o): undefined symbol: af_cos [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsafire-230a89dbd2d69ba9.rlib(safire-230a89dbd2d69ba9.safire.b64f68a0572f34a1-cgu.0.rcgu.o): undefined symbol: af_exp [INFO] [stdout] rust-lld: error: too many errors emitted, stopping now (use -error-limit=0 to see all errors) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `safire` (test "parallel_sa") due to 1 previous error [INFO] [stdout] error: linking with `rust-lld` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "rust-lld" "-flavor" "wasm" "--export" "__main_void" "-z" "stack-size=1048576" "--stack-first" "--no-demangle" "/lib/rustlib/wasm32-wasip1/lib/self-contained/crt1-command.o" "<2 object files omitted>" "/lib/rustlib/wasm32-wasip1/lib/{libpanic_abort-*,libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/wasm32-wasip1/debug/deps/{libtinyrand-dc6e126558b75ed0,libarrayfire-38695199f8b48849,libhalf-71bc65c1778c9063,liblibc-26bb775845e6fd3d,libnum-9cf91138556e6549,libnum_rational-f3e53c86e3f10042,libnum_iter-77138f81e695e2c7,libnum_complex-b71e1cee1f05ba29,libnum_bigint-a76bd80aa859ce6e,libnum_integer-1cba6a3b8cd977fc,libnum_traits-4ceb4b1698c6e4f3,liblazy_static-6cae036cc417a885}.rlib" "/lib/rustlib/wasm32-wasip1/lib/{libstd-*,libwasi-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*}.rlib" "-l" "c" "/lib/rustlib/wasm32-wasip1/lib/{librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-L" "/opt/arrayfire/lib" "-L" "/opt/arrayfire/lib64" "-L" "/usr/local/lib" "-L" "/usr/lib" "-L" "/lib/rustlib/wasm32-wasip1/lib/self-contained" "-o" "/opt/rustwide/target/wasm32-wasip1/debug/deps/safire-3d1c4c862f73e343.wasm" "--gc-sections" "-O0" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/safire-3d1c4c862f73e343.safire.d2a04dfc125189e2-cgu.0.rcgu.o: undefined symbol: af_get_data_ptr [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/safire-3d1c4c862f73e343.safire.d2a04dfc125189e2-cgu.0.rcgu.o: undefined symbol: af_get_elements [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/safire-3d1c4c862f73e343.safire.d2a04dfc125189e2-cgu.0.rcgu.o: undefined symbol: af_release_array [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/safire-3d1c4c862f73e343.safire.d2a04dfc125189e2-cgu.0.rcgu.o: undefined symbol: af_sum [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/safire-3d1c4c862f73e343.safire.d2a04dfc125189e2-cgu.0.rcgu.o: undefined symbol: af_tile [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/safire-3d1c4c862f73e343.safire.d2a04dfc125189e2-cgu.0.rcgu.o: undefined symbol: af_add [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/safire-3d1c4c862f73e343.safire.d2a04dfc125189e2-cgu.0.rcgu.o: undefined symbol: af_div [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/safire-3d1c4c862f73e343.safire.d2a04dfc125189e2-cgu.0.rcgu.o: undefined symbol: af_mul [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/safire-3d1c4c862f73e343.safire.d2a04dfc125189e2-cgu.0.rcgu.o: undefined symbol: af_sub [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/safire-3d1c4c862f73e343.safire.d2a04dfc125189e2-cgu.0.rcgu.o: undefined symbol: af_is_scalar [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/safire-3d1c4c862f73e343.safire.d2a04dfc125189e2-cgu.0.rcgu.o: undefined symbol: af_get_dims [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/safire-3d1c4c862f73e343.safire.d2a04dfc125189e2-cgu.0.rcgu.o: undefined symbol: af_cos [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/safire-3d1c4c862f73e343.safire.d2a04dfc125189e2-cgu.0.rcgu.o: undefined symbol: af_exp [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/safire-3d1c4c862f73e343.safire.d2a04dfc125189e2-cgu.0.rcgu.o: undefined symbol: af_sin [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/safire-3d1c4c862f73e343.safire.d2a04dfc125189e2-cgu.0.rcgu.o: undefined symbol: af_sqrt [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/safire-3d1c4c862f73e343.safire.d2a04dfc125189e2-cgu.0.rcgu.o: undefined symbol: af_randn [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/safire-3d1c4c862f73e343.safire.d2a04dfc125189e2-cgu.0.rcgu.o: undefined symbol: af_create_array [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libarrayfire-38695199f8b48849.rlib(arrayfire-38695199f8b48849.arrayfire.b6caac104ce72cb7-cgu.0.rcgu.o): undefined symbol: af_free_host [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libarrayfire-38695199f8b48849.rlib(arrayfire-38695199f8b48849.arrayfire.b6caac104ce72cb7-cgu.0.rcgu.o): undefined symbol: af_retain_array [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libarrayfire-38695199f8b48849.rlib(arrayfire-38695199f8b48849.arrayfire.b6caac104ce72cb7-cgu.0.rcgu.o): undefined symbol: af_get_last_error [INFO] [stdout] rust-lld: error: too many errors emitted, stopping now (use -error-limit=0 to see all errors) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `safire` (lib test) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "a7d405f036ff9dbb7c6389f668cd64e29b9758a61de0437df369187f5121d015", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a7d405f036ff9dbb7c6389f668cd64e29b9758a61de0437df369187f5121d015", kill_on_drop: false }` [INFO] [stdout] a7d405f036ff9dbb7c6389f668cd64e29b9758a61de0437df369187f5121d015