[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 15:35:17 PDT 2024
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-clang-x86_64-sie-ubuntu-fast` running on `sie-linux-worker` while building `clang-tools-extra` at step 6 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/144/builds/3080
Here is the relevant piece of the build log for the reference:
```
Step 6 (test-build-unified-tree-check-all) failure: test (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 /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/tools/clang/tools/extra/test/clang-doc/Output/namespace.cpp.tmp && mkdir -p /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/tools/clang/tools/extra/test/clang-doc/Output/namespace.cpp.tmp
+ rm -rf /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/tools/clang/tools/extra/test/clang-doc/Output/namespace.cpp.tmp
+ mkdir -p /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/tools/clang/tools/extra/test/clang-doc/Output/namespace.cpp.tmp
RUN: at line 2: clang-doc --format=html --output=/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/tools/clang/tools/extra/test/clang-doc/Output/namespace.cpp.tmp --executor=standalone /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/clang-tools-extra/test/clang-doc/namespace.cpp
+ clang-doc --format=html --output=/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/tools/clang/tools/extra/test/clang-doc/Output/namespace.cpp.tmp --executor=standalone /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/clang-tools-extra/test/clang-doc/namespace.cpp
Error while trying to load a compilation database:
Could not auto-detect compilation database for file "/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/clang-tools-extra/test/clang-doc/namespace.cpp"
No compilation database found in /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/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=/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/tools/clang/tools/extra/test/clang-doc/Output/namespace.cpp.tmp --executor=standalone /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/clang-tools-extra/test/clang-doc/namespace.cpp
+ clang-doc --format=md --output=/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/tools/clang/tools/extra/test/clang-doc/Output/namespace.cpp.tmp --executor=standalone /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/clang-tools-extra/test/clang-doc/namespace.cpp
Error while trying to load a compilation database:
Could not auto-detect compilation database for file "/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/clang-tools-extra/test/clang-doc/namespace.cpp"
No compilation database found in /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/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 /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/clang-tools-extra/test/clang-doc/namespace.cpp < /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/tools/clang/tools/extra/test/clang-doc/Output/namespace.cpp.tmp/index_json.js -check-prefix=JSON-INDEX
+ FileCheck /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/clang-tools-extra/test/clang-doc/namespace.cpp -check-prefix=JSON-INDEX
[1m/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/clang-tools-extra/test/clang-doc/namespace.cpp:195:21: [0m[0;1;31merror: [0m[1mJSON-INDEX-NEXT: expected string not found in input
[0m// JSON-INDEX-NEXT: "USR": "{{([0-9A-F]{40})}}",
[0;1;32m ^
[0m[1m<stdin>:2:8: [0m[0;1;30mnote: [0m[1mscanning from here
[0mreturn{
[0;1;32m ^
[0m[1m<stdin>:13:2: [0m[0;1;30mnote: [0m[1mpossible intended match here
[0m "Name": "AnonClass",
...
```
https://github.com/llvm/llvm-project/pull/100251
More information about the cfe-commits
mailing list