[INFO] fetching crate adpcm-xq-sys 0.1.3... [INFO] testing adpcm-xq-sys-0.1.3 against master#1ddedbaa5919b7b3e70d984660e21e844c615c97 for pr-128400 [INFO] extracting crate adpcm-xq-sys 0.1.3 into /workspace/builds/worker-4-tc1/source [INFO] validating manifest of crates.io crate adpcm-xq-sys 0.1.3 on toolchain 1ddedbaa5919b7b3e70d984660e21e844c615c97 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ddedbaa5919b7b3e70d984660e21e844c615c97" "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-4-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ddedbaa5919b7b3e70d984660e21e844c615c97" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 2 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ddedbaa5919b7b3e70d984660e21e844c615c97" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+1ddedbaa5919b7b3e70d984660e21e844c615c97" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5a5c4a6b8073813cba77f155d36ef829734352ff5f5cbdcee7fc9613739aa51b [INFO] running `Command { std: "docker" "start" "-a" "5a5c4a6b8073813cba77f155d36ef829734352ff5f5cbdcee7fc9613739aa51b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5a5c4a6b8073813cba77f155d36ef829734352ff5f5cbdcee7fc9613739aa51b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5a5c4a6b8073813cba77f155d36ef829734352ff5f5cbdcee7fc9613739aa51b", kill_on_drop: false }` [INFO] [stdout] 5a5c4a6b8073813cba77f155d36ef829734352ff5f5cbdcee7fc9613739aa51b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+1ddedbaa5919b7b3e70d984660e21e844c615c97" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a4ac1da156a7587be6f6148902d372375f305de4574ff6894711c7e9275e2014 [INFO] running `Command { std: "docker" "start" "-a" "a4ac1da156a7587be6f6148902d372375f305de4574ff6894711c7e9275e2014", 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.39s [INFO] running `Command { std: "docker" "inspect" "a4ac1da156a7587be6f6148902d372375f305de4574ff6894711c7e9275e2014", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a4ac1da156a7587be6f6148902d372375f305de4574ff6894711c7e9275e2014", kill_on_drop: false }` [INFO] [stdout] a4ac1da156a7587be6f6148902d372375f305de4574ff6894711c7e9275e2014 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+1ddedbaa5919b7b3e70d984660e21e844c615c97" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4673ec33eda9f70eb6b36a93404b2524b17faa34137e79a4196a518ee9ae1676 [INFO] running `Command { std: "docker" "start" "-a" "4673ec33eda9f70eb6b36a93404b2524b17faa34137e79a4196a518ee9ae1676", 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/1ddedbaa5919b7b3e70d984660e21e844c615c97/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/1ddedbaa5919b7b3e70d984660e21e844c615c97/lib/rustlib/x86_64-unknown-linux-gnu/bin/self-contained:/opt/rustwide/rustup-home/toolchains/1ddedbaa5919b7b3e70d984660e21e844c615c97/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/1ddedbaa5919b7b3e70d984660e21e844c615c97/lib/rustlib/x86_64-unknown-linux-gnu/bin/self-contained:/opt/rustwide/rustup-home/toolchains/1ddedbaa5919b7b3e70d984660e21e844c615c97/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/1ddedbaa5919b7b3e70d984660e21e844c615c97/lib/rustlib/x86_64-unknown-linux-gnu/bin/self-contained:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustcVNjLC3/symbols.o" "/opt/rustwide/target/debug/deps/adpcm_xq_sys-266a58e8926f367f.adpcm_xq_sys.b6f6c0d244a320cc-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/adpcm_xq_sys-266a58e8926f367f.are43llijz4oc2kq6jgh9wm51.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/adpcm-xq-sys-2208050beefc40b0/out" "-L" "/opt/rustwide/rustup-home/toolchains/1ddedbaa5919b7b3e70d984660e21e844c615c97/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "-Wl,--whole-archive" "-ladpcm-xq" "-Wl,--no-whole-archive" "/opt/rustwide/rustup-home/toolchains/1ddedbaa5919b7b3e70d984660e21e844c615c97/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-d2aabef62695c36a.rlib" "/opt/rustwide/rustup-home/toolchains/1ddedbaa5919b7b3e70d984660e21e844c615c97/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-85ffb1adee1b6de7.rlib" "/opt/rustwide/rustup-home/toolchains/1ddedbaa5919b7b3e70d984660e21e844c615c97/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-47c1d1c97d43fb9c.rlib" "/opt/rustwide/rustup-home/toolchains/1ddedbaa5919b7b3e70d984660e21e844c615c97/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-767d58143f86b11a.rlib" "/opt/rustwide/rustup-home/toolchains/1ddedbaa5919b7b3e70d984660e21e844c615c97/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9506e3738f23e7c7.rlib" "/opt/rustwide/rustup-home/toolchains/1ddedbaa5919b7b3e70d984660e21e844c615c97/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-0e87bdc388165b9b.rlib" "/opt/rustwide/rustup-home/toolchains/1ddedbaa5919b7b3e70d984660e21e844c615c97/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-28d2ee21ffecbcd0.rlib" "/opt/rustwide/rustup-home/toolchains/1ddedbaa5919b7b3e70d984660e21e844c615c97/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-4cd64c3d9fc2560b.rlib" "/opt/rustwide/rustup-home/toolchains/1ddedbaa5919b7b3e70d984660e21e844c615c97/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-a1fedeceba4cc892.rlib" "/opt/rustwide/rustup-home/toolchains/1ddedbaa5919b7b3e70d984660e21e844c615c97/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0b8915cbc76cd410.rlib" "/opt/rustwide/rustup-home/toolchains/1ddedbaa5919b7b3e70d984660e21e844c615c97/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-fec2ce82fc5b17fa.rlib" "/opt/rustwide/rustup-home/toolchains/1ddedbaa5919b7b3e70d984660e21e844c615c97/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-fdb02324b55b2840.rlib" "/opt/rustwide/rustup-home/toolchains/1ddedbaa5919b7b3e70d984660e21e844c615c97/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-db981ef273c68b12.rlib" "/opt/rustwide/rustup-home/toolchains/1ddedbaa5919b7b3e70d984660e21e844c615c97/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-2c4968ed4cb29e9c.rlib" "/opt/rustwide/rustup-home/toolchains/1ddedbaa5919b7b3e70d984660e21e844c615c97/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-661cdd70a5b83118.rlib" "/opt/rustwide/rustup-home/toolchains/1ddedbaa5919b7b3e70d984660e21e844c615c97/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-9cbb3bfdc8e63ca5.rlib" "/opt/rustwide/rustup-home/toolchains/1ddedbaa5919b7b3e70d984660e21e844c615c97/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-a4c5ad4392a26401.rlib" "/opt/rustwide/rustup-home/toolchains/1ddedbaa5919b7b3e70d984660e21e844c615c97/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-9409cd7d030362b9.rlib" "/opt/rustwide/rustup-home/toolchains/1ddedbaa5919b7b3e70d984660e21e844c615c97/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-7b90a2705bcf265b.rlib" "/opt/rustwide/rustup-home/toolchains/1ddedbaa5919b7b3e70d984660e21e844c615c97/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-80d2f129fb536a6f.rlib" "/opt/rustwide/rustup-home/toolchains/1ddedbaa5919b7b3e70d984660e21e844c615c97/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f72b956e24d1de70.rlib" "/opt/rustwide/rustup-home/toolchains/1ddedbaa5919b7b3e70d984660e21e844c615c97/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-632ae0f28c5e55ff.rlib" "/opt/rustwide/rustup-home/toolchains/1ddedbaa5919b7b3e70d984660e21e844c615c97/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-7586cb84705120bb.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-B/opt/rustwide/rustup-home/toolchains/1ddedbaa5919b7b3e70d984660e21e844c615c97/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-B/opt/rustwide/rustup-home/toolchains/1ddedbaa5919b7b3e70d984660e21e844c615c97/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-B/opt/rustwide/rustup-home/toolchains/1ddedbaa5919b7b3e70d984660e21e844c615c97/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1ddedbaa5919b7b3e70d984660e21e844c615c97/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/opt/rustwide/rustup-home/toolchains/1ddedbaa5919b7b3e70d984660e21e844c615c97/lib/rustlib/x86_64-unknown-linux-gnu/lib/self-contained" "-o" "/opt/rustwide/target/debug/deps/adpcm_xq_sys-266a58e8926f367f" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: rust-lld: error: duplicate symbol: main [INFO] [stdout] >>> defined at adpcm_xq_sys.b6f6c0d244a320cc-cgu.0 [INFO] [stdout] >>> /opt/rustwide/target/debug/deps/adpcm_xq_sys-266a58e8926f367f.adpcm_xq_sys.b6f6c0d244a320cc-cgu.0.rcgu.o:(main) [INFO] [stdout] >>> defined at adpcm-xq.c:50 (adpcm-xq/adpcm-xq.c:50) [INFO] [stdout] >>> ade953ddbcedd377-adpcm-xq.o:(.text.main+0x0) in archive /opt/rustwide/target/debug/build/adpcm-xq-sys-2208050beefc40b0/out/libadpcm-xq.a [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" "4673ec33eda9f70eb6b36a93404b2524b17faa34137e79a4196a518ee9ae1676", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4673ec33eda9f70eb6b36a93404b2524b17faa34137e79a4196a518ee9ae1676", kill_on_drop: false }` [INFO] [stdout] 4673ec33eda9f70eb6b36a93404b2524b17faa34137e79a4196a518ee9ae1676