llvm-ci wrote:

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

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

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

```
Step 6 (test) failure: build (failure)
...
UNSUPPORTED: lldb-api :: lang/cpp/accelerator-table/TestCPPAccelerator.py (811 
of 2466)
PASS: lldb-api :: lang/cpp/alignas_base_class/TestAlignAsBaseClass.py (812 of 
2466)
PASS: lldb-api :: lang/cpp/auto/TestCPPAuto.py (813 of 2466)
PASS: lldb-api :: lang/cpp/bitfields/TestCppBitfields.py (814 of 2466)
PASS: lldb-api :: lang/cpp/bool/TestCPPBool.py (815 of 2466)
PASS: lldb-api :: 
lang/cpp/break-on-initializers/TestBreakOnCPP11Initializers.py (816 of 2466)
PASS: lldb-api :: lang/cpp/breakpoint-commands/TestCPPBreakpointCommands.py 
(817 of 2466)
UNSUPPORTED: lldb-api :: 
lang/cpp/breakpoint_in_member_func_w_non_primitive_params/TestBreakpointInMemberFuncWNonPrimitiveParams.py
 (818 of 2466)
PASS: lldb-api :: lang/cpp/call-function/TestCallCPPFunction.py (819 of 2466)
TIMEOUT: lldb-api :: 
functionalities/breakpoint/two_hits_one_actual/TestTwoHitsOneActual.py (820 of 
2466)
******************** TEST 'lldb-api :: 
functionalities/breakpoint/two_hits_one_actual/TestTwoHitsOneActual.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\functionalities\breakpoint\two_hits_one_actual
 -p TestTwoHitsOneActual.py
--
Exit Code: 15
Timeout: Reached timeout of 600 seconds

Command Output (stdout):
--
lldb version 23.0.0git (https://github.com/llvm/llvm-project.git revision 
c800afd65e121410d539c4210f73285fffee548b)
  clang revision c800afd65e121410d539c4210f73285fffee548b
  llvm revision c800afd65e121410d539c4210f73285fffee548b

--

********************
PASS: lldb-api :: lang/cpp/chained-calls/TestCppChainedCalls.py (821 of 2466)
PASS: lldb-api :: lang/cpp/char1632_t/TestChar1632T.py (822 of 2466)
PASS: lldb-api :: lang/cpp/char8_t/TestCxxChar8_t.py (823 of 2466)
PASS: lldb-api :: 
lang/cpp/class-loading-via-member-typedef/TestClassLoadingViaMemberTypedef.py 
(824 of 2466)
PASS: lldb-api :: 
lang/cpp/class-template-non-type-parameter-pack/TestClassTemplateNonTypeParameterPack.py
 (825 of 2466)
PASS: lldb-api :: 
lang/cpp/class-template-parameter-pack/TestClassTemplateParameterPack.py (826 
of 2466)
PASS: lldb-api :: 
lang/cpp/class-template-parameter-pack/TestTemplatePackArgs.py (827 of 2466)
PASS: lldb-api :: 
lang/cpp/class-template-type-parameter-pack/TestClassTemplateTypeParameterPack.py
 (828 of 2466)
PASS: lldb-api :: lang/cpp/class_static/TestStaticVariables.py (829 of 2466)
PASS: lldb-api :: lang/cpp/class_types/TestClassTypes.py (830 of 2466)
PASS: lldb-api :: lang/cpp/class_types/TestClassTypesDisassembly.py (831 of 
2466)
PASS: lldb-api :: lang/cpp/complete-type-check/TestCppIsTypeComplete.py (832 of 
2466)
PASS: lldb-api :: 
lang/cpp/const_static_integral_member_int128/TestConstStaticIntegralMemberInt128.py
 (833 of 2466)
PASS: lldb-api :: lang/cpp/const_this/TestConstThis.py (834 of 2466)
PASS: lldb-api :: lang/cpp/constructors/TestCppConstructors.py (835 of 2466)
PASS: lldb-api :: 
lang/cpp/const_static_integral_member/TestConstStaticIntegralMember.py (836 of 
2466)
PASS: lldb-api :: lang/cpp/covariant-return-types/TestCovariantReturnTypes.py 
(837 of 2466)
PASS: lldb-api :: lang/cpp/crtp/TestCppCRTP.py (838 of 2466)
UNSUPPORTED: lldb-api :: lang/cpp/decl-from-submodule/TestDeclFromSubmodule.py 
(839 of 2466)
PASS: lldb-api :: lang/cpp/default-template-args/TestDefaultTemplateArgs.py 
(840 of 2466)
PASS: lldb-api :: 
lang/cpp/dereferencing_references/TestCPPDereferencingReferences.py (841 of 
2466)
PASS: lldb-api :: 
lang/cpp/dynamic-value-same-basename/TestDynamicValueSameBase.py (842 of 2466)

```

</details>

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

Reply via email to