[INFO] cloning repository https://github.com/Kyonax/webcam-to-ascii
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Kyonax/webcam-to-ascii" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKyonax%2Fwebcam-to-ascii", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKyonax%2Fwebcam-to-ascii'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8e78bbee0f66e43802f7434270ae9009274dc0d5
[INFO] checking Kyonax/webcam-to-ascii against e3607d549209cc9fdfe7e907123b4185210e2c2b for pr-158915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKyonax%2Fwebcam-to-ascii" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Kyonax/webcam-to-ascii
[INFO] finished tweaking git repo https://github.com/Kyonax/webcam-to-ascii
[INFO] tweaked toml for git repo https://github.com/Kyonax/webcam-to-ascii written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Kyonax/webcam-to-ascii on toolchain e3607d549209cc9fdfe7e907123b4185210e2c2b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Kyonax/webcam-to-ascii 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" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `ascii_camera` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-0-tc2/source/target/.../ascii_camera
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ascii-camera`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:16:8
[INFO] [stderr]    |
[INFO] [stderr] 16 - name = "ascii_camera"
[INFO] [stderr] 16 + name = "ascii-camera"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `ascii-camera`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:20:15
[INFO] [stderr]    |
[INFO] [stderr] 20 ~ opt-level = 3
[INFO] [stderr] 21 + [[bin]]
[INFO] [stderr] 22 + name = "ascii-camera"
[INFO] [stderr] 23 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `ascii_camera` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 5d4f679a6306197ace41fa9849962a97057febf504e632d6f9b3758fada3cfd4
[INFO] running `Command { std: "docker" "start" "5d4f679a6306197ace41fa9849962a97057febf504e632d6f9b3758fada3cfd4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5d4f679a6306197ace41fa9849962a97057febf504e632d6f9b3758fada3cfd4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5d4f679a6306197ace41fa9849962a97057febf504e632d6f9b3758fada3cfd4" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5d4f679a6306197ace41fa9849962a97057febf504e632d6f9b3758fada3cfd4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5d4f679a6306197ace41fa9849962a97057febf504e632d6f9b3758fada3cfd4" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: binary `ascii_camera` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../ascii_camera
[INFO] [stderr]    |                          ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ascii-camera`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:16:8
[INFO] [stderr]    |
[INFO] [stderr] 16 - name = "ascii_camera"
[INFO] [stderr] 16 + name = "ascii-camera"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `ascii-camera`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:20:15
[INFO] [stderr]    |
[INFO] [stderr] 20 ~ opt-level = 3
[INFO] [stderr] 21 + [[bin]]
[INFO] [stderr] 22 + name = "ascii-camera"
[INFO] [stderr] 23 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `ascii_camera` (manifest) generated 1 warning
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling target-lexicon v0.12.16
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling version-compare v0.2.0
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]     Checking libloading v0.8.9
[INFO] [stderr]    Compiling wayland-sys v0.29.5
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking crc32fast v1.5.0
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking bytemuck v1.24.0
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking rayon-core v1.13.0
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking libloading v0.7.4
[INFO] [stderr]    Compiling khronos-egl v4.1.0
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]     Checking bitflags v2.9.4
[INFO] [stderr]     Checking codespan-reporting v0.11.1
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking gpu-descriptor-types v0.1.2
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking option-operations v0.5.0
[INFO] [stderr]     Checking gpu-alloc-types v0.2.0
[INFO] [stderr]     Checking flate2 v1.1.4
[INFO] [stderr]    Compiling smithay-client-toolkit v0.16.1
[INFO] [stderr]    Compiling cfg-expr v0.15.8
[INFO] [stderr]     Checking muldiv v1.0.1
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking unicode-xid v0.2.6
[INFO] [stderr]     Checking pretty-hex v0.3.0
[INFO] [stderr]     Checking tiny-skia-path v0.8.4
[INFO] [stderr]     Checking gpu-alloc v0.5.4
[INFO] [stderr]     Checking ash v0.37.3+1.3.251
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]     Checking wgpu-types v0.15.2
[INFO] [stderr]     Checking regex-syntax v0.8.6
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking spirv v0.2.0+1.5.4
[INFO] [stderr]     Checking weezl v0.1.10
[INFO] [stderr]     Checking gpu-descriptor v0.2.4
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking profiling v1.0.17
[INFO] [stderr]     Checking atomic_refcell v0.1.13
[INFO] [stderr]     Checking glow v0.12.3
[INFO] [stderr]     Checking renderdoc-sys v0.7.1
[INFO] [stderr]     Checking tiny-skia v0.8.4
[INFO] [stderr]     Checking ab_glyph v0.2.32
[INFO] [stderr]     Checking zune-inflate v0.2.54
[INFO] [stderr]    Compiling wayland-client v0.29.5
[INFO] [stderr]    Compiling wayland-protocols v0.29.5
[INFO] [stderr]    Compiling winit v0.28.7
[INFO] [stderr]     Checking half v2.6.0
[INFO] [stderr]     Checking lebe v0.5.3
[INFO] [stderr]     Checking bit_field v0.10.3
[INFO] [stderr]     Checking gif v0.13.3
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking instant v0.1.13
[INFO] [stderr]     Checking exr v1.73.0
[INFO] [stderr]     Checking humantime v2.3.0
[INFO] [stderr]     Checking pollster v0.3.0
[INFO] [stderr]     Checking regex-automata v0.4.11
[INFO] [stderr]     Checking nix v0.24.3
[INFO] [stderr]     Checking nix v0.25.1
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking memmap2 v0.5.10
[INFO] [stderr]     Checking x11-dl v2.21.0
[INFO] [stderr]     Checking is-terminal v0.4.16
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking jpeg-decoder v0.3.2
[INFO] [stderr]     Checking regex v1.11.3
[INFO] [stderr]     Checking wayland-commons v0.29.5
[INFO] [stderr]     Checking env_logger v0.10.2
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]     Checking tiff v0.9.1
[INFO] [stderr]     Checking wayland-cursor v0.29.5
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]     Checking image v0.24.9
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking naga v0.11.1
[INFO] [stderr]     Checking calloop v0.10.6
[INFO] [stderr]    Compiling glib-macros v0.17.10
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling system-deps v6.2.2
[INFO] [stderr]    Compiling glib-sys v0.17.10
[INFO] [stderr]    Compiling gobject-sys v0.17.10
[INFO] [stderr]    Compiling gstreamer-sys v0.20.0
[INFO] [stderr]    Compiling gstreamer-base-sys v0.20.0
[INFO] [stderr]    Compiling gio-sys v0.17.10
[INFO] [stderr]    Compiling gstreamer-video-sys v0.20.0
[INFO] [stderr]    Compiling gstreamer-app-sys v0.20.0
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking glib v0.17.10
[INFO] [stderr]     Checking wgpu-hal v0.15.4
[INFO] [stderr]     Checking wgpu-core v0.15.1
[INFO] [stderr]     Checking gstreamer v0.20.7
[INFO] [stderr]     Checking wgpu v0.15.1
[INFO] [stderr]     Checking sctk-adwaita v0.5.4
[INFO] [stderr]     Checking gstreamer-base v0.20.7
[INFO] [stderr]     Checking gstreamer-app v0.20.7
[INFO] [stderr]     Checking gstreamer-video v0.20.7
[INFO] [stderr]     Checking ascii_camera v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]     --> src/main.rs:1146:26
[INFO] [stdout]      |
[INFO] [stdout] 1146 |             let mut rf = (r as f32 / 255.0);
[INFO] [stdout]      |                          ^                ^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1146 -             let mut rf = (r as f32 / 255.0);
[INFO] [stdout] 1146 +             let mut rf = r as f32 / 255.0;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]     --> src/main.rs:1147:26
[INFO] [stdout]      |
[INFO] [stdout] 1147 |             let mut gf = (g as f32 / 255.0);
[INFO] [stdout]      |                          ^                ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1147 -             let mut gf = (g as f32 / 255.0);
[INFO] [stdout] 1147 +             let mut gf = g as f32 / 255.0;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]     --> src/main.rs:1148:26
[INFO] [stdout]      |
[INFO] [stdout] 1148 |             let mut bf = (b as f32 / 255.0);
[INFO] [stdout]      |                          ^                ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1148 -             let mut bf = (b as f32 / 255.0);
[INFO] [stdout] 1148 +             let mut bf = b as f32 / 255.0;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]     --> src/main.rs:1146:26
[INFO] [stdout]      |
[INFO] [stdout] 1146 |             let mut rf = (r as f32 / 255.0);
[INFO] [stdout]      |                          ^                ^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1146 -             let mut rf = (r as f32 / 255.0);
[INFO] [stdout] 1146 +             let mut rf = r as f32 / 255.0;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]     --> src/main.rs:1147:26
[INFO] [stdout]      |
[INFO] [stdout] 1147 |             let mut gf = (g as f32 / 255.0);
[INFO] [stdout]      |                          ^                ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1147 -             let mut gf = (g as f32 / 255.0);
[INFO] [stdout] 1147 +             let mut gf = g as f32 / 255.0;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]     --> src/main.rs:1148:26
[INFO] [stdout]      |
[INFO] [stdout] 1148 |             let mut bf = (b as f32 / 255.0);
[INFO] [stdout]      |                          ^                ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1148 -             let mut bf = (b as f32 / 255.0);
[INFO] [stdout] 1148 +             let mut bf = b as f32 / 255.0;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value captured by `camera_texture_view` is never read
[INFO] [stdout]    --> src/main.rs:692:25
[INFO] [stdout]     |
[INFO] [stdout] 692 |                         camera_texture_view = camera_texture.create_view(&wgpu::TextureViewDescriptor::default());
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: did you mean to capture by reference instead?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value captured by `depth_texture_view` is never read
[INFO] [stdout]    --> src/main.rs:695:25
[INFO] [stdout]     |
[INFO] [stdout] 695 |                         depth_texture_view = depth_texture.create_view(&wgpu::TextureViewDescriptor::default());
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: did you mean to capture by reference instead?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value captured by `last_present` is never read
[INFO] [stdout]    --> src/main.rs:828:25
[INFO] [stdout]     |
[INFO] [stdout] 828 |                         last_present = Instant::now();
[INFO] [stdout]     |                         ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: did you mean to capture by reference instead?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `last_present` is never read
[INFO] [stdout]    --> src/main.rs:828:25
[INFO] [stdout]     |
[INFO] [stdout] 828 |                         last_present = Instant::now();
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `fill_texture`
[INFO] [stdout]    --> src/main.rs:396:10
[INFO] [stdout]     |
[INFO] [stdout] 396 |     let (fill_texture, fill_view) = load_lut_texture_with_fallback(&device, &queue, &fill_path, /* glyph_count_hint */ 10, /* glyph...
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_fill_texture`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `edges_texture`
[INFO] [stdout]    --> src/main.rs:397:10
[INFO] [stdout]     |
[INFO] [stdout] 397 |     let (edges_texture, edges_view) = load_lut_texture_with_fallback(&device, &queue, &edges_path, /* glyph_count_hint */ 40, /* gl...
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_edges_texture`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `last_present`
[INFO] [stdout]    --> src/main.rs:611:9
[INFO] [stdout]     |
[INFO] [stdout] 611 |     let mut last_present = Instant::now();
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_last_present`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value captured by `camera_texture_view` is never read
[INFO] [stdout]    --> src/main.rs:692:25
[INFO] [stdout]     |
[INFO] [stdout] 692 |                         camera_texture_view = camera_texture.create_view(&wgpu::TextureViewDescriptor::default());
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: did you mean to capture by reference instead?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value captured by `depth_texture_view` is never read
[INFO] [stdout]    --> src/main.rs:695:25
[INFO] [stdout]     |
[INFO] [stdout] 695 |                         depth_texture_view = depth_texture.create_view(&wgpu::TextureViewDescriptor::default());
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: did you mean to capture by reference instead?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value captured by `last_present` is never read
[INFO] [stdout]    --> src/main.rs:828:25
[INFO] [stdout]     |
[INFO] [stdout] 828 |                         last_present = Instant::now();
[INFO] [stdout]     |                         ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: did you mean to capture by reference instead?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `last_present` is never read
[INFO] [stdout]    --> src/main.rs:828:25
[INFO] [stdout]     |
[INFO] [stdout] 828 |                         last_present = Instant::now();
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `fill_texture`
[INFO] [stdout]    --> src/main.rs:396:10
[INFO] [stdout]     |
[INFO] [stdout] 396 |     let (fill_texture, fill_view) = load_lut_texture_with_fallback(&device, &queue, &fill_path, /* glyph_count_hint */ 10, /* glyph...
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_fill_texture`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `edges_texture`
[INFO] [stdout]    --> src/main.rs:397:10
[INFO] [stdout]     |
[INFO] [stdout] 397 |     let (edges_texture, edges_view) = load_lut_texture_with_fallback(&device, &queue, &edges_path, /* glyph_count_hint */ 40, /* gl...
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_edges_texture`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `last_present`
[INFO] [stdout]    --> src/main.rs:611:9
[INFO] [stdout]     |
[INFO] [stdout] 611 |     let mut last_present = Instant::now();
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_last_present`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: unused dependency `gstreamer-video`
[INFO] [stderr]  --> Cargo.toml:7:1
[INFO] [stderr]   |
[INFO] [stderr] 7 | gstreamer-video = "0.20"
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `gstreamer-video`
[INFO] [stderr] warning: `ascii_camera` (manifest) generated 1 warning
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: winit v0.28.7
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 5`
[INFO] running `Command { std: "docker" "inspect" "5d4f679a6306197ace41fa9849962a97057febf504e632d6f9b3758fada3cfd4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5d4f679a6306197ace41fa9849962a97057febf504e632d6f9b3758fada3cfd4", kill_on_drop: false }`
[INFO] [stdout] 5d4f679a6306197ace41fa9849962a97057febf504e632d6f9b3758fada3cfd4
