[INFO] cloning repository https://github.com/KayDevs/rust-sdl2-android
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/KayDevs/rust-sdl2-android" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKayDevs%2Frust-sdl2-android", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKayDevs%2Frust-sdl2-android'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1ab743a1b6977408b7963a41113e94a55f527b14
[INFO] checking KayDevs/rust-sdl2-android/1ab743a1b6977408b7963a41113e94a55f527b14 against master#da2544bfbe84df7b24d83c029c74299ebf6112c6 for pr-149681
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKayDevs%2Frust-sdl2-android" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/KayDevs/rust-sdl2-android
[INFO] finished tweaking git repo https://github.com/KayDevs/rust-sdl2-android
[INFO] tweaked toml for git repo https://github.com/KayDevs/rust-sdl2-android written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/KayDevs/rust-sdl2-android on toolchain da2544bfbe84df7b24d83c029c74299ebf6112c6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da2544bfbe84df7b24d83c029c74299ebf6112c6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/KayDevs/rust-sdl2-android 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" "+da2544bfbe84df7b24d83c029c74299ebf6112c6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: `crate_type` is deprecated in favor of `crate-type` and will not work in the 2024 edition
[INFO] [stderr] (in the `sdl_main` library target)
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bitflags v1.0.3
[INFO] [stderr]   Downloaded cfg-if v0.1.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+da2544bfbe84df7b24d83c029c74299ebf6112c6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5fa96d5f7e601f4ead79b222717a7860994c197c0f78ac707028f9cb72aad02e
[INFO] running `Command { std: "docker" "start" "-a" "5fa96d5f7e601f4ead79b222717a7860994c197c0f78ac707028f9cb72aad02e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5fa96d5f7e601f4ead79b222717a7860994c197c0f78ac707028f9cb72aad02e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5fa96d5f7e601f4ead79b222717a7860994c197c0f78ac707028f9cb72aad02e", kill_on_drop: false }`
[INFO] [stdout] 5fa96d5f7e601f4ead79b222717a7860994c197c0f78ac707028f9cb72aad02e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+da2544bfbe84df7b24d83c029c74299ebf6112c6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a9e79c7a5ee3e577f56751f08eeda17f1b4c1fb9ca132c1d42179cb2cbebc9a1
[INFO] running `Command { std: "docker" "start" "-a" "a9e79c7a5ee3e577f56751f08eeda17f1b4c1fb9ca132c1d42179cb2cbebc9a1", kill_on_drop: false }`
[INFO] [stderr] warning: `crate_type` is deprecated in favor of `crate-type` and will not work in the 2024 edition
[INFO] [stderr] (in the `sdl_main` library target)
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling num-traits v0.2.5
[INFO] [stderr]    Compiling num-integer v0.1.39
[INFO] [stderr]    Compiling cfg-if v0.1.4
[INFO] [stderr]    Compiling num-iter v0.1.37
[INFO] [stderr]     Checking libc v0.2.42
[INFO] [stderr]     Checking lazy_static v0.2.11
[INFO] [stderr]    Compiling sdl2-sys v0.31.0
[INFO] [stderr]     Checking rand v0.4.2
[INFO] [stderr]     Checking rand v0.3.22
[INFO] [stderr]     Checking num v0.1.42
[INFO] [stderr]     Checking sdl2 v0.31.0
[INFO] [stderr]     Checking sdl2test v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]  --> src/entity.rs:3:24
[INFO] [stdout]   |
[INFO] [stdout] 3 |     fn tick(&mut self, &GameState);
[INFO] [stdout]   |                        ^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &GameState`
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]   = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout]   = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/hitbox.rs:49:36
[INFO] [stdout]    |
[INFO] [stdout] 49 |     fn handle_collision(&mut self, CollisionEvent, other: HitBox);
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: CollisionEvent`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `hitbox`
[INFO] [stdout]  --> src/murph.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use hitbox;
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]  --> src/entity.rs:3:24
[INFO] [stdout]   |
[INFO] [stdout] 3 |     fn tick(&mut self, &GameState);
[INFO] [stdout]   |                        ^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &GameState`
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]   = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout]   = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/sdl_main.rs:64:38
[INFO] [stdout]    |
[INFO] [stdout] 64 |     let mut entities: Vec<Rc<RefCell<Entity>>> = Vec::new();
[INFO] [stdout]    |                                      ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 64 |     let mut entities: Vec<Rc<RefCell<dyn Entity>>> = Vec::new();
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/hitbox.rs:49:36
[INFO] [stdout]    |
[INFO] [stdout] 49 |     fn handle_collision(&mut self, CollisionEvent, other: HitBox);
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: CollisionEvent`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `hitbox`
[INFO] [stdout]  --> src/murph.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use hitbox;
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/sdl_main.rs:65:37
[INFO] [stdout]    |
[INFO] [stdout] 65 |     let mut renders: Vec<Rc<RefCell<Render>>> = Vec::new();
[INFO] [stdout]    |                                     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 65 |     let mut renders: Vec<Rc<RefCell<dyn Render>>> = Vec::new();
[INFO] [stdout]    |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/sdl_main.rs:66:38
[INFO] [stdout]    |
[INFO] [stdout] 66 |     let mut collides: Vec<Rc<RefCell<Collide>>> = Vec::new();
[INFO] [stdout]    |                                      ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 66 |     let mut collides: Vec<Rc<RefCell<dyn Collide>>> = Vec::new();
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ce`
[INFO] [stdout]   --> src/murph.rs:42:36
[INFO] [stdout]    |
[INFO] [stdout] 42 |     fn handle_collision(&mut self, ce: CollisionEvent, other: HitBox) {
[INFO] [stdout]    |                                    ^^ help: if this is intentional, prefix it with an underscore: `_ce`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `other`
[INFO] [stdout]    --> src/murph.rs:120:25
[INFO] [stdout]     |
[INFO] [stdout] 120 |     fn collision(&self, other: HitBox) -> CollisionEvent {
[INFO] [stdout]     |                         ^^^^^ help: if this is intentional, prefix it with an underscore: `_other`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `gs`
[INFO] [stdout]   --> src/brick.rs:25:24
[INFO] [stdout]    |
[INFO] [stdout] 25 |     fn tick(&mut self, gs: &GameState) {
[INFO] [stdout]    |                        ^^ help: if this is intentional, prefix it with an underscore: `_gs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/sdl_main.rs:64:38
[INFO] [stdout]    |
[INFO] [stdout] 64 |     let mut entities: Vec<Rc<RefCell<Entity>>> = Vec::new();
[INFO] [stdout]    |                                      ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 64 |     let mut entities: Vec<Rc<RefCell<dyn Entity>>> = Vec::new();
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/sdl_main.rs:65:37
[INFO] [stdout]    |
[INFO] [stdout] 65 |     let mut renders: Vec<Rc<RefCell<Render>>> = Vec::new();
[INFO] [stdout]    |                                     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 65 |     let mut renders: Vec<Rc<RefCell<dyn Render>>> = Vec::new();
[INFO] [stdout]    |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/sdl_main.rs:66:38
[INFO] [stdout]    |
[INFO] [stdout] 66 |     let mut collides: Vec<Rc<RefCell<Collide>>> = Vec::new();
[INFO] [stdout]    |                                      ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 66 |     let mut collides: Vec<Rc<RefCell<dyn Collide>>> = Vec::new();
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ce`
[INFO] [stdout]   --> src/murph.rs:42:36
[INFO] [stdout]    |
[INFO] [stdout] 42 |     fn handle_collision(&mut self, ce: CollisionEvent, other: HitBox) {
[INFO] [stdout]    |                                    ^^ help: if this is intentional, prefix it with an underscore: `_ce`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `other`
[INFO] [stdout]    --> src/murph.rs:120:25
[INFO] [stdout]     |
[INFO] [stdout] 120 |     fn collision(&self, other: HitBox) -> CollisionEvent {
[INFO] [stdout]     |                         ^^^^^ help: if this is intentional, prefix it with an underscore: `_other`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `direction` and `impact` are never read
[INFO] [stdout]   --> src/hitbox.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct CollisionEvent {
[INFO] [stdout]    |            -------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 16 |     pub direction: (f32, f32),
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 17 |     //how strong the hit is
[INFO] [stdout] 18 |     pub impact: i32,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CollisionEvent` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `gs`
[INFO] [stdout]   --> src/brick.rs:25:24
[INFO] [stdout]    |
[INFO] [stdout] 25 |     fn tick(&mut self, gs: &GameState) {
[INFO] [stdout]    |                        ^^ help: if this is intentional, prefix it with an underscore: `_gs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `direction` and `impact` are never read
[INFO] [stdout]   --> src/hitbox.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct CollisionEvent {
[INFO] [stdout]    |            -------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 16 |     pub direction: (f32, f32),
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 17 |     //how strong the hit is
[INFO] [stdout] 18 |     pub impact: i32,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CollisionEvent` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.43s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: bitflags v0.7.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "a9e79c7a5ee3e577f56751f08eeda17f1b4c1fb9ca132c1d42179cb2cbebc9a1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a9e79c7a5ee3e577f56751f08eeda17f1b4c1fb9ca132c1d42179cb2cbebc9a1", kill_on_drop: false }`
[INFO] [stdout] a9e79c7a5ee3e577f56751f08eeda17f1b4c1fb9ca132c1d42179cb2cbebc9a1
