Skip to content

Vulkan E2E tests fail with the "command not found" error #21239

@ldorau

Description

@ldorau

Describe the bug

The following 4 vulkan E2E tests fail with "command not found" error:
for example:
https://github.com/intel/llvm/actions/runs/21819987381/job/62953266804?pr=21110
https://github.com/intel/llvm/actions/runs/21819987381/job/62953266803?pr=21110

Failed Tests (4):
  SYCL :: MemoryExport/export_memory_to_vulkan.cpp
  SYCL :: bindless_images/vulkan_interop/buffer_usm.cpp
  SYCL :: bindless_images/vulkan_interop/depth_format.cpp
  SYCL :: bindless_images/vulkan_interop/sampled_images_USM.cpp

  FAIL: SYCL :: bindless_images/vulkan_interop/depth_format.cpp (1755 of 1843)
  ******************** TEST 'SYCL :: bindless_images/vulkan_interop/depth_format.cpp' FAILED ********************
  Exit Code: 127
  
  Command Output (stdout):
  --
  # RUN: at line 6
  env env UR_LOADER_USE_LEVEL_ZERO_V2=0 ONEAPI_DEVICE_SELECTOR=level_zero:gpu  env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 /__w/llvm/llvm/build-e2e/bindless_images/vulkan_interop/Output/depth_format.cpp.tmp.out
  # executed command: env env UR_LOADER_USE_LEVEL_ZERO_V2=0 ONEAPI_DEVICE_SELECTOR=level_zero:gpu env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 /__w/llvm/llvm/build-e2e/bindless_images/vulkan_interop/Output/depth_format.cpp.tmp.out
  # .---command stderr------------
  # | '/__w/llvm/llvm/build-e2e/bindless_images/vulkan_interop/Output/depth_format.cpp.tmp.out': command not found
  # `-----------------------------
  # error: command failed with exit status: 127
  
  --
  
  ********************
  FAIL: SYCL :: MemoryExport/export_memory_to_vulkan.cpp (1774 of 1843)
  ******************** TEST 'SYCL :: MemoryExport/export_memory_to_vulkan.cpp' FAILED ********************
  Exit Code: 127
  
  Command Output (stdout):
  --
  # RUN: at line 16
  env env UR_LOADER_USE_LEVEL_ZERO_V2=0 ONEAPI_DEVICE_SELECTOR=level_zero:gpu  /__w/llvm/llvm/build-e2e/MemoryExport/Output/export_memory_to_vulkan.cpp.tmp.out
  # executed command: env env UR_LOADER_USE_LEVEL_ZERO_V2=0 ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/MemoryExport/Output/export_memory_to_vulkan.cpp.tmp.out
  # .---command stderr------------
  # | '/__w/llvm/llvm/build-e2e/MemoryExport/Output/export_memory_to_vulkan.cpp.tmp.out': command not found
  # `-----------------------------
  # error: command failed with exit status: 127
  
  --
  
  ********************
  FAIL: SYCL :: bindless_images/vulkan_interop/buffer_usm.cpp (1788 of 1843)
  ******************** TEST 'SYCL :: bindless_images/vulkan_interop/buffer_usm.cpp' FAILED ********************
  Exit Code: 127
  
  Command Output (stdout):
  --
  # RUN: at line 5
  env env UR_LOADER_USE_LEVEL_ZERO_V2=0 ONEAPI_DEVICE_SELECTOR=level_zero:gpu  /__w/llvm/llvm/build-e2e/bindless_images/vulkan_interop/Output/buffer_usm.cpp.tmp.out
  # executed command: env env UR_LOADER_USE_LEVEL_ZERO_V2=0 ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/bindless_images/vulkan_interop/Output/buffer_usm.cpp.tmp.out
  # .---command stderr------------
  # | '/__w/llvm/llvm/build-e2e/bindless_images/vulkan_interop/Output/buffer_usm.cpp.tmp.out': command not found
  # `-----------------------------
  # error: command failed with exit status: 127
  
  --
  
  ********************
  FAIL: SYCL :: bindless_images/vulkan_interop/sampled_images_USM.cpp (1793 of 1843)
  ******************** TEST 'SYCL :: bindless_images/vulkan_interop/sampled_images_USM.cpp' FAILED ********************
  Exit Code: 127
  
  Command Output (stdout):
  --
  # RUN: at line 6
  env env UR_LOADER_USE_LEVEL_ZERO_V2=0 ONEAPI_DEVICE_SELECTOR=level_zero:gpu  /__w/llvm/llvm/build-e2e/bindless_images/vulkan_interop/Output/sampled_images_USM.cpp.tmp.out
  # executed command: env env UR_LOADER_USE_LEVEL_ZERO_V2=0 ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/bindless_images/vulkan_interop/Output/sampled_images_USM.cpp.tmp.out
  # .---command stderr------------
  # | '/__w/llvm/llvm/build-e2e/bindless_images/vulkan_interop/Output/sampled_images_USM.cpp.tmp.out': command not found
  # `-----------------------------
  # error: command failed with exit status: 127

Environment

  • OS: Linux

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions