llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `lldb-x86_64-debian` 
running on `lldb-x86_64-debian` while building `lldb` at step 6 "test".

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

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

```
Step 6 (test) failure: build (failure)
...
UNSUPPORTED: lldb-shell :: ScriptInterpreter/Lua/nested_sessions.test (3140 of 
3149)
UNSUPPORTED: lldb-shell :: Heap/heap-cstr.test (3141 of 3149)
UNSUPPORTED: lldb-shell :: ExecControl/StepIn/step_through-aarch64-thunk.test 
(3142 of 3149)
UNSUPPORTED: lldb-shell :: ScriptInterpreter/Lua/quit.test (3143 of 3149)
UNSUPPORTED: lldb-shell :: ScriptInterpreter/Lua/watchpoint_callback.test (3144 
of 3149)
UNSUPPORTED: lldb-shell :: SymbolFile/PDB/typedefs.test (3145 of 3149)
UNSUPPORTED: lldb-shell :: 
ScriptInterpreter/Python/Crashlog/interactive_crashlog_legacy.test (3146 of 
3149)
PASS: lldb-api :: terminal/TestEditlineCompletions.py (3147 of 3149)
PASS: lldb-api :: commands/process/attach/TestProcessAttach.py (3148 of 3149)
UNRESOLVED: lldb-api :: repl/clang/TestClangREPL.py (3149 of 3149)
******************** TEST 'lldb-api :: repl/clang/TestClangREPL.py' FAILED 
********************
Script:
--
/usr/bin/python3 
/home/worker/2.0.1/lldb-x86_64-debian/llvm-project/lldb/test/API/dotest.py -u 
CXXFLAGS -u CFLAGS --env 
LLVM_LIBS_DIR=/home/worker/2.0.1/lldb-x86_64-debian/build/./lib --env 
LLVM_INCLUDE_DIR=/home/worker/2.0.1/lldb-x86_64-debian/build/include --env 
LLVM_TOOLS_DIR=/home/worker/2.0.1/lldb-x86_64-debian/build/./bin --arch x86_64 
--build-dir /home/worker/2.0.1/lldb-x86_64-debian/build/lldb-test-build.noindex 
--lldb-module-cache-dir 
/home/worker/2.0.1/lldb-x86_64-debian/build/lldb-test-build.noindex/module-cache-lldb/lldb-api
 --clang-module-cache-dir 
/home/worker/2.0.1/lldb-x86_64-debian/build/lldb-test-build.noindex/module-cache-clang/lldb-api
 --executable /home/worker/2.0.1/lldb-x86_64-debian/build/./bin/lldb --compiler 
/home/worker/2.0.1/lldb-x86_64-debian/build/./bin/clang --dsymutil 
/home/worker/2.0.1/lldb-x86_64-debian/build/./bin/dsymutil --make 
/usr/bin/gmake --llvm-tools-dir 
/home/worker/2.0.1/lldb-x86_64-debian/build/./bin --lldb-obj-root 
/home/worker/2.0.1/lldb-x86_64-debian/build/tools/lldb --lldb-libs-dir 
/home/worker/2.0.1/lldb-x86_64-debian/build/./lib --cmake-build-type Release -t 
/home/worker/2.0.1/lldb-x86_64-debian/llvm-project/lldb/test/API/repl/clang -p 
TestClangREPL.py
--
Exit Code: 1

Command Output (stdout):
--
lldb version 22.0.0git (https://github.com/llvm/llvm-project.git revision 
00ffd8b8aa4e8cd3a2fee654d55995918886e874)
  clang revision 00ffd8b8aa4e8cd3a2fee654d55995918886e874
  llvm revision 00ffd8b8aa4e8cd3a2fee654d55995918886e874

78(lldb) settings clear --all
7
no target                                                                   
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                        8(lldb) settings set 
symbols.enable-external-lookup false
(lldb) settings set target.inherit-tcc true
(lldb) settings set target.disable-aslr false
(lldb) settings set target.detach-on-error false
(lldb) settings set target.auto-apply-fixits false
(lldb) settings set plugin.process.gdb-remote.packet-timeout 60
(lldb) settings set symbols.clang-modules-cache-path 
"/home/worker/2.0.1/lldb-x86_64-debian/build/lldb-test-build.noindex/module-cache-lldb/lldb-api"
(lldb) settings set use-color false
(lldb) settings set show-statusline false
78(lldb) target create 
"/home/worker/2.0.1/lldb-x86_64-debian/build/lldb-test-build.noindex/repl/clang/TestClangREPL.test_basic_completion/a.out"
Current executable set to 
'/home/worker/2.0.1/lldb-x86_64-debian/build/lldb-test-build.noindex/repl/clang/TestClangREPL.test_basic_completion/a.out'
 (x86_64).
(lldb) expression --repl -l c --
expression --repl -l c --
REPL requires a running target process.
(lldb) b main
b main
Breakpoint 1: where = a.out`main + 18 at main.c:2:3, address = 
0x0000000000001142
(lldb) run
run
Process 3235992 launched: 
'/home/worker/2.0.1/lldb-x86_64-debian/build/lldb-test-build.noindex/repl/clang/TestClangREPL.test_basic_completion/a.out'
 (x86_64)
Process 3235992 stopped
* thread #1, name = 'a.out', stop reason = breakpoint 1.1
    frame #0: 0x000055d52a92e142 a.out`main(argc=1, argv=0x00007ffc9b1ab288) at 
main.c:2:3
   1    int main(int argc, char **argv) {

```

</details>

https://github.com/llvm/llvm-project/pull/153560
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to