[INFO] fetching crate libxm-soundboard 0.0.3... [INFO] checking libxm-soundboard-0.0.3 against try#6f12b8fe67b4eed2e838dab803ed9493b9d62c0f for pr-79073 [INFO] extracting crate libxm-soundboard 0.0.3 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate libxm-soundboard 0.0.3 on toolchain 6f12b8fe67b4eed2e838dab803ed9493b9d62c0f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6f12b8fe67b4eed2e838dab803ed9493b9d62c0f" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate libxm-soundboard 0.0.3 [INFO] finished tweaking crates.io crate libxm-soundboard 0.0.3 [INFO] tweaked toml for crates.io crate libxm-soundboard 0.0.3 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6f12b8fe67b4eed2e838dab803ed9493b9d62c0f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6f12b8fe67b4eed2e838dab803ed9493b9d62c0f" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+6f12b8fe67b4eed2e838dab803ed9493b9d62c0f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fa5897d3bebce439ad5077c1d39b61a9648e371dccb50fb1ad9251f09b771026 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "fa5897d3bebce439ad5077c1d39b61a9648e371dccb50fb1ad9251f09b771026", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fa5897d3bebce439ad5077c1d39b61a9648e371dccb50fb1ad9251f09b771026", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fa5897d3bebce439ad5077c1d39b61a9648e371dccb50fb1ad9251f09b771026", kill_on_drop: false }` [INFO] [stdout] fa5897d3bebce439ad5077c1d39b61a9648e371dccb50fb1ad9251f09b771026 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+6f12b8fe67b4eed2e838dab803ed9493b9d62c0f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6d41c301a7d19c90c1c36a401f0daa4207196956b99755a663b4439b14efb739 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "6d41c301a7d19c90c1c36a401f0daa4207196956b99755a663b4439b14efb739", kill_on_drop: false }` [INFO] [stderr] Compiling libxm-soundboard v0.0.3 (/opt/rustwide/workdir) [INFO] [stderr] warning: libxm/src/play.c: In function 'xm_handle_note_and_instrument': [INFO] [stderr] warning: libxm/src/play.c:486:10: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 486 | if (s->volume_column > 0x50) break; [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libxm/src/play.c:487:5: note: here [INFO] [stderr] warning: 487 | case 0x1: [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: libxm/src/play.c: In function 'xm_tick': [INFO] [stderr] warning: libxm/src/play.c:1053:18: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 1053 | if (ctx->current_tick == 1) { [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libxm/src/play.c:1060:13: note: here [INFO] [stderr] warning: 1060 | case 1: /* 0 -> 0 -> y -> x -> … */ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: libxm/src/play.c:1061:18: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 1061 | if (ctx->current_tick == 0) { [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libxm/src/play.c:1068:13: note: here [INFO] [stderr] warning: 1068 | case 0: /* 0 -> y -> x -> … */ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.80s [INFO] running `Command { std: "docker" "inspect" "6d41c301a7d19c90c1c36a401f0daa4207196956b99755a663b4439b14efb739", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6d41c301a7d19c90c1c36a401f0daa4207196956b99755a663b4439b14efb739", kill_on_drop: false }` [INFO] [stdout] 6d41c301a7d19c90c1c36a401f0daa4207196956b99755a663b4439b14efb739