[INFO] fetching crate filum 0.1.2... [INFO] checking filum-0.1.2 against beta for pr-78714 [INFO] extracting crate filum 0.1.2 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate filum 0.1.2 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", 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-3/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" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 74a134e9a53a3496c90ea637cfe1c4d8ac33eef74b5d72c79c7052d13c58dbe2 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "74a134e9a53a3496c90ea637cfe1c4d8ac33eef74b5d72c79c7052d13c58dbe2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "74a134e9a53a3496c90ea637cfe1c4d8ac33eef74b5d72c79c7052d13c58dbe2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "74a134e9a53a3496c90ea637cfe1c4d8ac33eef74b5d72c79c7052d13c58dbe2", kill_on_drop: false }` [INFO] [stdout] 74a134e9a53a3496c90ea637cfe1c4d8ac33eef74b5d72c79c7052d13c58dbe2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 17eb58611a2eb46e307fbd9efe072475db1d47599b137d560ac1f2b23654db8b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "17eb58611a2eb46e307fbd9efe072475db1d47599b137d560ac1f2b23654db8b", kill_on_drop: false }` [INFO] [stderr] Checking filum v0.1.2 (/opt/rustwide/workdir) [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 import: `crate::error::ErrorCode` [INFO] [stdout] --> src/instance.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::error::ErrorCode; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::mem` [INFO] [stdout] --> src/instance.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use std::mem; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CStr` [INFO] [stdout] --> src/instance.rs:8:16 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::mem` [INFO] [stdout] --> src/device.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::mem; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `c_void` [INFO] [stdout] --> src/device.rs:10:21 [INFO] [stdout] | [INFO] [stdout] 10 | use libc::{c_float, c_void}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::error::Result` [INFO] [stdout] --> src/dispatch.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::error::Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::error::ErrorCode` [INFO] [stdout] --> src/dispatch.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::error::ErrorCode; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Device` [INFO] [stdout] --> src/dispatch.rs:6:21 [INFO] [stdout] | [INFO] [stdout] 6 | use super::device::{Device, ShaderModule, CommandPool, BufferMemory}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::mem` [INFO] [stdout] --> src/dispatch.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::mem; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CStr` [INFO] [stdout] --> src/dispatch.rs:10:16 [INFO] [stdout] | [INFO] [stdout] 10 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::error::Result` [INFO] [stdout] --> src/buffer.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use super::error::Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Context` [INFO] [stdout] --> src/pipeline.rs:3:22 [INFO] [stdout] | [INFO] [stdout] 3 | use super::context::{Context}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Instance` [INFO] [stdout] --> src/pipeline.rs:6:23 [INFO] [stdout] | [INFO] [stdout] 6 | use super::instance::{Instance}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `CommandPool`, `DeviceBuilder`, `Device` [INFO] [stdout] --> src/pipeline.rs:7:21 [INFO] [stdout] | [INFO] [stdout] 7 | use super::device::{Device, DeviceBuilder, CommandPool, ShaderModule, ShaderModuleSource}; [INFO] [stdout] | ^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `StagingBuffer` [INFO] [stdout] --> src/pipeline.rs:8:23 [INFO] [stdout] | [INFO] [stdout] 8 | use super::dispatch::{StagingBuffer, ComputePipeline, CommandDispatch, WorkgroupCount, ConstantEntry}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::marker::PhantomData` [INFO] [stdout] --> src/pipeline.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use std::marker::PhantomData; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [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: unused import: `crate::error::ErrorCode` [INFO] [stdout] --> src/instance.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::error::ErrorCode; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::mem` [INFO] [stdout] --> src/instance.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use std::mem; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CStr` [INFO] [stdout] --> src/instance.rs:8:16 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::mem` [INFO] [stdout] --> src/device.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::mem; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `c_void` [INFO] [stdout] --> src/device.rs:10:21 [INFO] [stdout] | [INFO] [stdout] 10 | use libc::{c_float, c_void}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::error::Result` [INFO] [stdout] --> src/dispatch.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::error::Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::error::ErrorCode` [INFO] [stdout] --> src/dispatch.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::error::ErrorCode; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Device` [INFO] [stdout] --> src/dispatch.rs:6:21 [INFO] [stdout] | [INFO] [stdout] 6 | use super::device::{Device, ShaderModule, CommandPool, BufferMemory}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::mem` [INFO] [stdout] --> src/dispatch.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::mem; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CStr` [INFO] [stdout] --> src/dispatch.rs:10:16 [INFO] [stdout] | [INFO] [stdout] 10 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::error::Result` [INFO] [stdout] --> src/buffer.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use super::error::Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Context` [INFO] [stdout] --> src/pipeline.rs:3:22 [INFO] [stdout] | [INFO] [stdout] 3 | use super::context::{Context}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Instance` [INFO] [stdout] --> src/pipeline.rs:6:23 [INFO] [stdout] | [INFO] [stdout] 6 | use super::instance::{Instance}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `CommandPool`, `DeviceBuilder`, `Device` [INFO] [stdout] --> src/pipeline.rs:7:21 [INFO] [stdout] | [INFO] [stdout] 7 | use super::device::{Device, DeviceBuilder, CommandPool, ShaderModule, ShaderModuleSource}; [INFO] [stdout] | ^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `StagingBuffer` [INFO] [stdout] --> src/pipeline.rs:8:23 [INFO] [stdout] | [INFO] [stdout] 8 | use super::dispatch::{StagingBuffer, ComputePipeline, CommandDispatch, WorkgroupCount, ConstantEntry}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::marker::PhantomData` [INFO] [stdout] --> src/pipeline.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use std::marker::PhantomData; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [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: 29 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: 29 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.62s [INFO] running `Command { std: "docker" "inspect" "17eb58611a2eb46e307fbd9efe072475db1d47599b137d560ac1f2b23654db8b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "17eb58611a2eb46e307fbd9efe072475db1d47599b137d560ac1f2b23654db8b", kill_on_drop: false }` [INFO] [stdout] 17eb58611a2eb46e307fbd9efe072475db1d47599b137d560ac1f2b23654db8b