[clang-tools-extra] Revert "[clang-doc] add ftime profiling" (PR #100251)
LLVM Continuous Integration via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 23 16:01:51 PDT 2024
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `clang-solaris11-sparcv9` running on `solaris11-sparcv9` while building `clang-tools-extra` at step 5 "ninja check 1".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/13/builds/1007
Here is the relevant piece of the build log for the reference:
```
Step 5 (ninja check 1) failure: stage 1 checked (failure)
******************** TEST 'Clang Tools :: clang-doc/namespace.cpp' FAILED ********************
Exit Code: 1
Command Output (stdout):
--
Emiting docs in html format.
Mapping decls...
Collecting infos...
Reducing 9 infos...
Generating docs...
Generating assets for docs...
Emiting docs in md format.
Mapping decls...
Collecting infos...
Reducing 9 infos...
Generating docs...
Generating assets for docs...
--
Command Output (stderr):
--
RUN: at line 1: rm -rf /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/stage1/tools/clang/tools/extra/test/clang-doc/Output/namespace.cpp.tmp && mkdir -p /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/stage1/tools/clang/tools/extra/test/clang-doc/Output/namespace.cpp.tmp
+ rm -rf /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/stage1/tools/clang/tools/extra/test/clang-doc/Output/namespace.cpp.tmp
+ mkdir -p /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/stage1/tools/clang/tools/extra/test/clang-doc/Output/namespace.cpp.tmp
RUN: at line 2: clang-doc --format=html --output=/opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/stage1/tools/clang/tools/extra/test/clang-doc/Output/namespace.cpp.tmp --executor=standalone /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/llvm/clang-tools-extra/test/clang-doc/namespace.cpp
+ clang-doc --format=html --output=/opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/stage1/tools/clang/tools/extra/test/clang-doc/Output/namespace.cpp.tmp --executor=standalone /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/llvm/clang-tools-extra/test/clang-doc/namespace.cpp
Error while trying to load a compilation database:
Could not auto-detect compilation database for file "/opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/llvm/clang-tools-extra/test/clang-doc/namespace.cpp"
No compilation database found in /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/llvm/clang-tools-extra/test/clang-doc or any parent directory
fixed-compilation-database: Error while opening fixed database: No such file or directory
json-compilation-database: Error while opening JSON database: No such file or directory
Running without flags.
RUN: at line 3: clang-doc --format=md --output=/opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/stage1/tools/clang/tools/extra/test/clang-doc/Output/namespace.cpp.tmp --executor=standalone /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/llvm/clang-tools-extra/test/clang-doc/namespace.cpp
+ clang-doc --format=md --output=/opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/stage1/tools/clang/tools/extra/test/clang-doc/Output/namespace.cpp.tmp --executor=standalone /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/llvm/clang-tools-extra/test/clang-doc/namespace.cpp
Error while trying to load a compilation database:
Could not auto-detect compilation database for file "/opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/llvm/clang-tools-extra/test/clang-doc/namespace.cpp"
No compilation database found in /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/llvm/clang-tools-extra/test/clang-doc or any parent directory
fixed-compilation-database: Error while opening fixed database: No such file or directory
json-compilation-database: Error while opening JSON database: No such file or directory
Running without flags.
RUN: at line 4: FileCheck /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/llvm/clang-tools-extra/test/clang-doc/namespace.cpp < /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/stage1/tools/clang/tools/extra/test/clang-doc/Output/namespace.cpp.tmp/index_json.js -check-prefix=JSON-INDEX
+ FileCheck /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/llvm/clang-tools-extra/test/clang-doc/namespace.cpp -check-prefix=JSON-INDEX
/opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/llvm/clang-tools-extra/test/clang-doc/namespace.cpp:195:21: error: JSON-INDEX-NEXT: expected string not found in input
// JSON-INDEX-NEXT: "USR": "{{([0-9A-F]{40})}}",
^
<stdin>:2:8: note: scanning from here
return{
^
<stdin>:13:2: note: possible intended match here
"Name": "AnonClass",
...
```
https://github.com/llvm/llvm-project/pull/100251
More information about the cfe-commits
mailing list