[INFO] fetching crate adpcm-xq-sys 0.1.3... [INFO] testing adpcm-xq-sys-0.1.3 against 1.81.0 for beta-1.82-1 [INFO] extracting crate adpcm-xq-sys 0.1.3 into /workspace/builds/worker-3-tc1/source [INFO] validating manifest of crates.io crate adpcm-xq-sys 0.1.3 on toolchain 1.81.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.81.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate adpcm-xq-sys 0.1.3 [INFO] finished tweaking crates.io crate adpcm-xq-sys 0.1.3 [INFO] tweaked toml for crates.io crate adpcm-xq-sys 0.1.3 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.81.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 3 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.81.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:96c0aa5895ecf336b730ef27bcdde6e21027415df19888aad3cf1448e5d65d90" "/opt/rustwide/cargo-home/bin/cargo" "+1.81.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f6d69b79752665d4e2a9ef94b25c8a0ccd2b65d8f0b54ca6e6cba7f7752301c4 [INFO] running `Command { std: "docker" "start" "-a" "f6d69b79752665d4e2a9ef94b25c8a0ccd2b65d8f0b54ca6e6cba7f7752301c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f6d69b79752665d4e2a9ef94b25c8a0ccd2b65d8f0b54ca6e6cba7f7752301c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f6d69b79752665d4e2a9ef94b25c8a0ccd2b65d8f0b54ca6e6cba7f7752301c4", kill_on_drop: false }` [INFO] [stdout] f6d69b79752665d4e2a9ef94b25c8a0ccd2b65d8f0b54ca6e6cba7f7752301c4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:96c0aa5895ecf336b730ef27bcdde6e21027415df19888aad3cf1448e5d65d90" "/opt/rustwide/cargo-home/bin/cargo" "+1.81.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b8d7d67b58da534a287a948dcd0643c1b433d48a292bce4040346509b7521391 [INFO] running `Command { std: "docker" "start" "-a" "b8d7d67b58da534a287a948dcd0643c1b433d48a292bce4040346509b7521391", kill_on_drop: false }` [INFO] [stderr] Compiling adpcm-xq-sys v0.1.3 (/opt/rustwide/workdir) [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: adpcm-xq/adpcm-xq.c: In function 'adpcm_decode_data': [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: adpcm-xq/adpcm-xq.c:588:38: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: 588 | if (this_block_adpcm_samples > num_samples) { [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: | ^ [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: adpcm-xq/adpcm-xq.c: In function 'adpcm_encode_data': [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: adpcm-xq/adpcm-xq.c:664:36: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: 664 | if (this_block_pcm_samples > num_samples) { [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: | ^ [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: adpcm-xq/adpcm-xq.c:724:23: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare] [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: 724 | if (num_bytes != block_size) { [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: | ^~ [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: adpcm-xq/adpcm-xq.c: In function 'write_pcm_wav_header': [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: adpcm-xq/adpcm-xq.c:487:5: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: 487 | strncpy (riffhdr.ckID, "RIFF", sizeof (riffhdr.ckID)); [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: adpcm-xq/adpcm-xq.c:488:5: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: 488 | strncpy (riffhdr.formType, "WAVE", sizeof (riffhdr.formType)); [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: adpcm-xq/adpcm-xq.c:490:5: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: 490 | strncpy (fmthdr.ckID, "fmt ", sizeof (fmthdr.ckID)); [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: adpcm-xq/adpcm-xq.c:493:5: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: 493 | strncpy (datahdr.ckID, "data", sizeof (datahdr.ckID)); [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: adpcm-xq/adpcm-xq.c: In function 'write_adpcm_wav_header': [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: adpcm-xq/adpcm-xq.c:539:5: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: 539 | strncpy (riffhdr.ckID, "RIFF", sizeof (riffhdr.ckID)); [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: adpcm-xq/adpcm-xq.c:540:5: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: 540 | strncpy (riffhdr.formType, "WAVE", sizeof (riffhdr.formType)); [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: adpcm-xq/adpcm-xq.c:542:5: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: 542 | strncpy (fmthdr.ckID, "fmt ", sizeof (fmthdr.ckID)); [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: adpcm-xq/adpcm-xq.c:544:5: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: 544 | strncpy (facthdr.ckID, "fact", sizeof (facthdr.ckID)); [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: adpcm-xq/adpcm-xq.c:548:5: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: 548 | strncpy (datahdr.ckID, "data", sizeof (datahdr.ckID)); [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s [INFO] running `Command { std: "docker" "inspect" "b8d7d67b58da534a287a948dcd0643c1b433d48a292bce4040346509b7521391", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b8d7d67b58da534a287a948dcd0643c1b433d48a292bce4040346509b7521391", kill_on_drop: false }` [INFO] [stdout] b8d7d67b58da534a287a948dcd0643c1b433d48a292bce4040346509b7521391 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:96c0aa5895ecf336b730ef27bcdde6e21027415df19888aad3cf1448e5d65d90" "/opt/rustwide/cargo-home/bin/cargo" "+1.81.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3284efc577909eb615f393a98f4b10af49a9bac6b10eb71e6d3cfb4d55f12af5 [INFO] running `Command { std: "docker" "start" "-a" "3284efc577909eb615f393a98f4b10af49a9bac6b10eb71e6d3cfb4d55f12af5", kill_on_drop: false }` [INFO] [stderr] Compiling adpcm-xq-sys v0.1.3 (/opt/rustwide/workdir) [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: adpcm-xq/adpcm-xq.c: In function 'adpcm_decode_data': [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: adpcm-xq/adpcm-xq.c:588:38: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: 588 | if (this_block_adpcm_samples > num_samples) { [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: | ^ [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: adpcm-xq/adpcm-xq.c: In function 'adpcm_encode_data': [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: adpcm-xq/adpcm-xq.c:664:36: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: 664 | if (this_block_pcm_samples > num_samples) { [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: | ^ [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: adpcm-xq/adpcm-xq.c:724:23: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare] [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: 724 | if (num_bytes != block_size) { [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: | ^~ [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: adpcm-xq/adpcm-xq.c: In function 'write_pcm_wav_header': [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: adpcm-xq/adpcm-xq.c:487:5: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: 487 | strncpy (riffhdr.ckID, "RIFF", sizeof (riffhdr.ckID)); [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: adpcm-xq/adpcm-xq.c:488:5: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: 488 | strncpy (riffhdr.formType, "WAVE", sizeof (riffhdr.formType)); [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: adpcm-xq/adpcm-xq.c:490:5: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: 490 | strncpy (fmthdr.ckID, "fmt ", sizeof (fmthdr.ckID)); [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: adpcm-xq/adpcm-xq.c:493:5: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: 493 | strncpy (datahdr.ckID, "data", sizeof (datahdr.ckID)); [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: adpcm-xq/adpcm-xq.c: In function 'write_adpcm_wav_header': [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: adpcm-xq/adpcm-xq.c:539:5: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: 539 | strncpy (riffhdr.ckID, "RIFF", sizeof (riffhdr.ckID)); [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: adpcm-xq/adpcm-xq.c:540:5: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: 540 | strncpy (riffhdr.formType, "WAVE", sizeof (riffhdr.formType)); [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: adpcm-xq/adpcm-xq.c:542:5: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: 542 | strncpy (fmthdr.ckID, "fmt ", sizeof (fmthdr.ckID)); [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: adpcm-xq/adpcm-xq.c:544:5: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: 544 | strncpy (facthdr.ckID, "fact", sizeof (facthdr.ckID)); [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: adpcm-xq/adpcm-xq.c:548:5: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: 548 | strncpy (datahdr.ckID, "data", sizeof (datahdr.ckID)); [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustcWY29gG/symbols.o" "/opt/rustwide/target/debug/deps/adpcm_xq_sys-f55d80e357806419.adpcm_xq_sys.57e86de22a683c89-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/adpcm_xq_sys-f55d80e357806419.e4y8kj1d1s804w6537gw0je63.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/adpcm-xq-sys-65b033f7b774a445/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "-Wl,--whole-archive" "-ladpcm-xq" "-Wl,--no-whole-archive" "/opt/rustwide/rustup-home/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-b5e463c23b8ef446.rlib" "/opt/rustwide/rustup-home/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-d795265b28c533b0.rlib" "/opt/rustwide/rustup-home/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-21a4fa98f97aa691.rlib" "/opt/rustwide/rustup-home/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-5ae8eb979b2ca3d3.rlib" "/opt/rustwide/rustup-home/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1c4b19562077c20d.rlib" "/opt/rustwide/rustup-home/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-85a631ebc91746e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-fdace1a0b4cda412.rlib" "/opt/rustwide/rustup-home/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-e5c28d21823e9a85.rlib" "/opt/rustwide/rustup-home/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-1e0edbcd516a8cce.rlib" "/opt/rustwide/rustup-home/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-77a1dc5e8fb357d6.rlib" "/opt/rustwide/rustup-home/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-8c9d2edb6dff139f.rlib" "/opt/rustwide/rustup-home/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-ecadd85ae8bacc0c.rlib" "/opt/rustwide/rustup-home/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-67895a0c8dd8130b.rlib" "/opt/rustwide/rustup-home/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5b4263e767961458.rlib" "/opt/rustwide/rustup-home/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-4f03d5a171522141.rlib" "/opt/rustwide/rustup-home/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-9e4e8543de06315e.rlib" "/opt/rustwide/rustup-home/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-7fc51dfce9c057eb.rlib" "/opt/rustwide/rustup-home/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-7ec98a9b1cc1792f.rlib" "/opt/rustwide/rustup-home/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-2f9b4333f6d32438.rlib" "/opt/rustwide/rustup-home/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-b6fe0262c36c500a.rlib" "/opt/rustwide/rustup-home/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2a862c0b1c86f483.rlib" "/opt/rustwide/rustup-home/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-500f37ee5bcf0ffe.rlib" "/opt/rustwide/rustup-home/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-06dfbf1de02fde3b.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/adpcm_xq_sys-f55d80e357806419" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/debug/build/adpcm-xq-sys-65b033f7b774a445/out/libadpcm-xq.a(ade953ddbcedd377-adpcm-xq.o): in function `main': [INFO] [stdout] /opt/rustwide/workdir/adpcm-xq/adpcm-xq.c:50: multiple definition of `main'; /opt/rustwide/target/debug/deps/adpcm_xq_sys-f55d80e357806419.adpcm_xq_sys.57e86de22a683c89-cgu.0.rcgu.o:adpcm_xq_sys.57e86de22a683c89-cgu.0:(.text.main+0x0): first defined here [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stderr] [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: adpcm-xq/adpcm-xq.c: In function 'adpcm_decode_data': [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: adpcm-xq/adpcm-xq.c:588:38: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: 588 | if (this_block_adpcm_samples > num_samples) { [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: | ^ [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: adpcm-xq/adpcm-xq.c: In function 'adpcm_encode_data': [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: adpcm-xq/adpcm-xq.c:664:36: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: 664 | if (this_block_pcm_samples > num_samples) { [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: | ^ [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: adpcm-xq/adpcm-xq.c:724:23: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare] [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: 724 | if (num_bytes != block_size) { [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: | ^~ [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: adpcm-xq/adpcm-xq.c: In function 'write_pcm_wav_header': [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: adpcm-xq/adpcm-xq.c:487:5: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: 487 | strncpy (riffhdr.ckID, "RIFF", sizeof (riffhdr.ckID)); [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: adpcm-xq/adpcm-xq.c:488:5: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: 488 | strncpy (riffhdr.formType, "WAVE", sizeof (riffhdr.formType)); [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: adpcm-xq/adpcm-xq.c:490:5: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: 490 | strncpy (fmthdr.ckID, "fmt ", sizeof (fmthdr.ckID)); [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: adpcm-xq/adpcm-xq.c:493:5: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: 493 | strncpy (datahdr.ckID, "data", sizeof (datahdr.ckID)); [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: adpcm-xq/adpcm-xq.c: In function 'write_adpcm_wav_header': [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: adpcm-xq/adpcm-xq.c:539:5: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: 539 | strncpy (riffhdr.ckID, "RIFF", sizeof (riffhdr.ckID)); [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: adpcm-xq/adpcm-xq.c:540:5: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: 540 | strncpy (riffhdr.formType, "WAVE", sizeof (riffhdr.formType)); [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: adpcm-xq/adpcm-xq.c:542:5: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: 542 | strncpy (fmthdr.ckID, "fmt ", sizeof (fmthdr.ckID)); [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: adpcm-xq/adpcm-xq.c:544:5: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: 544 | strncpy (facthdr.ckID, "fact", sizeof (facthdr.ckID)); [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: adpcm-xq/adpcm-xq.c:548:5: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: 548 | strncpy (datahdr.ckID, "data", sizeof (datahdr.ckID)); [INFO] [stderr] warning: adpcm-xq-sys@0.1.3: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] [INFO] [stderr] error: could not compile `adpcm-xq-sys` (lib test) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "3284efc577909eb615f393a98f4b10af49a9bac6b10eb71e6d3cfb4d55f12af5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3284efc577909eb615f393a98f4b10af49a9bac6b10eb71e6d3cfb4d55f12af5", kill_on_drop: false }` [INFO] [stdout] 3284efc577909eb615f393a98f4b10af49a9bac6b10eb71e6d3cfb4d55f12af5