# RUN: at line 64
env env UR_LOADER_USE_LEVEL_ZERO_V2=1 ONEAPI_DEVICE_SELECTOR=level_zero:1 /__w/llvm/llvm/build-e2e/bindless_images/vulkan_interop/Output/vulkan_sycl_image_interop_write_1d_unsampled.cpp.tmp.out --type uint8 --channels 1 32 --semaphores
# executed command: env env UR_LOADER_USE_LEVEL_ZERO_V2=1 ONEAPI_DEVICE_SELECTOR=level_zero:1 /__w/llvm/llvm/build-e2e/bindless_images/vulkan_interop/Output/vulkan_sycl_image_interop_write_1d_unsampled.cpp.tmp.out --type uint8 --channels 1 32 --semaphores
# .---command stdout------------
# | Running UNSAMPLED 1D Write Test | Type: uint8 | Size: 32x | Channels: 1 | Tiling: OPTIMAL | Semaphores: ON
# | VK Format: VK_FORMAT_R8_UINT
# | ✓ Vulkan Data Verified (Internal Round-Trip Passed)
# | SUCCESS!
# `-----------------------------
# .---command stderr------------
# | [Vulkan Validation Layer]: libnvidia-gpucomp.so.565.57.01: cannot open shared object file: No such file or directory
# | [Vulkan Validation Layer]: loader_icd_scan: Failed loading library associated with ICD JSON libGLX_nvidia.so.0. Ignoring this JSON
# `-----------------------------
# RUN: at line 65
env env UR_LOADER_USE_LEVEL_ZERO_V2=1 ONEAPI_DEVICE_SELECTOR=level_zero:1 /__w/llvm/llvm/build-e2e/bindless_images/vulkan_interop/Output/vulkan_sycl_image_interop_write_1d_unsampled.cpp.tmp.out --type int8 --channels 4 32 --semaphores
# executed command: env env UR_LOADER_USE_LEVEL_ZERO_V2=1 ONEAPI_DEVICE_SELECTOR=level_zero:1 /__w/llvm/llvm/build-e2e/bindless_images/vulkan_interop/Output/vulkan_sycl_image_interop_write_1d_unsampled.cpp.tmp.out --type int8 --channels 4 32 --semaphores
# .---command stdout------------
# | Running UNSAMPLED 1D Write Test | Type: int8 | Size: 32x | Channels: 4 | Tiling: OPTIMAL | Semaphores: ON
# | VK Format: VK_FORMAT_R8G8B8A8_SINT
# | ✓ Vulkan Data Verified (Internal Round-Trip Passed)
# | SUCCESS!
# `-----------------------------
# .---command stderr------------
# | [Vulkan Validation Layer]: libnvidia-gpucomp.so.565.57.01: cannot open shared object file: No such file or directory
# | [Vulkan Validation Layer]: loader_icd_scan: Failed loading library associated with ICD JSON libGLX_nvidia.so.0. Ignoring this JSON
# `-----------------------------
# error: command failed with exit status: -11
Describe the bug
Log: https://github.com/intel/llvm/actions/runs/30814012327/job/91771452108?pr=22586
To reproduce
No response
Environment
No response
Additional context
No response