-
Notifications
You must be signed in to change notification settings - Fork 802
Closed
Labels
Description
Describe the bug
native_cpu/atomic-base.cpp timed out in post-commit for non-functional change https://github.com/intel/llvm/actions/runs/10047331687/job/27768793640#step:11:97.
Change: 8bf7ae3
To reproduce
TIMEOUT: SYCL :: native_cpu/atomic-base.cpp (1494 of 1494)
******************** TEST 'SYCL :: native_cpu/atomic-base.cpp' FAILED ********************
Exit Code: -9
Timeout: Reached timeout of [60](https://github.com/intel/llvm/actions/runs/10047331687/job/27768793640#step:11:61)0 seconds
Command Output (stdout):
--
# RUN: at line 4
/__w/llvm/llvm/build/bin/clang --driver-mode=g++ -Xsycl-target-backend=amdgcn-amd-amdhsa --offload-arch=gfx906 -fsycl -fsycl-targets=native_cpu /__w/llvm/llvm/src/sycl/test/native_cpu/atomic-base.cpp -o /__w/llvm/llvm/build/tools/sycl/test/native_cpu/Output/atomic-base.cpp.tmp
# executed command: /__w/llvm/llvm/build/bin/clang --driver-mode=g++ -Xsycl-target-backend=amdgcn-amd-amdhsa --offload-arch=gfx906 -fsycl -fsycl-targets=native_cpu /__w/llvm/llvm/src/sycl/test/native_cpu/atomic-base.cpp -o /__w/llvm/llvm/build/tools/sycl/test/native_cpu/Output/atomic-base.cpp.tmp
# .---command stderr------------
# | clang: warning: argument unused during compilation: '-Xsycl-target-backend=amdgcn-amd-amdhsa --offload-arch=gfx906' [-Wunused-command-line-argument]
# `-----------------------------
# RUN: at line 5
env ONEAPI_DEVICE_SELECTOR="native_cpu:cpu" /__w/llvm/llvm/build/tools/sycl/test/native_cpu/Output/atomic-base.cpp.tmp
# executed command: env ONEAPI_DEVICE_SELECTOR=native_cpu:cpu /__w/llvm/llvm/build/tools/sycl/test/native_cpu/Output/atomic-base.cpp.tmp
# note: command had no output on stdout or stderr
# error: command failed with exit status: -9
# error: command reached timeout: True
--
********************
Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. [70](https://github.com/intel/llvm/actions/runs/10047331687/job/27768793640#step:11:71).. 80.. 90..
********************
Timed Out Tests (1):
SYCL :: native_cpu/atomic-base.cpp
Full log:
logs_26294248843.zip
Environment
- OS: Linux
- Target device and vendor: N/A
Additional context
No response