llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `lldb-aarch64-windows` 
running on `linaro-armv8-windows-msvc-05` while building `lldb` at step 6 
"test".

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

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

```
Step 6 (test) failure: build (failure)
...
PASS: lldb-api :: commands/apropos/basic/TestApropos.py (16 of 2322)
PASS: lldb-api :: commands/breakpoint/command/list/TestBreakpointCommandList.py 
(17 of 2322)
PASS: lldb-api :: commands/apropos/with-process/TestAproposWithProcess.py (18 
of 2322)
PASS: lldb-api :: 
commands/breakpoint/set/func-regex/TestBreakpointRegexError.py (19 of 2322)
PASS: lldb-api :: commands/command/container/TestContainerCommands.py (20 of 
2322)
PASS: lldb-api :: commands/command/delete/TestCommandDelete.py (21 of 2322)
PASS: lldb-api :: commands/command/invalid-args/TestInvalidArgsCommand.py (22 
of 2322)
UNSUPPORTED: lldb-api :: commands/command/language/TestFrameLanguageCommands.py 
(23 of 2322)
PASS: lldb-api :: commands/command/nested_alias/TestNestedAlias.py (24 of 2322)
PASS: lldb-api :: commands/command/regex/TestRegexCommand.py (25 of 2322)
FAIL: lldb-api :: commands/command/script/TestCommandScript.py (26 of 2322)
******************** TEST 'lldb-api :: 
commands/command/script/TestCommandScript.py' FAILED ********************
Script:
--
C:/Users/tcwg/scoop/apps/python/current/python.exe 
C:/Users/tcwg/llvm-worker/lldb-aarch64-windows/llvm-project/lldb\test\API\dotest.py
 -u CXXFLAGS -u CFLAGS --env 
LLVM_LIBS_DIR=C:/Users/tcwg/llvm-worker/lldb-aarch64-windows/build/./lib --env 
LLVM_INCLUDE_DIR=C:/Users/tcwg/llvm-worker/lldb-aarch64-windows/build/include 
--env LLVM_TOOLS_DIR=C:/Users/tcwg/llvm-worker/lldb-aarch64-windows/build/./bin 
--arch aarch64 --build-dir 
C:/Users/tcwg/llvm-worker/lldb-aarch64-windows/build/lldb-test-build.noindex 
--lldb-module-cache-dir 
C:/Users/tcwg/llvm-worker/lldb-aarch64-windows/build/lldb-test-build.noindex/module-cache-lldb\lldb-api
 --clang-module-cache-dir 
C:/Users/tcwg/llvm-worker/lldb-aarch64-windows/build/lldb-test-build.noindex/module-cache-clang\lldb-api
 --executable 
C:/Users/tcwg/llvm-worker/lldb-aarch64-windows/build/./bin/lldb.exe --compiler 
C:/Users/tcwg/llvm-worker/lldb-aarch64-windows/build/./bin/clang.exe --dsymutil 
C:/Users/tcwg/llvm-worker/lldb-aarch64-windows/build/./bin/dsymutil.exe --make 
C:/Users/tcwg/scoop/shims/make.exe --llvm-tools-dir 
C:/Users/tcwg/llvm-worker/lldb-aarch64-windows/build/./bin --lldb-obj-root 
C:/Users/tcwg/llvm-worker/lldb-aarch64-windows/build/tools/lldb --lldb-libs-dir 
C:/Users/tcwg/llvm-worker/lldb-aarch64-windows/build/./lib --cmake-build-type 
Release --skip-category=watchpoint 
C:\Users\tcwg\llvm-worker\lldb-aarch64-windows\llvm-project\lldb\test\API\commands\command\script
 -p TestCommandScript.py
--
Exit Code: 1

Command Output (stdout):
--
lldb version 22.0.0git (https://github.com/llvm/llvm-project.git revision 
5430d7a9e60b0feb899862d287351e14aeeab6bd)
  clang revision 5430d7a9e60b0feb899862d287351e14aeeab6bd
  llvm revision 5430d7a9e60b0feb899862d287351e14aeeab6bd
Executing commands in 
'C:\Users\tcwg\llvm-worker\lldb-aarch64-windows\llvm-project\lldb\test\API\commands\command\script\py_import'.
(lldb) script import sys, os
(lldb) script sys.path.append(os.path.join(os.getcwd(), os.pardir))
(lldb) script import welcome
(lldb) script import bug11569
(lldb) command script add welcome --class welcome.WelcomeCommand
(lldb) command script add targetname --class welcome.TargetnameCommand
(lldb) command script add longwait --function welcome.print_wait_impl
(lldb) command script import mysto.py --allow-reload
(lldb) command script add tell_sync --function welcome.check_for_synchro 
--synchronicity sync
(lldb) command script add tell_async --function welcome.check_for_synchro 
--synchronicity async
(lldb) command script add tell_curr --function welcome.check_for_synchro 
--synchronicity curr
(lldb) command script add takes_exe_ctx --function welcome.takes_exe_ctx
(lldb) command script import decorated.py
(lldb) command script import callables.py
(lldb) command script add -f callables.foobar foobar
(lldb) command script add -f callables.foobar4 foobar4
(lldb) command script add -f callables.vfoobar vfoobar
(lldb) command script add -f callables.v5foobar v5foobar
(lldb) command script add -f callables.FooBar.sfoobar sfoobar
(lldb) command script add -f callables.FooBar.cfoobar cfoobar
(lldb) command script add -f callables.FooBarObj.ifoobar ifoobar
(lldb) command script add -f callables.FooBar.sfoobar4 sfoobar4
(lldb) command script add -f callables.FooBar.cfoobar4 cfoobar4
(lldb) command script add -f callables.FooBarObj.ifoobar4 ifoobar4
(lldb) command script add -f callables.FooBarObj ofoobar

```

</details>

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

Reply via email to