=?utf-8?q?Balázs_Kéri?= <balazs.k...@ericsson.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/132...@github.com>


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `lldb-aarch64-ubuntu` 
running on `linaro-lldb-aarch64-ubuntu` while building `clang` at step 6 "test".

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

<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/disassemble/basic/TestFrameDisassemble.py (29 of 
2110)
UNSUPPORTED: lldb-api :: commands/dwim-print/objc/TestDWIMPrintObjC.py (30 of 
2110)
PASS: lldb-api :: commands/expression/calculator_mode/TestCalculatorMode.py (31 
of 2110)
PASS: lldb-api :: 
commands/expression/anonymous-struct/TestCallUserAnonTypedef.py (32 of 2110)
PASS: lldb-api :: 
commands/expression/argument_passing_restrictions/TestArgumentPassingRestrictions.py
 (33 of 2110)
PASS: lldb-api :: commands/expression/bitfield_enums/TestBitfieldEnums.py (34 
of 2110)
PASS: lldb-api :: commands/expression/call-function/TestCallBuiltinFunction.py 
(35 of 2110)
PASS: lldb-api :: api/listeners/TestListener.py (36 of 2110)
UNSUPPORTED: lldb-api :: commands/expression/call-throws/TestCallThatThrows.py 
(37 of 2110)
PASS: lldb-api :: commands/command/script/TestCommandScript.py (38 of 2110)
FAIL: lldb-api :: 
commands/expression/call-function/TestCallStdStringFunction.py (39 of 2110)
******************** TEST 'lldb-api :: 
commands/expression/call-function/TestCallStdStringFunction.py' FAILED 
********************
Script:
--
/usr/bin/python3.10 
/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/llvm-project/lldb/test/API/dotest.py
 -u CXXFLAGS -u CFLAGS --env 
LLVM_LIBS_DIR=/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/./lib --env 
LLVM_INCLUDE_DIR=/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/include 
--env LLVM_TOOLS_DIR=/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/./bin 
--arch aarch64 --build-dir 
/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/lldb-test-build.noindex 
--lldb-module-cache-dir 
/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/lldb-test-build.noindex/module-cache-lldb/lldb-api
 --clang-module-cache-dir 
/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/lldb-test-build.noindex/module-cache-clang/lldb-api
 --executable /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/./bin/lldb 
--compiler /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/./bin/clang 
--dsymutil /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/./bin/dsymutil 
--make /usr/bin/gmake --llvm-tools-dir 
/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/./bin --lldb-obj-root 
/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/tools/lldb --lldb-libs-dir 
/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/./lib 
/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/llvm-project/lldb/test/API/commands/expression/call-function
 -p TestCallStdStringFunction.py
--
Exit Code: -11

Command Output (stdout):
--
lldb version 21.0.0git (https://github.com/llvm/llvm-project.git revision 
322b2fe61e03119ce9ef0ab5481238c011bdf2b9)
  clang revision 322b2fe61e03119ce9ef0ab5481238c011bdf2b9
  llvm revision 322b2fe61e03119ce9ef0ab5481238c011bdf2b9
Skipping the following test categories: ['libc++', 'dsym', 'gmodules', 
'debugserver', 'objc']

--
Command Output (stderr):
--
UNSUPPORTED: LLDB 
(/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/bin/clang-aarch64) :: 
test_with_dsym (TestCallStdStringFunction.ExprCommandCallFunctionTestCase) 
(test case does not fall in any category of interest for this run) 
PASS: LLDB 
(/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/bin/clang-aarch64) :: 
test_with_dwarf (TestCallStdStringFunction.ExprCommandCallFunctionTestCase)
PASS: LLDB 
(/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/bin/clang-aarch64) :: 
test_with_dwo (TestCallStdStringFunction.ExprCommandCallFunctionTestCase)
----------------------------------------------------------------------
Ran 3 tests in 1.013s

OK (skipped=1)

--

********************
PASS: lldb-api :: commands/expression/call-restarts/TestCallThatRestarts.py (40 
of 2110)
PASS: lldb-api :: commands/expression/call-function/TestCallStopAndContinue.py 
(41 of 2110)
PASS: lldb-api :: 
commands/expression/call-function/TestCallUserDefinedFunction.py (42 of 2110)
PASS: lldb-api :: 
commands/expression/cast_int_to_anonymous_enum/TestCastIntToAnonymousEnum.py 
(43 of 2110)
UNSUPPORTED: lldb-api :: 
commands/expression/completion-crash-invalid-iterator/TestInvalidIteratorCompletionCrash.py
 (44 of 2110)
PASS: lldb-api :: 
commands/expression/class_template_specialization_empty_pack/TestClassTemplateSpecializationParametersHandling.py
 (45 of 2110)
PASS: lldb-api :: 
commands/expression/codegen-crash-import-def-arraytype-element/TestImportDefinitionArrayType.py
 (46 of 2110)
PASS: lldb-api :: 
commands/expression/codegen-crash-typedefdecl-not-in_declcontext/TestCodegenCrashTypedefDeclNotInDeclContext.py
 (47 of 2110)
PASS: lldb-api :: 
commands/expression/completion-crash-incomplete-record/TestCompletionCrashIncompleteRecord.py
 (48 of 2110)
UNSUPPORTED: lldb-api :: 
commands/expression/context-object-objc/TestContextObjectObjc.py (49 of 2110)

```

</details>

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

Reply via email to