[INFO] cloning repository https://github.com/ryanjeffares/ral [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ryanjeffares/ral" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fryanjeffares%2Fral", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fryanjeffares%2Fral'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a84b7466305a70ea6893c65e8f1b2bc3df1548e7 [INFO] building ryanjeffares/ral against try#23647e694de8d0904848ad068b2e0ec2dd098c37+target=wasm32-wasip1 for pr-149868 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fryanjeffares%2Fral" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/ryanjeffares/ral [INFO] finished tweaking git repo https://github.com/ryanjeffares/ral [INFO] tweaked toml for git repo https://github.com/ryanjeffares/ral written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/ryanjeffares/ral 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/ryanjeffares/ral 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-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 7e6d9f87263b8ca26fca2b2364eec9555408f61b54dafc7442957bacfef7bea6 [INFO] running `Command { std: "docker" "start" "-a" "7e6d9f87263b8ca26fca2b2364eec9555408f61b54dafc7442957bacfef7bea6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7e6d9f87263b8ca26fca2b2364eec9555408f61b54dafc7442957bacfef7bea6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7e6d9f87263b8ca26fca2b2364eec9555408f61b54dafc7442957bacfef7bea6", kill_on_drop: false }` [INFO] [stdout] 7e6d9f87263b8ca26fca2b2364eec9555408f61b54dafc7442957bacfef7bea6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] b63445344f0c3367183ed298d26f440745214c102030a79cdc7af1c472a584c5 [INFO] running `Command { std: "docker" "start" "-a" "b63445344f0c3367183ed298d26f440745214c102030a79cdc7af1c472a584c5", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling proc-macro2 v1.0.63 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling quote v1.0.29 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling unicode-ident v1.0.6 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling wasi v0.11.0+wasi-snapshot-preview1 [INFO] [stderr] Compiling siphasher v0.3.10 [INFO] [stderr] Compiling pkg-config v0.3.26 [INFO] [stderr] Compiling syn v1.0.107 [INFO] [stderr] Compiling libc v0.2.139 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling matrixmultiply v0.3.7 [INFO] [stderr] Compiling ndarray v0.13.1 [INFO] [stderr] Compiling matrixmultiply v0.2.4 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling getrandom v0.2.8 [INFO] [stderr] Compiling phf_shared v0.11.1 [INFO] [stderr] Compiling cpal v0.15.2 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling ral v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling colored v2.0.0 [INFO] [stderr] Compiling dyn-clone v1.0.10 [INFO] [stderr] Compiling phf_generator v0.11.1 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling sndfile-sys v0.2.2 [INFO] [stderr] Compiling num-complex v0.4.3 [INFO] [stderr] Compiling ndarray v0.15.6 [INFO] [stderr] Compiling sndfile v0.1.1 [INFO] [stderr] Compiling phf_macros v0.11.1 [INFO] [stderr] Compiling phf v0.11.1 [INFO] [stdout] warning: unused import: `audio::stream` [INFO] [stdout] --> src/compiler/compiler.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | audio::stream, [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 import: `core::num` [INFO] [stdout] --> src/runtime/instrument.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use core::num; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `once_cell` has been stable since 1.70.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/main.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(once_cell)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `colored::Colorize` [INFO] [stdout] --> src/runtime/instrument.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use colored::Colorize; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `StreamError` is never constructed [INFO] [stdout] --> src/audio/stream.rs:33:12 [INFO] [stdout] | [INFO] [stdout] 33 | pub struct StreamError(BuildStreamError); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `pause`, `buffer_size`, and `channels` are never used [INFO] [stdout] --> src/audio/stream.rs:160:12 [INFO] [stdout] | [INFO] [stdout] 52 | impl Stream { [INFO] [stdout] | ----------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 160 | pub fn pause(&self) -> Result<(), cpal::PauseStreamError> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 168 | pub fn buffer_size(&self) -> &BufferSize { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 172 | pub fn channels(&self) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `InternalCompilerError` is never constructed [INFO] [stdout] --> src/compiler/compiler.rs:17:12 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct InternalCompilerError(String); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `print_ops` is never used [INFO] [stdout] --> src/compiler/compiler.rs:114:8 [INFO] [stdout] | [INFO] [stdout] 86 | impl Compiler { [INFO] [stdout] | ------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 114 | fn print_ops(&mut self) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `is_literal` and `is_operator` are never used [INFO] [stdout] --> src/compiler/scanner.rs:156:12 [INFO] [stdout] | [INFO] [stdout] 138 | impl TokenType { [INFO] [stdout] | -------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 156 | pub fn is_literal(self) -> bool { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 160 | pub fn is_operator(self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `max_amps` is never read [INFO] [stdout] --> src/runtime/instrument.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 44 | pub struct InstrumentEventInstance { [INFO] [stdout] | ----------------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 56 | max_amps: f32, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `InstrumentEventInstance` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `print_ops` is never used [INFO] [stdout] --> src/runtime/instrument.rs:154:12 [INFO] [stdout] | [INFO] [stdout] 116 | impl Instrument { [INFO] [stdout] | --------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 154 | pub fn print_ops(&self) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `SIZE` is never used [INFO] [stdout] --> src/runtime/value.rs:9:7 [INFO] [stdout] | [INFO] [stdout] 9 | const SIZE: usize = size_of::(); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `LogLevel` is never used [INFO] [stdout] --> src/runtime/vm.rs:68:10 [INFO] [stdout] | [INFO] [stdout] 68 | pub enum LogLevel { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `print_ops` is never used [INFO] [stdout] --> src/runtime/vm.rs:201:12 [INFO] [stdout] | [INFO] [stdout] 119 | impl VM { [INFO] [stdout] | ------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 201 | pub fn print_ops(&self) { [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" "<11 object files omitted>" "/lib/rustlib/wasm32-wasip1/lib/libpanic_abort-*.rlib" "/opt/rustwide/target/wasm32-wasip1/debug/deps/{libphf-9328301817dba026,libphf_shared-365c006696d3f1fd,libsiphasher-01260e7931a869f4,libcolored-eae62dea5395827c,libatty-3242e974e54baef7,libcpal-eac7ac26ff415fe0,libdasp_sample-2692526345cbebc4,libsndfile-9a290bc1d27ec58d,libndarray-0d4542213ecee18c,libmatrixmultiply-b6db0bb5575dff70,libnum_complex-8a7a9ebd22ced9be,libnum_integer-169edf202c45a51a,libnum_traits-432b941528393eab,librawpointer-bdc2b0e64d56f44e,libsndfile_sys-4114496a4fc0b38f,liblibc-1dd74f312c75ee64,liblazy_static-36da267ce9339a94,librand-1874c9bdeab97e23,librand_chacha-f4b0258a7df2ff92,libppv_lite86-486e4425e6fd09e6,librand_core-3a8f7c0cf04f2a21,libgetrandom-2076b58c9b565b3e,libwasi-209230712e0af480,libcfg_if-50b02a9e3502ecf2,libdyn_clone-b25addaea17fc307}.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" "sndfile" "-L" "./libs/linux-x64" "-L" "/lib/rustlib/wasm32-wasip1/lib/self-contained" "-o" "/opt/rustwide/target/wasm32-wasip1/debug/deps/ral-696fd8f6cc4a4cb8.wasm" "--gc-sections" "-O0" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'common.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'file_io.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'command.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'pcm.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'ulaw.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'alaw.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'float32.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'double64.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'ima_adpcm.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'ms_adpcm.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'gsm610.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'dwvw.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'vox_adpcm.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'interleave.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'strings.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'dither.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'cart.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'broadcast.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'audio_detect.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'ima_oki_adpcm.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'alac.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'chunk.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'ogg.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'chanmap.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'id3.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'sndfile.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'aiff.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'au.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'avr.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'caf.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'dwd.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'flac.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'g72x.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'htk.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'ircam.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'macos.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'mat4.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'mat5.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'nist.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'paf.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'pvf.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'raw.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'rx2.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'sd2.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'sds.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'svx.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'txw.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'voc.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'wve.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'w64.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'wavlike.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'wav.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'xi.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'mpc2k.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'rf64.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'ogg_vorbis.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'ogg_speex.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'ogg_pcm.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'ogg_opus.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'ogg_vcomment.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'nms_adpcm.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'mpeg.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'mpeg_decode.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'mpeg_l3_encode.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'add.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'code.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'decode.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'gsm_create.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'gsm_decode.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'gsm_destroy.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'gsm_encode.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'gsm_option.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'long_term.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'lpc.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'preprocess.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'rpe.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'short_term.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'table.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'g721.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'g723_16.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'g723_24.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'g723_40.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'g72x.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'ALACBitUtilities.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'ag_dec.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'ag_enc.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'dp_dec.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'dp_enc.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'matrix_dec.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'matrix_enc.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'alac_decoder.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: ./libs/linux-x64/libsndfile.a: archive member 'alac_encoder.c.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsndfile-9a290bc1d27ec58d.rlib(sndfile-9a290bc1d27ec58d.sndfile.f0bc8600c5cabd4b-cgu.4.rcgu.o): undefined symbol: sf_readf_float [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsndfile-9a290bc1d27ec58d.rlib(sndfile-9a290bc1d27ec58d.sndfile.f0bc8600c5cabd4b-cgu.4.rcgu.o): undefined symbol: sf_writef_float [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsndfile-9a290bc1d27ec58d.rlib(sndfile-9a290bc1d27ec58d.sndfile.f0bc8600c5cabd4b-cgu.4.rcgu.o): undefined symbol: sf_error_number [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsndfile-9a290bc1d27ec58d.rlib(sndfile-9a290bc1d27ec58d.sndfile.f0bc8600c5cabd4b-cgu.4.rcgu.o): undefined symbol: sf_seek [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsndfile-9a290bc1d27ec58d.rlib(sndfile-9a290bc1d27ec58d.sndfile.f0bc8600c5cabd4b-cgu.4.rcgu.o): undefined symbol: sf_seek [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsndfile-9a290bc1d27ec58d.rlib(sndfile-9a290bc1d27ec58d.sndfile.f0bc8600c5cabd4b-cgu.4.rcgu.o): undefined symbol: sf_seek [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsndfile-9a290bc1d27ec58d.rlib(sndfile-9a290bc1d27ec58d.sndfile.f0bc8600c5cabd4b-cgu.4.rcgu.o): undefined symbol: sf_open_virtual [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsndfile-9a290bc1d27ec58d.rlib(sndfile-9a290bc1d27ec58d.sndfile.f0bc8600c5cabd4b-cgu.4.rcgu.o): undefined symbol: sf_error [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsndfile-9a290bc1d27ec58d.rlib(sndfile-9a290bc1d27ec58d.sndfile.f0bc8600c5cabd4b-cgu.4.rcgu.o): undefined symbol: sf_command [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsndfile-9a290bc1d27ec58d.rlib(sndfile-9a290bc1d27ec58d.sndfile.f0bc8600c5cabd4b-cgu.4.rcgu.o): undefined symbol: sf_command [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsndfile-9a290bc1d27ec58d.rlib(sndfile-9a290bc1d27ec58d.sndfile.f0bc8600c5cabd4b-cgu.4.rcgu.o): undefined symbol: sf_close [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsndfile-9a290bc1d27ec58d.rlib(sndfile-9a290bc1d27ec58d.sndfile.f0bc8600c5cabd4b-cgu.4.rcgu.o): undefined symbol: sf_error_number [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ral` (bin "ral") due to 1 previous error; 14 warnings emitted [INFO] running `Command { std: "docker" "inspect" "b63445344f0c3367183ed298d26f440745214c102030a79cdc7af1c472a584c5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b63445344f0c3367183ed298d26f440745214c102030a79cdc7af1c472a584c5", kill_on_drop: false }` [INFO] [stdout] b63445344f0c3367183ed298d26f440745214c102030a79cdc7af1c472a584c5