[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 against try#39e1293fce4b650061e85dda88aa428f726a8444 for pr-88041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKayDevs%2Frust-sdl2-android" "/workspace/builds/worker-97/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-97/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/KayDevs/rust-sdl2-android on toolchain 39e1293fce4b650061e85dda88aa428f726a8444 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+39e1293fce4b650061e85dda88aa428f726a8444" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [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-97/source/Cargo.toml [INFO] crate git repo https://github.com/KayDevs/rust-sdl2-android already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+39e1293fce4b650061e85dda88aa428f726a8444" "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-97/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-97/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" "+39e1293fce4b650061e85dda88aa428f726a8444" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 94dd921582180a6a9358da96190f75cab623e2f7da9e2e1a1b2d52ed398900ab [INFO] running `Command { std: "docker" "start" "-a" "94dd921582180a6a9358da96190f75cab623e2f7da9e2e1a1b2d52ed398900ab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "94dd921582180a6a9358da96190f75cab623e2f7da9e2e1a1b2d52ed398900ab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "94dd921582180a6a9358da96190f75cab623e2f7da9e2e1a1b2d52ed398900ab", kill_on_drop: false }` [INFO] [stdout] 94dd921582180a6a9358da96190f75cab623e2f7da9e2e1a1b2d52ed398900ab [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-97/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-97/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" "+39e1293fce4b650061e85dda88aa428f726a8444" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ed4572bac1f28d84c7b18e199f70dada87208e6ba32ad5decdfb2dddd8aed3fc [INFO] running `Command { std: "docker" "start" "-a" "ed4572bac1f28d84c7b18e199f70dada87208e6ba32ad5decdfb2dddd8aed3fc", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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 bitflags v0.7.0 [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] = note: `#[warn(anonymous_parameters)]` on by default [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 [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 [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)]` 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>> = Vec::new(); [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Entity` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [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 [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>> = Vec::new(); [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Render` [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 [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>> = Vec::new(); [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Collide` [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 [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] = note: `#[warn(anonymous_parameters)]` on by default [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 [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 [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)]` 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>> = Vec::new(); [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Entity` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [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 [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>> = Vec::new(); [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Render` [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 [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>> = Vec::new(); [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Collide` [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 [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)]` 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: 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)]` 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: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 21.74s [INFO] running `Command { std: "docker" "inspect" "ed4572bac1f28d84c7b18e199f70dada87208e6ba32ad5decdfb2dddd8aed3fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ed4572bac1f28d84c7b18e199f70dada87208e6ba32ad5decdfb2dddd8aed3fc", kill_on_drop: false }` [INFO] [stdout] ed4572bac1f28d84c7b18e199f70dada87208e6ba32ad5decdfb2dddd8aed3fc