[INFO] fetching crate filum 0.1.2... [INFO] checking filum-0.1.2 against master#ab869e094a907cc5d19b4080f22eccaf347f1f95 for pr-129604 [INFO] extracting crate filum 0.1.2 into /workspace/builds/worker-2-tc1/source [INFO] validating manifest of crates.io crate filum 0.1.2 on toolchain ab869e094a907cc5d19b4080f22eccaf347f1f95 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "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-2-tc1/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: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded libc v0.2.66 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d336bbb92053b1cc17b46fbd322e6408babbe685a2e4aead223d051255838aa6 [INFO] running `Command { std: "docker" "start" "-a" "d336bbb92053b1cc17b46fbd322e6408babbe685a2e4aead223d051255838aa6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d336bbb92053b1cc17b46fbd322e6408babbe685a2e4aead223d051255838aa6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d336bbb92053b1cc17b46fbd322e6408babbe685a2e4aead223d051255838aa6", kill_on_drop: false }` [INFO] [stdout] d336bbb92053b1cc17b46fbd322e6408babbe685a2e4aead223d051255838aa6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ed8224b2247c68d34d821c802bca993e3ebd41cef073ce66b291aac77962d9eb [INFO] running `Command { std: "docker" "start" "-a" "ed8224b2247c68d34d821c802bca993e3ebd41cef073ce66b291aac77962d9eb", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Checking filum v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused macro definition: `log_info` [INFO] [stdout] --> src/logging.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | macro_rules! log_info { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `implementations::*` [INFO] [stdout] --> src/vk/mod.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use implementations::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` 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] [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 macro definition: `log_info` [INFO] [stdout] --> src/logging.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | macro_rules! log_info { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [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 import: `implementations::*` [INFO] [stdout] --> src/vk/mod.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub use implementations::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` 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] [INFO] [stdout] warning: unused imports: `CommandPool`, `DeviceBuilder`, and `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 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`, and `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 `u` is never read [INFO] [stdout] --> src/error.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct Error { [INFO] [stdout] | ----- field in this struct [INFO] [stdout] 20 | u: Box [INFO] [stdout] | ^ [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] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `whole_size` is never read [INFO] [stdout] --> src/device.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 47 | pub struct BufferMemory { [INFO] [stdout] | ------------ field in this struct [INFO] [stdout] ... [INFO] [stdout] 51 | whole_size: VkDeviceSize, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `shader_module` is never read [INFO] [stdout] --> src/dispatch.rs:184:5 [INFO] [stdout] | [INFO] [stdout] 176 | pub struct ComputePipeline { [INFO] [stdout] | --------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 184 | shader_module: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `buffer_size` and `mapped` are never read [INFO] [stdout] --> src/dispatch.rs:344:5 [INFO] [stdout] | [INFO] [stdout] 343 | pub struct StagingBuffer { [INFO] [stdout] | ------------- fields in this struct [INFO] [stdout] 344 | buffer_size: VkDeviceSize, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 349 | mapped: *mut c_void, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `device_buffer_memory` is never read [INFO] [stdout] --> src/dispatch.rs:509:5 [INFO] [stdout] | [INFO] [stdout] 504 | pub struct StagingBufferRegion { [INFO] [stdout] | ------------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 509 | device_buffer_memory: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `instance` is never read [INFO] [stdout] --> src/context.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct Context { [INFO] [stdout] | ------- field in this struct [INFO] [stdout] 9 | instance: Arc, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `instance` is never used [INFO] [stdout] --> src/context.rs:29:19 [INFO] [stdout] | [INFO] [stdout] 14 | impl Context { [INFO] [stdout] | ------------ method in this implementation [INFO] [stdout] ... [INFO] [stdout] 29 | pub(crate) fn instance(&self) -> &Arc { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `bindings` and `size` are never read [INFO] [stdout] --> src/view.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 43 | pub struct BufferLayout { [INFO] [stdout] | ------------ fields in this struct [INFO] [stdout] 44 | bindings: (T0, T1, T2, T3), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 45 | size: usize, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `variant` is never read [INFO] [stdout] --> src/view.rs:129:5 [INFO] [stdout] | [INFO] [stdout] 128 | pub struct BindingVariant { [INFO] [stdout] | -------------- field in this struct [INFO] [stdout] 129 | variant: T, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `buffer` and `shader_module` are never read [INFO] [stdout] --> src/pipeline.rs:94:5 [INFO] [stdout] | [INFO] [stdout] 93 | pub struct Pipeline { [INFO] [stdout] | -------- fields in this struct [INFO] [stdout] 94 | buffer: Arc, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 95 | shader_module: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `u` is never read [INFO] [stdout] --> src/error.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct Error { [INFO] [stdout] | ----- field in this struct [INFO] [stdout] 20 | u: Box [INFO] [stdout] | ^ [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] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `whole_size` is never read [INFO] [stdout] --> src/device.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 47 | pub struct BufferMemory { [INFO] [stdout] | ------------ field in this struct [INFO] [stdout] ... [INFO] [stdout] 51 | whole_size: VkDeviceSize, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `shader_module` is never read [INFO] [stdout] --> src/dispatch.rs:184:5 [INFO] [stdout] | [INFO] [stdout] 176 | pub struct ComputePipeline { [INFO] [stdout] | --------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 184 | shader_module: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `buffer_size` and `mapped` are never read [INFO] [stdout] --> src/dispatch.rs:344:5 [INFO] [stdout] | [INFO] [stdout] 343 | pub struct StagingBuffer { [INFO] [stdout] | ------------- fields in this struct [INFO] [stdout] 344 | buffer_size: VkDeviceSize, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 349 | mapped: *mut c_void, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `device_buffer_memory` is never read [INFO] [stdout] --> src/dispatch.rs:509:5 [INFO] [stdout] | [INFO] [stdout] 504 | pub struct StagingBufferRegion { [INFO] [stdout] | ------------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 509 | device_buffer_memory: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `instance` is never read [INFO] [stdout] --> src/context.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct Context { [INFO] [stdout] | ------- field in this struct [INFO] [stdout] 9 | instance: Arc, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `instance` is never used [INFO] [stdout] --> src/context.rs:29:19 [INFO] [stdout] | [INFO] [stdout] 14 | impl Context { [INFO] [stdout] | ------------ method in this implementation [INFO] [stdout] ... [INFO] [stdout] 29 | pub(crate) fn instance(&self) -> &Arc { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `bindings` and `size` are never read [INFO] [stdout] --> src/view.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 43 | pub struct BufferLayout { [INFO] [stdout] | ------------ fields in this struct [INFO] [stdout] 44 | bindings: (T0, T1, T2, T3), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 45 | size: usize, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `variant` is never read [INFO] [stdout] --> src/view.rs:129:5 [INFO] [stdout] | [INFO] [stdout] 128 | pub struct BindingVariant { [INFO] [stdout] | -------------- field in this struct [INFO] [stdout] 129 | variant: T, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `buffer` and `shader_module` are never read [INFO] [stdout] --> src/pipeline.rs:94:5 [INFO] [stdout] | [INFO] [stdout] 93 | pub struct Pipeline { [INFO] [stdout] | -------- fields in this struct [INFO] [stdout] 94 | buffer: Arc, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 95 | shader_module: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 28 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 28 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s [INFO] running `Command { std: "docker" "inspect" "ed8224b2247c68d34d821c802bca993e3ebd41cef073ce66b291aac77962d9eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ed8224b2247c68d34d821c802bca993e3ebd41cef073ce66b291aac77962d9eb", kill_on_drop: false }` [INFO] [stdout] ed8224b2247c68d34d821c802bca993e3ebd41cef073ce66b291aac77962d9eb