SYCL :: Adapters/enqueue-arg-order-buffer.cpp failed in pre-commit (E2E tests on Intel Ponte Vecchio GPU, Linux)
- Dominant language
- LLVM
- Stars
- 1.5k
- Forks
- 854
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 137
Description
### Describe the bug
https://github.com/intel/llvm/actions/runs/12955521324/job/36141438430?pr=16683
```
# error: command failed with exit status: -6
# executed command: /__w/llvm/llvm/toolchain/bin/FileCheck /__w/llvm/llvm/llvm/sycl/test-e2e/Adapters/enqueue-arg-order-buffer.cpp
# .---command stderr------------
# | /__w/llvm/llvm/llvm/sycl/test-e2e/Adapters/enqueue-arg-order-buffer.cpp:421:17: error: CHECK-LABEL: expected string not found in input
# | // CHECK-LABEL: start copyD2D-buffer
# | ^
# | :548:21: note: scanning from here
# | start copyH2D-buffer
# | ^
# | :549:9: note: possible intended match here
# | ---> urPlatformGetInfo
# | ^
# |
# | Input file:
# | Check file: /__w/llvm/llvm/llvm/sycl/test-e2e/Adapters/enqueue-arg-order-buffer.cpp
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
# | .
# | .
# | 543: ---> urEventRelease
# | 544: <--- urEventRelease(.hEvent = 0x4dbe830) -> UR_RESULT_SUCCESS;
# | 545: ---> urQueueRelease
# | 546: <--- urQueueRelease(.hQueue = 0x48b3a20) -> UR_RESULT_SUCCESS;
# | 547: end copyD2H-buffer
# | 548: start copyH2D-buffer
# | label:421'0 X error: no match found
# | 549: ---> urPlatformGetInfo
# | label:421'0 ~~~~~~~~~~~~~~~~~~~~~~~~
# | label:421'1 ? possible intended match
# | 550: <--- urPlatformGetInfo(.hPlatform = 0x48737b0, .propName = UR_PLATFORM_INFO_NAME, .propSize = 0, .pPropValue = nullptr, .pPropSizeRet = 0x7ffc3fb0f720 (48)) -> UR_RESULT_SUCCESS;
# | label:421'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 551: ---> urPlatformGetInfo
# | label:421'0 ~~~~~~~~~~~~~~~~~~~~~~~~
# | 552: <--- urPlatformGetInfo(.hPlatform = 0x48737b0, .propName = UR_PLATFORM_INFO_NAME, .propSize = 48, .pPropValue = 0x4f44150 (Intel(R) oneAPI Unified Runtime over Level-Zero), .pPropSizeRet = nullptr) -> UR_RESULT_SUCCESS;
# | label:421'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 553: ---> urPlatformGetInfo
# | label:421'0 ~~~~~~~~~~~~~~~~~~~~~~~~
# | 554: <--- urPlatformGetInfo(.hPlatform = 0x48737b0, .propName = UR_PLATFORM_INFO_NAME, .propSize = 0, .pPropValue = nullptr, .pPropSizeRet = 0x7ffc3fb0f720 (48)) -> UR_RESULT_SUCCESS;
# | label:421'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | .
# | .
# | .
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
```
Contributor guide
Assessment
This issue has not been assessed yet.