[INFO] cloning repository https://github.com/Adimac93/breakout
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Adimac93/breakout" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAdimac93%2Fbreakout", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAdimac93%2Fbreakout'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] df513e28e5a46278d28ad5c8e4adb081befa80af
[INFO] testing Adimac93/breakout against try#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAdimac93%2Fbreakout" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Adimac93/breakout
[INFO] finished tweaking git repo https://github.com/Adimac93/breakout
[INFO] tweaked toml for git repo https://github.com/Adimac93/breakout written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Adimac93/breakout on toolchain 9f93af291970322f4f1c6315ccde4d7078201159
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Adimac93/breakout already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2bcf2acd198376247ba9a5834e2e0ee640b09f0b36719b158d61494876c1be80
[INFO] running `Command { std: "docker" "start" "-a" "2bcf2acd198376247ba9a5834e2e0ee640b09f0b36719b158d61494876c1be80", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2bcf2acd198376247ba9a5834e2e0ee640b09f0b36719b158d61494876c1be80", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2bcf2acd198376247ba9a5834e2e0ee640b09f0b36719b158d61494876c1be80", kill_on_drop: false }`
[INFO] [stdout] 2bcf2acd198376247ba9a5834e2e0ee640b09f0b36719b158d61494876c1be80
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 60836d6b025ec079398ffb11f6718f0b0562617d6af8d0743ca1175e06ea0939
[INFO] running `Command { std: "docker" "start" "-a" "60836d6b025ec079398ffb11f6718f0b0562617d6af8d0743ca1175e06ea0939", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling maybe-uninit v2.0.0
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling quad-alsa-sys v0.3.2
[INFO] [stderr]    Compiling ogg v0.7.1
[INFO] [stderr]    Compiling num-rational v0.3.2
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling dasp_sample v0.11.0
[INFO] [stderr]    Compiling ahash v0.4.7
[INFO] [stderr]    Compiling hound v3.4.0
[INFO] [stderr]    Compiling miniquad v0.3.11
[INFO] [stderr]    Compiling quad-snd v0.2.3
[INFO] [stderr]    Compiling bytemuck v1.10.0
[INFO] [stderr]    Compiling ttf-parser v0.12.3
[INFO] [stderr]    Compiling macroquad_macro v0.1.7
[INFO] [stderr]    Compiling bumpalo v3.10.0
[INFO] [stderr]    Compiling hashbrown v0.9.1
[INFO] [stderr]    Compiling smallvec v0.6.14
[INFO] [stderr]    Compiling png v0.16.8
[INFO] [stderr]    Compiling glam v0.14.0
[INFO] [stderr]    Compiling quad-rand v0.2.1
[INFO] [stderr]    Compiling dasp_frame v0.11.0
[INFO] [stderr]    Compiling lewton v0.9.4
[INFO] [stderr]    Compiling fontdue v0.5.2
[INFO] [stderr]    Compiling audrey v0.3.0
[INFO] [stderr]    Compiling image v0.23.14
[INFO] [stderr]    Compiling macroquad v0.3.23
[INFO] [stderr]    Compiling breakout v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/main.rs:260:20
[INFO] [stdout]     |
[INFO] [stdout] 260 |                 if (is_key_pressed(KeyCode::Space)) {
[INFO] [stdout]     |                    ^                              ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 260 -                 if (is_key_pressed(KeyCode::Space)) {
[INFO] [stdout] 260 +                 if is_key_pressed(KeyCode::Space)  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/main.rs:273:20
[INFO] [stdout]     |
[INFO] [stdout] 273 |                 if (is_key_pressed(KeyCode::Space)) {
[INFO] [stdout]     |                    ^                              ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 273 -                 if (is_key_pressed(KeyCode::Space)) {
[INFO] [stdout] 273 +                 if is_key_pressed(KeyCode::Space)  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.57s
[INFO] running `Command { std: "docker" "inspect" "60836d6b025ec079398ffb11f6718f0b0562617d6af8d0743ca1175e06ea0939", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "60836d6b025ec079398ffb11f6718f0b0562617d6af8d0743ca1175e06ea0939", kill_on_drop: false }`
[INFO] [stdout] 60836d6b025ec079398ffb11f6718f0b0562617d6af8d0743ca1175e06ea0939
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 67e5ef9582fd2e5146ca6c7e8241dd2e69cf5ecf203afd71e128bc47676b3b23
[INFO] running `Command { std: "docker" "start" "-a" "67e5ef9582fd2e5146ca6c7e8241dd2e69cf5ecf203afd71e128bc47676b3b23", kill_on_drop: false }`
[INFO] [stderr]    Compiling breakout v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/main.rs:260:20
[INFO] [stdout]     |
[INFO] [stdout] 260 |                 if (is_key_pressed(KeyCode::Space)) {
[INFO] [stdout]     |                    ^                              ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 260 -                 if (is_key_pressed(KeyCode::Space)) {
[INFO] [stdout] 260 +                 if is_key_pressed(KeyCode::Space)  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/main.rs:273:20
[INFO] [stdout]     |
[INFO] [stdout] 273 |                 if (is_key_pressed(KeyCode::Space)) {
[INFO] [stdout]     |                    ^                              ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 273 -                 if (is_key_pressed(KeyCode::Space)) {
[INFO] [stdout] 273 +                 if is_key_pressed(KeyCode::Space)  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.49s
[INFO] running `Command { std: "docker" "inspect" "67e5ef9582fd2e5146ca6c7e8241dd2e69cf5ecf203afd71e128bc47676b3b23", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "67e5ef9582fd2e5146ca6c7e8241dd2e69cf5ecf203afd71e128bc47676b3b23", kill_on_drop: false }`
[INFO] [stdout] 67e5ef9582fd2e5146ca6c7e8241dd2e69cf5ecf203afd71e128bc47676b3b23
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d5ae95f61320a6dba37f29fe697ae8251cc3c3c4e5ca6eb58731f2f63c62e65a
[INFO] running `Command { std: "docker" "start" "-a" "d5ae95f61320a6dba37f29fe697ae8251cc3c3c4e5ca6eb58731f2f63c62e65a", kill_on_drop: false }`
[INFO] [stderr] warning: unnecessary parentheses around `if` condition
[INFO] [stderr]    --> src/main.rs:260:20
[INFO] [stderr]     |
[INFO] [stderr] 260 |                 if (is_key_pressed(KeyCode::Space)) {
[INFO] [stderr]     |                    ^                              ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 260 -                 if (is_key_pressed(KeyCode::Space)) {
[INFO] [stderr] 260 +                 if is_key_pressed(KeyCode::Space)  {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `if` condition
[INFO] [stderr]    --> src/main.rs:273:20
[INFO] [stderr]     |
[INFO] [stderr] 273 |                 if (is_key_pressed(KeyCode::Space)) {
[INFO] [stderr]     |                    ^                              ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 273 -                 if (is_key_pressed(KeyCode::Space)) {
[INFO] [stderr] 273 +                 if is_key_pressed(KeyCode::Space)  {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `breakout` (bin "breakout" test) generated 2 warnings (run `cargo fix --bin "breakout" -p breakout --tests` to apply 2 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/breakout-57506a10e3ca0d05)
[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] running `Command { std: "docker" "inspect" "d5ae95f61320a6dba37f29fe697ae8251cc3c3c4e5ca6eb58731f2f63c62e65a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d5ae95f61320a6dba37f29fe697ae8251cc3c3c4e5ca6eb58731f2f63c62e65a", kill_on_drop: false }`
[INFO] [stdout] d5ae95f61320a6dba37f29fe697ae8251cc3c3c4e5ca6eb58731f2f63c62e65a
