[INFO] fetching crate exmod 0.3.1... [INFO] testing exmod-0.3.1 against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] extracting crate exmod 0.3.1 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate exmod 0.3.1 on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate exmod 0.3.1 [INFO] finished tweaking crates.io crate exmod 0.3.1 [INFO] tweaked toml for crates.io crate exmod 0.3.1 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate crates.io crate exmod 0.3.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", 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] 05025dcdaf07ee1dde9a4412acf83c46217fba11d639cd6d91516605c891430c [INFO] running `Command { std: "docker" "start" "-a" "05025dcdaf07ee1dde9a4412acf83c46217fba11d639cd6d91516605c891430c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "05025dcdaf07ee1dde9a4412acf83c46217fba11d639cd6d91516605c891430c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "05025dcdaf07ee1dde9a4412acf83c46217fba11d639cd6d91516605c891430c", kill_on_drop: false }` [INFO] [stdout] 05025dcdaf07ee1dde9a4412acf83c46217fba11d639cd6d91516605c891430c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bc6c64ed68a576e034b8c2281d3aa2d884b6cb2362206a4ec53392d8542cff66 [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" "bc6c64ed68a576e034b8c2281d3aa2d884b6cb2362206a4ec53392d8542cff66", kill_on_drop: false }` [INFO] [stderr] Compiling exmod v0.3.1 (/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 2.80s [INFO] running `Command { std: "docker" "inspect" "bc6c64ed68a576e034b8c2281d3aa2d884b6cb2362206a4ec53392d8542cff66", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bc6c64ed68a576e034b8c2281d3aa2d884b6cb2362206a4ec53392d8542cff66", kill_on_drop: false }` [INFO] [stdout] bc6c64ed68a576e034b8c2281d3aa2d884b6cb2362206a4ec53392d8542cff66 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen" "--no-run" "--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] 43c0846a6f697a14f585a16bc9452304307b81912f5240c1fb65a3a8dd811da0 [INFO] running `Command { std: "docker" "start" "-a" "43c0846a6f697a14f585a16bc9452304307b81912f5240c1fb65a3a8dd811da0", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.106 [INFO] [stderr] Compiling version-compare v0.1.0 [INFO] [stderr] Compiling cpal v0.13.4 [INFO] [stderr] Compiling sdl2 v0.35.1 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling alsa-sys v0.3.1 [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 thiserror-impl v1.0.30 [INFO] [stderr] Compiling sdl2-sys v0.35.1 [INFO] [stderr] Compiling nix v0.20.2 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling alsa v0.5.0 [INFO] [stderr] Compiling exmod v0.3.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 33.10s [INFO] running `Command { std: "docker" "inspect" "43c0846a6f697a14f585a16bc9452304307b81912f5240c1fb65a3a8dd811da0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "43c0846a6f697a14f585a16bc9452304307b81912f5240c1fb65a3a8dd811da0", kill_on_drop: false }` [INFO] [stdout] 43c0846a6f697a14f585a16bc9452304307b81912f5240c1fb65a3a8dd811da0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2fefc4bbb2d77dbd5370b01d88988203edd726ee5b634fdfc2493881eb9fdbe2 [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" "2fefc4bbb2d77dbd5370b01d88988203edd726ee5b634fdfc2493881eb9fdbe2", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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.16s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/exmod-68db4d6a994488c2) [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 exmod [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" "2fefc4bbb2d77dbd5370b01d88988203edd726ee5b634fdfc2493881eb9fdbe2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2fefc4bbb2d77dbd5370b01d88988203edd726ee5b634fdfc2493881eb9fdbe2", kill_on_drop: false }` [INFO] [stdout] 2fefc4bbb2d77dbd5370b01d88988203edd726ee5b634fdfc2493881eb9fdbe2