llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder 
`clang-with-thin-lto-ubuntu` running on `as-worker-92` while building 
`clang,llvm` at step 7 "test-stage1-compiler".

Full details are available at: 
https://lab.llvm.org/buildbot/#/builders/127/builds/6844

<details>
<summary>Here is the relevant piece of the build log for the reference</summary>

```
Step 7 (test-stage1-compiler) failure: build (failure)
...
llvm-lit: 
/home/buildbot/as-worker-92/clang-with-thin-lto-ubuntu/llvm-project/llvm/utils/lit/lit/llvm/config.py:569:
 note: using ld64.lld: 
/home/buildbot/as-worker-92/clang-with-thin-lto-ubuntu/build/stage1/bin/ld64.lld
llvm-lit: 
/home/buildbot/as-worker-92/clang-with-thin-lto-ubuntu/llvm-project/llvm/utils/lit/lit/llvm/config.py:569:
 note: using wasm-ld: 
/home/buildbot/as-worker-92/clang-with-thin-lto-ubuntu/build/stage1/bin/wasm-ld
llvm-lit: 
/home/buildbot/as-worker-92/clang-with-thin-lto-ubuntu/build/stage1/utils/lit/tests/lit.cfg:122:
 warning: Setting a timeout per test not supported. Requires the Python psutil 
module but it could not be found. Try installing it via pip or via your 
operating system's package manager.
 Some tests will be skipped and the --timeout command line argument will not 
work.
llvm-lit: 
/home/buildbot/as-worker-92/clang-with-thin-lto-ubuntu/llvm-project/llvm/utils/lit/lit/llvm/config.py:569:
 note: using ld.lld: 
/home/buildbot/as-worker-92/clang-with-thin-lto-ubuntu/build/stage1/bin/ld.lld
llvm-lit: 
/home/buildbot/as-worker-92/clang-with-thin-lto-ubuntu/llvm-project/llvm/utils/lit/lit/llvm/config.py:569:
 note: using lld-link: 
/home/buildbot/as-worker-92/clang-with-thin-lto-ubuntu/build/stage1/bin/lld-link
llvm-lit: 
/home/buildbot/as-worker-92/clang-with-thin-lto-ubuntu/llvm-project/llvm/utils/lit/lit/llvm/config.py:569:
 note: using ld64.lld: 
/home/buildbot/as-worker-92/clang-with-thin-lto-ubuntu/build/stage1/bin/ld64.lld
llvm-lit: 
/home/buildbot/as-worker-92/clang-with-thin-lto-ubuntu/llvm-project/llvm/utils/lit/lit/llvm/config.py:569:
 note: using wasm-ld: 
/home/buildbot/as-worker-92/clang-with-thin-lto-ubuntu/build/stage1/bin/wasm-ld
-- Testing: 92726 tests, 72 workers --
Testing: 
FAIL: Clang :: Analysis/Scalable/call-graph.cpp (669 of 92726)
******************** TEST 'Clang :: Analysis/Scalable/call-graph.cpp' FAILED 
********************
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 1
rm -rf 
/home/buildbot/as-worker-92/clang-with-thin-lto-ubuntu/build/stage1/tools/clang/test/Analysis/Scalable/Output/call-graph.cpp.tmp.summary.json
# executed command: rm -rf 
/home/buildbot/as-worker-92/clang-with-thin-lto-ubuntu/build/stage1/tools/clang/test/Analysis/Scalable/Output/call-graph.cpp.tmp.summary.json
# RUN: at line 2
/home/buildbot/as-worker-92/clang-with-thin-lto-ubuntu/build/stage1/bin/clang 
-cc1 -internal-isystem 
/home/buildbot/as-worker-92/clang-with-thin-lto-ubuntu/build/stage1/lib/clang/23/include
 -nostdsysteminc -fsyntax-only 
/home/buildbot/as-worker-92/clang-with-thin-lto-ubuntu/llvm-project/clang/test/Analysis/Scalable/call-graph.cpp
    --ssaf-extract-summaries=CallGraph    
--ssaf-tu-summary-file=/home/buildbot/as-worker-92/clang-with-thin-lto-ubuntu/build/stage1/tools/clang/test/Analysis/Scalable/Output/call-graph.cpp.tmp.summary.json
# executed command: 
/home/buildbot/as-worker-92/clang-with-thin-lto-ubuntu/build/stage1/bin/clang 
-cc1 -internal-isystem 
/home/buildbot/as-worker-92/clang-with-thin-lto-ubuntu/build/stage1/lib/clang/23/include
 -nostdsysteminc -fsyntax-only 
/home/buildbot/as-worker-92/clang-with-thin-lto-ubuntu/llvm-project/clang/test/Analysis/Scalable/call-graph.cpp
 --ssaf-extract-summaries=CallGraph 
--ssaf-tu-summary-file=/home/buildbot/as-worker-92/clang-with-thin-lto-ubuntu/build/stage1/tools/clang/test/Analysis/Scalable/Output/call-graph.cpp.tmp.summary.json
# RUN: at line 5
/home/buildbot/as-worker-92/clang-with-thin-lto-ubuntu/build/stage1/bin/FileCheck
 
/home/buildbot/as-worker-92/clang-with-thin-lto-ubuntu/llvm-project/clang/test/Analysis/Scalable/call-graph.cpp
 --match-full-lines 
--input-file=/home/buildbot/as-worker-92/clang-with-thin-lto-ubuntu/build/stage1/tools/clang/test/Analysis/Scalable/Output/call-graph.cpp.tmp.summary.json
# executed command: 
/home/buildbot/as-worker-92/clang-with-thin-lto-ubuntu/build/stage1/bin/FileCheck
 
/home/buildbot/as-worker-92/clang-with-thin-lto-ubuntu/llvm-project/clang/test/Analysis/Scalable/call-graph.cpp
 --match-full-lines 
--input-file=/home/buildbot/as-worker-92/clang-with-thin-lto-ubuntu/build/stage1/tools/clang/test/Analysis/Scalable/Output/call-graph.cpp.tmp.summary.json
# .---command stderr------------
# | 
/home/buildbot/as-worker-92/clang-with-thin-lto-ubuntu/llvm-project/clang/test/Analysis/Scalable/call-graph.cpp:13:15:
 error: CHECK-DAG: expected string not found in input
# | // CHECK-DAG: "pretty_name": "caller()",
# |               ^
# | 
/home/buildbot/as-worker-92/clang-with-thin-lto-ubuntu/build/stage1/tools/clang/test/Analysis/Scalable/Output/call-graph.cpp.tmp.summary.json:7:21:
 note: scanning from here
# |  "entity_summary": {
# |                     ^
# | 
/home/buildbot/as-worker-92/clang-with-thin-lto-ubuntu/build/stage1/tools/clang/test/Analysis/Scalable/Output/call-graph.cpp.tmp.summary.json:14:2:
 note: possible intended match here
# |  "pretty_name": "polymorphic(Base &)",
# |  ^
# | 
/home/buildbot/as-worker-92/clang-with-thin-lto-ubuntu/llvm-project/clang/test/Analysis/Scalable/call-graph.cpp:23:15:
 error: CHECK-DAG: expected string not found in input
# | // CHECK-DAG: "pretty_name": "polymorphic(Base &)",
# |               ^
# | 
/home/buildbot/as-worker-92/clang-with-thin-lto-ubuntu/build/stage1/tools/clang/test/Analysis/Scalable/Output/call-graph.cpp.tmp.summary.json:24:21:
 note: scanning from here
# |  "entity_summary": {
# |                     ^
# | 
/home/buildbot/as-worker-92/clang-with-thin-lto-ubuntu/build/stage1/tools/clang/test/Analysis/Scalable/Output/call-graph.cpp.tmp.summary.json:35:2:
 note: possible intended match here
# |  "pretty_name": "caller()",
# |  ^
# | 
# | Input file: 
/home/buildbot/as-worker-92/clang-with-thin-lto-ubuntu/build/stage1/tools/clang/test/Analysis/Scalable/Output/call-graph.cpp.tmp.summary.json
# | Check file: 
/home/buildbot/as-worker-92/clang-with-thin-lto-ubuntu/llvm-project/clang/test/Analysis/Scalable/call-graph.cpp
# | 
# | -dump-input=help explains the following input dump.

```

</details>

https://github.com/llvm/llvm-project/pull/189681
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to