[INFO] cloning repository https://github.com/P4ulW/eventcli [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/P4ulW/eventcli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FP4ulW%2Feventcli", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FP4ulW%2Feventcli'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 69d69f480773e08876e43d2e83f6196cfbf551d5 [INFO] building P4ulW/eventcli against try#23647e694de8d0904848ad068b2e0ec2dd098c37+target=wasm32-wasip1 for pr-149868 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FP4ulW%2Feventcli" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/P4ulW/eventcli [INFO] finished tweaking git repo https://github.com/P4ulW/eventcli [INFO] tweaked toml for git repo https://github.com/P4ulW/eventcli written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/P4ulW/eventcli 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/P4ulW/eventcli 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-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 56a8255dca568652b61b8889cd43312cfbca98dd04407e29578f38d62dc84ed1 [INFO] running `Command { std: "docker" "start" "-a" "56a8255dca568652b61b8889cd43312cfbca98dd04407e29578f38d62dc84ed1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "56a8255dca568652b61b8889cd43312cfbca98dd04407e29578f38d62dc84ed1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "56a8255dca568652b61b8889cd43312cfbca98dd04407e29578f38d62dc84ed1", kill_on_drop: false }` [INFO] [stdout] 56a8255dca568652b61b8889cd43312cfbca98dd04407e29578f38d62dc84ed1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] d3d2e2f8d128c63d172d21565ae2d2ffab6b4e822af2e66c0a10173e27ea4ce6 [INFO] running `Command { std: "docker" "start" "-a" "d3d2e2f8d128c63d172d21565ae2d2ffab6b4e822af2e66c0a10173e27ea4ce6", kill_on_drop: false }` [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling matrixmultiply v0.3.9 [INFO] [stderr] Compiling parking_lot_core v0.8.6 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling hdf5-types v0.8.1 [INFO] [stderr] Compiling libloading v0.7.4 [INFO] [stderr] Compiling ascii v1.1.0 [INFO] [stderr] Compiling hdf5 v0.8.1 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling ndarray v0.15.6 [INFO] [stderr] Compiling ndarray v0.16.1 [INFO] [stderr] Compiling hdf5-derive v0.8.1 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling hdf5-sys v0.8.1 [INFO] [stderr] Compiling event_io v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `H5Type` and `Result` [INFO] [stdout] --> src/main.rs:3:20 [INFO] [stdout] | [INFO] [stdout] 3 | Dataset, File, H5Type, Result, [INFO] [stdout] | ^^^^^^ ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `ArrayD`, `IxDyn`, and `s` [INFO] [stdout] --> src/main.rs:5:15 [INFO] [stdout] | [INFO] [stdout] 5 | use ndarray::{s, ArrayD, IxDyn}; [INFO] [stdout] | ^ ^^^^^^ ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `f64::NAN` [INFO] [stdout] --> src/main.rs:6:16 [INFO] [stdout] | [INFO] [stdout] 6 | use std::{env, f64::NAN}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [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" "<5 object files omitted>" "/lib/rustlib/wasm32-wasip1/lib/libpanic_abort-*.rlib" "/opt/rustwide/target/wasm32-wasip1/debug/deps/{libndarray-4196da4e2382666f,libhdf5-e3a5cfb4f6b384f5,libbitflags-15e3d67e03629ffa,libparking_lot-aa4828bef3343f20,libparking_lot_core-3872052522bca34e,libsmallvec-dd22fcde2487057b,liblock_api-cb42334115fcba5d,libscopeguard-8bf53ae5771a3088,libinstant-578bc475632eacf7,liblazy_static-6cae036cc417a885,libhdf5_sys-d96d33774ecfafcc,libndarray-bdd44cea26723b56,libmatrixmultiply-9c421d9e654ae043,libnum_complex-19c9435119284517,libnum_integer-19f880928e6470b7,libnum_traits-4ceb4b1698c6e4f3,librawpointer-bdc2b0e64d56f44e,libhdf5_types-9e2f53d1f825c1ed,liblibc-26bb775845e6fd3d,libcfg_if-50b02a9e3502ecf2,libascii-232b40db72a1626a}.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" "hdf5" "-L" "/usr/lib/x86_64-linux-gnu/hdf5/serial" "-L" "/lib/rustlib/wasm32-wasip1/lib/self-contained" "-o" "/opt/rustwide/target/wasm32-wasip1/debug/deps/event_io-54aae93274903715.wasm" "--gc-sections" "-O0" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5checksum.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5dbg.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5system.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5timer.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5trace.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5A.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Abtree2.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Adense.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Adeprec.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Aint.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Atest.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5AC.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5ACdbg.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5ACproxy_entry.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5B.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Bcache.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Bdbg.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5B2.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5B2cache.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5B2dbg.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5B2hdr.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5B2int.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5B2internal.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5B2leaf.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5B2stat.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5B2test.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5C.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Cdbg.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Cepoch.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Cimage.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Clog.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Clog_json.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Clog_trace.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Cprefetched.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Cquery.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Ctag.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Ctest.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5CS.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5CX.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5D.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Dbtree.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Dbtree2.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Dchunk.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Dcompact.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Dcontig.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Ddbg.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Ddeprec.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Dearray.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Defl.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Dfarray.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Dfill.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Dint.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Dio.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Dlayout.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Dnone.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Doh.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Dscatgath.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Dselect.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Dsingle.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Dtest.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Dvirtual.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5E.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Edeprec.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Eint.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5EA.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5EAcache.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5EAdbg.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5EAdblkpage.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5EAdblock.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5EAhdr.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5EAiblock.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5EAint.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5EAsblock.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5EAstat.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5EAtest.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5F.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Faccum.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Fcwfs.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Fdbg.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Fdeprec.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Fefc.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Ffake.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Fint.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Fio.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Fmount.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Fquery.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Fsfile.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Fspace.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Fsuper.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Fsuper_cache.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Ftest.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5FA.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5FAcache.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5FAdbg.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5FAdblock.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5FAdblkpage.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5FAhdr.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5FAint.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5FAstat.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5FAtest.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5FD.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5FDcore.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5FDfamily.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5FDhdfs.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5FDint.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5FDlog.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5FDmulti.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5FDsec2.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5FDspace.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5FDsplitter.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5FDstdio.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5FDtest.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5FL.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5FO.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5FS.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5FScache.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5FSdbg.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5FSint.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5FSsection.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5FSstat.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5FStest.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5G.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Gbtree2.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Gcache.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Gcompact.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Gdense.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Gdeprec.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Gent.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Gint.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Glink.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Gloc.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Gname.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Gnode.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Gobj.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Goh.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Groot.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Gstab.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Gtest.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Gtraverse.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5HF.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5HFbtree2.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5HFcache.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5HFdbg.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5HFdblock.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5HFdtable.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5HFhdr.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5HFhuge.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5HFiblock.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5HFiter.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5HFman.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5HFsection.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5HFspace.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5HFstat.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5HFtest.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5HFtiny.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5HG.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5HGcache.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5HGdbg.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5HGquery.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5HL.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5HLcache.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5HLdbg.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5HLint.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5HLprfx.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5HLdblk.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5I.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Idbg.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Iint.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Itest.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5L.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Lexternal.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5lib_settings.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5MF.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5MFaggr.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5MFdbg.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5MFsection.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5MM.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5O.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Odeprec.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Oainfo.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Oalloc.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Oattr.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Oattribute.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Obogus.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Obtreek.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Ocache.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Ocache_image.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Ochunk.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Ocont.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Ocopy.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Odbg.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Odrvinfo.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Odtype.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Oefl.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Ofill.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Oflush.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Ofsinfo.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Oginfo.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Oint.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Olayout.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Olinfo.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Olink.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Omessage.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Omtime.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Oname.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Onull.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Opline.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Orefcount.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Osdspace.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Oshared.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Oshmesg.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Ostab.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Otest.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Ounknown.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5P.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Pacpl.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Pdapl.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Pdcpl.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Pdeprec.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Pdxpl.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Pencdec.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Pfapl.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Pfcpl.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Pfmpl.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Pgcpl.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Pint.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Plapl.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Plcpl.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Pocpl.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Pocpypl.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Pstrcpl.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Ptest.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5PB.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5PL.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5PLint.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5PLpath.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5PLplugin_cache.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5R.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Rint.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Rdeprec.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5UC.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5RS.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5S.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Sall.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Sdbg.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Shyper.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Snone.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Spoint.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Sselect.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Stest.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5SL.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5SM.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5SMbtree2.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5SMcache.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5SMmessage.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5SMtest.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5T.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Tarray.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Tbit.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Tcommit.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Tcompound.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Tconv.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Tcset.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Tdbg.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Tdeprec.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Tenum.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Tfields.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Tfixed.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Tfloat.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Tinit.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Tnative.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Toffset.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Toh.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Topaque.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Torder.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Tpad.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Tprecis.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Tstrpad.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Tvisit.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Tvlen.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5TS.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5VM.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5WB.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Z.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Zdeflate.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Zfletcher32.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Znbit.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Zshuffle.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Zscaleoffset.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Zszip.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5Ztrans.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5FDros3.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.a: archive member 'H5FDs3comms.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/event_io-54aae93274903715.event_io.862d21337978198f-cgu.2.rcgu.o: undefined symbol: H5Aread [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/event_io-54aae93274903715.event_io.862d21337978198f-cgu.2.rcgu.o: undefined symbol: H5Dread [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/event_io-54aae93274903715.event_io.862d21337978198f-cgu.2.rcgu.o: undefined symbol: H5Pcreate [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/event_io-54aae93274903715.event_io.862d21337978198f-cgu.2.rcgu.o: undefined symbol: H5Fopen [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/event_io-54aae93274903715.event_io.862d21337978198f-cgu.2.rcgu.o: undefined symbol: H5Fcreate [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/event_io-54aae93274903715.event_io.862d21337978198f-cgu.2.rcgu.o: undefined symbol: H5Fopen [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/event_io-54aae93274903715.event_io.862d21337978198f-cgu.2.rcgu.o: undefined symbol: H5Fcreate [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libhdf5-e3a5cfb4f6b384f5.rlib(hdf5-e3a5cfb4f6b384f5.hdf5.44d94365406a8f92-cgu.02.rcgu.o): undefined symbol: H5Pcreate [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libhdf5-e3a5cfb4f6b384f5.rlib(hdf5-e3a5cfb4f6b384f5.hdf5.44d94365406a8f92-cgu.02.rcgu.o): undefined symbol: H5Pset_fapl_sec2 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libhdf5-e3a5cfb4f6b384f5.rlib(hdf5-e3a5cfb4f6b384f5.hdf5.44d94365406a8f92-cgu.02.rcgu.o): undefined symbol: H5Pset_fapl_stdio [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libhdf5-e3a5cfb4f6b384f5.rlib(hdf5-e3a5cfb4f6b384f5.hdf5.44d94365406a8f92-cgu.02.rcgu.o): undefined symbol: H5Pset_fapl_family [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libhdf5-e3a5cfb4f6b384f5.rlib(hdf5-e3a5cfb4f6b384f5.hdf5.44d94365406a8f92-cgu.02.rcgu.o): undefined symbol: H5Pset_alignment [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libhdf5-e3a5cfb4f6b384f5.rlib(hdf5-e3a5cfb4f6b384f5.hdf5.44d94365406a8f92-cgu.02.rcgu.o): undefined symbol: H5Pset_fclose_degree [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libhdf5-e3a5cfb4f6b384f5.rlib(hdf5-e3a5cfb4f6b384f5.hdf5.44d94365406a8f92-cgu.02.rcgu.o): undefined symbol: H5Pset_gc_references [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libhdf5-e3a5cfb4f6b384f5.rlib(hdf5-e3a5cfb4f6b384f5.hdf5.44d94365406a8f92-cgu.02.rcgu.o): undefined symbol: H5Pset_small_data_block_size [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libhdf5-e3a5cfb4f6b384f5.rlib(hdf5-e3a5cfb4f6b384f5.hdf5.44d94365406a8f92-cgu.02.rcgu.o): undefined symbol: H5Pset_libver_bounds [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libhdf5-e3a5cfb4f6b384f5.rlib(hdf5-e3a5cfb4f6b384f5.hdf5.44d94365406a8f92-cgu.02.rcgu.o): undefined symbol: H5Pset_elink_file_cache_size [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libhdf5-e3a5cfb4f6b384f5.rlib(hdf5-e3a5cfb4f6b384f5.hdf5.44d94365406a8f92-cgu.02.rcgu.o): undefined symbol: H5Pset_meta_block_size [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libhdf5-e3a5cfb4f6b384f5.rlib(hdf5-e3a5cfb4f6b384f5.hdf5.44d94365406a8f92-cgu.02.rcgu.o): undefined symbol: H5Pset_page_buffer_size [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libhdf5-e3a5cfb4f6b384f5.rlib(hdf5-e3a5cfb4f6b384f5.hdf5.44d94365406a8f92-cgu.02.rcgu.o): undefined symbol: H5Pset_evict_on_close [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 `event_io` (bin "event_io") due to 1 previous error; 3 warnings emitted [INFO] running `Command { std: "docker" "inspect" "d3d2e2f8d128c63d172d21565ae2d2ffab6b4e822af2e66c0a10173e27ea4ce6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d3d2e2f8d128c63d172d21565ae2d2ffab6b4e822af2e66c0a10173e27ea4ce6", kill_on_drop: false }` [INFO] [stdout] d3d2e2f8d128c63d172d21565ae2d2ffab6b4e822af2e66c0a10173e27ea4ce6