llvm-ci wrote: LLVM Buildbot has detected a new failure on builder `llvm-clang-x86_64-darwin` running on `doug-worker-3` while building `clang` at step 6 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/23/builds/15023 <details> <summary>Here is the relevant piece of the build log for the reference</summary> ``` Step 6 (test-build-unified-tree-check-all) failure: test (failure) ******************** TEST 'Clang :: Format/dry-run-warning.cpp' FAILED ******************** Exit Code: 127 Command Output (stdout): -- # RUN: at line 1 echo '{' > /Volumes/RAMDisk/buildbot-root/x86_64-darwin/build/tools/clang/test/Format/Output/dry-run-warning.cpp.tmp.json # executed command: echo '{' # note: command had no output on stdout or stderr # RUN: at line 2 echo ' "married": true' >> /Volumes/RAMDisk/buildbot-root/x86_64-darwin/build/tools/clang/test/Format/Output/dry-run-warning.cpp.tmp.json # executed command: echo ' "married": true' # note: command had no output on stdout or stderr # RUN: at line 3 echo '}' >> /Volumes/RAMDisk/buildbot-root/x86_64-darwin/build/tools/clang/test/Format/Output/dry-run-warning.cpp.tmp.json # executed command: echo '}' # note: command had no output on stdout or stderr # RUN: at line 5 /Volumes/RAMDisk/buildbot-root/x86_64-darwin/build/bin/clang-format -n -style=LLVM /Volumes/RAMDisk/buildbot-root/x86_64-darwin/build/tools/clang/test/Format/Output/dry-run-warning.cpp.tmp.json 2>&1 | /Volumes/RAMDisk/buildbot-root/x86_64-darwin/build/bin/FileCheck /Volumes/RAMDisk/buildbot-root/x86_64-darwin/llvm-project/clang/test/Format/dry-run-warning.cpp -allow-empty # executed command: /Volumes/RAMDisk/buildbot-root/x86_64-darwin/build/bin/clang-format -n -style=LLVM /Volumes/RAMDisk/buildbot-root/x86_64-darwin/build/tools/clang/test/Format/Output/dry-run-warning.cpp.tmp.json # .---command stderr------------ # | Could not create process (/Volumes/RAMDisk/buildbot-root/x86_64-darwin/build/bin/clang-format) due to [Errno 24] Too many open files # `----------------------------- # error: command failed with exit status: 127 -- ******************** ``` </details> https://github.com/llvm/llvm-project/pull/165235 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
