[INFO] fetching crate exmod 0.3.2... [INFO] testing exmod-0.3.2 against 1.59.0 for beta-1.60-1 [INFO] extracting crate exmod 0.3.2 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate exmod 0.3.2 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "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-13/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" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f54de78dd4148283de2f5f0dd8806686079a9c9a4518e3bb7361f10709ec1ba0 [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" "f54de78dd4148283de2f5f0dd8806686079a9c9a4518e3bb7361f10709ec1ba0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f54de78dd4148283de2f5f0dd8806686079a9c9a4518e3bb7361f10709ec1ba0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f54de78dd4148283de2f5f0dd8806686079a9c9a4518e3bb7361f10709ec1ba0", kill_on_drop: false }` [INFO] [stdout] f54de78dd4148283de2f5f0dd8806686079a9c9a4518e3bb7361f10709ec1ba0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6974ef4067b1bd2f6a7529438519484b7d80e14a8ab1413cd935623817adbce7 [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" "6974ef4067b1bd2f6a7529438519484b7d80e14a8ab1413cd935623817adbce7", 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 5.98s [INFO] running `Command { std: "docker" "inspect" "6974ef4067b1bd2f6a7529438519484b7d80e14a8ab1413cd935623817adbce7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6974ef4067b1bd2f6a7529438519484b7d80e14a8ab1413cd935623817adbce7", kill_on_drop: false }` [INFO] [stdout] 6974ef4067b1bd2f6a7529438519484b7d80e14a8ab1413cd935623817adbce7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a6627af545c7629aaa23b99692561c4e94c5ea40df88af75ed27b6839a54b73c [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" "a6627af545c7629aaa23b99692561c4e94c5ea40df88af75ed27b6839a54b73c", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.103 [INFO] [stderr] Compiling proc-macro2 v1.0.30 [INFO] [stderr] Compiling version-compare v0.1.0 [INFO] [stderr] Compiling pkg-config v0.3.20 [INFO] [stderr] Compiling syn v1.0.80 [INFO] [stderr] Compiling smallvec v1.7.0 [INFO] [stderr] Compiling cpal v0.13.4 [INFO] [stderr] Compiling sdl2 v0.35.1 [INFO] [stderr] Compiling instant v0.1.11 [INFO] [stderr] Compiling memoffset v0.6.4 [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 nix v0.20.2 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling alsa v0.5.0 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling exmod v0.3.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 44.94s [INFO] running `Command { std: "docker" "inspect" "a6627af545c7629aaa23b99692561c4e94c5ea40df88af75ed27b6839a54b73c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a6627af545c7629aaa23b99692561c4e94c5ea40df88af75ed27b6839a54b73c", kill_on_drop: false }` [INFO] [stdout] a6627af545c7629aaa23b99692561c4e94c5ea40df88af75ed27b6839a54b73c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] fae94615bf93b58af4e669e64a302250a97df4010fb084cce8ed0dbb16036f40 [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" "fae94615bf93b58af4e669e64a302250a97df4010fb084cce8ed0dbb16036f40", 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.07s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/exmod-ce8fd120701311db) [INFO] [stdout] [INFO] [stderr] Doc-tests exmod [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] [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" "fae94615bf93b58af4e669e64a302250a97df4010fb084cce8ed0dbb16036f40", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fae94615bf93b58af4e669e64a302250a97df4010fb084cce8ed0dbb16036f40", kill_on_drop: false }` [INFO] [stdout] fae94615bf93b58af4e669e64a302250a97df4010fb084cce8ed0dbb16036f40