[INFO] fetching crate playdate-sprite 0.3.3... [INFO] building playdate-sprite-0.3.3 against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1 [INFO] extracting crate playdate-sprite 0.3.3 into /workspace/builds/worker-7-tc2/source [INFO] started tweaking crates.io crate playdate-sprite 0.3.3 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate playdate-sprite 0.3.3 [INFO] tweaked toml for crates.io crate playdate-sprite 0.3.3 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate playdate-sprite 0.3.3 on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate playdate-sprite 0.3.3 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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3807de2a1b2793c34ae315ec7392768319d994a401dba625797659f6ce2ed635 [INFO] running `Command { std: "docker" "start" "-a" "3807de2a1b2793c34ae315ec7392768319d994a401dba625797659f6ce2ed635", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3807de2a1b2793c34ae315ec7392768319d994a401dba625797659f6ce2ed635", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3807de2a1b2793c34ae315ec7392768319d994a401dba625797659f6ce2ed635", kill_on_drop: false }` [INFO] [stdout] 3807de2a1b2793c34ae315ec7392768319d994a401dba625797659f6ce2ed635 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3fe8f794a29cfc00f19a1e1f52d5ff476aa7c06fde95f4764748dbb137c4392f [INFO] running `Command { std: "docker" "start" "-a" "3fe8f794a29cfc00f19a1e1f52d5ff476aa7c06fde95f4764748dbb137c4392f", kill_on_drop: false }` [INFO] [stderr] Compiling playdate-bindgen-cfg v0.3.0 [INFO] [stderr] Compiling playdate-sys v0.5.5 [INFO] [stderr] Compiling playdate-color v0.2.8 [INFO] [stderr] Compiling playdate-fs v0.2.12 [INFO] [stderr] Compiling playdate-graphics v0.6.1 [INFO] [stderr] Compiling playdate-sprite v0.3.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait `SpriteCollisionInfoExt` is never used [INFO] [stdout] --> src/ext.rs:53:7 [INFO] [stdout] | [INFO] [stdout] 53 | trait SpriteCollisionInfoExt { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `dirtyRect` should have a snake case name [INFO] [stdout] --> src/api.rs:34:51 [INFO] [stdout] | [INFO] [stdout] 34 | fn add_dirty_rect(&self) -> unsafe extern "C" fn(dirtyRect: LCDRect) { *sys::api!(sprite.addDirtyRect) } [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `dirty_rect` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sprite.rs:539:26 [INFO] [stdout] | [INFO] [stdout] 539 | pub fn check_collisions(&self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 544 | -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 544 | -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `zIndex` should have a snake case name [INFO] [stdout] --> src/api.rs:157:72 [INFO] [stdout] | [INFO] [stdout] 157 | fn set_z_index(&self) -> unsafe extern "C" fn(sprite: *mut LCDSprite, zIndex: i16) { [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `z_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sprite.rs:593:29 [INFO] [stdout] | [INFO] [stdout] 593 | pub fn overlapping_sprites(&self) -> Option> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 593 | pub fn overlapping_sprites(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `clipRect` should have a snake case name [INFO] [stdout] --> src/api.rs:203:74 [INFO] [stdout] | [INFO] [stdout] 203 | fn set_clip_rect(&self) -> unsafe extern "C" fn(sprite: *mut LCDSprite, clipRect: LCDRect) { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `clip_rect` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `clipRect` should have a snake case name [INFO] [stdout] --> src/api.rs:217:60 [INFO] [stdout] | [INFO] [stdout] 217 | fn set_clip_rects_in_range(&self) -> unsafe extern "C" fn(clipRect: LCDRect, startZ: c_int, endZ: c_int) { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `clip_rect` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `startZ` should have a snake case name [INFO] [stdout] --> src/api.rs:217:79 [INFO] [stdout] | [INFO] [stdout] 217 | fn set_clip_rects_in_range(&self) -> unsafe extern "C" fn(clipRect: LCDRect, startZ: c_int, endZ: c_int) { [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `start_z` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `endZ` should have a snake case name [INFO] [stdout] --> src/api.rs:217:94 [INFO] [stdout] | [INFO] [stdout] 217 | fn set_clip_rects_in_range(&self) -> unsafe extern "C" fn(clipRect: LCDRect, startZ: c_int, endZ: c_int) { [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `end_z` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `startZ` should have a snake case name [INFO] [stdout] --> src/api.rs:225:62 [INFO] [stdout] | [INFO] [stdout] 225 | fn clear_clip_rects_in_range(&self) -> unsafe extern "C" fn(startZ: c_int, endZ: c_int) { [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `start_z` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `endZ` should have a snake case name [INFO] [stdout] --> src/api.rs:225:77 [INFO] [stdout] | [INFO] [stdout] 225 | fn clear_clip_rects_in_range(&self) -> unsafe extern "C" fn(startZ: c_int, endZ: c_int) { [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `end_z` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `collideRect` should have a snake case name [INFO] [stdout] --> src/api.rs:343:77 [INFO] [stdout] | [INFO] [stdout] 343 | fn set_collide_rect(&self) -> unsafe extern "C" fn(sprite: *mut LCDSprite, collideRect: PDRect) { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `collide_rect` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `goalX` should have a snake case name [INFO] [stdout] --> src/api.rs:380:27 [INFO] [stdout] | [INFO] [stdout] 380 | goalX: c_float, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `goal_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `goalY` should have a snake case name [INFO] [stdout] --> src/api.rs:381:27 [INFO] [stdout] | [INFO] [stdout] 381 | goalY: c_float, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `goal_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `actualX` should have a snake case name [INFO] [stdout] --> src/api.rs:382:27 [INFO] [stdout] | [INFO] [stdout] 382 | actualX: *mut c_float, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `actual_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `actualY` should have a snake case name [INFO] [stdout] --> src/api.rs:383:27 [INFO] [stdout] | [INFO] [stdout] 383 | actualY: *mut c_float, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `actual_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `goalX` should have a snake case name [INFO] [stdout] --> src/api.rs:395:27 [INFO] [stdout] | [INFO] [stdout] 395 | goalX: c_float, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `goal_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `goalY` should have a snake case name [INFO] [stdout] --> src/api.rs:396:27 [INFO] [stdout] | [INFO] [stdout] 396 | goalY: c_float, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `goal_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `actualX` should have a snake case name [INFO] [stdout] --> src/api.rs:397:27 [INFO] [stdout] | [INFO] [stdout] 397 | actualX: *mut c_float, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `actual_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `actualY` should have a snake case name [INFO] [stdout] --> src/api.rs:398:27 [INFO] [stdout] | [INFO] [stdout] 398 | actualY: *mut c_float, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `actual_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.76s [INFO] running `Command { std: "docker" "inspect" "3fe8f794a29cfc00f19a1e1f52d5ff476aa7c06fde95f4764748dbb137c4392f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3fe8f794a29cfc00f19a1e1f52d5ff476aa7c06fde95f4764748dbb137c4392f", kill_on_drop: false }` [INFO] [stdout] 3fe8f794a29cfc00f19a1e1f52d5ff476aa7c06fde95f4764748dbb137c4392f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 53240701c4f0ad03673631a6be82101ff2f362bd933444f80ae2d3108f593311 [INFO] running `Command { std: "docker" "start" "-a" "53240701c4f0ad03673631a6be82101ff2f362bd933444f80ae2d3108f593311", kill_on_drop: false }` [INFO] [stderr] Compiling playdate-sys v0.5.5 [INFO] [stderr] Compiling playdate-fs v0.2.12 [INFO] [stderr] Compiling playdate-color v0.2.8 [INFO] [stderr] Compiling playdate-display v0.3.9 [INFO] [stderr] Compiling playdate-system v0.3.16 [INFO] [stderr] Compiling playdate-graphics v0.6.1 [INFO] [stderr] Compiling playdate-sprite v0.3.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait `SpriteCollisionInfoExt` is never used [INFO] [stdout] --> src/ext.rs:53:7 [INFO] [stdout] | [INFO] [stdout] 53 | trait SpriteCollisionInfoExt { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sprite.rs:539:26 [INFO] [stdout] | [INFO] [stdout] 539 | pub fn check_collisions(&self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 544 | -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 544 | -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sprite.rs:593:29 [INFO] [stdout] | [INFO] [stdout] 593 | pub fn overlapping_sprites(&self) -> Option> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 593 | pub fn overlapping_sprites(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `dirtyRect` should have a snake case name [INFO] [stdout] --> src/api.rs:34:51 [INFO] [stdout] | [INFO] [stdout] 34 | fn add_dirty_rect(&self) -> unsafe extern "C" fn(dirtyRect: LCDRect) { *sys::api!(sprite.addDirtyRect) } [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `dirty_rect` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `zIndex` should have a snake case name [INFO] [stdout] --> src/api.rs:157:72 [INFO] [stdout] | [INFO] [stdout] 157 | fn set_z_index(&self) -> unsafe extern "C" fn(sprite: *mut LCDSprite, zIndex: i16) { [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `z_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `clipRect` should have a snake case name [INFO] [stdout] --> src/api.rs:203:74 [INFO] [stdout] | [INFO] [stdout] 203 | fn set_clip_rect(&self) -> unsafe extern "C" fn(sprite: *mut LCDSprite, clipRect: LCDRect) { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `clip_rect` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `clipRect` should have a snake case name [INFO] [stdout] --> src/api.rs:217:60 [INFO] [stdout] | [INFO] [stdout] 217 | fn set_clip_rects_in_range(&self) -> unsafe extern "C" fn(clipRect: LCDRect, startZ: c_int, endZ: c_int) { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `clip_rect` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `startZ` should have a snake case name [INFO] [stdout] --> src/api.rs:217:79 [INFO] [stdout] | [INFO] [stdout] 217 | fn set_clip_rects_in_range(&self) -> unsafe extern "C" fn(clipRect: LCDRect, startZ: c_int, endZ: c_int) { [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `start_z` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `endZ` should have a snake case name [INFO] [stdout] --> src/api.rs:217:94 [INFO] [stdout] | [INFO] [stdout] 217 | fn set_clip_rects_in_range(&self) -> unsafe extern "C" fn(clipRect: LCDRect, startZ: c_int, endZ: c_int) { [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `end_z` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `startZ` should have a snake case name [INFO] [stdout] --> src/api.rs:225:62 [INFO] [stdout] | [INFO] [stdout] 225 | fn clear_clip_rects_in_range(&self) -> unsafe extern "C" fn(startZ: c_int, endZ: c_int) { [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `start_z` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `endZ` should have a snake case name [INFO] [stdout] --> src/api.rs:225:77 [INFO] [stdout] | [INFO] [stdout] 225 | fn clear_clip_rects_in_range(&self) -> unsafe extern "C" fn(startZ: c_int, endZ: c_int) { [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `end_z` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `collideRect` should have a snake case name [INFO] [stdout] --> src/api.rs:343:77 [INFO] [stdout] | [INFO] [stdout] 343 | fn set_collide_rect(&self) -> unsafe extern "C" fn(sprite: *mut LCDSprite, collideRect: PDRect) { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `collide_rect` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `goalX` should have a snake case name [INFO] [stdout] --> src/api.rs:380:27 [INFO] [stdout] | [INFO] [stdout] 380 | goalX: c_float, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `goal_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `goalY` should have a snake case name [INFO] [stdout] --> src/api.rs:381:27 [INFO] [stdout] | [INFO] [stdout] 381 | goalY: c_float, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `goal_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `actualX` should have a snake case name [INFO] [stdout] --> src/api.rs:382:27 [INFO] [stdout] | [INFO] [stdout] 382 | actualX: *mut c_float, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `actual_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `actualY` should have a snake case name [INFO] [stdout] --> src/api.rs:383:27 [INFO] [stdout] | [INFO] [stdout] 383 | actualY: *mut c_float, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `actual_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `goalX` should have a snake case name [INFO] [stdout] --> src/api.rs:395:27 [INFO] [stdout] | [INFO] [stdout] 395 | goalX: c_float, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `goal_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `goalY` should have a snake case name [INFO] [stdout] --> src/api.rs:396:27 [INFO] [stdout] | [INFO] [stdout] 396 | goalY: c_float, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `goal_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `actualX` should have a snake case name [INFO] [stdout] --> src/api.rs:397:27 [INFO] [stdout] | [INFO] [stdout] 397 | actualX: *mut c_float, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `actual_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `actualY` should have a snake case name [INFO] [stdout] --> src/api.rs:398:27 [INFO] [stdout] | [INFO] [stdout] 398 | actualY: *mut c_float, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `actual_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `SpriteCollisionInfoExt` is never used [INFO] [stdout] --> src/ext.rs:53:7 [INFO] [stdout] | [INFO] [stdout] 53 | trait SpriteCollisionInfoExt { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `dirtyRect` should have a snake case name [INFO] [stdout] --> src/api.rs:34:51 [INFO] [stdout] | [INFO] [stdout] 34 | fn add_dirty_rect(&self) -> unsafe extern "C" fn(dirtyRect: LCDRect) { *sys::api!(sprite.addDirtyRect) } [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `dirty_rect` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `zIndex` should have a snake case name [INFO] [stdout] --> src/api.rs:157:72 [INFO] [stdout] | [INFO] [stdout] 157 | fn set_z_index(&self) -> unsafe extern "C" fn(sprite: *mut LCDSprite, zIndex: i16) { [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `z_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `clipRect` should have a snake case name [INFO] [stdout] --> src/api.rs:203:74 [INFO] [stdout] | [INFO] [stdout] 203 | fn set_clip_rect(&self) -> unsafe extern "C" fn(sprite: *mut LCDSprite, clipRect: LCDRect) { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `clip_rect` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `clipRect` should have a snake case name [INFO] [stdout] --> src/api.rs:217:60 [INFO] [stdout] | [INFO] [stdout] 217 | fn set_clip_rects_in_range(&self) -> unsafe extern "C" fn(clipRect: LCDRect, startZ: c_int, endZ: c_int) { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `clip_rect` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `startZ` should have a snake case name [INFO] [stdout] --> src/api.rs:217:79 [INFO] [stdout] | [INFO] [stdout] 217 | fn set_clip_rects_in_range(&self) -> unsafe extern "C" fn(clipRect: LCDRect, startZ: c_int, endZ: c_int) { [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `start_z` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `endZ` should have a snake case name [INFO] [stdout] --> src/api.rs:217:94 [INFO] [stdout] | [INFO] [stdout] 217 | fn set_clip_rects_in_range(&self) -> unsafe extern "C" fn(clipRect: LCDRect, startZ: c_int, endZ: c_int) { [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `end_z` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `startZ` should have a snake case name [INFO] [stdout] --> src/api.rs:225:62 [INFO] [stdout] | [INFO] [stdout] 225 | fn clear_clip_rects_in_range(&self) -> unsafe extern "C" fn(startZ: c_int, endZ: c_int) { [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `start_z` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `endZ` should have a snake case name [INFO] [stdout] --> src/api.rs:225:77 [INFO] [stdout] | [INFO] [stdout] 225 | fn clear_clip_rects_in_range(&self) -> unsafe extern "C" fn(startZ: c_int, endZ: c_int) { [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `end_z` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `collideRect` should have a snake case name [INFO] [stdout] --> src/api.rs:343:77 [INFO] [stdout] | [INFO] [stdout] 343 | fn set_collide_rect(&self) -> unsafe extern "C" fn(sprite: *mut LCDSprite, collideRect: PDRect) { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `collide_rect` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `goalX` should have a snake case name [INFO] [stdout] --> src/api.rs:380:27 [INFO] [stdout] | [INFO] [stdout] 380 | goalX: c_float, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `goal_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `goalY` should have a snake case name [INFO] [stdout] --> src/api.rs:381:27 [INFO] [stdout] | [INFO] [stdout] 381 | goalY: c_float, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `goal_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `actualX` should have a snake case name [INFO] [stdout] --> src/api.rs:382:27 [INFO] [stdout] | [INFO] [stdout] 382 | actualX: *mut c_float, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `actual_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `actualY` should have a snake case name [INFO] [stdout] --> src/api.rs:383:27 [INFO] [stdout] | [INFO] [stdout] 383 | actualY: *mut c_float, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `actual_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `goalX` should have a snake case name [INFO] [stdout] --> src/api.rs:395:27 [INFO] [stdout] | [INFO] [stdout] 395 | goalX: c_float, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `goal_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `goalY` should have a snake case name [INFO] [stdout] --> src/api.rs:396:27 [INFO] [stdout] | [INFO] [stdout] 396 | goalY: c_float, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `goal_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `actualX` should have a snake case name [INFO] [stdout] --> src/api.rs:397:27 [INFO] [stdout] | [INFO] [stdout] 397 | actualX: *mut c_float, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `actual_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `actualY` should have a snake case name [INFO] [stdout] --> src/api.rs:398:27 [INFO] [stdout] | [INFO] [stdout] 398 | actualY: *mut c_float, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `actual_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sprite.rs:539:26 [INFO] [stdout] | [INFO] [stdout] 539 | pub fn check_collisions(&self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 544 | -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 544 | -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sprite.rs:593:29 [INFO] [stdout] | [INFO] [stdout] 593 | pub fn overlapping_sprites(&self) -> Option> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 593 | pub fn overlapping_sprites(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 3.03s [INFO] running `Command { std: "docker" "inspect" "53240701c4f0ad03673631a6be82101ff2f362bd933444f80ae2d3108f593311", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "53240701c4f0ad03673631a6be82101ff2f362bd933444f80ae2d3108f593311", kill_on_drop: false }` [INFO] [stdout] 53240701c4f0ad03673631a6be82101ff2f362bd933444f80ae2d3108f593311