[INFO] fetching crate exmod 0.3.2... [INFO] testing exmod-0.3.2 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate exmod 0.3.2 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate exmod 0.3.2 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate exmod 0.3.2 [INFO] finished tweaking crates.io crate exmod 0.3.2 [INFO] tweaked toml for crates.io crate exmod 0.3.2 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate crates.io crate exmod 0.3.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2fe60f2e1d6d119c30dbc40ca8387f051e047bf813b85aca767ef514e80b3ff3 [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" "2fe60f2e1d6d119c30dbc40ca8387f051e047bf813b85aca767ef514e80b3ff3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2fe60f2e1d6d119c30dbc40ca8387f051e047bf813b85aca767ef514e80b3ff3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2fe60f2e1d6d119c30dbc40ca8387f051e047bf813b85aca767ef514e80b3ff3", kill_on_drop: false }` [INFO] [stdout] 2fe60f2e1d6d119c30dbc40ca8387f051e047bf813b85aca767ef514e80b3ff3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1f3d2b04fe565755bf8fa78d2cdb4860a70fbcb22d9ee46f94d801d833c0e8f7 [INFO] running `Command { std: "docker" "start" "-a" "1f3d2b04fe565755bf8fa78d2cdb4860a70fbcb22d9ee46f94d801d833c0e8f7", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.71 [INFO] [stderr] Compiling exmod v0.3.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: libxm/src/context.c: In function 'xm_create_context_from_libxmize': [INFO] [stderr] warning: libxm/src/context.c:92:85: warning: unused parameter 'rate' [-Wunused-parameter] [INFO] [stderr] warning: 92 | void xm_create_context_from_libxmize(xm_context_t** ctxp, char* libxmized, uint32_t rate) { [INFO] [stderr] warning: | ~~~~~~~~~^~~~ [INFO] [stderr] warning: libxm/src/play.c: In function 'xm_tremolo': [INFO] [stderr] warning: libxm/src/play.c:189:38: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: 189 | static void xm_tremolo(xm_context_t* ctx, xm_channel_context_t* ch, uint8_t param, uint16_t pos) { [INFO] [stderr] warning: | ~~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: libxm/src/play.c: In function 'xm_handle_note_and_instrument': [INFO] [stderr] warning: libxm/src/play.c:480:5: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 480 | if(s->volume_column > 0x50) break; [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libxm/src/play.c:481:2: note: here [INFO] [stderr] warning: 481 | case 0x1: [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: libxm/src/play.c: In function 'xm_tick': [INFO] [stderr] warning: libxm/src/play.c:1052:8: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 1052 | if(ctx->current_tick == 1) { [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libxm/src/play.c:1059:5: note: here [INFO] [stderr] warning: 1059 | case 1: /* 0 -> 0 -> y -> x -> … */ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: libxm/src/play.c:1060:8: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 1060 | if(ctx->current_tick == 0) { [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libxm/src/play.c:1067:5: note: here [INFO] [stderr] warning: 1067 | case 0: /* 0 -> y -> x -> … */ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.13s [INFO] running `Command { std: "docker" "inspect" "1f3d2b04fe565755bf8fa78d2cdb4860a70fbcb22d9ee46f94d801d833c0e8f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1f3d2b04fe565755bf8fa78d2cdb4860a70fbcb22d9ee46f94d801d833c0e8f7", kill_on_drop: false }` [INFO] [stdout] 1f3d2b04fe565755bf8fa78d2cdb4860a70fbcb22d9ee46f94d801d833c0e8f7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 58352da96013792cf1ebca95f54a8a134ec18440e475bbcdc33e50da6fef5ac9 [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" "58352da96013792cf1ebca95f54a8a134ec18440e475bbcdc33e50da6fef5ac9", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.103 [INFO] [stderr] Compiling proc-macro2 v1.0.30 [INFO] [stderr] Compiling syn v1.0.80 [INFO] [stderr] Compiling pkg-config v0.3.20 [INFO] [stderr] Compiling version-compare v0.1.0 [INFO] [stderr] Compiling smallvec v1.7.0 [INFO] [stderr] Compiling sdl2 v0.35.1 [INFO] [stderr] Compiling cpal v0.13.4 [INFO] [stderr] Compiling instant v0.1.11 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling lock_api v0.4.5 [INFO] [stderr] warning: libxm/src/context.c: In function 'xm_create_context_from_libxmize': [INFO] [stderr] warning: libxm/src/context.c:92:85: warning: unused parameter 'rate' [-Wunused-parameter] [INFO] [stderr] warning: 92 | void xm_create_context_from_libxmize(xm_context_t** ctxp, char* libxmized, uint32_t rate) { [INFO] [stderr] warning: | ~~~~~~~~~^~~~ [INFO] [stderr] warning: libxm/src/play.c: In function 'xm_tremolo': [INFO] [stderr] warning: libxm/src/play.c:189:38: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: 189 | static void xm_tremolo(xm_context_t* ctx, xm_channel_context_t* ch, uint8_t param, uint16_t pos) { [INFO] [stderr] warning: | ~~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: libxm/src/play.c: In function 'xm_handle_note_and_instrument': [INFO] [stderr] warning: libxm/src/play.c:480:5: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 480 | if(s->volume_column > 0x50) break; [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libxm/src/play.c:481:2: note: here [INFO] [stderr] warning: 481 | case 0x1: [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: libxm/src/play.c: In function 'xm_tick': [INFO] [stderr] warning: libxm/src/play.c:1052:8: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 1052 | if(ctx->current_tick == 1) { [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libxm/src/play.c:1059:5: note: here [INFO] [stderr] warning: 1059 | case 1: /* 0 -> 0 -> y -> x -> … */ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: libxm/src/play.c:1060:8: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 1060 | if(ctx->current_tick == 0) { [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libxm/src/play.c:1067:5: note: here [INFO] [stderr] warning: 1067 | case 0: /* 0 -> y -> x -> … */ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] Compiling sdl2-sys v0.35.1 [INFO] [stderr] Compiling alsa-sys v0.3.1 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling nix v0.20.2 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling alsa v0.5.0 [INFO] [stderr] Compiling exmod v0.3.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 45.22s [INFO] running `Command { std: "docker" "inspect" "58352da96013792cf1ebca95f54a8a134ec18440e475bbcdc33e50da6fef5ac9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "58352da96013792cf1ebca95f54a8a134ec18440e475bbcdc33e50da6fef5ac9", kill_on_drop: false }` [INFO] [stdout] 58352da96013792cf1ebca95f54a8a134ec18440e475bbcdc33e50da6fef5ac9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f3341c1a83bec75455537870901f5115eeee113a703ecff428cbed5b40a8aea3 [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" "f3341c1a83bec75455537870901f5115eeee113a703ecff428cbed5b40a8aea3", kill_on_drop: false }` [INFO] [stderr] warning: libxm/src/context.c: In function 'xm_create_context_from_libxmize': [INFO] [stderr] warning: libxm/src/context.c:92:85: warning: unused parameter 'rate' [-Wunused-parameter] [INFO] [stderr] warning: 92 | void xm_create_context_from_libxmize(xm_context_t** ctxp, char* libxmized, uint32_t rate) { [INFO] [stderr] warning: | ~~~~~~~~~^~~~ [INFO] [stderr] warning: libxm/src/play.c: In function 'xm_tremolo': [INFO] [stderr] warning: libxm/src/play.c:189:38: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: 189 | static void xm_tremolo(xm_context_t* ctx, xm_channel_context_t* ch, uint8_t param, uint16_t pos) { [INFO] [stderr] warning: | ~~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: libxm/src/play.c: In function 'xm_handle_note_and_instrument': [INFO] [stderr] warning: libxm/src/play.c:480:5: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 480 | if(s->volume_column > 0x50) break; [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libxm/src/play.c:481:2: note: here [INFO] [stderr] warning: 481 | case 0x1: [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: libxm/src/play.c: In function 'xm_tick': [INFO] [stderr] warning: libxm/src/play.c:1052:8: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 1052 | if(ctx->current_tick == 1) { [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libxm/src/play.c:1059:5: note: here [INFO] [stderr] warning: 1059 | case 1: /* 0 -> 0 -> y -> x -> … */ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: libxm/src/play.c:1060:8: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 1060 | if(ctx->current_tick == 0) { [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libxm/src/play.c:1067:5: note: here [INFO] [stderr] warning: 1067 | case 0: /* 0 -> y -> x -> … */ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/exmod-534df1d41066794d) [INFO] [stdout] running 0 tests [INFO] [stderr] Doc-tests exmod [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] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - Context::new (line 55) ... ignored [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f3341c1a83bec75455537870901f5115eeee113a703ecff428cbed5b40a8aea3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f3341c1a83bec75455537870901f5115eeee113a703ecff428cbed5b40a8aea3", kill_on_drop: false }` [INFO] [stdout] f3341c1a83bec75455537870901f5115eeee113a703ecff428cbed5b40a8aea3