[INFO] cloning repository https://github.com/greeg01-dev/catching_apple_game [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/greeg01-dev/catching_apple_game" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgreeg01-dev%2Fcatching_apple_game", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgreeg01-dev%2Fcatching_apple_game'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3edd5e9a880b01ec7459be0b81e1c54199d06e75 [INFO] testing greeg01-dev/catching_apple_game against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgreeg01-dev%2Fcatching_apple_game" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/greeg01-dev/catching_apple_game 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 git repo https://github.com/greeg01-dev/catching_apple_game [INFO] finished tweaking git repo https://github.com/greeg01-dev/catching_apple_game [INFO] tweaked toml for git repo https://github.com/greeg01-dev/catching_apple_game written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/greeg01-dev/catching_apple_game 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] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 86323e89a7743b2fcc2ff047b4fe5bfebd2aa6d8dbcc311a6a6ab280d683aa25 [INFO] running `Command { std: "docker" "start" "-a" "86323e89a7743b2fcc2ff047b4fe5bfebd2aa6d8dbcc311a6a6ab280d683aa25", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "86323e89a7743b2fcc2ff047b4fe5bfebd2aa6d8dbcc311a6a6ab280d683aa25", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "86323e89a7743b2fcc2ff047b4fe5bfebd2aa6d8dbcc311a6a6ab280d683aa25", kill_on_drop: false }` [INFO] [stdout] 86323e89a7743b2fcc2ff047b4fe5bfebd2aa6d8dbcc311a6a6ab280d683aa25 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] [stdout] a68802805293ad486bc71a8211a23cc5a70f1effc55dc5191be984334c7c6ae1 [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" "a68802805293ad486bc71a8211a23cc5a70f1effc55dc5191be984334c7c6ae1", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.34 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling ash v0.31.0 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling futures-lite v1.12.0 [INFO] [stderr] Compiling find-crate v0.6.3 [INFO] [stderr] Compiling alsa v0.5.0 [INFO] [stderr] Compiling spirv_cross v0.23.1 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling async-executor v1.4.1 [INFO] [stderr] Compiling bevy_tasks v0.5.0 [INFO] [stderr] Compiling syn v1.0.65 [INFO] [stderr] Compiling serde_derive v1.0.132 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling tracing-attributes v0.1.18 [INFO] [stderr] Compiling bevy_reflect_derive v0.5.0 [INFO] [stderr] Compiling bevy_ecs_macros v0.5.0 [INFO] [stderr] Compiling bevy_derive v0.5.0 [INFO] [stderr] Compiling gltf-derive v0.15.2 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling tracing v0.1.29 [INFO] [stderr] Compiling naga v0.3.2 [INFO] [stderr] Compiling minimp3 v0.5.1 [INFO] [stderr] Compiling gpu-descriptor v0.1.1 [INFO] [stderr] Compiling gpu-alloc v0.3.2 [INFO] [stderr] Compiling serde v1.0.132 [INFO] [stderr] Compiling gfx-hal v0.7.0 [INFO] [stderr] Compiling smallvec v1.7.0 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling glam v0.13.1 [INFO] [stderr] Compiling erased-serde v0.3.16 [INFO] [stderr] Compiling serde_json v1.0.73 [INFO] [stderr] Compiling tracing-serde v0.1.2 [INFO] [stderr] Compiling ron v0.6.6 [INFO] [stderr] Compiling spirv-reflect v0.2.3 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling gfx-auxil v0.8.0 [INFO] [stderr] Compiling gfx-backend-empty v0.7.0 [INFO] [stderr] Compiling bevy_utils v0.5.0 [INFO] [stderr] Compiling gilrs-core v0.3.1 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling gilrs v0.8.1 [INFO] [stderr] Compiling gfx-backend-vulkan v0.7.0 [INFO] [stderr] Compiling gfx-backend-gl v0.7.1 [INFO] [stderr] Compiling winit v0.24.0 [INFO] [stderr] Compiling cpal v0.13.4 [INFO] [stderr] Compiling tracing-subscriber v0.2.25 [INFO] [stderr] Compiling gltf-json v0.15.2 [INFO] [stderr] Compiling rodio v0.13.1 [INFO] [stderr] Compiling bevy_reflect v0.5.0 [INFO] [stderr] Compiling wgpu-core v0.7.1 [INFO] [stderr] Compiling bevy_ecs v0.5.0 [INFO] [stderr] Compiling bevy_math v0.5.0 [INFO] [stderr] Compiling gltf v0.15.2 [INFO] [stderr] Compiling wgpu v0.7.1 [INFO] [stderr] Compiling bevy_app v0.5.0 [INFO] [stderr] Compiling bevy_log v0.5.0 [INFO] [stderr] Compiling bevy_core v0.5.0 [INFO] [stderr] Compiling bevy_window v0.5.0 [INFO] [stderr] Compiling bevy_transform v0.5.0 [INFO] [stderr] Compiling bevy_input v0.5.0 [INFO] [stderr] Compiling bevy_dynamic_plugin v0.5.0 [INFO] [stderr] Compiling bevy_winit v0.5.0 [INFO] [stderr] Compiling bevy_gilrs v0.5.0 [INFO] [stderr] Compiling bevy_diagnostic v0.5.0 [INFO] [stderr] Compiling bevy_asset v0.5.1 [INFO] [stderr] Compiling bevy_render v0.5.0 [INFO] [stderr] Compiling bevy_scene v0.5.0 [INFO] [stderr] Compiling bevy_audio v0.5.0 [INFO] [stderr] Compiling bevy_sprite v0.5.0 [INFO] [stderr] Compiling bevy_pbr v0.5.0 [INFO] [stderr] Compiling bevy_wgpu v0.5.0 [INFO] [stderr] Compiling bevy_gltf v0.5.0 [INFO] [stderr] Compiling bevy_text v0.5.0 [INFO] [stderr] Compiling bevy_ui v0.5.0 [INFO] [stderr] Compiling bevy_internal v0.5.0 [INFO] [stderr] Compiling bevy v0.5.0 [INFO] [stderr] Compiling catching_apple_game v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4m 37s [INFO] running `Command { std: "docker" "inspect" "a68802805293ad486bc71a8211a23cc5a70f1effc55dc5191be984334c7c6ae1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a68802805293ad486bc71a8211a23cc5a70f1effc55dc5191be984334c7c6ae1", kill_on_drop: false }` [INFO] [stdout] a68802805293ad486bc71a8211a23cc5a70f1effc55dc5191be984334c7c6ae1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] 3bd62bd6263862f0cdf2d38eab4312db828b3de84c85e8242b2a2c90fd22a7ce [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" "3bd62bd6263862f0cdf2d38eab4312db828b3de84c85e8242b2a2c90fd22a7ce", kill_on_drop: false }` [INFO] [stderr] Compiling catching_apple_game v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.12s [INFO] running `Command { std: "docker" "inspect" "3bd62bd6263862f0cdf2d38eab4312db828b3de84c85e8242b2a2c90fd22a7ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3bd62bd6263862f0cdf2d38eab4312db828b3de84c85e8242b2a2c90fd22a7ce", kill_on_drop: false }` [INFO] [stdout] 3bd62bd6263862f0cdf2d38eab4312db828b3de84c85e8242b2a2c90fd22a7ce [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] ec97b11d0109e13a745cc59e0d85803ccce1d7d56736015c8fb3a8cf10f4b114 [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" "ec97b11d0109e13a745cc59e0d85803ccce1d7d56736015c8fb3a8cf10f4b114", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.30s [INFO] [stdout] running 0 tests [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/catching_apple_game-aa0836ad73504e58) [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" "ec97b11d0109e13a745cc59e0d85803ccce1d7d56736015c8fb3a8cf10f4b114", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec97b11d0109e13a745cc59e0d85803ccce1d7d56736015c8fb3a8cf10f4b114", kill_on_drop: false }` [INFO] [stdout] ec97b11d0109e13a745cc59e0d85803ccce1d7d56736015c8fb3a8cf10f4b114