Closed
Description
Describe the bug
https://github.com/intel/llvm/actions/runs/10737081184/job/29778135326
********************
FAIL: SYCL :: Plugin/sycl-ls.cpp (1706 of 2168)
******************** TEST 'SYCL :: Plugin/sycl-ls.cpp' FAILED ********************
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
/__w/llvm/llvm/toolchain/bin/sycl-ls --verbose | grep "Device \[" | wc -l >/__w/llvm/llvm/build-e2e/Plugin/Output/sycl-ls.cpp.tmp.verbose.out
# executed command: /__w/llvm/llvm/toolchain/bin/sycl-ls --verbose
# note: command had no output on stdout or stderr
# executed command: grep 'Device \['
# note: command had no output on stdout or stderr
# executed command: wc -l
# note: command had no output on stdout or stderr
# RUN: at line 2
/__w/llvm/llvm/toolchain/bin/sycl-ls | wc -l >/__w/llvm/llvm/build-e2e/Plugin/Output/sycl-ls.cpp.tmp.concise.out
# executed command: /__w/llvm/llvm/toolchain/bin/sycl-ls
# note: command had no output on stdout or stderr
# executed command: wc -l
# note: command had no output on stdout or stderr
# RUN: at line 3
diff /__w/llvm/llvm/build-e2e/Plugin/Output/sycl-ls.cpp.tmp.verbose.out /__w/llvm/llvm/build-e2e/Plugin/Output/sycl-ls.cpp.tmp.concise.out
# executed command: diff /__w/llvm/llvm/build-e2e/Plugin/Output/sycl-ls.cpp.tmp.verbose.out /__w/llvm/llvm/build-e2e/Plugin/Output/sycl-ls.cpp.tmp.concise.out
# .---command stdout------------
# | *** /__w/llvm/llvm/build-e2e/Plugin/Output/sycl-ls.cpp.tmp.verbose.out
# | --- /__w/llvm/llvm/build-e2e/Plugin/Output/sycl-ls.cpp.tmp.concise.out
# | ***************
# | *** 1 ****
# | ! 3
# | --- 1 ----
# | ! 2
# `-----------------------------
# error: command failed with exit status: 1
To reproduce
No response
Environment
No response
Additional context
No response