[INFO] fetching crate filum 0.1.2... [INFO] checking filum-0.1.2 against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] extracting crate filum 0.1.2 into /workspace/builds/worker-37/source [INFO] validating manifest of crates.io crate filum 0.1.2 on toolchain a7a572ce3edd6d476191fbfe92c9c1986e009b34 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate filum 0.1.2 [INFO] finished tweaking crates.io crate filum 0.1.2 [INFO] tweaked toml for crates.io crate filum 0.1.2 written to /workspace/builds/worker-37/source/Cargo.toml [INFO] crate crates.io crate filum 0.1.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-37/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-37/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d37420aa3f1c00447e07133c1034ef0f0cdc5245ddea04c4380358bb030f0bb6 [INFO] running `Command { std: "docker" "start" "-a" "d37420aa3f1c00447e07133c1034ef0f0cdc5245ddea04c4380358bb030f0bb6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d37420aa3f1c00447e07133c1034ef0f0cdc5245ddea04c4380358bb030f0bb6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d37420aa3f1c00447e07133c1034ef0f0cdc5245ddea04c4380358bb030f0bb6", kill_on_drop: false }` [INFO] [stdout] d37420aa3f1c00447e07133c1034ef0f0cdc5245ddea04c4380358bb030f0bb6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-37/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-37/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d669e1bf4b023ca960b0620288c1dea5f7804d08a32a8d45a6d2178ae00ae854 [INFO] running `Command { std: "docker" "start" "-a" "d669e1bf4b023ca960b0620288c1dea5f7804d08a32a8d45a6d2178ae00ae854", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Checking filum v0.1.2 (/tmp/fixit) [INFO] [stderr] Migrating src/lib.rs from 2018 edition to 2021 [INFO] [stderr] Fixed src/dispatch.rs (5 fixes) [INFO] [stderr] Fixed src/pipeline.rs (5 fixes) [INFO] [stderr] Fixed src/buffer.rs (1 fix) [INFO] [stderr] Fixed src/instance.rs (3 fixes) [INFO] [stderr] Fixed src/device.rs (2 fixes) [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/logging.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / macro_rules! log_info { [INFO] [stdout] 19 | | () => { println!() }; [INFO] [stdout] 20 | | ($($arg:tt)*) => { println!("[{}] {}", "filum", format!($($arg)*)) }; [INFO] [stdout] 21 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/logging.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / macro_rules! log_info { [INFO] [stdout] 19 | | () => { println!() }; [INFO] [stdout] 20 | | ($($arg:tt)*) => { println!("[{}] {}", "filum", format!($($arg)*)) }; [INFO] [stdout] 21 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `whole_size` [INFO] [stdout] --> src/device.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | whole_size: VkDeviceSize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `shader_module` [INFO] [stdout] --> src/dispatch.rs:184:5 [INFO] [stdout] | [INFO] [stdout] 184 | shader_module: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `buffer_size` [INFO] [stdout] --> src/dispatch.rs:344:5 [INFO] [stdout] | [INFO] [stdout] 344 | buffer_size: VkDeviceSize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `mapped` [INFO] [stdout] --> src/dispatch.rs:349:5 [INFO] [stdout] | [INFO] [stdout] 349 | mapped: *mut c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `device_buffer_memory` [INFO] [stdout] --> src/dispatch.rs:509:5 [INFO] [stdout] | [INFO] [stdout] 509 | device_buffer_memory: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `instance` [INFO] [stdout] --> src/context.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | instance: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `instance` [INFO] [stdout] --> src/context.rs:29:19 [INFO] [stdout] | [INFO] [stdout] 29 | pub(crate) fn instance(&self) -> &Arc { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `bindings` [INFO] [stdout] --> src/view.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | bindings: (T0, T1, T2, T3), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `size` [INFO] [stdout] --> src/view.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | size: usize, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `variant` [INFO] [stdout] --> src/view.rs:129:5 [INFO] [stdout] | [INFO] [stdout] 129 | variant: T, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `buffer` [INFO] [stdout] --> src/pipeline.rs:94:5 [INFO] [stdout] | [INFO] [stdout] 94 | buffer: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `shader_module` [INFO] [stdout] --> src/pipeline.rs:95:5 [INFO] [stdout] | [INFO] [stdout] 95 | shader_module: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Migrating src/main.rs from 2018 edition to 2021 [INFO] [stdout] warning: field is never read: `whole_size` [INFO] [stdout] --> src/device.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | whole_size: VkDeviceSize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `shader_module` [INFO] [stdout] --> src/dispatch.rs:184:5 [INFO] [stdout] | [INFO] [stdout] 184 | shader_module: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `buffer_size` [INFO] [stdout] --> src/dispatch.rs:344:5 [INFO] [stdout] | [INFO] [stdout] 344 | buffer_size: VkDeviceSize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `mapped` [INFO] [stdout] --> src/dispatch.rs:349:5 [INFO] [stdout] | [INFO] [stdout] 349 | mapped: *mut c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `device_buffer_memory` [INFO] [stdout] --> src/dispatch.rs:509:5 [INFO] [stdout] | [INFO] [stdout] 509 | device_buffer_memory: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `instance` [INFO] [stdout] --> src/context.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | instance: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `instance` [INFO] [stdout] --> src/context.rs:29:19 [INFO] [stdout] | [INFO] [stdout] 29 | pub(crate) fn instance(&self) -> &Arc { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `bindings` [INFO] [stdout] --> src/view.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | bindings: (T0, T1, T2, T3), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `size` [INFO] [stdout] --> src/view.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | size: usize, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `variant` [INFO] [stdout] --> src/view.rs:129:5 [INFO] [stdout] | [INFO] [stdout] 129 | variant: T, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `buffer` [INFO] [stdout] --> src/pipeline.rs:94:5 [INFO] [stdout] | [INFO] [stdout] 94 | buffer: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `shader_module` [INFO] [stdout] --> src/pipeline.rs:95:5 [INFO] [stdout] | [INFO] [stdout] 95 | shader_module: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.77s [INFO] [stderr] Running `cargo check` to verify 2021 [INFO] [stderr] Checking filum v0.1.2 (/tmp/fixit) [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/logging.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / macro_rules! log_info { [INFO] [stdout] 19 | | () => { println!() }; [INFO] [stdout] 20 | | ($($arg:tt)*) => { println!("[{}] {}", "filum", format!($($arg)*)) }; [INFO] [stdout] 21 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/logging.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / macro_rules! log_info { [INFO] [stdout] 19 | | () => { println!() }; [INFO] [stdout] 20 | | ($($arg:tt)*) => { println!("[{}] {}", "filum", format!($($arg)*)) }; [INFO] [stdout] 21 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `whole_size` [INFO] [stdout] --> src/device.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | whole_size: VkDeviceSize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `shader_module` [INFO] [stdout] --> src/dispatch.rs:184:5 [INFO] [stdout] | [INFO] [stdout] 184 | shader_module: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `buffer_size` [INFO] [stdout] --> src/dispatch.rs:344:5 [INFO] [stdout] | [INFO] [stdout] 344 | buffer_size: VkDeviceSize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `mapped` [INFO] [stdout] --> src/dispatch.rs:349:5 [INFO] [stdout] | [INFO] [stdout] 349 | mapped: *mut c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `device_buffer_memory` [INFO] [stdout] --> src/dispatch.rs:509:5 [INFO] [stdout] | [INFO] [stdout] 509 | device_buffer_memory: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `instance` [INFO] [stdout] --> src/context.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | instance: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `instance` [INFO] [stdout] --> src/context.rs:29:19 [INFO] [stdout] | [INFO] [stdout] 29 | pub(crate) fn instance(&self) -> &Arc { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `bindings` [INFO] [stdout] --> src/view.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | bindings: (T0, T1, T2, T3), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `size` [INFO] [stdout] --> src/view.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | size: usize, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `variant` [INFO] [stdout] --> src/view.rs:129:5 [INFO] [stdout] | [INFO] [stdout] 129 | variant: T, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `buffer` [INFO] [stdout] --> src/pipeline.rs:94:5 [INFO] [stdout] | [INFO] [stdout] 94 | buffer: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `shader_module` [INFO] [stdout] --> src/pipeline.rs:95:5 [INFO] [stdout] | [INFO] [stdout] 95 | shader_module: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `whole_size` [INFO] [stdout] --> src/device.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | whole_size: VkDeviceSize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `shader_module` [INFO] [stdout] --> src/dispatch.rs:184:5 [INFO] [stdout] | [INFO] [stdout] 184 | shader_module: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `buffer_size` [INFO] [stdout] --> src/dispatch.rs:344:5 [INFO] [stdout] | [INFO] [stdout] 344 | buffer_size: VkDeviceSize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `mapped` [INFO] [stdout] --> src/dispatch.rs:349:5 [INFO] [stdout] | [INFO] [stdout] 349 | mapped: *mut c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `device_buffer_memory` [INFO] [stdout] --> src/dispatch.rs:509:5 [INFO] [stdout] | [INFO] [stdout] 509 | device_buffer_memory: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `instance` [INFO] [stdout] --> src/context.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | instance: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `instance` [INFO] [stdout] --> src/context.rs:29:19 [INFO] [stdout] | [INFO] [stdout] 29 | pub(crate) fn instance(&self) -> &Arc { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `bindings` [INFO] [stdout] --> src/view.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | bindings: (T0, T1, T2, T3), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `size` [INFO] [stdout] --> src/view.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | size: usize, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `variant` [INFO] [stdout] --> src/view.rs:129:5 [INFO] [stdout] | [INFO] [stdout] 129 | variant: T, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `buffer` [INFO] [stdout] --> src/pipeline.rs:94:5 [INFO] [stdout] | [INFO] [stdout] 94 | buffer: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `shader_module` [INFO] [stdout] --> src/pipeline.rs:95:5 [INFO] [stdout] | [INFO] [stdout] 95 | shader_module: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.89s [INFO] running `Command { std: "docker" "inspect" "d669e1bf4b023ca960b0620288c1dea5f7804d08a32a8d45a6d2178ae00ae854", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d669e1bf4b023ca960b0620288c1dea5f7804d08a32a8d45a6d2178ae00ae854", kill_on_drop: false }` [INFO] [stdout] d669e1bf4b023ca960b0620288c1dea5f7804d08a32a8d45a6d2178ae00ae854