gfx-rs / wgpu

A cross-platform, safe, pure-Rust graphics API.
https://wgpu.rs
Apache License 2.0
11.54k stars 860 forks source link

`wgpu_test::compute_pass_resource_ownership` causes Linux kernel crash on `gl` backend #5800

Open jimblandy opened 3 weeks ago

jimblandy commented 3 weeks ago

Running the wgpu_test::compute_pass_resource_ownership test on Linux using the GL backend causes a GPU reset and eventual kernel instability. The same test passes when run using the AMD or llvmpipe Vulkan backends.

(I'll post logs in a second but I accidentally started filing this issue on the machine I'm going to kill...)

jimblandy commented 3 weeks ago
RUST_LOG=info output ```console wgpu$ RUST_LOG=info cargo nextest run --retries 1 --no-capture '[Executed] [Gl/AMD Radeon Pro WX 3200 Series (radeonsi, polaris12, LLVM 18.1.1, DRM 3.57, 6.8.9-300.fc40.x86_64)/2] wgpu_test::compute_pass_resource_ownership::compute_pass_resource_ownership' Finished test [unoptimized + debuginfo] target(s) in 0.17s Starting 1 test across 13 binaries (591 skipped) START wgpu-test::wgpu-test [Executed] [Gl/AMD Radeon Pro WX 3200 Series (radeonsi, polaris12, LLVM 18.1.1, DRM 3.57, 6.8.9-300.fc40.x86_64)/2] wgpu_test::compute_pass_resource_ownership::compute_pass_resource_ownership running 1 test [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Searching for implicit layer manifest files [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] In following locations: [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /home/jimb/.config/vulkan/implicit_layer.d [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /etc/xdg/vulkan/implicit_layer.d [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /etc/vulkan/implicit_layer.d [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /home/jimb/.local/share/vulkan/implicit_layer.d [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /home/jimb/.local/share/flatpak/exports/share/vulkan/implicit_layer.d [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /var/lib/flatpak/exports/share/vulkan/implicit_layer.d [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /usr/local/share/vulkan/implicit_layer.d [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /usr/share/vulkan/implicit_layer.d [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /var/lib/snapd/desktop/vulkan/implicit_layer.d [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Found the following files: [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /home/jimb/.local/share/vulkan/implicit_layer.d/renderdoc_capture.json [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /usr/share/vulkan/implicit_layer.d/VkLayer_MESA_device_select.json [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Found manifest file /home/jimb/.local/share/vulkan/implicit_layer.d/renderdoc_capture.json (file version 1.1.2) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Layer "VK_LAYER_RENDERDOC_Capture" using deprecated 'vkGetInstanceProcAddr' tag which was deprecated starting with JSON file version 1.1.0. The new vkNegotiateLoaderLayerInterfaceVersion function is preferred, though for compatibility reasons it may be desirable to continue using the deprecated tag. [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Layer "VK_LAYER_RENDERDOC_Capture" using deprecated 'vkGetDeviceProcAddr' tag which was deprecated starting with JSON file version 1.1.0. The new vkNegotiateLoaderLayerInterfaceVersion function is preferred, though for compatibility reasons it may be desirable to continue using the deprecated tag. [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Found manifest file /usr/share/vulkan/implicit_layer.d/VkLayer_MESA_device_select.json (file version 1.0.0) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Searching for explicit layer manifest files [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] In following locations: [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /home/jimb/.config/vulkan/explicit_layer.d [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /etc/xdg/vulkan/explicit_layer.d [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /etc/vulkan/explicit_layer.d [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /home/jimb/.local/share/vulkan/explicit_layer.d [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /home/jimb/.local/share/flatpak/exports/share/vulkan/explicit_layer.d [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /var/lib/flatpak/exports/share/vulkan/explicit_layer.d [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /usr/local/share/vulkan/explicit_layer.d [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /usr/share/vulkan/explicit_layer.d [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /var/lib/snapd/desktop/vulkan/explicit_layer.d [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Found the following files: [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /usr/share/vulkan/explicit_layer.d/VkLayer_khronos_validation.json [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Found manifest file /usr/share/vulkan/explicit_layer.d/VkLayer_khronos_validation.json (file version 1.2.0) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Searching for driver manifest files [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] In following locations: [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /home/jimb/.config/vulkan/icd.d [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /etc/xdg/vulkan/icd.d [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /etc/vulkan/icd.d [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /home/jimb/.local/share/vulkan/icd.d [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /home/jimb/.local/share/flatpak/exports/share/vulkan/icd.d [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /var/lib/flatpak/exports/share/vulkan/icd.d [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /usr/local/share/vulkan/icd.d [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /usr/share/vulkan/icd.d [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /var/lib/snapd/desktop/vulkan/icd.d [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Found the following files: [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /usr/share/vulkan/icd.d/broadcom_icd.x86_64.json [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /usr/share/vulkan/icd.d/freedreno_icd.x86_64.json [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /usr/share/vulkan/icd.d/intel_hasvk_icd.x86_64.json [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /usr/share/vulkan/icd.d/intel_icd.x86_64.json [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /usr/share/vulkan/icd.d/lvp_icd.x86_64.json [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /usr/share/vulkan/icd.d/panfrost_icd.x86_64.json [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /usr/share/vulkan/icd.d/powervr_mesa_icd.x86_64.json [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /usr/share/vulkan/icd.d/radeon_icd.x86_64.json [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Found ICD manifest file /usr/share/vulkan/icd.d/broadcom_icd.x86_64.json, version 1.0.0 [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Found ICD manifest file /usr/share/vulkan/icd.d/freedreno_icd.x86_64.json, version 1.0.0 [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Found ICD manifest file /usr/share/vulkan/icd.d/intel_hasvk_icd.x86_64.json, version 1.0.0 [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Found ICD manifest file /usr/share/vulkan/icd.d/intel_icd.x86_64.json, version 1.0.0 [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Found ICD manifest file /usr/share/vulkan/icd.d/lvp_icd.x86_64.json, version 1.0.0 [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Found ICD manifest file /usr/share/vulkan/icd.d/panfrost_icd.x86_64.json, version 1.0.0 [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Found ICD manifest file /usr/share/vulkan/icd.d/powervr_mesa_icd.x86_64.json, version 1.0.0 [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Found ICD manifest file /usr/share/vulkan/icd.d/radeon_icd.x86_64.json, version 1.0.0 [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Insert instance layer "VK_LAYER_KHRONOS_validation" (libVkLayer_khronos_validation.so) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Insert instance layer "VK_LAYER_MESA_device_select" (libVkLayer_MESA_device_select.so) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] vkCreateInstance layer callstack setup to: [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] || [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] || [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] VK_LAYER_MESA_device_select [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Type: Implicit [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Disable Env Var: NODEVICE_SELECT [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Manifest: /usr/share/vulkan/implicit_layer.d/VkLayer_MESA_device_select.json [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Library: libVkLayer_MESA_device_select.so [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] || [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] VK_LAYER_KHRONOS_validation [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Type: Explicit [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Manifest: /usr/share/vulkan/explicit_layer.d/VkLayer_khronos_validation.json [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Library: libVkLayer_khronos_validation.so [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] || [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] VALIDATION [WARNING-CreateInstance-status-message (0x23dfd876)] Validation Information: [ WARNING-CreateInstance-status-message ] Object 0: handle = 0x7f31dc09bd00, type = VK_OBJECT_TYPE_INSTANCE; | MessageID = 0x23dfd876 | vkCreateInstance(): Khronos Validation Layer Active: Settings File: None. Default location is /home/jimb/rust/wgpu/tests\vk_layer_settings.txt. Current Enables: VK_VALIDATION_FEATURE_ENABLE_SYNCHRONIZATION_VALIDATION. Current Disables: None. [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] linux_read_sorted_physical_devices: [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Original order: [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [0] AMD Radeon Pro WX 3200 Series (RADV POLARIS12) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [1] llvmpipe (LLVM 18.1.1, 256 bits) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Sorted order: [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [0] AMD Radeon Pro WX 3200 Series (RADV POLARIS12) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [1] llvmpipe (LLVM 18.1.1, 256 bits) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] linux_read_sorted_physical_devices: [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Original order: [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [0] AMD Radeon Pro WX 3200 Series (RADV POLARIS12) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [1] llvmpipe (LLVM 18.1.1, 256 bits) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Sorted order: [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [0] AMD Radeon Pro WX 3200 Series (RADV POLARIS12) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [1] llvmpipe (LLVM 18.1.1, 256 bits) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] linux_read_sorted_physical_devices: [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Original order: [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [0] AMD Radeon Pro WX 3200 Series (RADV POLARIS12) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [1] llvmpipe (LLVM 18.1.1, 256 bits) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Sorted order: [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [0] AMD Radeon Pro WX 3200 Series (RADV POLARIS12) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [1] llvmpipe (LLVM 18.1.1, 256 bits) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] linux_read_sorted_physical_devices: [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Original order: [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [0] AMD Radeon Pro WX 3200 Series (RADV POLARIS12) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [1] llvmpipe (LLVM 18.1.1, 256 bits) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Sorted order: [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [0] AMD Radeon Pro WX 3200 Series (RADV POLARIS12) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [1] llvmpipe (LLVM 18.1.1, 256 bits) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] Enabling debug utils [2024-06-12T20:31:25Z INFO wgpu_hal::gles::egl] Using Wayland platform [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] linux_read_sorted_physical_devices: [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Original order: [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [0] AMD Radeon Pro WX 3200 Series (RADV POLARIS12) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [1] llvmpipe (LLVM 18.1.1, 256 bits) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Sorted order: [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [0] AMD Radeon Pro WX 3200 Series (RADV POLARIS12) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [1] llvmpipe (LLVM 18.1.1, 256 bits) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] linux_read_sorted_physical_devices: [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Original order: [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [0] AMD Radeon Pro WX 3200 Series (RADV POLARIS12) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [1] llvmpipe (LLVM 18.1.1, 256 bits) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Sorted order: [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [0] AMD Radeon Pro WX 3200 Series (RADV POLARIS12) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [1] llvmpipe (LLVM 18.1.1, 256 bits) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] linux_read_sorted_physical_devices: [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Original order: [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [0] AMD Radeon Pro WX 3200 Series (RADV POLARIS12) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [1] llvmpipe (LLVM 18.1.1, 256 bits) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Sorted order: [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [0] AMD Radeon Pro WX 3200 Series (RADV POLARIS12) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [1] llvmpipe (LLVM 18.1.1, 256 bits) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] linux_read_sorted_physical_devices: [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Original order: [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [0] AMD Radeon Pro WX 3200 Series (RADV POLARIS12) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [1] llvmpipe (LLVM 18.1.1, 256 bits) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Sorted order: [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [0] AMD Radeon Pro WX 3200 Series (RADV POLARIS12) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [1] llvmpipe (LLVM 18.1.1, 256 bits) [2024-06-12T20:31:25Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7f31dc09bd00, name: ?) [2024-06-12T20:31:25Z INFO wgpu_core::instance] Adapter Vulkan AdapterInfo { name: "AMD Radeon Pro WX 3200 Series (RADV POLARIS12)", vendor: 4098, device: 27009, device_type: DiscreteGpu, driver: "radv", driver_info: "Mesa 24.0.7", backend: Vulkan } [2024-06-12T20:31:25Z INFO wgpu_core::instance] Adapter Vulkan AdapterInfo { name: "llvmpipe (LLVM 18.1.1, 256 bits)", vendor: 65541, device: 0, device_type: Cpu, driver: "llvmpipe", driver_info: "Mesa 24.0.7 (LLVM 18.1.1)", backend: Vulkan } [2024-06-12T20:31:25Z INFO wgpu_core::instance] Adapter Gl AdapterInfo { name: "AMD Radeon Pro WX 3200 Series (radeonsi, polaris12, LLVM 18.1.1, DRM 3.57, 6.8.9-300.fc40.x86_64)", vendor: 4098, device: 0, device_type: Other, driver: "OpenGL", driver_info: "4.6 (Core Profile) Mesa 24.0.7", backend: Gl } [2024-06-12T20:31:25Z INFO wgpu_test::init] Testing using adapter: AdapterInfo { name: "AMD Radeon Pro WX 3200 Series (radeonsi, polaris12, LLVM 18.1.1, DRM 3.57, 6.8.9-300.fc40.x86_64)", vendor: 4098, device: 0, device_type: Other, driver: "OpenGL", driver_info: "4.6 (Core Profile) Mesa 24.0.7", backend: Gl, } [2024-06-12T20:31:25Z INFO wgpu_test::run] TEST: wgpu_test::compute_pass_resource_ownership::compute_pass_resource_ownership [2024-06-12T20:31:25Z INFO wgpu_core::device::resource] Device::maintain: last done index 0 [2024-06-12T20:31:25Z INFO wgpu_core::device::resource] Device::maintain: last done index 0 amdgpu: amdgpu_cs_query_fence_status failed. [2024-06-12T20:31:37Z INFO wgpu_core::device::resource] Device::maintain: last done index 1 amdgpu: amdgpu_cs_query_fence_status failed. thread '' panicked at tests/tests/compute_pass_resource_ownership.rs:75:5: assertion `left == right` failed left: [0.0, 0.0, 0.0, 0.0] right: [2.0, 4.0, 6.0, 8.0] note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace amdgpu: amdgpu_cs_query_fence_status failed. [2024-06-12T20:31:37Z ERROR wgpu_test::expectations] Panic: assertion `left == right` failed left: [0.0, 0.0, 0.0, 0.0] right: [2.0, 4.0, 6.0, 8.0] thread '' panicked at tests/src/run.rs:119:9: tests/tests/compute_pass_resource_ownership.rs:26:64: test "wgpu_test::compute_pass_resource_ownership::compute_pass_resource_ownership" did not behave as expected test [Executed] [Gl/AMD Radeon Pro WX 3200 Series (radeonsi, polaris12, LLVM 18.1.1, DRM 3.57, 6.8.9-300.fc40.x86_64)/2] wgpu_test::compute_pass_resource_ownership::compute_pass_resource_ownership ... FAILED failures: ---- [Executed] [Gl/AMD Radeon Pro WX 3200 Series (radeonsi, polaris12, LLVM 18.1.1, DRM 3.57, 6.8.9-300.fc40.x86_64)/2] wgpu_test::compute_pass_resource_ownership::compute_pass_resource_ownership ---- test panicked: tests/tests/compute_pass_resource_ownership.rs:26:64: test "wgpu_test::compute_pass_resource_ownership::compute_pass_resource_ownership" did not behave as expected failures: [Executed] [Gl/AMD Radeon Pro WX 3200 Series (radeonsi, polaris12, LLVM 18.1.1, DRM 3.57, 6.8.9-300.fc40.x86_64)/2] wgpu_test::compute_pass_resource_ownership::compute_pass_resource_ownership test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 302 filtered out; finished in 12.33s TRY 1 FAIL [ 12.343s] wgpu-test::wgpu-test [Executed] [Gl/AMD Radeon Pro WX 3200 Series (radeonsi, polaris12, LLVM 18.1.1, DRM 3.57, 6.8.9-300.fc40.x86_64)/2] wgpu_test::compute_pass_resource_ownership::compute_pass_resource_ownership RETRY 2/2 [ ] wgpu-test::wgpu-test [Executed] [Gl/AMD Radeon Pro WX 3200 Series (radeonsi, polaris12, LLVM 18.1.1, DRM 3.57, 6.8.9-300.fc40.x86_64)/2] wgpu_test::compute_pass_resource_ownership::compute_pass_resource_ownership running 1 test [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Searching for implicit layer manifest files [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] In following locations: [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /home/jimb/.config/vulkan/implicit_layer.d [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /etc/xdg/vulkan/implicit_layer.d [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /etc/vulkan/implicit_layer.d [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /home/jimb/.local/share/vulkan/implicit_layer.d [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /home/jimb/.local/share/flatpak/exports/share/vulkan/implicit_layer.d [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /var/lib/flatpak/exports/share/vulkan/implicit_layer.d [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /usr/local/share/vulkan/implicit_layer.d [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /usr/share/vulkan/implicit_layer.d [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /var/lib/snapd/desktop/vulkan/implicit_layer.d [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Found the following files: [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /home/jimb/.local/share/vulkan/implicit_layer.d/renderdoc_capture.json [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /usr/share/vulkan/implicit_layer.d/VkLayer_MESA_device_select.json [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Found manifest file /home/jimb/.local/share/vulkan/implicit_layer.d/renderdoc_capture.json (file version 1.1.2) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Layer "VK_LAYER_RENDERDOC_Capture" using deprecated 'vkGetInstanceProcAddr' tag which was deprecated starting with JSON file version 1.1.0. The new vkNegotiateLoaderLayerInterfaceVersion function is preferred, though for compatibility reasons it may be desirable to continue using the deprecated tag. [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Layer "VK_LAYER_RENDERDOC_Capture" using deprecated 'vkGetDeviceProcAddr' tag which was deprecated starting with JSON file version 1.1.0. The new vkNegotiateLoaderLayerInterfaceVersion function is preferred, though for compatibility reasons it may be desirable to continue using the deprecated tag. [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Found manifest file /usr/share/vulkan/implicit_layer.d/VkLayer_MESA_device_select.json (file version 1.0.0) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Searching for explicit layer manifest files [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] In following locations: [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /home/jimb/.config/vulkan/explicit_layer.d [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /etc/xdg/vulkan/explicit_layer.d [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /etc/vulkan/explicit_layer.d [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /home/jimb/.local/share/vulkan/explicit_layer.d [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /home/jimb/.local/share/flatpak/exports/share/vulkan/explicit_layer.d [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /var/lib/flatpak/exports/share/vulkan/explicit_layer.d [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /usr/local/share/vulkan/explicit_layer.d [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /usr/share/vulkan/explicit_layer.d [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /var/lib/snapd/desktop/vulkan/explicit_layer.d [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Found the following files: [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /usr/share/vulkan/explicit_layer.d/VkLayer_khronos_validation.json [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Found manifest file /usr/share/vulkan/explicit_layer.d/VkLayer_khronos_validation.json (file version 1.2.0) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Searching for driver manifest files [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] In following locations: [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /home/jimb/.config/vulkan/icd.d [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /etc/xdg/vulkan/icd.d [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /etc/vulkan/icd.d [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /home/jimb/.local/share/vulkan/icd.d [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /home/jimb/.local/share/flatpak/exports/share/vulkan/icd.d [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /var/lib/flatpak/exports/share/vulkan/icd.d [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /usr/local/share/vulkan/icd.d [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /usr/share/vulkan/icd.d [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /var/lib/snapd/desktop/vulkan/icd.d [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Found the following files: [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /usr/share/vulkan/icd.d/broadcom_icd.x86_64.json [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /usr/share/vulkan/icd.d/freedreno_icd.x86_64.json [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /usr/share/vulkan/icd.d/intel_hasvk_icd.x86_64.json [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /usr/share/vulkan/icd.d/intel_icd.x86_64.json [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /usr/share/vulkan/icd.d/lvp_icd.x86_64.json [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /usr/share/vulkan/icd.d/panfrost_icd.x86_64.json [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /usr/share/vulkan/icd.d/powervr_mesa_icd.x86_64.json [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] /usr/share/vulkan/icd.d/radeon_icd.x86_64.json [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Found ICD manifest file /usr/share/vulkan/icd.d/broadcom_icd.x86_64.json, version 1.0.0 [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Found ICD manifest file /usr/share/vulkan/icd.d/freedreno_icd.x86_64.json, version 1.0.0 [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Found ICD manifest file /usr/share/vulkan/icd.d/intel_hasvk_icd.x86_64.json, version 1.0.0 [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Found ICD manifest file /usr/share/vulkan/icd.d/intel_icd.x86_64.json, version 1.0.0 [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Found ICD manifest file /usr/share/vulkan/icd.d/lvp_icd.x86_64.json, version 1.0.0 [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Found ICD manifest file /usr/share/vulkan/icd.d/panfrost_icd.x86_64.json, version 1.0.0 [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Found ICD manifest file /usr/share/vulkan/icd.d/powervr_mesa_icd.x86_64.json, version 1.0.0 [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Found ICD manifest file /usr/share/vulkan/icd.d/radeon_icd.x86_64.json, version 1.0.0 [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Insert instance layer "VK_LAYER_KHRONOS_validation" (libVkLayer_khronos_validation.so) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Insert instance layer "VK_LAYER_MESA_device_select" (libVkLayer_MESA_device_select.so) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] vkCreateInstance layer callstack setup to: [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] || [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] || [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] VK_LAYER_MESA_device_select [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Type: Implicit [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Disable Env Var: NODEVICE_SELECT [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Manifest: /usr/share/vulkan/implicit_layer.d/VkLayer_MESA_device_select.json [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Library: libVkLayer_MESA_device_select.so [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] || [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] VK_LAYER_KHRONOS_validation [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Type: Explicit [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Manifest: /usr/share/vulkan/explicit_layer.d/VkLayer_khronos_validation.json [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Library: libVkLayer_khronos_validation.so [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] || [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] VALIDATION [WARNING-CreateInstance-status-message (0x23dfd876)] Validation Information: [ WARNING-CreateInstance-status-message ] Object 0: handle = 0x7fb74009bd00, type = VK_OBJECT_TYPE_INSTANCE; | MessageID = 0x23dfd876 | vkCreateInstance(): Khronos Validation Layer Active: Settings File: None. Default location is /home/jimb/rust/wgpu/tests\vk_layer_settings.txt. Current Enables: VK_VALIDATION_FEATURE_ENABLE_SYNCHRONIZATION_VALIDATION. Current Disables: None. [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] linux_read_sorted_physical_devices: [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Original order: [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [0] AMD Radeon Pro WX 3200 Series (RADV POLARIS12) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [1] llvmpipe (LLVM 18.1.1, 256 bits) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Sorted order: [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [0] AMD Radeon Pro WX 3200 Series (RADV POLARIS12) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [1] llvmpipe (LLVM 18.1.1, 256 bits) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] linux_read_sorted_physical_devices: [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Original order: [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [0] AMD Radeon Pro WX 3200 Series (RADV POLARIS12) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [1] llvmpipe (LLVM 18.1.1, 256 bits) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Sorted order: [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [0] AMD Radeon Pro WX 3200 Series (RADV POLARIS12) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [1] llvmpipe (LLVM 18.1.1, 256 bits) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] linux_read_sorted_physical_devices: [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Original order: [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [0] AMD Radeon Pro WX 3200 Series (RADV POLARIS12) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [1] llvmpipe (LLVM 18.1.1, 256 bits) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Sorted order: [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [0] AMD Radeon Pro WX 3200 Series (RADV POLARIS12) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [1] llvmpipe (LLVM 18.1.1, 256 bits) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] linux_read_sorted_physical_devices: [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Original order: [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [0] AMD Radeon Pro WX 3200 Series (RADV POLARIS12) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [1] llvmpipe (LLVM 18.1.1, 256 bits) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Sorted order: [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [0] AMD Radeon Pro WX 3200 Series (RADV POLARIS12) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [1] llvmpipe (LLVM 18.1.1, 256 bits) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] Enabling debug utils [2024-06-12T20:31:37Z INFO wgpu_hal::gles::egl] Using Wayland platform [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] linux_read_sorted_physical_devices: [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Original order: [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [0] AMD Radeon Pro WX 3200 Series (RADV POLARIS12) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [1] llvmpipe (LLVM 18.1.1, 256 bits) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Sorted order: [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [0] AMD Radeon Pro WX 3200 Series (RADV POLARIS12) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [1] llvmpipe (LLVM 18.1.1, 256 bits) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] linux_read_sorted_physical_devices: [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Original order: [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [0] AMD Radeon Pro WX 3200 Series (RADV POLARIS12) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [1] llvmpipe (LLVM 18.1.1, 256 bits) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Sorted order: [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [0] AMD Radeon Pro WX 3200 Series (RADV POLARIS12) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [1] llvmpipe (LLVM 18.1.1, 256 bits) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] linux_read_sorted_physical_devices: [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Original order: [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [0] AMD Radeon Pro WX 3200 Series (RADV POLARIS12) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [1] llvmpipe (LLVM 18.1.1, 256 bits) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Sorted order: [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [0] AMD Radeon Pro WX 3200 Series (RADV POLARIS12) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [1] llvmpipe (LLVM 18.1.1, 256 bits) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] linux_read_sorted_physical_devices: [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Original order: [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [0] AMD Radeon Pro WX 3200 Series (RADV POLARIS12) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [1] llvmpipe (LLVM 18.1.1, 256 bits) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] Sorted order: [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [0] AMD Radeon Pro WX 3200 Series (RADV POLARIS12) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)] [1] llvmpipe (LLVM 18.1.1, 256 bits) [2024-06-12T20:31:37Z INFO wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb74009bd00, name: ?) [2024-06-12T20:31:37Z INFO wgpu_core::instance] Adapter Vulkan AdapterInfo { name: "AMD Radeon Pro WX 3200 Series (RADV POLARIS12)", vendor: 4098, device: 27009, device_type: DiscreteGpu, driver: "radv", driver_info: "Mesa 24.0.7", backend: Vulkan } [2024-06-12T20:31:37Z INFO wgpu_core::instance] Adapter Vulkan AdapterInfo { name: "llvmpipe (LLVM 18.1.1, 256 bits)", vendor: 65541, device: 0, device_type: Cpu, driver: "llvmpipe", driver_info: "Mesa 24.0.7 (LLVM 18.1.1)", backend: Vulkan } [2024-06-12T20:31:37Z INFO wgpu_core::instance] Adapter Gl AdapterInfo { name: "AMD Radeon Pro WX 3200 Series (radeonsi, polaris12, LLVM 18.1.1, DRM 3.57, 6.8.9-300.fc40.x86_64)", vendor: 4098, device: 0, device_type: Other, driver: "OpenGL", driver_info: "4.6 (Core Profile) Mesa 24.0.7", backend: Gl } [2024-06-12T20:31:37Z INFO wgpu_test::init] Testing using adapter: AdapterInfo { name: "AMD Radeon Pro WX 3200 Series (radeonsi, polaris12, LLVM 18.1.1, DRM 3.57, 6.8.9-300.fc40.x86_64)", vendor: 4098, device: 0, device_type: Other, driver: "OpenGL", driver_info: "4.6 (Core Profile) Mesa 24.0.7", backend: Gl, } [2024-06-12T20:31:37Z INFO wgpu_test::run] TEST: wgpu_test::compute_pass_resource_ownership::compute_pass_resource_ownership [2024-06-12T20:31:37Z INFO wgpu_core::device::resource] Device::maintain: last done index 0 [2024-06-12T20:31:37Z INFO wgpu_core::device::resource] Device::maintain: last done index 0 amdgpu: amdgpu_cs_query_fence_status failed. [2024-06-12T20:31:49Z INFO wgpu_core::device::resource] Device::maintain: last done index 1 amdgpu: amdgpu_cs_query_fence_status failed. thread '' panicked at tests/tests/compute_pass_resource_ownership.rs:75:5: assertion `left == right` failed left: [0.0, 0.0, 0.0, 0.0] right: [2.0, 4.0, 6.0, 8.0] note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace amdgpu: amdgpu_cs_query_fence_status failed. [2024-06-12T20:31:49Z ERROR wgpu_test::expectations] Panic: assertion `left == right` failed left: [0.0, 0.0, 0.0, 0.0] right: [2.0, 4.0, 6.0, 8.0] thread '' panicked at tests/src/run.rs:119:9: tests/tests/compute_pass_resource_ownership.rs:26:64: test "wgpu_test::compute_pass_resource_ownership::compute_pass_resource_ownership" did not behave as expected test [Executed] [Gl/AMD Radeon Pro WX 3200 Series (radeonsi, polaris12, LLVM 18.1.1, DRM 3.57, 6.8.9-300.fc40.x86_64)/2] wgpu_test::compute_pass_resource_ownership::compute_pass_resource_ownership ... FAILED failures: ---- [Executed] [Gl/AMD Radeon Pro WX 3200 Series (radeonsi, polaris12, LLVM 18.1.1, DRM 3.57, 6.8.9-300.fc40.x86_64)/2] wgpu_test::compute_pass_resource_ownership::compute_pass_resource_ownership ---- test panicked: tests/tests/compute_pass_resource_ownership.rs:26:64: test "wgpu_test::compute_pass_resource_ownership::compute_pass_resource_ownership" did not behave as expected failures: [Executed] [Gl/AMD Radeon Pro WX 3200 Series (radeonsi, polaris12, LLVM 18.1.1, DRM 3.57, 6.8.9-300.fc40.x86_64)/2] wgpu_test::compute_pass_resource_ownership::compute_pass_resource_ownership test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 302 filtered out; finished in 12.26s TRY 2 FAIL [ 12.275s] wgpu-test::wgpu-test [Executed] [Gl/AMD Radeon Pro WX 3200 Series (radeonsi, polaris12, LLVM 18.1.1, DRM 3.57, 6.8.9-300.fc40.x86_64)/2] wgpu_test::compute_pass_resource_ownership::compute_pass_resource_ownership Canceling due to test failure: 0 tests still running ------------ Summary [ 24.620s] 1 test run: 0 passed, 1 failed, 591 skipped TRY 2 FAIL [ 12.275s] wgpu-test::wgpu-test [Executed] [Gl/AMD Radeon Pro WX 3200 Series (radeonsi, polaris12, LLVM 18.1.1, DRM 3.57, 6.8.9-300.fc40.x86_64)/2] wgpu_test::compute_pass_resource_ownership::compute_pass_resource_ownership error: test run failed ```
jimblandy commented 3 weeks ago
dmesg output ```console [11455.275439] [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx timeout, signaled seq=762118, emitted seq=762119 [11455.275947] [drm:amdgpu_job_timedout [amdgpu]] *ERROR* Process information: process wgpu_test-899ea pid 29779 thread wgpu_test-:cs0 pid 29845 [11455.276435] amdgpu 0000:61:00.0: amdgpu: GPU reset begin! [11455.760876] amdgpu: cp is busy, skip halt cp [11456.030460] amdgpu: rlc is busy, skip halt rlc [11456.031486] amdgpu 0000:61:00.0: amdgpu: BACO reset [11456.556691] amdgpu 0000:61:00.0: amdgpu: GPU reset succeeded, trying to resume [11456.559188] [drm] PCIE GART of 256M enabled (table at 0x000000F400980000). [11456.559263] [drm] VRAM is lost due to GPU reset! [11456.880440] [drm] UVD and UVD ENC initialized successfully. [11456.981434] [drm] VCE initialized successfully. [11456.987945] amdgpu 0000:61:00.0: amdgpu: recover vram bo from shadow start [11456.991980] amdgpu 0000:61:00.0: amdgpu: recover vram bo from shadow done [11456.991994] amdgpu 0000:61:00.0: amdgpu: GPU reset(2) succeeded! [11458.340121] {2}[Hardware Error]: Hardware error from APEI Generic Hardware Error Source: 514 [11458.340129] {2}[Hardware Error]: It has been corrected by h/w and requires no further action [11458.340131] {2}[Hardware Error]: event severity: corrected [11458.340134] {2}[Hardware Error]: Error 0, type: corrected [11458.340138] {2}[Hardware Error]: section_type: PCIe error [11458.340140] {2}[Hardware Error]: port_type: 1, legacy PCI end point [11458.340143] {2}[Hardware Error]: version: 0.2 [11458.340145] {2}[Hardware Error]: command: 0x0407, status: 0x0010 [11458.340148] {2}[Hardware Error]: device_id: 0000:61:00.0 [11458.340151] {2}[Hardware Error]: slot: 0 [11458.340154] {2}[Hardware Error]: secondary_bus: 0x00 [11458.340156] {2}[Hardware Error]: vendor_id: 0x1002, device_id: 0x6981 [11458.340158] {2}[Hardware Error]: class_code: 030000 [11458.340161] {2}[Hardware Error]: bridge: secondary_status: 0x0000, control: 0x0000 [11458.340164] {2}[Hardware Error]: Error 1, type: corrected [11458.340166] {2}[Hardware Error]: section_type: PCIe error [11458.340168] {2}[Hardware Error]: port_type: 1, legacy PCI end point [11458.340170] {2}[Hardware Error]: version: 0.2 [11458.340173] {2}[Hardware Error]: command: 0x0406, status: 0x0010 [11458.340175] {2}[Hardware Error]: device_id: 0000:61:00.1 [11458.340178] {2}[Hardware Error]: slot: 0 [11458.340180] {2}[Hardware Error]: secondary_bus: 0x00 [11458.340182] {2}[Hardware Error]: vendor_id: 0x1002, device_id: 0xaae0 [11458.340185] {2}[Hardware Error]: class_code: 040300 [11458.340187] {2}[Hardware Error]: bridge: secondary_status: 0x0000, control: 0x0000 [11458.340535] amdgpu 0000:61:00.0: AER: aer_status: 0x00000040, aer_mask: 0x00000000 [11458.340540] amdgpu 0000:61:00.0: [ 6] BadTLP [11458.340545] amdgpu 0000:61:00.0: AER: aer_layer=Data Link Layer, aer_agent=Receiver ID [11458.340554] snd_hda_intel 0000:61:00.1: AER: aer_status: 0x00000040, aer_mask: 0x00000000 [11458.340558] snd_hda_intel 0000:61:00.1: [ 6] BadTLP [11458.340561] snd_hda_intel 0000:61:00.1: AER: aer_layer=Data Link Layer, aer_agent=Receiver ID [11467.563323] [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx timeout, signaled seq=762123, emitted seq=762124 [11467.563597] [drm:amdgpu_job_timedout [amdgpu]] *ERROR* Process information: process wgpu_test-899ea pid 29858 thread wgpu_test-:cs0 pid 29924 [11467.563846] amdgpu 0000:61:00.0: amdgpu: GPU reset begin! [11468.029463] amdgpu: cp is busy, skip halt cp [11468.298968] amdgpu: rlc is busy, skip halt rlc [11468.299994] amdgpu 0000:61:00.0: amdgpu: BACO reset [11468.825566] amdgpu 0000:61:00.0: amdgpu: GPU reset succeeded, trying to resume [11468.828064] [drm] PCIE GART of 256M enabled (table at 0x000000F400980000). [11468.828096] [drm] VRAM is lost due to GPU reset! [11469.159365] [drm] UVD and UVD ENC initialized successfully. [11469.260360] [drm] VCE initialized successfully. [11469.266893] amdgpu 0000:61:00.0: amdgpu: recover vram bo from shadow start [11469.270934] amdgpu 0000:61:00.0: amdgpu: recover vram bo from shadow done [11469.270951] amdgpu 0000:61:00.0: amdgpu: GPU reset(4) succeeded! [11474.209754] {3}[Hardware Error]: Hardware error from APEI Generic Hardware Error Source: 514 [11474.209762] {3}[Hardware Error]: It has been corrected by h/w and requires no further action [11474.209765] {3}[Hardware Error]: event severity: corrected [11474.209768] {3}[Hardware Error]: Error 0, type: corrected [11474.209771] {3}[Hardware Error]: section_type: PCIe error [11474.209773] {3}[Hardware Error]: port_type: 1, legacy PCI end point [11474.209776] {3}[Hardware Error]: version: 0.2 [11474.209778] {3}[Hardware Error]: command: 0x0407, status: 0x0010 [11474.209781] {3}[Hardware Error]: device_id: 0000:61:00.0 [11474.209784] {3}[Hardware Error]: slot: 0 [11474.209786] {3}[Hardware Error]: secondary_bus: 0x00 [11474.209789] {3}[Hardware Error]: vendor_id: 0x1002, device_id: 0x6981 [11474.209791] {3}[Hardware Error]: class_code: 030000 [11474.209794] {3}[Hardware Error]: bridge: secondary_status: 0x0000, control: 0x0000 [11474.209797] {3}[Hardware Error]: Error 1, type: corrected [11474.209799] {3}[Hardware Error]: section_type: PCIe error [11474.209801] {3}[Hardware Error]: port_type: 1, legacy PCI end point [11474.209803] {3}[Hardware Error]: version: 0.2 [11474.209806] {3}[Hardware Error]: command: 0x0406, status: 0x0010 [11474.209808] {3}[Hardware Error]: device_id: 0000:61:00.1 [11474.209811] {3}[Hardware Error]: slot: 0 [11474.209813] {3}[Hardware Error]: secondary_bus: 0x00 [11474.209815] {3}[Hardware Error]: vendor_id: 0x1002, device_id: 0xaae0 [11474.209818] {3}[Hardware Error]: class_code: 040300 [11474.209820] {3}[Hardware Error]: bridge: secondary_status: 0x0000, control: 0x0000 [11474.210678] amdgpu 0000:61:00.0: AER: aer_status: 0x00000040, aer_mask: 0x00000000 [11474.210684] amdgpu 0000:61:00.0: [ 6] BadTLP [11474.210688] amdgpu 0000:61:00.0: AER: aer_layer=Data Link Layer, aer_agent=Receiver ID [11474.210697] snd_hda_intel 0000:61:00.1: AER: aer_status: 0x00000040, aer_mask: 0x00000000 [11474.210701] snd_hda_intel 0000:61:00.1: [ 6] BadTLP [11474.210705] snd_hda_intel 0000:61:00.1: AER: aer_layer=Data Link Layer, aer_agent=Receiver ID [11481.423589] BUG: kernel NULL pointer dereference, address: 0000000000000240 [11481.423600] fbcon: Taking over console [11481.423605] #PF: supervisor read access in kernel mode [11481.423610] #PF: error_code(0x0000) - not-present page [11481.423615] PGD 0 P4D 0 [11481.423620] Oops: 0000 [#1] PREEMPT SMP NOPTI [11481.423625] CPU: 21 PID: 27820 Comm: kworker/21:0 Not tainted 6.8.9-300.fc40.x86_64 #1 [11481.423632] Hardware name: LENOVO 30E1S1SW00/1046, BIOS S07KT5DA 04/19/2024 [11481.423638] Workqueue: events drm_mode_rmfb_work_fn [11481.423646] RIP: 0010:dce110_program_front_end_for_pipe+0xa3/0x4f0 [amdgpu] [11481.423972] Code: 00 00 00 00 f3 48 ab 4c 89 ff e8 a8 b5 ff ff 49 8b 56 08 49 8b 06 41 8b b6 a8 00 00 00 49 8b be d0 00 00 00 8b 8a fc 03 00 00 <8b> 80 40 02 00 00 48 c7 44 24 24 02 00 00 00 89 74 24 20 8b 92 a4 [11481.423984] RSP: 0018:ffffb5fd0e86b760 EFLAGS: 00010286 [11481.423989] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000001 [11481.423995] RDX: ffff8d5829de7800 RSI: 0000000000000004 RDI: ffff8d5808180000 [11481.424000] RBP: ffff8d5802e40000 R08: 0000000080000000 R09: ffffb5fd0e86b6d8 [11481.424006] R10: ffffffffc0d96c30 R11: 0000000000000040 R12: ffff8d5809aafe00 [11481.424011] R13: 0000000000000000 R14: ffff8d5e7ec002d8 R15: ffff8d57f69d5c00 [11481.424017] FS: 0000000000000000(0000) GS:ffff8d66bba80000(0000) knlGS:0000000000000000 [11481.424023] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [11481.424028] CR2: 0000000000000240 CR3: 0000000874f62000 CR4: 0000000000350ef0 [11481.424034] Call Trace: [11481.424040] [11481.424044] ? __die+0x23/0x70 [11481.424050] ? page_fault_oops+0x174/0x540 [11481.424056] ? sysvec_apic_timer_interrupt+0xe/0x90 [11481.424065] ? exc_page_fault+0x7f/0x180 [11481.424071] ? asm_exc_page_fault+0x26/0x30 [11481.424078] ? __pfx_dce_mi_allocate_dmif+0x10/0x10 [amdgpu] [11481.424381] ? dce110_program_front_end_for_pipe+0xa3/0x4f0 [amdgpu] [11481.424681] ? srso_return_thunk+0x5/0x5f [11481.424687] ? dm_write_reg_func+0x25/0x80 [amdgpu] [11481.424984] ? srso_return_thunk+0x5/0x5f [11481.424993] dce110_apply_ctx_for_surface+0xe4/0x1f0 [amdgpu] [11481.425292] dc_commit_state_no_check+0x54a/0x1910 [amdgpu] [11481.425564] dc_commit_streams+0x299/0x580 [amdgpu] [11481.425839] amdgpu_dm_atomic_commit_tail+0x64c/0x4770 [amdgpu] [11481.426130] ? dce112_validate_bandwidth+0xa6/0x1d0 [amdgpu] [11481.426418] ? dc_validate_global_state+0x331/0x520 [amdgpu] [11481.426683] ? srso_return_thunk+0x5/0x5f [11481.426688] ? dma_resv_get_fences+0xb2/0x2a0 [11481.426696] ? srso_return_thunk+0x5/0x5f [11481.426701] ? dma_resv_get_singleton+0x44/0x150 [11481.426707] ? srso_return_thunk+0x5/0x5f [11481.426711] ? wait_for_completion_timeout+0x144/0x170 [11481.426718] ? srso_return_thunk+0x5/0x5f [11481.426722] ? srso_return_thunk+0x5/0x5f [11481.426727] ? srso_return_thunk+0x5/0x5f [11481.426731] ? wait_for_completion_interruptible+0x137/0x1e0 [11481.426740] commit_tail+0xaf/0x160 [11481.426746] drm_atomic_helper_commit+0x11a/0x140 [11481.426752] drm_atomic_commit+0x98/0xd0 [11481.426758] ? __pfx___drm_printfn_info+0x10/0x10 [11481.426765] drm_framebuffer_remove+0x485/0x550 [11481.426773] drm_mode_rmfb_work_fn+0x7a/0x90 [11481.426779] process_one_work+0x172/0x330 [11481.426787] worker_thread+0x273/0x3c0 [11481.426795] ? __pfx_worker_thread+0x10/0x10 [11481.426801] kthread+0xe8/0x120 [11481.426807] ? __pfx_kthread+0x10/0x10 [11481.426813] ret_from_fork+0x34/0x50 [11481.426820] ? __pfx_kthread+0x10/0x10 [11481.426825] ret_from_fork_asm+0x1b/0x30 [11481.426836] [11481.426839] Modules linked in: joydev hid_vivaldi hid_vivaldi_common uinput rfcomm snd_seq_dummy snd_hrtimer xt_conntrack xt_MASQUERADE xt_mark nft_compat tun nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables qrtr uhid bnep sunrpc binfmt_misc vfat fat squashfs intel_rapl_msr intel_rapl_common amd64_edac edac_mce_amd kvm_amd kvm irqbypass iwlmvm mac80211 libarc4 snd_hda_codec_hdmi snd_hda_intel snd_usb_audio snd_intel_dspcfg snd_intel_sdw_acpi snd_hda_codec iwlwifi snd_usbmidi_lib snd_ump snd_hda_core btusb snd_rawmidi btrtl mc snd_hwdep rapl think_lmi btintel firmware_attributes_class wmi_bmof acpi_cpufreq snd_seq pcspkr btbcm snd_seq_device btmtk cfg80211 snd_pcm bluetooth snd_timer snd soundcore i2c_piix4 k10temp atlantic rfkill macsec apple_mfi_fastcharge loop dm_multipath nfnetlink zram dm_crypt amdgpu crct10dif_pclmul [11481.426926] crc32_pclmul crc32c_intel polyval_clmulni polyval_generic ghash_clmulni_intel sha512_ssse3 sha256_ssse3 sha1_ssse3 video amdxcp i2c_algo_bit drm_ttm_helper ttm drm_exec gpu_sched drm_suballoc_helper drm_buddy nvme drm_display_helper nvme_core ccp cec uas nvme_auth sp5100_tco usb_storage wmi hid_apple scsi_dh_rdac scsi_dh_emc scsi_dh_alua ip6_tables ip_tables fuse [11481.427025] CR2: 0000000000000240 [11481.427030] ---[ end trace 0000000000000000 ]--- [11481.986355] pstore: backend (erst) writing error (-28) [11481.986361] RIP: 0010:dce110_program_front_end_for_pipe+0xa3/0x4f0 [amdgpu] [11481.986673] Code: 00 00 00 00 f3 48 ab 4c 89 ff e8 a8 b5 ff ff 49 8b 56 08 49 8b 06 41 8b b6 a8 00 00 00 49 8b be d0 00 00 00 8b 8a fc 03 00 00 <8b> 80 40 02 00 00 48 c7 44 24 24 02 00 00 00 89 74 24 20 8b 92 a4 [11481.986686] RSP: 0018:ffffb5fd0e86b760 EFLAGS: 00010286 [11481.986692] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000001 [11481.986698] RDX: ffff8d5829de7800 RSI: 0000000000000004 RDI: ffff8d5808180000 [11481.986704] RBP: ffff8d5802e40000 R08: 0000000080000000 R09: ffffb5fd0e86b6d8 [11481.986710] R10: ffffffffc0d96c30 R11: 0000000000000040 R12: ffff8d5809aafe00 [11481.986715] R13: 0000000000000000 R14: ffff8d5e7ec002d8 R15: ffff8d57f69d5c00 [11481.986721] FS: 0000000000000000(0000) GS:ffff8d66bba80000(0000) knlGS:0000000000000000 [11481.986728] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [11481.986734] CR2: 0000000000000240 CR3: 0000000874f62000 CR4: 0000000000350ef0 [11481.986740] note: kworker/21:0[27820] exited with irqs disabled [11482.019857] rfkill: input handler enabled ```