[clang] [clang][OpenMP][NFC] Move 'allocate' clause modifier parsing into fun… (PR #115775)
LLVM Continuous Integration via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 11 16:15:31 PST 2024
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `libc-x86_64-debian-gcc-fullbuild-dbg` running on `libc-x86_64-debian-fullbuild` while building `clang` at step 4 "annotate".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/131/builds/10173
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 4 (annotate) failure: 'python ../llvm-zorg/zorg/buildbot/builders/annotated/libc-linux.py ...' (failure)
...
[ OK ] LlvmLibcFStatTest.NonExistentFile (4 us)
Ran 2 tests. PASS: 2 FAIL: 0
[955/1099] Running unit test libc.test.src.sys.statvfs.linux.statvfs_test
[==========] Running 2 tests from 1 test suite.
[ RUN ] LlvmLibcSysStatvfsTest.StatvfsBasic
[ OK ] LlvmLibcSysStatvfsTest.StatvfsBasic (21 us)
[ RUN ] LlvmLibcSysStatvfsTest.StatvfsInvalidPath
[ OK ] LlvmLibcSysStatvfsTest.StatvfsInvalidPath (263 us)
Ran 2 tests. PASS: 2 FAIL: 0
[956/1099] Running unit test libc.test.src.sys.statvfs.linux.fstatvfs_test
FAILED: projects/libc/test/src/sys/statvfs/linux/CMakeFiles/libc.test.src.sys.statvfs.linux.fstatvfs_test /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/build/projects/libc/test/src/sys/statvfs/linux/CMakeFiles/libc.test.src.sys.statvfs.linux.fstatvfs_test
cd /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/build/projects/libc/test/src/sys/statvfs/linux && /home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/build/projects/libc/test/src/sys/statvfs/linux/libc.test.src.sys.statvfs.linux.fstatvfs_test.__build__
[==========] Running 2 tests from 1 test suite.
[ RUN ] LlvmLibcSysFStatvfsTest.FStatvfsBasic
[ OK ] LlvmLibcSysFStatvfsTest.FStatvfsBasic (26 us)
[ RUN ] LlvmLibcSysFStatvfsTest.FStatvfsInvalidPath
/home/llvm-libc-buildbot/buildbot-worker/libc-x86_64-debian-fullbuild/libc-x86_64-debian-gcc-fullbuild-dbg/llvm-project/libc/test/src/sys/statvfs/linux/fstatvfs_test.cpp:39: FAILURE
Failed to match LIBC_NAMESPACE::mkdirat(AT_FDCWD, TEST_DIR, S_IRWXU) against Succeeds(0).
Expected return value to be equal to 0 but got -1.
Expected errno to be equal to "Success" but got "File exists".
[ FAILED ] LlvmLibcSysFStatvfsTest.FStatvfsInvalidPath
Ran 2 tests. PASS: 1 FAIL: 1
[957/1099] Running unit test libc.test.src.sys.utsname.uname_test
[==========] Running 1 test from 1 test suite.
[ RUN ] LlvmLibcUnameTest.GetMachineName
[ OK ] LlvmLibcUnameTest.GetMachineName (63 us)
Ran 1 tests. PASS: 1 FAIL: 0
[958/1099] Running unit test libc.test.src.sys.wait.wait4_test
[==========] Running 1 test from 1 test suite.
[ RUN ] LlvmLibcwait4Test.NoHangTest
[ OK ] LlvmLibcwait4Test.NoHangTest (6 us)
Ran 1 tests. PASS: 1 FAIL: 0
[959/1099] Running unit test libc.test.src.sys.wait.waitpid_test
[==========] Running 1 test from 1 test suite.
[ RUN ] LlvmLibcWaitPidTest.NoHangTest
[ OK ] LlvmLibcWaitPidTest.NoHangTest (4 us)
Ran 1 tests. PASS: 1 FAIL: 0
[960/1099] Running unit test libc.test.src.sys.epoll.linux.epoll_ctl_test
[==========] Running 1 test from 1 test suite.
[ RUN ] LlvmLibcEpollCtlTest.Basic
[ OK ] LlvmLibcEpollCtlTest.Basic (64 us)
Ran 1 tests. PASS: 1 FAIL: 0
[961/1099] Running unit test libc.test.src.sys.prctl.linux.prctl_test
[==========] Running 2 tests from 1 test suite.
[ RUN ] LlvmLibcSysPrctlTest.GetSetName
[ OK ] LlvmLibcSysPrctlTest.GetSetName (44 us)
[ RUN ] LlvmLibcSysPrctlTest.GetTHPDisable
[ OK ] LlvmLibcSysPrctlTest.GetTHPDisable (40 us)
Ran 2 tests. PASS: 2 FAIL: 0
```
</details>
https://github.com/llvm/llvm-project/pull/115775
More information about the cfe-commits
mailing list