[INFO] fetching crate playdate-sprite 0.3.3... [INFO] building playdate-sprite-0.3.3 against try#4987e9d4227139400384ab59296ffee3b0fb1183 for pr-146237-2 [INFO] extracting crate playdate-sprite 0.3.3 into /workspace/builds/worker-1-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-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate playdate-sprite 0.3.3 on toolchain 4987e9d4227139400384ab59296ffee3b0fb1183 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e0d540bb5d40687749450ab4db07cdb7847488539618aab29b18e8e897d10c76 [INFO] running `Command { std: "docker" "start" "-a" "e0d540bb5d40687749450ab4db07cdb7847488539618aab29b18e8e897d10c76", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e0d540bb5d40687749450ab4db07cdb7847488539618aab29b18e8e897d10c76", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e0d540bb5d40687749450ab4db07cdb7847488539618aab29b18e8e897d10c76", kill_on_drop: false }` [INFO] [stdout] e0d540bb5d40687749450ab4db07cdb7847488539618aab29b18e8e897d10c76 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e940a8b4701cf635b84ff1b7fb27bf827b334bdfc1dc85fdf2987d2b010ef93c [INFO] running `Command { std: "docker" "start" "-a" "e940a8b4701cf635b84ff1b7fb27bf827b334bdfc1dc85fdf2987d2b010ef93c", 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: 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 `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] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s [INFO] running `Command { std: "docker" "inspect" "e940a8b4701cf635b84ff1b7fb27bf827b334bdfc1dc85fdf2987d2b010ef93c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e940a8b4701cf635b84ff1b7fb27bf827b334bdfc1dc85fdf2987d2b010ef93c", kill_on_drop: false }` [INFO] [stdout] e940a8b4701cf635b84ff1b7fb27bf827b334bdfc1dc85fdf2987d2b010ef93c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a3baa6d2eb809bb1098707afce8bc50ea82322edf431ca6df5950947e18c4b97 [INFO] running `Command { std: "docker" "start" "-a" "a3baa6d2eb809bb1098707afce8bc50ea82322edf431ca6df5950947e18c4b97", kill_on_drop: false }` [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-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: 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: 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 `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: 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 `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: 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 `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] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.76s [INFO] running `Command { std: "docker" "inspect" "a3baa6d2eb809bb1098707afce8bc50ea82322edf431ca6df5950947e18c4b97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a3baa6d2eb809bb1098707afce8bc50ea82322edf431ca6df5950947e18c4b97", kill_on_drop: false }` [INFO] [stdout] a3baa6d2eb809bb1098707afce8bc50ea82322edf431ca6df5950947e18c4b97