[INFO] fetching crate adpcm-xq-sys 0.1.3... [INFO] testing adpcm-xq-sys-0.1.3 against beta-2024-09-05 for beta-1.82-1 [INFO] extracting crate adpcm-xq-sys 0.1.3 into /workspace/builds/worker-3-tc2/source [INFO] validating manifest of crates.io crate adpcm-xq-sys 0.1.3 on toolchain beta-2024-09-05 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-09-05" "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-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-09-05" "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" "+beta-2024-09-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:96c0aa5895ecf336b730ef27bcdde6e21027415df19888aad3cf1448e5d65d90" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-09-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d41ac0d50d94739d4fd40b2ad4947a7fce8812295d528b429808eba4ef99b266 [INFO] running `Command { std: "docker" "start" "-a" "d41ac0d50d94739d4fd40b2ad4947a7fce8812295d528b429808eba4ef99b266", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d41ac0d50d94739d4fd40b2ad4947a7fce8812295d528b429808eba4ef99b266", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d41ac0d50d94739d4fd40b2ad4947a7fce8812295d528b429808eba4ef99b266", kill_on_drop: false }` [INFO] [stdout] d41ac0d50d94739d4fd40b2ad4947a7fce8812295d528b429808eba4ef99b266 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=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" "+beta-2024-09-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 587edfdb512e01798172e50b5c251306a6d0c187ba6f5a9c522594816698ed9e [INFO] running `Command { std: "docker" "start" "-a" "587edfdb512e01798172e50b5c251306a6d0c187ba6f5a9c522594816698ed9e", 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" "587edfdb512e01798172e50b5c251306a6d0c187ba6f5a9c522594816698ed9e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "587edfdb512e01798172e50b5c251306a6d0c187ba6f5a9c522594816698ed9e", kill_on_drop: false }` [INFO] [stdout] 587edfdb512e01798172e50b5c251306a6d0c187ba6f5a9c522594816698ed9e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=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" "+beta-2024-09-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f6b184192efffacc75e9807ebda4972b51684507ff933bb836812f2611703e28 [INFO] running `Command { std: "docker" "start" "-a" "f6b184192efffacc75e9807ebda4972b51684507ff933bb836812f2611703e28", 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 `test` profile [unoptimized + debuginfo] target(s) in 0.31s [INFO] running `Command { std: "docker" "inspect" "f6b184192efffacc75e9807ebda4972b51684507ff933bb836812f2611703e28", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f6b184192efffacc75e9807ebda4972b51684507ff933bb836812f2611703e28", kill_on_drop: false }` [INFO] [stdout] f6b184192efffacc75e9807ebda4972b51684507ff933bb836812f2611703e28 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=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" "+beta-2024-09-05" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] fc81b7a6e592729c7bcc4aeb8e6adfae97952ec960ee40c1ac708d425f588d34 [INFO] running `Command { std: "docker" "start" "-a" "fc81b7a6e592729c7bcc4aeb8e6adfae97952ec960ee40c1ac708d425f588d34", 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 `test` profile [unoptimized + debuginfo] target(s) in 0.32s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/adpcm_xq_sys-5c92590cd572d3da) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests adpcm_xq_sys [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "fc81b7a6e592729c7bcc4aeb8e6adfae97952ec960ee40c1ac708d425f588d34", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fc81b7a6e592729c7bcc4aeb8e6adfae97952ec960ee40c1ac708d425f588d34", kill_on_drop: false }` [INFO] [stdout] fc81b7a6e592729c7bcc4aeb8e6adfae97952ec960ee40c1ac708d425f588d34