[INFO] fetching crate kronos-compute 0.2.3-rc3... [INFO] testing kronos-compute-0.2.3-rc3 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145330-1 [INFO] extracting crate kronos-compute 0.2.3-rc3 into /workspace/builds/worker-4-tc1/source [INFO] started tweaking crates.io crate kronos-compute 0.2.3-rc3 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate kronos-compute 0.2.3-rc3 [INFO] tweaked toml for crates.io crate kronos-compute 0.2.3-rc3 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate kronos-compute 0.2.3-rc3 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate kronos-compute 0.2.3-rc3 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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded half v2.2.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 780618d33d87669ca642224c1f561ed85746a09054e22a30681b97c2af9c16f1 [INFO] running `Command { std: "docker" "start" "-a" "780618d33d87669ca642224c1f561ed85746a09054e22a30681b97c2af9c16f1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "780618d33d87669ca642224c1f561ed85746a09054e22a30681b97c2af9c16f1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "780618d33d87669ca642224c1f561ed85746a09054e22a30681b97c2af9c16f1", kill_on_drop: false }` [INFO] [stdout] 780618d33d87669ca642224c1f561ed85746a09054e22a30681b97c2af9c16f1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7295bf92e9f538fdae704e23a9fc81b36d3f9d8642cc2b0c8448c6fb632e8a55 [INFO] running `Command { std: "docker" "start" "-a" "7295bf92e9f538fdae704e23a9fc81b36d3f9d8642cc2b0c8448c6fb632e8a55", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.175 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling kronos-compute v0.2.3-rc3 (/opt/rustwide/workdir) [INFO] [stderr] Compiling bitflags v2.9.3 [INFO] [stderr] Compiling libloading v0.8.8 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling serde_json v1.0.143 [INFO] [stdout] warning: unused import: `vkDestroyDescriptorPool` [INFO] [stdout] --> src/api/context.rs:14:29 [INFO] [stdout] | [INFO] [stdout] 14 | vkCreateDescriptorPool, vkDestroyDescriptorPool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `log::warn` [INFO] [stdout] --> src/implementation/mod.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use log::warn; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ptr` [INFO] [stdout] --> src/implementation/instance.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ptr; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ptr` [INFO] [stdout] --> src/implementation/device.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ptr; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ptr` [INFO] [stdout] --> src/implementation/memory.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ptr; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ptr` [INFO] [stdout] --> src/implementation/buffer.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ptr; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ptr` [INFO] [stdout] --> src/implementation/pipeline.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ptr; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ptr` [INFO] [stdout] --> src/implementation/descriptor.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ptr; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ptr` [INFO] [stdout] --> src/implementation/sync.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ptr; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/api/context.rs:261:17 [INFO] [stdout] | [INFO] [stdout] 261 | _ => 5, [INFO] [stdout] | ^ no value can reach this [INFO] [stdout] | [INFO] [stdout] note: multiple earlier patterns match some of the same values [INFO] [stdout] --> src/api/context.rs:261:17 [INFO] [stdout] | [INFO] [stdout] 256 | VkPhysicalDeviceType::DiscreteGpu => 0, [INFO] [stdout] | --------------------------------- matches some of the same values [INFO] [stdout] 257 | VkPhysicalDeviceType::IntegratedGpu => 1, [INFO] [stdout] | ----------------------------------- matches some of the same values [INFO] [stdout] 258 | VkPhysicalDeviceType::VirtualGpu => 2, [INFO] [stdout] | -------------------------------- matches some of the same values [INFO] [stdout] 259 | VkPhysicalDeviceType::Cpu => 3, [INFO] [stdout] | ------------------------- matches some of the same values [INFO] [stdout] 260 | VkPhysicalDeviceType::Other => 4, [INFO] [stdout] 261 | _ => 5, [INFO] [stdout] | ^ ...and 1 other patterns collectively make this unreachable [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `waitAll` [INFO] [stdout] --> src/implementation/sync.rs:87:5 [INFO] [stdout] | [INFO] [stdout] 87 | waitAll: VkBool32, [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_waitAll` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `timeout` [INFO] [stdout] --> src/implementation/sync.rs:88:5 [INFO] [stdout] | [INFO] [stdout] 88 | timeout: u64, [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_timeout` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `physical_device` and `queue_family_index` are never read [INFO] [stdout] --> src/api/context.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 22 | pub(super) struct ContextInner { [INFO] [stdout] | ------------ fields in this struct [INFO] [stdout] 23 | pub(super) instance: VkInstance, [INFO] [stdout] 24 | pub(super) physical_device: VkPhysicalDevice, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 27 | pub(super) queue_family_index: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `create_descriptor_pool` is never used [INFO] [stdout] --> src/api/context.rs:379:15 [INFO] [stdout] | [INFO] [stdout] 52 | impl ComputeContext { [INFO] [stdout] | ------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 379 | unsafe fn create_descriptor_pool(device: VkDevice) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `app_info` and `enabled_extensions` are never read [INFO] [stdout] --> src/implementation/instance.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 19 | struct InstanceData { [INFO] [stdout] | ------------ fields in this struct [INFO] [stdout] 20 | app_info: ApplicationInfo, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 21 | enabled_extensions: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `app_name`, `app_version`, `engine_name`, and `engine_version` are never read [INFO] [stdout] --> src/implementation/instance.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 24 | struct ApplicationInfo { [INFO] [stdout] | --------------- fields in this struct [INFO] [stdout] 25 | app_name: String, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 26 | app_version: u32, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 27 | engine_name: String, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 28 | engine_version: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `physical_device` is never read [INFO] [stdout] --> src/implementation/device.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 19 | struct DeviceData { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 20 | physical_device: VkPhysicalDevice, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `device` and `memory_type_index` are never read [INFO] [stdout] --> src/implementation/memory.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 19 | struct MemoryData { [INFO] [stdout] | ---------- fields in this struct [INFO] [stdout] 20 | device: VkDevice, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 21 | size: VkDeviceSize, [INFO] [stdout] 22 | memory_type_index: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `device`, `usage`, and `sharing_mode` are never read [INFO] [stdout] --> src/implementation/buffer.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 19 | struct BufferData { [INFO] [stdout] | ---------- fields in this struct [INFO] [stdout] 20 | device: VkDevice, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 21 | size: VkDeviceSize, [INFO] [stdout] 22 | usage: VkBufferUsageFlags, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 23 | sharing_mode: VkSharingMode, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `device` and `spirv` are never read [INFO] [stdout] --> src/implementation/pipeline.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 27 | struct ShaderData { [INFO] [stdout] | ---------- fields in this struct [INFO] [stdout] 28 | device: VkDevice, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 29 | spirv: Vec, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `device`, `layout`, and `shader` are never read [INFO] [stdout] --> src/implementation/pipeline.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 32 | struct PipelineData { [INFO] [stdout] | ------------ fields in this struct [INFO] [stdout] 33 | device: VkDevice, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 34 | layout: VkPipelineLayout, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 35 | shader: VkShaderModule, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `device` and `set_layouts` are never read [INFO] [stdout] --> src/implementation/pipeline.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 38 | struct PipelineLayoutData { [INFO] [stdout] | ------------------ fields in this struct [INFO] [stdout] 39 | device: VkDevice, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 40 | set_layouts: Vec, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `device` and `queue_family_index` are never read [INFO] [stdout] --> src/implementation/pipeline.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 43 | struct CommandPoolData { [INFO] [stdout] | --------------- fields in this struct [INFO] [stdout] 44 | device: VkDevice, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 45 | queue_family_index: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `pool` and `level` are never read [INFO] [stdout] --> src/implementation/pipeline.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 49 | struct CommandBufferData { [INFO] [stdout] | ----------------- fields in this struct [INFO] [stdout] 50 | pool: VkCommandPool, [INFO] [stdout] | ^^^^ [INFO] [stdout] 51 | level: VkCommandBufferLevel, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `device` and `bindings` are never read [INFO] [stdout] --> src/implementation/descriptor.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 21 | struct DescriptorSetLayoutData { [INFO] [stdout] | ----------------------- fields in this struct [INFO] [stdout] 22 | device: VkDevice, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 23 | bindings: Vec, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `device` and `max_sets` are never read [INFO] [stdout] --> src/implementation/descriptor.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 26 | struct DescriptorPoolData { [INFO] [stdout] | ------------------ fields in this struct [INFO] [stdout] 27 | device: VkDevice, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 28 | max_sets: u32, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `device` is never read [INFO] [stdout] --> src/implementation/sync.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 23 | struct FenceData { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] 24 | device: VkDevice, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `device` and `signaled` are never read [INFO] [stdout] --> src/implementation/sync.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 28 | struct SemaphoreData { [INFO] [stdout] | ------------- fields in this struct [INFO] [stdout] 29 | device: VkDevice, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 30 | signaled: bool, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `device` is never read [INFO] [stdout] --> src/implementation/sync.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 33 | struct EventData { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] 34 | device: VkDevice, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `flags::VkShaderStageFlags`, which is not FFI-safe [INFO] [stdout] --> src/implementation/pipeline.rs:374:18 [INFO] [stdout] | [INFO] [stdout] 374 | _stageFlags: VkShaderStageFlags, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/core/flags.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | / bitflags! { [INFO] [stdout] 64 | | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)] [INFO] [stdout] 65 | | pub struct VkShaderStageFlags: VkFlags { [INFO] [stdout] 66 | | const COMPUTE = 0x00000020; [INFO] [stdout] ... | [INFO] [stdout] 69 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `#[warn(improper_ctypes_definitions)]` on by default [INFO] [stdout] = note: this warning originates in the macro `$crate::__declare_public_bitflags` which comes from the expansion of the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `flags::VkDescriptorPoolResetFlags`, which is not FFI-safe [INFO] [stdout] --> src/implementation/descriptor.rs:178:13 [INFO] [stdout] | [INFO] [stdout] 178 | _flags: VkDescriptorPoolResetFlags, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/core/flags.rs:117:1 [INFO] [stdout] | [INFO] [stdout] 117 | / bitflags! { [INFO] [stdout] 118 | | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)] [INFO] [stdout] 119 | | pub struct VkDescriptorPoolResetFlags: VkFlags { [INFO] [stdout] ... | [INFO] [stdout] 123 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: this warning originates in the macro `$crate::__declare_public_bitflags` which comes from the expansion of the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.68s [INFO] running `Command { std: "docker" "inspect" "7295bf92e9f538fdae704e23a9fc81b36d3f9d8642cc2b0c8448c6fb632e8a55", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7295bf92e9f538fdae704e23a9fc81b36d3f9d8642cc2b0c8448c6fb632e8a55", kill_on_drop: false }` [INFO] [stdout] 7295bf92e9f538fdae704e23a9fc81b36d3f9d8642cc2b0c8448c6fb632e8a55 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] eac165e1468d7a80f6b6cf48b626f9ccccf0d33939d6ee6859b2775dd4a5e0f3 [INFO] running `Command { std: "docker" "start" "-a" "eac165e1468d7a80f6b6cf48b626f9ccccf0d33939d6ee6859b2775dd4a5e0f3", kill_on_drop: false }` [INFO] [stderr] Compiling rayon-core v1.12.0 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling kronos-compute v0.2.3-rc3 (/opt/rustwide/workdir) [INFO] [stderr] Compiling regex-syntax v0.8.6 [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling clap_lex v0.7.5 [INFO] [stderr] Compiling half v2.2.0 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling anstyle v1.0.11 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling is-terminal v0.4.16 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling oorandom v11.1.5 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling clap_builder v4.5.44 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling rayon v1.8.0 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling regex-automata v0.4.10 [INFO] [stderr] Compiling clap v4.5.45 [INFO] [stderr] Compiling serde_json v1.0.143 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling regex v1.11.2 [INFO] [stderr] Compiling env_logger v0.10.2 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stdout] warning: unused import: `vkDestroyDescriptorPool` [INFO] [stdout] --> src/api/context.rs:14:29 [INFO] [stdout] | [INFO] [stdout] 14 | vkCreateDescriptorPool, vkDestroyDescriptorPool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `log::warn` [INFO] [stdout] --> src/implementation/mod.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use log::warn; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ptr` [INFO] [stdout] --> src/implementation/instance.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ptr; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ptr` [INFO] [stdout] --> src/implementation/device.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ptr; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ptr` [INFO] [stdout] --> src/implementation/memory.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ptr; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ptr` [INFO] [stdout] --> src/implementation/buffer.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ptr; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ptr` [INFO] [stdout] --> src/implementation/pipeline.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ptr; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ptr` [INFO] [stdout] --> src/implementation/descriptor.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ptr; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ptr` [INFO] [stdout] --> src/implementation/sync.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ptr; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/api/context.rs:261:17 [INFO] [stdout] | [INFO] [stdout] 261 | _ => 5, [INFO] [stdout] | ^ no value can reach this [INFO] [stdout] | [INFO] [stdout] note: multiple earlier patterns match some of the same values [INFO] [stdout] --> src/api/context.rs:261:17 [INFO] [stdout] | [INFO] [stdout] 256 | VkPhysicalDeviceType::DiscreteGpu => 0, [INFO] [stdout] | --------------------------------- matches some of the same values [INFO] [stdout] 257 | VkPhysicalDeviceType::IntegratedGpu => 1, [INFO] [stdout] | ----------------------------------- matches some of the same values [INFO] [stdout] 258 | VkPhysicalDeviceType::VirtualGpu => 2, [INFO] [stdout] | -------------------------------- matches some of the same values [INFO] [stdout] 259 | VkPhysicalDeviceType::Cpu => 3, [INFO] [stdout] | ------------------------- matches some of the same values [INFO] [stdout] 260 | VkPhysicalDeviceType::Other => 4, [INFO] [stdout] 261 | _ => 5, [INFO] [stdout] | ^ ...and 1 other patterns collectively make this unreachable [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `waitAll` [INFO] [stdout] --> src/implementation/sync.rs:87:5 [INFO] [stdout] | [INFO] [stdout] 87 | waitAll: VkBool32, [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_waitAll` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `timeout` [INFO] [stdout] --> src/implementation/sync.rs:88:5 [INFO] [stdout] | [INFO] [stdout] 88 | timeout: u64, [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_timeout` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `physical_device` and `queue_family_index` are never read [INFO] [stdout] --> src/api/context.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 22 | pub(super) struct ContextInner { [INFO] [stdout] | ------------ fields in this struct [INFO] [stdout] 23 | pub(super) instance: VkInstance, [INFO] [stdout] 24 | pub(super) physical_device: VkPhysicalDevice, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 27 | pub(super) queue_family_index: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `create_descriptor_pool` is never used [INFO] [stdout] --> src/api/context.rs:379:15 [INFO] [stdout] | [INFO] [stdout] 52 | impl ComputeContext { [INFO] [stdout] | ------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 379 | unsafe fn create_descriptor_pool(device: VkDevice) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `app_info` and `enabled_extensions` are never read [INFO] [stdout] --> src/implementation/instance.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 19 | struct InstanceData { [INFO] [stdout] | ------------ fields in this struct [INFO] [stdout] 20 | app_info: ApplicationInfo, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 21 | enabled_extensions: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `app_name`, `app_version`, `engine_name`, and `engine_version` are never read [INFO] [stdout] --> src/implementation/instance.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 24 | struct ApplicationInfo { [INFO] [stdout] | --------------- fields in this struct [INFO] [stdout] 25 | app_name: String, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 26 | app_version: u32, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 27 | engine_name: String, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 28 | engine_version: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `physical_device` is never read [INFO] [stdout] --> src/implementation/device.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 19 | struct DeviceData { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 20 | physical_device: VkPhysicalDevice, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `device` and `memory_type_index` are never read [INFO] [stdout] --> src/implementation/memory.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 19 | struct MemoryData { [INFO] [stdout] | ---------- fields in this struct [INFO] [stdout] 20 | device: VkDevice, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 21 | size: VkDeviceSize, [INFO] [stdout] 22 | memory_type_index: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `device`, `usage`, and `sharing_mode` are never read [INFO] [stdout] --> src/implementation/buffer.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 19 | struct BufferData { [INFO] [stdout] | ---------- fields in this struct [INFO] [stdout] 20 | device: VkDevice, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 21 | size: VkDeviceSize, [INFO] [stdout] 22 | usage: VkBufferUsageFlags, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 23 | sharing_mode: VkSharingMode, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `device` and `spirv` are never read [INFO] [stdout] --> src/implementation/pipeline.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 27 | struct ShaderData { [INFO] [stdout] | ---------- fields in this struct [INFO] [stdout] 28 | device: VkDevice, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 29 | spirv: Vec, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `device`, `layout`, and `shader` are never read [INFO] [stdout] --> src/implementation/pipeline.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 32 | struct PipelineData { [INFO] [stdout] | ------------ fields in this struct [INFO] [stdout] 33 | device: VkDevice, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 34 | layout: VkPipelineLayout, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 35 | shader: VkShaderModule, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `device` and `set_layouts` are never read [INFO] [stdout] --> src/implementation/pipeline.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 38 | struct PipelineLayoutData { [INFO] [stdout] | ------------------ fields in this struct [INFO] [stdout] 39 | device: VkDevice, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 40 | set_layouts: Vec, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `device` and `queue_family_index` are never read [INFO] [stdout] --> src/implementation/pipeline.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 43 | struct CommandPoolData { [INFO] [stdout] | --------------- fields in this struct [INFO] [stdout] 44 | device: VkDevice, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 45 | queue_family_index: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `pool` and `level` are never read [INFO] [stdout] --> src/implementation/pipeline.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 49 | struct CommandBufferData { [INFO] [stdout] | ----------------- fields in this struct [INFO] [stdout] 50 | pool: VkCommandPool, [INFO] [stdout] | ^^^^ [INFO] [stdout] 51 | level: VkCommandBufferLevel, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `device` and `bindings` are never read [INFO] [stdout] --> src/implementation/descriptor.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 21 | struct DescriptorSetLayoutData { [INFO] [stdout] | ----------------------- fields in this struct [INFO] [stdout] 22 | device: VkDevice, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 23 | bindings: Vec, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `device` and `max_sets` are never read [INFO] [stdout] --> src/implementation/descriptor.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 26 | struct DescriptorPoolData { [INFO] [stdout] | ------------------ fields in this struct [INFO] [stdout] 27 | device: VkDevice, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 28 | max_sets: u32, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `device` is never read [INFO] [stdout] --> src/implementation/sync.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 23 | struct FenceData { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] 24 | device: VkDevice, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `device` and `signaled` are never read [INFO] [stdout] --> src/implementation/sync.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 28 | struct SemaphoreData { [INFO] [stdout] | ------------- fields in this struct [INFO] [stdout] 29 | device: VkDevice, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 30 | signaled: bool, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `device` is never read [INFO] [stdout] --> src/implementation/sync.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 33 | struct EventData { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] 34 | device: VkDevice, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `flags::VkShaderStageFlags`, which is not FFI-safe [INFO] [stdout] --> src/implementation/pipeline.rs:374:18 [INFO] [stdout] | [INFO] [stdout] 374 | _stageFlags: VkShaderStageFlags, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/core/flags.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | / bitflags! { [INFO] [stdout] 64 | | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)] [INFO] [stdout] 65 | | pub struct VkShaderStageFlags: VkFlags { [INFO] [stdout] 66 | | const COMPUTE = 0x00000020; [INFO] [stdout] ... | [INFO] [stdout] 69 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `#[warn(improper_ctypes_definitions)]` on by default [INFO] [stdout] = note: this warning originates in the macro `$crate::__declare_public_bitflags` which comes from the expansion of the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `flags::VkDescriptorPoolResetFlags`, which is not FFI-safe [INFO] [stdout] --> src/implementation/descriptor.rs:178:13 [INFO] [stdout] | [INFO] [stdout] 178 | _flags: VkDescriptorPoolResetFlags, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/core/flags.rs:117:1 [INFO] [stdout] | [INFO] [stdout] 117 | / bitflags! { [INFO] [stdout] 118 | | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)] [INFO] [stdout] 119 | | pub struct VkDescriptorPoolResetFlags: VkFlags { [INFO] [stdout] ... | [INFO] [stdout] 123 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: this warning originates in the macro `$crate::__declare_public_bitflags` which comes from the expansion of the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> examples/benchmark_quick.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `kronos_compute::VkQueueFlags`, which is not FFI-safe [INFO] [stdout] --> examples/compute_optimized.rs:18:144 [INFO] [stdout] | [INFO] [stdout] 18 | ...pertyCount: *mut u32, pQueueFamilyProperties: *mut VkQueueFamilyProperties); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] = note: `#[warn(improper_ctypes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `kronos_compute::VkBufferUsageFlags`, which is not FFI-safe [INFO] [stdout] --> examples/compute_optimized.rs:21:54 [INFO] [stdout] | [INFO] [stdout] 21 | fn vkCreateBuffer(device: VkDevice, pCreateInfo: *const VkBufferCreateInfo, pAllocator: *const VkAllocationCallbacks, pBuffer: *mut V... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `kronos_compute::VkShaderStageFlags`, which is not FFI-safe [INFO] [stdout] --> examples/compute_optimized.rs:25:67 [INFO] [stdout] | [INFO] [stdout] 25 | fn vkCreateDescriptorSetLayout(device: VkDevice, pCreateInfo: *const VkDescriptorSetLayoutCreateInfo, pAllocator: *const VkAllocation... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `kronos_compute::VkShaderStageFlags`, which is not FFI-safe [INFO] [stdout] --> examples/compute_optimized.rs:26:62 [INFO] [stdout] | [INFO] [stdout] 26 | fn vkCreatePipelineLayout(device: VkDevice, pCreateInfo: *const VkPipelineLayoutCreateInfo, pAllocator: *const VkAllocationCallbacks,... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `kronos_compute::VkPipelineCreateFlags`, which is not FFI-safe [INFO] [stdout] --> examples/compute_optimized.rs:28:119 [INFO] [stdout] | [INFO] [stdout] 28 | ...Cache, createInfoCount: u32, pCreateInfos: *const VkComputePipelineCreateInfo, pAllocator: *const VkAllocationCallbacks, pPipelines: *... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `kronos_compute::VkCommandPoolCreateFlags`, which is not FFI-safe [INFO] [stdout] --> examples/compute_optimized.rs:29:59 [INFO] [stdout] | [INFO] [stdout] 29 | fn vkCreateCommandPool(device: VkDevice, pCreateInfo: *const VkCommandPoolCreateInfo, pAllocator: *const VkAllocationCallbacks, pComm... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `kronos_compute::VkCommandBufferUsageFlags`, which is not FFI-safe [INFO] [stdout] --> examples/compute_optimized.rs:31:73 [INFO] [stdout] | [INFO] [stdout] 31 | fn vkBeginCommandBuffer(commandBuffer: VkCommandBuffer, pBeginInfo: *const VkCommandBufferBeginInfo) -> VkResult; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `kronos_compute::VkShaderStageFlags`, which is not FFI-safe [INFO] [stdout] --> examples/compute_optimized.rs:34:97 [INFO] [stdout] | [INFO] [stdout] 34 | fn vkCmdPushConstants(commandBuffer: VkCommandBuffer, layout: VkPipelineLayout, stageFlags: VkShaderStageFlags, offset: u32, size: u3... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `barrier_policy` [INFO] [stdout] --> tests/integration_tests.rs:18:13 [INFO] [stdout] | [INFO] [stdout] 18 | use barrier_policy::GpuVendor; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `barrier_policy` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `barrier_policy`, use `cargo add barrier_policy` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `barrier_policy` [INFO] [stdout] --> tests/integration_tests.rs:28:13 [INFO] [stdout] | [INFO] [stdout] 28 | use barrier_policy::{GpuVendor, BarrierType, BarrierConfig}; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `barrier_policy` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `barrier_policy`, use `cargo add barrier_policy` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pool_allocator` [INFO] [stdout] --> tests/integration_tests.rs:43:13 [INFO] [stdout] | [INFO] [stdout] 43 | use pool_allocator::PoolType; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `pool_allocator` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `pool_allocator`, use `cargo add pool_allocator` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `timeline_batching` [INFO] [stdout] --> tests/integration_tests.rs:56:13 [INFO] [stdout] | [INFO] [stdout] 56 | use timeline_batching::BatchBuilder; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `timeline_batching` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `timeline_batching`, use `cargo add timeline_batching` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `persistent_descriptors` [INFO] [stdout] --> tests/integration_tests.rs:72:13 [INFO] [stdout] | [INFO] [stdout] 72 | use persistent_descriptors::create_push_constant_range; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `persistent_descriptors` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `persistent_descriptors`, use `cargo add persistent_descriptors` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `persistent_descriptors` [INFO] [stdout] --> tests/integration_tests.rs:83:13 [INFO] [stdout] | [INFO] [stdout] 83 | use persistent_descriptors::create_push_constant_range; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `persistent_descriptors` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `persistent_descriptors`, use `cargo add persistent_descriptors` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> examples/test_forwarding.rs:182:20 [INFO] [stdout] | [INFO] [stdout] 182 | flags: 0, [INFO] [stdout] | ^ expected `VkPipelineShaderStageCreateFlags`, found integer [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `icd_loader` in `implementation` [INFO] [stdout] --> tests/icd_forwarding.rs:17:35 [INFO] [stdout] | [INFO] [stdout] 17 | let icd = implementation::icd_loader::get_icd().expect("ICD not loaded"); [INFO] [stdout] | ^^^^^^^^^^ could not find `icd_loader` in `implementation` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `icd_loader` in `implementation` [INFO] [stdout] --> examples/test_icd_loading.rs:21:57 [INFO] [stdout] | [INFO] [stdout] 21 | if let Some(info) = kronos_compute::implementation::icd_loader::selected_icd_info() { [INFO] [stdout] | ^^^^^^^^^^ could not find `icd_loader` in `implementation` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `vkGetPhysicalDeviceProperties` in module `kronos_compute::implementation::instance` [INFO] [stdout] --> examples/rust_implementation_test.rs:67:51 [INFO] [stdout] | [INFO] [stdout] 67 | kronos_compute::implementation::instance::vkGetPhysicalDeviceProperties( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `kronos_compute::implementation::instance` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these functions [INFO] [stdout] | [INFO] [stdout] 3 + use crate::vkGetPhysicalDeviceProperties; [INFO] [stdout] | [INFO] [stdout] 3 + use kronos_compute::vkGetPhysicalDeviceProperties; [INFO] [stdout] | [INFO] [stdout] help: if you import `vkGetPhysicalDeviceProperties`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 67 - kronos_compute::implementation::instance::vkGetPhysicalDeviceProperties( [INFO] [stdout] 67 + vkGetPhysicalDeviceProperties( [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `vkQueueSubmit` in module `kronos_compute::implementation::device` [INFO] [stdout] --> examples/rust_implementation_test.rs:303:62 [INFO] [stdout] | [INFO] [stdout] 303 | let result = kronos_compute::implementation::device::vkQueueSubmit( [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `kronos_compute::implementation::device` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these functions [INFO] [stdout] | [INFO] [stdout] 3 + use crate::vkQueueSubmit; [INFO] [stdout] | [INFO] [stdout] 3 + use kronos_compute::vkQueueSubmit; [INFO] [stdout] | [INFO] [stdout] help: if you import `vkQueueSubmit`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 303 - let result = kronos_compute::implementation::device::vkQueueSubmit( [INFO] [stdout] 303 + let result = vkQueueSubmit( [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `vkQueueWaitIdle` in module `kronos_compute::implementation::device` [INFO] [stdout] --> examples/rust_implementation_test.rs:313:62 [INFO] [stdout] | [INFO] [stdout] 313 | let result = kronos_compute::implementation::device::vkQueueWaitIdle(queue); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `kronos_compute::implementation::device` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these functions [INFO] [stdout] | [INFO] [stdout] 3 + use crate::vkQueueWaitIdle; [INFO] [stdout] | [INFO] [stdout] 3 + use kronos_compute::vkQueueWaitIdle; [INFO] [stdout] | [INFO] [stdout] help: if you import `vkQueueWaitIdle`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 313 - let result = kronos_compute::implementation::device::vkQueueWaitIdle(queue); [INFO] [stdout] 313 + let result = vkQueueWaitIdle(queue); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `barrier_policy` in `implementation` [INFO] [stdout] --> tests/icd_forwarding.rs:228:46 [INFO] [stdout] | [INFO] [stdout] 228 | let vendor = implementation::barrier_policy::GpuVendor::from_vendor_id(props.vendorID); [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `barrier_policy` in `implementation` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `prefer_icd_path` found for struct `kronos_compute::api::ContextBuilder` in the current scope [INFO] [stdout] --> examples/test_safe_api_amd.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 14 | match ComputeContext::builder() [INFO] [stdout] | ___________- [INFO] [stdout] 15 | | .app_name("AMD Test") [INFO] [stdout] 16 | | .prefer_icd_path("/usr/lib/x86_64-linux-gnu/libvulkan_radeon.so") [INFO] [stdout] | | -^^^^^^^^^^^^^^^ method not found in `kronos_compute::api::ContextBuilder` [INFO] [stdout] | |_________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `kronos-compute` (example "test_icd_loading") due to 1 previous error [INFO] [stdout] error[E0433]: failed to resolve: could not find `barrier_policy` in `implementation` [INFO] [stdout] --> tests/icd_forwarding.rs:236:66 [INFO] [stdout] | [INFO] [stdout] 236 | 0x1002 => assert_eq!(vendor, implementation::barrier_policy::GpuVendor::AMD), [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `barrier_policy` in `implementation` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0433]: failed to resolve: could not find `barrier_policy` in `implementation` [INFO] [stdout] --> tests/icd_forwarding.rs:237:66 [INFO] [stdout] | [INFO] [stdout] 237 | 0x10DE => assert_eq!(vendor, implementation::barrier_policy::GpuVendor::NVIDIA), [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `barrier_policy` in `implementation` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `icd_loader` in `implementation` [INFO] [stdout] --> examples/test_preference_before_init.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | kronos_compute::implementation::icd_loader::set_preferred_icd_index(2); [INFO] [stdout] | ^^^^^^^^^^ could not find `icd_loader` in `implementation` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `icd_loader` in `implementation` [INFO] [stdout] --> examples/test_preference_before_init.rs:27:57 [INFO] [stdout] | [INFO] [stdout] 27 | if let Some(info) = kronos_compute::implementation::icd_loader::selected_icd_info() { [INFO] [stdout] | ^^^^^^^^^^ could not find `icd_loader` in `implementation` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `barrier_policy` in `implementation` [INFO] [stdout] --> tests/icd_forwarding.rs:238:66 [INFO] [stdout] | [INFO] [stdout] 238 | 0x8086 => assert_eq!(vendor, implementation::barrier_policy::GpuVendor::Intel), [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `barrier_policy` in `implementation` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `icd_loader` in `implementation` [INFO] [stdout] --> tests/icd_dispatch.rs:17:41 [INFO] [stdout] | [INFO] [stdout] 17 | kronos_compute::implementation::icd_loader::set_preferred_icd_index(0); [INFO] [stdout] | ^^^^^^^^^^ could not find `icd_loader` in `implementation` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> tests/icd_aggregate_stress.rs:39:48 [INFO] [stdout] | [INFO] [stdout] 17 | unsafe { [INFO] [stdout] | ------ because it's nested under this `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 39 | handles.push(thread::spawn(move || unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `kronos-compute` (example "test_forwarding") due to 1 previous error [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `barrier_policy` in `implementation` [INFO] [stdout] --> tests/icd_forwarding.rs:239:61 [INFO] [stdout] | [INFO] [stdout] 239 | _ => assert_eq!(vendor, implementation::barrier_policy::GpuVendor::Other), [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `barrier_policy` in `implementation` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VkResult` [INFO] [stdout] --> tests/icd_forwarding.rs:54:28 [INFO] [stdout] | [INFO] [stdout] 54 | assert_eq!(result, VkResult::Success, "Failed to create instance"); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `VkResult` [INFO] [stdout] | [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 54 - assert_eq!(result, VkResult::Success, "Failed to create instance"); [INFO] [stdout] 54 + assert_eq!(result, Result::Success, "Failed to create instance"); [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 3 + use kronos_compute::VkResult; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VkResult` [INFO] [stdout] --> tests/icd_forwarding.rs:118:28 [INFO] [stdout] | [INFO] [stdout] 118 | assert_eq!(result, VkResult::Success, "Failed to create device"); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `VkResult` [INFO] [stdout] | [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 118 - assert_eq!(result, VkResult::Success, "Failed to create device"); [INFO] [stdout] 118 + assert_eq!(result, Result::Success, "Failed to create device"); [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 3 + use kronos_compute::VkResult; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VkResult` [INFO] [stdout] --> tests/icd_forwarding.rs:174:28 [INFO] [stdout] | [INFO] [stdout] 174 | assert_eq!(result, VkResult::Success, "Failed to submit"); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `VkResult` [INFO] [stdout] | [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 174 - assert_eq!(result, VkResult::Success, "Failed to submit"); [INFO] [stdout] 174 + assert_eq!(result, Result::Success, "Failed to submit"); [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 3 + use kronos_compute::VkResult; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `persistent_descriptors` in `implementation` [INFO] [stdout] --> tests/perf_counters.rs:34:53 [INFO] [stdout] | [INFO] [stdout] 34 | if let Ok(descriptor_set) = implementation::persistent_descriptors::get_persistent_descriptor_set(device, &buffers) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ could not find `persistent_descriptors` in `implementation` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `barrier_policy` in `implementation` [INFO] [stdout] --> tests/perf_counters.rs:56:38 [INFO] [stdout] | [INFO] [stdout] 56 | let vendor = implementation::barrier_policy::GpuVendor::NVIDIA; [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `barrier_policy` in `implementation` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `kronos_compute::implementation::*` [INFO] [stdout] --> tests/integration_tests.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | use kronos_compute::implementation::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `barrier_policy` in `implementation` [INFO] [stdout] --> tests/perf_counters.rs:57:43 [INFO] [stdout] | [INFO] [stdout] 57 | let mut tracker = implementation::barrier_policy::BarrierTracker::new(vendor); [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `barrier_policy` in `implementation` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `icd_loader` [INFO] [stdout] --> tests/integration_tests.rs:11:25 [INFO] [stdout] | [INFO] [stdout] 11 | let manifests = icd_loader::discover_icds(); [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `icd_loader` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `icd_loader`, use `cargo add icd_loader` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `kronos-compute` (example "test_preference_before_init") due to 2 previous errors [INFO] [stdout] warning: unused import: `std::sync::Arc` [INFO] [stdout] --> tests/perf_counters.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use std::sync::Arc; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ptr` [INFO] [stdout] --> tests/perf_counters.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::ptr; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `icd_loader` in `implementation` [INFO] [stdout] --> tests/icd_dispatch.rs:114:41 [INFO] [stdout] | [INFO] [stdout] 114 | kronos_compute::implementation::icd_loader::clear_preferred_icd(); [INFO] [stdout] | ^^^^^^^^^^ could not find `icd_loader` in `implementation` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VkResult` [INFO] [stdout] --> tests/icd_dispatch.rs:44:25 [INFO] [stdout] | [INFO] [stdout] 44 | assert_eq!(res, VkResult::Success, "vkCreateInstance failed: {res:?}"); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `VkResult` [INFO] [stdout] | [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 44 - assert_eq!(res, VkResult::Success, "vkCreateInstance failed: {res:?}"); [INFO] [stdout] 44 + assert_eq!(res, Result::Success, "vkCreateInstance failed: {res:?}"); [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 3 + use kronos_compute::VkResult; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VkResult` [INFO] [stdout] --> tests/icd_dispatch.rs:78:25 [INFO] [stdout] | [INFO] [stdout] 78 | assert_eq!(res, VkResult::Success, "vkCreateDevice failed: {res:?}"); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `VkResult` [INFO] [stdout] | [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 78 - assert_eq!(res, VkResult::Success, "vkCreateDevice failed: {res:?}"); [INFO] [stdout] 78 + assert_eq!(res, Result::Success, "vkCreateDevice failed: {res:?}"); [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 3 + use kronos_compute::VkResult; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VkResult` [INFO] [stdout] --> tests/icd_dispatch.rs:89:25 [INFO] [stdout] | [INFO] [stdout] 89 | assert_eq!(res, VkResult::Success); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `VkResult` [INFO] [stdout] | [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 89 - assert_eq!(res, VkResult::Success); [INFO] [stdout] 89 + assert_eq!(res, Result::Success); [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 3 + use kronos_compute::VkResult; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VkResult` [INFO] [stdout] --> tests/icd_dispatch.rs:98:25 [INFO] [stdout] | [INFO] [stdout] 98 | assert_eq!(res, VkResult::Success); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `VkResult` [INFO] [stdout] | [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 98 - assert_eq!(res, VkResult::Success); [INFO] [stdout] 98 + assert_eq!(res, Result::Success); [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 3 + use kronos_compute::VkResult; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VkResult` [INFO] [stdout] --> tests/icd_dispatch.rs:100:25 [INFO] [stdout] | [INFO] [stdout] 100 | assert_eq!(res, VkResult::Success); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `VkResult` [INFO] [stdout] | [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 100 - assert_eq!(res, VkResult::Success); [INFO] [stdout] 100 + assert_eq!(res, Result::Success); [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 3 + use kronos_compute::VkResult; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VkResult` [INFO] [stdout] --> tests/icd_dispatch.rs:105:25 [INFO] [stdout] | [INFO] [stdout] 105 | assert_eq!(res, VkResult::Success, "vkQueueSubmit failed: {res:?}"); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `VkResult` [INFO] [stdout] | [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 105 - assert_eq!(res, VkResult::Success, "vkQueueSubmit failed: {res:?}"); [INFO] [stdout] 105 + assert_eq!(res, Result::Success, "vkQueueSubmit failed: {res:?}"); [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 3 + use kronos_compute::VkResult; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `kronos-compute` (example "test_safe_api_amd") due to 1 previous error [INFO] [stderr] error: could not compile `kronos-compute` (example "rust_implementation_test") due to 3 previous errors [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `kronos-compute` (test "integration_tests") due to 7 previous errors; 1 warning emitted [INFO] [stdout] warning: unused variable: `device` [INFO] [stdout] --> tests/perf_counters.rs:120:13 [INFO] [stdout] | [INFO] [stdout] 120 | let device = VkDevice::NULL; [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_device` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `physical_device` [INFO] [stdout] --> tests/perf_counters.rs:121:13 [INFO] [stdout] | [INFO] [stdout] 121 | let physical_device = VkPhysicalDevice::NULL; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_physical_device` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `kronos-compute` (test "icd_dispatch") due to 8 previous errors [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> tests/perf_counters.rs:116:5 [INFO] [stdout] | [INFO] [stdout] 116 | unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `queue` [INFO] [stdout] --> tests/perf_counters.rs:160:13 [INFO] [stdout] | [INFO] [stdout] 160 | let queue = VkQueue::NULL; [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_queue` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> tests/perf_counters.rs:156:5 [INFO] [stdout] | [INFO] [stdout] 156 | unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> tests/icd_forwarding.rs:79:33 [INFO] [stdout] | [INFO] [stdout] 79 | std::str::from_utf8(&props.deviceName).unwrap_or("Unknown").trim_end_matches('\0')); [INFO] [stdout] | ------------------- ^^^^^^^^^^^^^^^^^ expected `&[u8]`, found `&[i8; 256]` [INFO] [stdout] | | [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] = note: expected reference `&[u8]` [INFO] [stdout] found reference `&[i8; 256]` [INFO] [stdout] note: function defined here [INFO] [stdout] --> /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/str/converts.rs:89:14 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `kronos-compute` (test "perf_counters") due to 3 previous errors; 7 warnings emitted [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> tests/icd_forwarding.rs:129:20 [INFO] [stdout] | [INFO] [stdout] 129 | flags: 0, [INFO] [stdout] | ^ expected `VkCommandPoolCreateFlags`, found integer [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> tests/icd_forwarding.rs:230:41 [INFO] [stdout] | [INFO] [stdout] 230 | std::str::from_utf8(&props.deviceName).unwrap_or("Unknown").trim_end_matches('\0'), [INFO] [stdout] | ------------------- ^^^^^^^^^^^^^^^^^ expected `&[u8]`, found `&[i8; 256]` [INFO] [stdout] | | [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] = note: expected reference `&[u8]` [INFO] [stdout] found reference `&[i8; 256]` [INFO] [stdout] note: function defined here [INFO] [stdout] --> /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/str/converts.rs:89:14 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0308, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `kronos-compute` (test "icd_forwarding") due to 12 previous errors [INFO] running `Command { std: "docker" "inspect" "eac165e1468d7a80f6b6cf48b626f9ccccf0d33939d6ee6859b2775dd4a5e0f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eac165e1468d7a80f6b6cf48b626f9ccccf0d33939d6ee6859b2775dd4a5e0f3", kill_on_drop: false }` [INFO] [stdout] eac165e1468d7a80f6b6cf48b626f9ccccf0d33939d6ee6859b2775dd4a5e0f3