intel / llvm

Intel staging area for llvm.org contribution. Home for Intel LLVM-based projects.
Other
1.24k stars 736 forks source link

Graph/RecordReplay/host_task_in_order.cpp failing in Nightly on Linux gen12 #15008

Open sarnex opened 2 months ago

sarnex commented 2 months ago

Describe the bug

https://github.com/intel/llvm/actions/runs/10295214614/job/28494750508

FAIL: SYCL :: Graph/RecordReplay/host_task_in_order.cpp (1118 of 2129)
******************** TEST 'SYCL :: Graph/RecordReplay/host_task_in_order.cpp' FAILED ********************
Exit Code: 2

Command Output (stdout):
--
# RUN: at line 1
/__w/llvm/llvm/toolchain/bin//clang++  -Werror  -fsycl -fsycl-targets=spir64  /__w/llvm/llvm/llvm/sycl/test-e2e/Graph/RecordReplay/host_task_in_order.cpp -o /__w/llvm/llvm/build-e2e/Graph/RecordReplay/Output/host_task_in_order.cpp.tmp.out
# executed command: /__w/llvm/llvm/toolchain/bin//clang++ -Werror -fsycl -fsycl-targets=spir64 /__w/llvm/llvm/llvm/sycl/test-e2e/Graph/RecordReplay/host_task_in_order.cpp -o /__w/llvm/llvm/build-e2e/Graph/RecordReplay/Output/host_task_in_order.cpp.tmp.out
# note: command had no output on stdout or stderr
# RUN: at line 2
env ONEAPI_DEVICE_SELECTOR=level_zero:gpu  /__w/llvm/llvm/build-e2e/Graph/RecordReplay/Output/host_task_in_order.cpp.tmp.out
# executed command: env ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/Graph/RecordReplay/Output/host_task_in_order.cpp.tmp.out
# note: command had no output on stdout or stderr
# RUN: at line 4
env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=0 env UR_L0_LEAKS_DEBUG=1 env ONEAPI_DEVICE_SELECTOR=level_zero:gpu  /__w/llvm/llvm/build-e2e/Graph/RecordReplay/Output/host_task_in_order.cpp.tmp.out 2>&1 | /__w/llvm/llvm/toolchain/bin/FileCheck /__w/llvm/llvm/llvm/sycl/test-e2e/Graph/RecordReplay/host_task_in_order.cpp --implicit-check-not=LEAK
# executed command: env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=0 env UR_L0_LEAKS_DEBUG=1 env ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/Graph/RecordReplay/Output/host_task_in_order.cpp.tmp.out
# note: command had no output on stdout or stderr
# error: command failed with exit status: -11
# executed command: /__w/llvm/llvm/toolchain/bin/FileCheck /__w/llvm/llvm/llvm/sycl/test-e2e/Graph/RecordReplay/host_task_in_order.cpp --implicit-check-not=LEAK
# .---command stderr------------
# | FileCheck error: '<stdin>' is empty.
# | FileCheck command line:  /__w/llvm/llvm/toolchain/bin/FileCheck /__w/llvm/llvm/llvm/sycl/test-e2e/Graph/RecordReplay/host_task_in_order.cpp --implicit-check-not=LEAK
# `-----------------------------
# error: command failed with exit status: 2

To reproduce

No response

Environment

No response

Additional context

No response

sarnex commented 2 months ago

@intel/sycl-graphs-reviewers FYI, maybe we can disable the test? Thanks