[INFO] cloning repository https://github.com/stefan-blair/tetrust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/stefan-blair/tetrust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstefan-blair%2Ftetrust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstefan-blair%2Ftetrust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 976d1856a68d19a8d87fad23c3f2ed368614e166 [INFO] checking stefan-blair/tetrust against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstefan-blair%2Ftetrust" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/stefan-blair/tetrust on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/stefan-blair/tetrust [INFO] finished tweaking git repo https://github.com/stefan-blair/tetrust [INFO] tweaked toml for git repo https://github.com/stefan-blair/tetrust written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/stefan-blair/tetrust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1e382e5eaa992b91b1ddd8e2870b75902c33436643f37f41e97ba9c19b4e0ce6 [INFO] running `Command { std: "docker" "start" "-a" "1e382e5eaa992b91b1ddd8e2870b75902c33436643f37f41e97ba9c19b4e0ce6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1e382e5eaa992b91b1ddd8e2870b75902c33436643f37f41e97ba9c19b4e0ce6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1e382e5eaa992b91b1ddd8e2870b75902c33436643f37f41e97ba9c19b4e0ce6", kill_on_drop: false }` [INFO] [stdout] 1e382e5eaa992b91b1ddd8e2870b75902c33436643f37f41e97ba9c19b4e0ce6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7bc9f01df6373c72822483426f1feb9f5fdbf1b83760cdaea6d00173a92f6a38 [INFO] running `Command { std: "docker" "start" "-a" "7bc9f01df6373c72822483426f1feb9f5fdbf1b83760cdaea6d00173a92f6a38", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling syn v1.0.71 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Compiling futures-core v0.3.15 [INFO] [stderr] Checking adler32 v1.2.0 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling futures-channel v0.3.15 [INFO] [stderr] Compiling futures-task v0.3.15 [INFO] [stderr] Checking tinyvec_macros v0.1.0 [INFO] [stderr] Compiling cpal v0.13.3 [INFO] [stderr] Checking futures-sink v0.3.15 [INFO] [stderr] Compiling sapp-linux v0.1.12 [INFO] [stderr] Compiling serde_derive v1.0.125 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling serde v1.0.125 [INFO] [stderr] Checking pin-project-lite v0.2.6 [INFO] [stderr] Checking futures-io v0.3.15 [INFO] [stderr] Checking ttf-parser v0.8.3 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling async-trait v0.1.50 [INFO] [stderr] Checking ppv-lite86 v0.2.10 [INFO] [stderr] Checking color_quant v1.1.0 [INFO] [stderr] Checking glam v0.14.0 [INFO] [stderr] Checking itoa v0.4.7 [INFO] [stderr] Checking quad-rand v0.2.1 [INFO] [stderr] Checking bumpalo v3.6.1 [INFO] [stderr] Compiling macroquad_macro v0.1.2 [INFO] [stderr] Compiling alsa-sys v0.3.1 [INFO] [stderr] Checking lock_api v0.4.3 [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Checking instant v0.1.9 [INFO] [stderr] Checking tinyvec v1.2.0 [INFO] [stderr] Checking getrandom v0.2.2 [INFO] [stderr] Checking miniz_oxide v0.3.7 [INFO] [stderr] Checking parking_lot_core v0.8.3 [INFO] [stderr] Checking rand_core v0.6.2 [INFO] [stderr] Checking ogg v0.8.0 [INFO] [stderr] Checking deflate v0.8.6 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling futures-macro v0.3.15 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling futures-util v0.3.15 [INFO] [stderr] Compiling hashbrown v0.8.2 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Checking nix v0.20.0 [INFO] [stderr] Checking parking_lot v0.11.1 [INFO] [stderr] Checking rand_chacha v0.3.0 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Checking lewton v0.10.2 [INFO] [stderr] Checking rand v0.8.3 [INFO] [stderr] Checking png v0.16.8 [INFO] [stderr] Checking fontdue v0.4.0 [INFO] [stderr] Checking miniquad v0.3.0-alpha.30 [INFO] [stderr] Checking image v0.23.14 [INFO] [stderr] Checking alsa v0.5.0 [INFO] [stderr] Compiling thiserror-impl v1.0.24 [INFO] [stderr] Checking thiserror v1.0.24 [INFO] [stderr] Checking rodio v0.13.1 [INFO] [stderr] Checking macroquad v0.3.1 [INFO] [stderr] Checking futures-executor v0.3.15 [INFO] [stderr] Checking futures v0.3.15 [INFO] [stderr] Checking tetris v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/game_core/tetriminos.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | ]; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/game_core/defaults/tetriminos.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | / all_orientations!( [INFO] [stdout] 7 | | PartialPoint(-1.5, 0.5), [INFO] [stdout] 8 | | PartialPoint(-0.5, 0.5), [INFO] [stdout] 9 | | PartialPoint(0.5, 0.5), [INFO] [stdout] 10 | | PartialPoint(1.5, 0.5) [INFO] [stdout] 11 | | ), [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `all_orientations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/game_core/tetriminos.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | ]; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/game_core/defaults/tetriminos.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | / all_orientations!( [INFO] [stdout] 19 | | PartialPoint(-1.0, 0.0), [INFO] [stdout] 20 | | PartialPoint(0.0, 0.0), [INFO] [stdout] 21 | | PartialPoint(1.0, 0.0), [INFO] [stdout] 22 | | PartialPoint(0.0, 1.0) [INFO] [stdout] 23 | | ), [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `all_orientations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/game_core/tetriminos.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | ]; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/game_core/defaults/tetriminos.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | / all_orientations!( [INFO] [stdout] 31 | | PartialPoint(-0.5, 0.5), [INFO] [stdout] 32 | | PartialPoint(0.5, 0.5), [INFO] [stdout] 33 | | PartialPoint(-0.5, -0.5), [INFO] [stdout] 34 | | PartialPoint(0.5, -0.5) [INFO] [stdout] 35 | | ), [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `all_orientations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/game_core/tetriminos.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | ]; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/game_core/defaults/tetriminos.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | / all_orientations!( [INFO] [stdout] 43 | | PartialPoint(1.0, 1.0), [INFO] [stdout] 44 | | PartialPoint(0.0, 1.0), [INFO] [stdout] 45 | | PartialPoint(0.0, 0.0), [INFO] [stdout] 46 | | PartialPoint(-1.0, 0.0) [INFO] [stdout] 47 | | ), [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `all_orientations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/game_core/tetriminos.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | ]; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/game_core/defaults/tetriminos.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | / all_orientations!( [INFO] [stdout] 55 | | PartialPoint(-1.0, 1.0), [INFO] [stdout] 56 | | PartialPoint(0.0, 1.0), [INFO] [stdout] 57 | | PartialPoint(0.0, 0.0), [INFO] [stdout] 58 | | PartialPoint(1.0, 0.0) [INFO] [stdout] 59 | | ), [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `all_orientations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/game_core/tetriminos.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | ]; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/game_core/defaults/tetriminos.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | / all_orientations!( [INFO] [stdout] 67 | | PartialPoint(-1.0, 1.0), [INFO] [stdout] 68 | | PartialPoint(1.0, 0.0), [INFO] [stdout] 69 | | PartialPoint(0.0, 0.0), [INFO] [stdout] 70 | | PartialPoint(-1.0, 0.0) [INFO] [stdout] 71 | | ), [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `all_orientations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/game_core/tetriminos.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | ]; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/game_core/defaults/tetriminos.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | / all_orientations!( [INFO] [stdout] 79 | | PartialPoint(1.0, 1.0), [INFO] [stdout] 80 | | PartialPoint(1.0, 0.0), [INFO] [stdout] 81 | | PartialPoint(0.0, 0.0), [INFO] [stdout] 82 | | PartialPoint(-1.0, 0.0) [INFO] [stdout] 83 | | ), [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `all_orientations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/game_core/tetriminos.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | ]; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/drivers/fusion_driver.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | / all_orientations!( [INFO] [stdout] 9 | | PartialPoint(0.0, 0.0) [INFO] [stdout] 10 | | ), [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `all_orientations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `debugging::drivers::replaying::ReplayingDriver` [INFO] [stdout] --> src/main.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | use debugging::drivers::replaying::ReplayingDriver; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/game_core/tetriminos.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | ]; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/game_core/defaults/tetriminos.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | / all_orientations!( [INFO] [stdout] 7 | | PartialPoint(-1.5, 0.5), [INFO] [stdout] 8 | | PartialPoint(-0.5, 0.5), [INFO] [stdout] 9 | | PartialPoint(0.5, 0.5), [INFO] [stdout] 10 | | PartialPoint(1.5, 0.5) [INFO] [stdout] 11 | | ), [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `all_orientations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/game_core/tetriminos.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | ]; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/game_core/defaults/tetriminos.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | / all_orientations!( [INFO] [stdout] 19 | | PartialPoint(-1.0, 0.0), [INFO] [stdout] 20 | | PartialPoint(0.0, 0.0), [INFO] [stdout] 21 | | PartialPoint(1.0, 0.0), [INFO] [stdout] 22 | | PartialPoint(0.0, 1.0) [INFO] [stdout] 23 | | ), [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `all_orientations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/game_core/tetriminos.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | ]; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/game_core/defaults/tetriminos.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | / all_orientations!( [INFO] [stdout] 31 | | PartialPoint(-0.5, 0.5), [INFO] [stdout] 32 | | PartialPoint(0.5, 0.5), [INFO] [stdout] 33 | | PartialPoint(-0.5, -0.5), [INFO] [stdout] 34 | | PartialPoint(0.5, -0.5) [INFO] [stdout] 35 | | ), [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `all_orientations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/game_core/tetriminos.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | ]; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/game_core/defaults/tetriminos.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | / all_orientations!( [INFO] [stdout] 43 | | PartialPoint(1.0, 1.0), [INFO] [stdout] 44 | | PartialPoint(0.0, 1.0), [INFO] [stdout] 45 | | PartialPoint(0.0, 0.0), [INFO] [stdout] 46 | | PartialPoint(-1.0, 0.0) [INFO] [stdout] 47 | | ), [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `all_orientations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/game_core/tetriminos.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | ]; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/game_core/defaults/tetriminos.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | / all_orientations!( [INFO] [stdout] 55 | | PartialPoint(-1.0, 1.0), [INFO] [stdout] 56 | | PartialPoint(0.0, 1.0), [INFO] [stdout] 57 | | PartialPoint(0.0, 0.0), [INFO] [stdout] 58 | | PartialPoint(1.0, 0.0) [INFO] [stdout] 59 | | ), [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `all_orientations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/game_core/tetriminos.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | ]; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/game_core/defaults/tetriminos.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | / all_orientations!( [INFO] [stdout] 67 | | PartialPoint(-1.0, 1.0), [INFO] [stdout] 68 | | PartialPoint(1.0, 0.0), [INFO] [stdout] 69 | | PartialPoint(0.0, 0.0), [INFO] [stdout] 70 | | PartialPoint(-1.0, 0.0) [INFO] [stdout] 71 | | ), [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `all_orientations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/game_core/tetriminos.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | ]; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/game_core/defaults/tetriminos.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | / all_orientations!( [INFO] [stdout] 79 | | PartialPoint(1.0, 1.0), [INFO] [stdout] 80 | | PartialPoint(1.0, 0.0), [INFO] [stdout] 81 | | PartialPoint(0.0, 0.0), [INFO] [stdout] 82 | | PartialPoint(-1.0, 0.0) [INFO] [stdout] 83 | | ), [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `all_orientations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/game_core/tetriminos.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | ]; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/drivers/fusion_driver.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | / all_orientations!( [INFO] [stdout] 9 | | PartialPoint(0.0, 0.0) [INFO] [stdout] 10 | | ), [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `all_orientations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `debugging::drivers::replaying::ReplayingDriver` [INFO] [stdout] --> src/main.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | use debugging::drivers::replaying::ReplayingDriver; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rows` [INFO] [stdout] --> src/drivers/fusion_driver.rs:136:21 [INFO] [stdout] | [INFO] [stdout] 136 | if let Some(rows) = cleared_rows { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_rows` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rows` [INFO] [stdout] --> src/drivers/fusion_driver.rs:136:21 [INFO] [stdout] | [INFO] [stdout] 136 | if let Some(rows) = cleared_rows { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_rows` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `sink` [INFO] [stdout] --> src/drivers/fusion_driver.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | sink: Point, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `junk` [INFO] [stdout] --> src/drivers/fusion_driver.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | junk: Vec [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `sink` [INFO] [stdout] --> src/drivers/fusion_driver.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | sink: Point, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `junk` [INFO] [stdout] --> src/drivers/fusion_driver.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | junk: Vec [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 47.06s [INFO] running `Command { std: "docker" "inspect" "7bc9f01df6373c72822483426f1feb9f5fdbf1b83760cdaea6d00173a92f6a38", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7bc9f01df6373c72822483426f1feb9f5fdbf1b83760cdaea6d00173a92f6a38", kill_on_drop: false }` [INFO] [stdout] 7bc9f01df6373c72822483426f1feb9f5fdbf1b83760cdaea6d00173a92f6a38