[INFO] cloning repository https://github.com/travistrue2008/wgpu-starter
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/travistrue2008/wgpu-starter" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftravistrue2008%2Fwgpu-starter", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftravistrue2008%2Fwgpu-starter'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4f63b41bca0df992c6e913870c403686343d34d9
[INFO] checking travistrue2008/wgpu-starter against master#fcac501a73cdde54de46a0683567f1a890730555 for pr-151102
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftravistrue2008%2Fwgpu-starter" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/travistrue2008/wgpu-starter
[INFO] finished tweaking git repo https://github.com/travistrue2008/wgpu-starter
[INFO] tweaked toml for git repo https://github.com/travistrue2008/wgpu-starter written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/travistrue2008/wgpu-starter on toolchain fcac501a73cdde54de46a0683567f1a890730555
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fcac501a73cdde54de46a0683567f1a890730555" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/travistrue2008/wgpu-starter 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" "+fcac501a73cdde54de46a0683567f1a890730555" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wgpu v25.0.0
[INFO] [stderr]   Downloaded wgpu-hal v25.0.1
[INFO] [stderr]   Downloaded wgpu-core v25.0.1
[INFO] [stderr]   Downloaded winit v0.30.10
[INFO] [stderr]   Downloaded winnow v0.7.9
[INFO] [stderr]   Downloaded libm v0.2.14
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+fcac501a73cdde54de46a0683567f1a890730555" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 13e0de2878490816b2b1d96615f94cde6c5435fe4b98d19db6580846ad87507f
[INFO] running `Command { std: "docker" "start" "-a" "13e0de2878490816b2b1d96615f94cde6c5435fe4b98d19db6580846ad87507f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "13e0de2878490816b2b1d96615f94cde6c5435fe4b98d19db6580846ad87507f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "13e0de2878490816b2b1d96615f94cde6c5435fe4b98d19db6580846ad87507f", kill_on_drop: false }`
[INFO] [stdout] 13e0de2878490816b2b1d96615f94cde6c5435fe4b98d19db6580846ad87507f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+fcac501a73cdde54de46a0683567f1a890730555" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ca6d0906e0661d2a547f5335c4ab60e97f6ee6de05cd8332f6fe92ef4c4ef181
[INFO] running `Command { std: "docker" "start" "-a" "ca6d0906e0661d2a547f5335c4ab60e97f6ee6de05cd8332f6fe92ef4c4ef181", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]     Checking libloading v0.8.6
[INFO] [stderr]    Compiling libm v0.2.14
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking smallvec v1.15.0
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling cc v1.2.21
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]    Compiling wayland-sys v0.31.6
[INFO] [stderr]    Compiling quick-xml v0.37.5
[INFO] [stderr]    Compiling wayland-client v0.31.10
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]     Checking hashbrown v0.15.3
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling naga v25.0.1
[INFO] [stderr]    Compiling wayland-scanner v0.31.6
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]     Checking miniz_oxide v0.8.8
[INFO] [stderr]    Compiling khronos-egl v6.0.0
[INFO] [stderr]     Checking codespan-reporting v0.12.0
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]    Compiling ash v0.38.0+1.3.281
[INFO] [stderr]     Checking indexmap v2.9.0
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]    Compiling wgpu-hal v25.0.1
[INFO] [stderr]    Compiling wayland-backend v0.3.10
[INFO] [stderr]     Checking rustc-hash v1.1.0
[INFO] [stderr]     Checking hexf-parse v0.2.1
[INFO] [stderr]    Compiling alsa-sys v0.3.1
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking half v2.6.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking ordered-float v4.6.0
[INFO] [stderr]     Checking v_frame v0.3.8
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking renderdoc-sys v1.1.0
[INFO] [stderr]     Checking xcursor v0.3.8
[INFO] [stderr]     Checking glow v0.16.0
[INFO] [stderr]     Checking ttf-parser v0.25.1
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking flate2 v1.1.1
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking bitflags v2.9.0
[INFO] [stderr]     Checking spirv v0.3.0+sdk-1.3.268.0
[INFO] [stderr]     Checking gpu-alloc-types v0.3.0
[INFO] [stderr]     Checking gpu-descriptor-types v0.2.0
[INFO] [stderr]     Checking gpu-descriptor v0.3.1
[INFO] [stderr]     Checking gpu-alloc v0.6.0
[INFO] [stderr]     Checking av1-grain v0.2.3
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]    Compiling wgpu-core v25.0.1
[INFO] [stderr]     Checking memmap2 v0.9.5
[INFO] [stderr]    Compiling cpal v0.15.3
[INFO] [stderr]     Checking ogg v0.8.0
[INFO] [stderr]     Checking owned_ttf_parser v0.25.0
[INFO] [stderr]    Compiling document-features v0.2.11
[INFO] [stderr]     Checking ab_glyph v0.2.29
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking alsa v0.9.1
[INFO] [stderr]    Compiling winit v0.30.10
[INFO] [stderr]    Compiling wgpu v25.0.0
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking dasp_sample v0.11.0
[INFO] [stderr]     Checking rgb v0.8.50
[INFO] [stderr]    Compiling cgmath v0.18.0
[INFO] [stderr]     Checking tiff v0.9.1
[INFO] [stderr]     Checking ahash v0.8.11
[INFO] [stderr]     Checking exr v1.73.0
[INFO] [stderr]     Checking env_filter v0.1.3
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]     Checking lewton v0.10.2
[INFO] [stderr]     Checking x11-dl v2.21.0
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]     Checking approx v0.4.0
[INFO] [stderr]     Checking claxon v0.4.3
[INFO] [stderr]     Checking dpi v0.1.2
[INFO] [stderr]     Checking jiff v0.2.13
[INFO] [stderr]    Compiling bytemuck_derive v1.9.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling profiling-procmacros v1.0.16
[INFO] [stderr]     Checking profiling v1.0.16
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]     Checking bytemuck v1.23.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking polling v3.7.4
[INFO] [stderr]     Checking symphonia-core v0.5.4
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]     Checking wgpu-types v25.0.0
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]     Checking symphonia-metadata v0.5.4
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]     Checking symphonia-bundle-mp3 v0.5.4
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking rav1e v0.7.1
[INFO] [stderr]     Checking x11rb v0.13.1
[INFO] [stderr]     Checking hound v3.5.1
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking env_logger v0.11.8
[INFO] [stderr]     Checking wayland-protocols v0.32.8
[INFO] [stderr]     Checking wayland-cursor v0.31.10
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]     Checking symphonia v0.5.4
[INFO] [stderr]     Checking rodio v0.20.1
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]     Checking pollster v0.4.0
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.8
[INFO] [stderr]     Checking wayland-protocols-plasma v0.3.8
[INFO] [stderr]     Checking ravif v0.11.12
[INFO] [stderr]     Checking image v0.25.6
[INFO] [stderr]     Checking smithay-client-toolkit v0.19.2
[INFO] [stderr]     Checking sctk-adwaita v0.10.1
[INFO] [stderr]     Checking wgpu-core-deps-windows-linux-android v25.0.0
[INFO] [stderr]     Checking wgpu-starter v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Device`
[INFO] [stdout]   --> src/graphics/camera.rs:13:2
[INFO] [stdout]    |
[INFO] [stdout] 13 |     Device,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::mesh::*`
[INFO] [stdout]   --> src/graphics/mod.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub use self::mesh::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::texture::*`
[INFO] [stdout]   --> src/graphics/mod.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use self::texture::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::vertex::*`
[INFO] [stdout]   --> src/graphics/mod.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub use self::vertex::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Device`
[INFO] [stdout]   --> src/graphics/camera.rs:13:2
[INFO] [stdout]    |
[INFO] [stdout] 13 |     Device,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::mesh::*`
[INFO] [stdout]   --> src/graphics/mod.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub use self::mesh::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::texture::*`
[INFO] [stdout]   --> src/graphics/mod.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use self::texture::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::vertex::*`
[INFO] [stdout]   --> src/graphics/mod.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub use self::vertex::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `elapsed_time`
[INFO] [stdout]   --> src/main.rs:78:13
[INFO] [stdout]    |
[INFO] [stdout] 78 |         let elapsed_time = self.start_time.elapsed().as_secs_f32();
[INFO] [stdout]    |             ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_elapsed_time`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `last_time` is never read
[INFO] [stdout]   --> src/main.rs:60:5
[INFO] [stdout]    |
[INFO] [stdout] 59 | struct App<'a> {
[INFO] [stdout]    |        --- field in this struct
[INFO] [stdout] 60 |     last_time: f32,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/error.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     Io(io::Error),
[INFO] [stdout]    |     -- ^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 10 -     Io(io::Error),
[INFO] [stdout] 10 +     Io(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/error.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Os(winit::error::OsError),
[INFO] [stdout]    |     -- ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 11 -     Os(winit::error::OsError),
[INFO] [stdout] 11 +     Os(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/error.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 |     EventLoop(winit::error::EventLoopError),
[INFO] [stdout]    |     --------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 12 -     EventLoop(winit::error::EventLoopError),
[INFO] [stdout] 12 +     EventLoop(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/error.rs:13:21
[INFO] [stdout]    |
[INFO] [stdout] 13 |     CreateSurfaceError(wgpu::CreateSurfaceError),
[INFO] [stdout]    |     ------------------ ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 13 -     CreateSurfaceError(wgpu::CreateSurfaceError),
[INFO] [stdout] 13 +     CreateSurfaceError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/error.rs:14:21
[INFO] [stdout]    |
[INFO] [stdout] 14 |     RequestDeviceError(wgpu::RequestDeviceError),
[INFO] [stdout]    |     ------------------ ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 14 -     RequestDeviceError(wgpu::RequestDeviceError),
[INFO] [stdout] 14 +     RequestDeviceError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/error.rs:15:15
[INFO] [stdout]    |
[INFO] [stdout] 15 |     SurfaceError(wgpu::SurfaceError),
[INFO] [stdout]    |     ------------ ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 15 -     SurfaceError(wgpu::SurfaceError),
[INFO] [stdout] 15 +     SurfaceError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MATRIX_OPENGL_TO_WGPU` is never used
[INFO] [stdout]   --> src/graphics/camera.rs:24:11
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub const MATRIX_OPENGL_TO_WGPU: cgmath::Matrix4<f32> = cgmath::Matrix4::new(
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `proj_matrix`, `view_matrix`, and `bind_group` are never read
[INFO] [stdout]   --> src/graphics/camera.rs:32:2
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub struct Camera {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] 32 |     proj_matrix: Matrix4<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 33 |     view_matrix: Matrix4<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 36 |     bind_group: BindGroup,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `compute`, `ortho`, `bind_group`, `proj_matrix`, `view_matrix`, and `clip_matrix` are never used
[INFO] [stdout]    --> src/graphics/camera.rs:71:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | impl Camera {
[INFO] [stdout]     | ----------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  71 |     fn compute(&mut self) {
[INFO] [stdout]     |        ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  78 |     pub fn ortho(&mut self, width: f32, height: f32) {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  89 |     pub fn bind_group(&self) -> &BindGroup {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  93 |     pub fn proj_matrix(&self) -> &Matrix4<f32> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  97 |     pub fn view_matrix(&self) -> &Matrix4<f32> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 |     pub fn clip_matrix(&self) -> &Matrix4<f32> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `config` is never used
[INFO] [stdout]    --> src/graphics/core.rs:128:12
[INFO] [stdout]     |
[INFO] [stdout]  34 | impl<'a> Core<'a> {
[INFO] [stdout]     | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 128 |     pub fn config(&self) -> &SurfaceConfiguration {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Mesh` is never constructed
[INFO] [stdout]   --> src/graphics/mesh.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct Mesh {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `make`, `render`, and `write_vertices` are never used
[INFO] [stdout]   --> src/graphics/mesh.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl Mesh {
[INFO] [stdout]    | --------- associated items in this implementation
[INFO] [stdout] 22 |     pub fn make<T: Vertex>(
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 61 |     pub fn render<'a>(&'a self, render_pass: &mut RenderPass<'a>) {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 |     pub fn write_vertices<T: Vertex>(&mut self, queue: &Queue, vertices: &Vec<T>) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Texture` is never constructed
[INFO] [stdout]   --> src/graphics/texture.rs:29:12
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub struct Texture {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> src/graphics/texture.rs:39:9
[INFO] [stdout]     |
[INFO] [stdout]  38 | impl Texture {
[INFO] [stdout]     | ------------ associated items in this implementation
[INFO] [stdout]  39 |     pub fn new(core: &GraphicsCore, layout: &BindGroupLayout, width: u32, height: u32) -> Texture {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout]  83 |     pub fn from_image(core: &GraphicsCore, layout: &BindGroupLayout, image: &DynamicImage) -> Texture {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  91 |     fn create_bind_group(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 113 |     pub fn write(&self, core: &GraphicsCore, buffer: &Vec<u8>, origin: Origin3d, width: u32, height: u32) {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 137 |     pub fn width(&self) -> u32 {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 141 |     pub fn height(&self) -> u32 {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 145 |     pub fn handle(&self) -> &wgpu::Texture {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 149 |     pub fn bind_group(&self) -> &BindGroup {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `build_camera_group_layout` is never used
[INFO] [stdout]   --> src/graphics/pipelines/debug.rs:26:4
[INFO] [stdout]    |
[INFO] [stdout] 26 | fn build_camera_group_layout(device: &Device) -> BindGroupLayout {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `build_layout` is never used
[INFO] [stdout]   --> src/graphics/pipelines/debug.rs:44:4
[INFO] [stdout]    |
[INFO] [stdout] 44 | fn build_layout(device: &Device) -> PipelineLayout {
[INFO] [stdout]    |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `build` is never used
[INFO] [stdout]   --> src/graphics/pipelines/debug.rs:52:8
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub fn build(device: &Device, config: &SurfaceConfiguration) -> RenderPipeline {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/graphics/core.rs:140:20
[INFO] [stdout]     |
[INFO] [stdout] 140 |     pub fn surface(&self) -> &Surface {
[INFO] [stdout]     |                    ^^^^^     ^^^^^^^^
[INFO] [stdout]     |                    |         ||
[INFO] [stdout]     |                    |         |the same lifetime is hidden here
[INFO] [stdout]     |                    |         the same lifetime is elided here
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 140 |     pub fn surface(&self) -> &Surface<'_> {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `elapsed_time`
[INFO] [stdout]   --> src/main.rs:78:13
[INFO] [stdout]    |
[INFO] [stdout] 78 |         let elapsed_time = self.start_time.elapsed().as_secs_f32();
[INFO] [stdout]    |             ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_elapsed_time`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `last_time` is never read
[INFO] [stdout]   --> src/main.rs:60:5
[INFO] [stdout]    |
[INFO] [stdout] 59 | struct App<'a> {
[INFO] [stdout]    |        --- field in this struct
[INFO] [stdout] 60 |     last_time: f32,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/error.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     Io(io::Error),
[INFO] [stdout]    |     -- ^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 10 -     Io(io::Error),
[INFO] [stdout] 10 +     Io(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/error.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Os(winit::error::OsError),
[INFO] [stdout]    |     -- ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 11 -     Os(winit::error::OsError),
[INFO] [stdout] 11 +     Os(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/error.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 |     EventLoop(winit::error::EventLoopError),
[INFO] [stdout]    |     --------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 12 -     EventLoop(winit::error::EventLoopError),
[INFO] [stdout] 12 +     EventLoop(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/error.rs:13:21
[INFO] [stdout]    |
[INFO] [stdout] 13 |     CreateSurfaceError(wgpu::CreateSurfaceError),
[INFO] [stdout]    |     ------------------ ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 13 -     CreateSurfaceError(wgpu::CreateSurfaceError),
[INFO] [stdout] 13 +     CreateSurfaceError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/error.rs:14:21
[INFO] [stdout]    |
[INFO] [stdout] 14 |     RequestDeviceError(wgpu::RequestDeviceError),
[INFO] [stdout]    |     ------------------ ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 14 -     RequestDeviceError(wgpu::RequestDeviceError),
[INFO] [stdout] 14 +     RequestDeviceError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/error.rs:15:15
[INFO] [stdout]    |
[INFO] [stdout] 15 |     SurfaceError(wgpu::SurfaceError),
[INFO] [stdout]    |     ------------ ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 15 -     SurfaceError(wgpu::SurfaceError),
[INFO] [stdout] 15 +     SurfaceError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MATRIX_OPENGL_TO_WGPU` is never used
[INFO] [stdout]   --> src/graphics/camera.rs:24:11
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub const MATRIX_OPENGL_TO_WGPU: cgmath::Matrix4<f32> = cgmath::Matrix4::new(
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `proj_matrix`, `view_matrix`, and `bind_group` are never read
[INFO] [stdout]   --> src/graphics/camera.rs:32:2
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub struct Camera {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] 32 |     proj_matrix: Matrix4<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 33 |     view_matrix: Matrix4<f32>,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 36 |     bind_group: BindGroup,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `compute`, `ortho`, `bind_group`, `proj_matrix`, `view_matrix`, and `clip_matrix` are never used
[INFO] [stdout]    --> src/graphics/camera.rs:71:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | impl Camera {
[INFO] [stdout]     | ----------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  71 |     fn compute(&mut self) {
[INFO] [stdout]     |        ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  78 |     pub fn ortho(&mut self, width: f32, height: f32) {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  89 |     pub fn bind_group(&self) -> &BindGroup {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  93 |     pub fn proj_matrix(&self) -> &Matrix4<f32> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  97 |     pub fn view_matrix(&self) -> &Matrix4<f32> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 |     pub fn clip_matrix(&self) -> &Matrix4<f32> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `config` is never used
[INFO] [stdout]    --> src/graphics/core.rs:128:12
[INFO] [stdout]     |
[INFO] [stdout]  34 | impl<'a> Core<'a> {
[INFO] [stdout]     | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 128 |     pub fn config(&self) -> &SurfaceConfiguration {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Mesh` is never constructed
[INFO] [stdout]   --> src/graphics/mesh.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct Mesh {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `make`, `render`, and `write_vertices` are never used
[INFO] [stdout]   --> src/graphics/mesh.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl Mesh {
[INFO] [stdout]    | --------- associated items in this implementation
[INFO] [stdout] 22 |     pub fn make<T: Vertex>(
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 61 |     pub fn render<'a>(&'a self, render_pass: &mut RenderPass<'a>) {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 |     pub fn write_vertices<T: Vertex>(&mut self, queue: &Queue, vertices: &Vec<T>) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Texture` is never constructed
[INFO] [stdout]   --> src/graphics/texture.rs:29:12
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub struct Texture {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> src/graphics/texture.rs:39:9
[INFO] [stdout]     |
[INFO] [stdout]  38 | impl Texture {
[INFO] [stdout]     | ------------ associated items in this implementation
[INFO] [stdout]  39 |     pub fn new(core: &GraphicsCore, layout: &BindGroupLayout, width: u32, height: u32) -> Texture {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout]  83 |     pub fn from_image(core: &GraphicsCore, layout: &BindGroupLayout, image: &DynamicImage) -> Texture {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  91 |     fn create_bind_group(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 113 |     pub fn write(&self, core: &GraphicsCore, buffer: &Vec<u8>, origin: Origin3d, width: u32, height: u32) {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 137 |     pub fn width(&self) -> u32 {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 141 |     pub fn height(&self) -> u32 {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 145 |     pub fn handle(&self) -> &wgpu::Texture {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 149 |     pub fn bind_group(&self) -> &BindGroup {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `build_camera_group_layout` is never used
[INFO] [stdout]   --> src/graphics/pipelines/debug.rs:26:4
[INFO] [stdout]    |
[INFO] [stdout] 26 | fn build_camera_group_layout(device: &Device) -> BindGroupLayout {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `build_layout` is never used
[INFO] [stdout]   --> src/graphics/pipelines/debug.rs:44:4
[INFO] [stdout]    |
[INFO] [stdout] 44 | fn build_layout(device: &Device) -> PipelineLayout {
[INFO] [stdout]    |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `build` is never used
[INFO] [stdout]   --> src/graphics/pipelines/debug.rs:52:8
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub fn build(device: &Device, config: &SurfaceConfiguration) -> RenderPipeline {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/graphics/core.rs:140:20
[INFO] [stdout]     |
[INFO] [stdout] 140 |     pub fn surface(&self) -> &Surface {
[INFO] [stdout]     |                    ^^^^^     ^^^^^^^^
[INFO] [stdout]     |                    |         ||
[INFO] [stdout]     |                    |         |the same lifetime is hidden here
[INFO] [stdout]     |                    |         the same lifetime is elided here
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 140 |     pub fn surface(&self) -> &Surface<'_> {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 55s
[INFO] running `Command { std: "docker" "inspect" "ca6d0906e0661d2a547f5335c4ab60e97f6ee6de05cd8332f6fe92ef4c4ef181", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ca6d0906e0661d2a547f5335c4ab60e97f6ee6de05cd8332f6fe92ef4c4ef181", kill_on_drop: false }`
[INFO] [stdout] ca6d0906e0661d2a547f5335c4ab60e97f6ee6de05cd8332f6fe92ef4c4ef181
