llvm icon indicating copy to clipboard operation
llvm copied to clipboard

SPVDumpUse/basic.cpp sporadically fails in pre-commit on Win&L0

Open KornevNikita opened this issue 3 months ago • 1 comments

Describe the bug

See https://github.com/intel/llvm/actions/runs/18316395380/job/52162023575?pr=20299

  FAIL: SYCL :: SPVDumpUse/basic.cpp (645 of 2478)
  ******************** TEST 'SYCL :: SPVDumpUse/basic.cpp' FAILED ********************
  Exit Code: 3221225477
  
  Command Output (stdout):
  --
  # RUN: at line 6
  D:\github\_work\llvm\llvm\build-e2e\SPVDumpUse\Output\basic.cpp.tmp1.out | d:\github\_work\llvm\llvm\install\bin\filecheck.exe D:\github\_work\llvm\llvm\llvm\sycl\test-e2e\SPVDumpUse\basic.cpp --check-prefix ONE
  # executed command: 'D:\github\_work\llvm\llvm\build-e2e\SPVDumpUse\Output\basic.cpp.tmp1.out'
  # executed command: 'd:\github\_work\llvm\llvm\install\bin\filecheck.exe' 'D:\github\_work\llvm\llvm\llvm\sycl\test-e2e\SPVDumpUse\basic.cpp' --check-prefix ONE
  # RUN: at line 7
  env SYCL_DUMP_IMAGES_PREFIX=D:\github\_work\llvm\llvm\build-e2e\SPVDumpUse\Output\basic.cpp.tmp1.sycl_ SYCL_DUMP_IMAGES=1  D:\github\_work\llvm\llvm\build-e2e\SPVDumpUse\Output\basic.cpp.tmp1.out | d:\github\_work\llvm\llvm\install\bin\filecheck.exe D:\github\_work\llvm\llvm\llvm\sycl\test-e2e\SPVDumpUse\basic.cpp --check-prefix ONE
  # executed command: env 'SYCL_DUMP_IMAGES_PREFIX=D:\github\_work\llvm\llvm\build-e2e\SPVDumpUse\Output\basic.cpp.tmp1.sycl_' SYCL_DUMP_IMAGES=1 'D:\github\_work\llvm\llvm\build-e2e\SPVDumpUse\Output\basic.cpp.tmp1.out'
  # executed command: 'd:\github\_work\llvm\llvm\install\bin\filecheck.exe' 'D:\github\_work\llvm\llvm\llvm\sycl\test-e2e\SPVDumpUse\basic.cpp' --check-prefix ONE
  # RUN: at line 8
  env SYCL_USE_KERNEL_SPV=D:\github\_work\llvm\llvm\build-e2e\SPVDumpUse\Output\basic.cpp.tmp1.sycl_spir64.spv  D:\github\_work\llvm\llvm\build-e2e\SPVDumpUse\Output\basic.cpp.tmp1.out | d:\github\_work\llvm\llvm\install\bin\filecheck.exe D:\github\_work\llvm\llvm\llvm\sycl\test-e2e\SPVDumpUse\basic.cpp --check-prefix ONE
  # executed command: env 'SYCL_USE_KERNEL_SPV=D:\github\_work\llvm\llvm\build-e2e\SPVDumpUse\Output\basic.cpp.tmp1.sycl_spir64.spv' 'D:\github\_work\llvm\llvm\build-e2e\SPVDumpUse\Output\basic.cpp.tmp1.out'
  # note: command had no output on stdout or stderr
  # error: command failed with exit status: 0xc0000005
  # executed command: 'd:\github\_work\llvm\llvm\install\bin\filecheck.exe' 'D:\github\_work\llvm\llvm\llvm\sycl\test-e2e\SPVDumpUse\basic.cpp' --check-prefix ONE
  
  --

To reproduce

  1. Include a code snippet that is as short as possible
  2. Specify the command which should be used to compile the program
  3. Specify the command which should be used to launch the program
  4. Indicate what is wrong and what was expected

Environment

  • OS: [e.g Windows/Linux]
  • Target device and vendor: [e.g. Intel GPU]
  • DPC++ version: [e.g. commit hash or output of clang++ --version]
  • Dependencies version: [e.g. the output of sycl-ls --verbose]

Additional context

No response

KornevNikita avatar Oct 08 '25 11:10 KornevNikita

Post-commit impacted as well - https://github.com/intel/llvm/actions/runs/19653410200/job/56287074948.

bader avatar Nov 25 '25 01:11 bader