github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
* 33632 tests passed
* 540 tests skipped
* 3 tests failed
## Failed Tests
(click on a test name to see its output)
### lldb-api
<details>
<summary>lldb-api.commands/process/attach/TestProcessAttach.py</summary>
```
Script:
--
/usr/bin/python3
/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/dotest.py
-u CXXFLAGS -u CFLAGS --env
LLVM_LIBS_DIR=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./lib
--env
LLVM_INCLUDE_DIR=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include
--env
LLVM_TOOLS_DIR=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin
--libcxx-include-dir
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1
--libcxx-include-target-dir
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/x86_64-unknown-linux-gnu/c++/v1
--libcxx-library-dir
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./lib/x86_64-unknown-linux-gnu
--triple x86_64-unknown-linux-gnu --build-dir
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex
--lldb-module-cache-dir
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/module-cache-lldb/lldb-api
--clang-module-cache-dir
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/module-cache-clang/lldb-api
--executable
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/lldb
--compiler
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang
--dsymutil
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/dsymutil
--make /usr/bin/gmake --llvm-tools-dir
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin
--lldb-obj-root
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb
--lldb-libs-dir
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./lib
--cmake-build-type Release
/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/commands/process/attach
-p TestProcessAttach.py
--
Exit Code: 1
Command Output (stdout):
--
Skipping the following test categories: msvcstl, dsym, pdb, gmodules,
debugserver, objc
--
Command Output (stderr):
--
PASS: LLDB
(/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64)
:: test_attach_to_process_by_id
(TestProcessAttach.ProcessAttachTestCase.test_attach_to_process_by_id)
FAIL: LLDB
(/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64)
:: test_attach_to_process_by_id_autocontinue
(TestProcessAttach.ProcessAttachTestCase.test_attach_to_process_by_id_autocontinue)
Log Files:
-
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/commands/process/attach/TestProcessAttach.test_attach_to_process_by_id_autocontinue/Failure_test_attach_to_process_by_id_autocontinue.log
PASS: LLDB
(/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64)
:: test_attach_to_process_by_id_correct_executable_offset
(TestProcessAttach.ProcessAttachTestCase.test_attach_to_process_by_id_correct_executable_offset)
PASS: LLDB
(/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64)
:: test_attach_to_process_by_name
(TestProcessAttach.ProcessAttachTestCase.test_attach_to_process_by_name)
PASS: LLDB
(/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64)
:: test_attach_to_process_from_different_dir_by_id
(TestProcessAttach.ProcessAttachTestCase.test_attach_to_process_from_different_dir_by_id)
======================================================================
FAIL: test_attach_to_process_by_id_autocontinue
(TestProcessAttach.ProcessAttachTestCase.test_attach_to_process_by_id_autocontinue)
Test attach by process id
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py",
line 160, in wrapper
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File
"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/commands/process/attach/TestProcessAttach.py",
line 57, in test_attach_to_process_by_id_autocontinue
self.assertEqual(process.GetState(), lldb.eStateRunning)
AssertionError: 10 != 6
Config=x86_64-/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang
----------------------------------------------------------------------
Ran 5 tests in 66.189s
FAILED (failures=1)
--
```
</details>
<details>
<summary>lldb-api.functionalities/process_save_core_minidump/TestProcessSaveCoreMinidump.py</summary>
```
Script:
--
/usr/bin/python3
/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/dotest.py
-u CXXFLAGS -u CFLAGS --env
LLVM_LIBS_DIR=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./lib
--env
LLVM_INCLUDE_DIR=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include
--env
LLVM_TOOLS_DIR=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin
--libcxx-include-dir
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1
--libcxx-include-target-dir
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/x86_64-unknown-linux-gnu/c++/v1
--libcxx-library-dir
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./lib/x86_64-unknown-linux-gnu
--triple x86_64-unknown-linux-gnu --build-dir
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex
--lldb-module-cache-dir
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/module-cache-lldb/lldb-api
--clang-module-cache-dir
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/module-cache-clang/lldb-api
--executable
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/lldb
--compiler
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang
--dsymutil
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/dsymutil
--make /usr/bin/gmake --llvm-tools-dir
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin
--lldb-obj-root
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb
--lldb-libs-dir
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./lib
--cmake-build-type Release
/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/functionalities/process_save_core_minidump
-p TestProcessSaveCoreMinidump.py
--
Exit Code: 1
Command Output (stdout):
--
Skipping the following test categories: msvcstl, dsym, pdb, gmodules,
debugserver, objc
Error: None
Error: None
--
Command Output (stderr):
--
UNSUPPORTED: LLDB
(/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64)
:: test_invalid_custom_regions_not_included_dsym
(TestProcessSaveCoreMinidump.ProcessSaveCoreMinidumpTestCase.test_invalid_custom_regions_not_included_dsym)
(test case does not fall in any category of interest for this run)
PASS: LLDB
(/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64)
:: test_invalid_custom_regions_not_included_dwarf
(TestProcessSaveCoreMinidump.ProcessSaveCoreMinidumpTestCase.test_invalid_custom_regions_not_included_dwarf)
PASS: LLDB
(/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64)
:: test_invalid_custom_regions_not_included_dwo
(TestProcessSaveCoreMinidump.ProcessSaveCoreMinidumpTestCase.test_invalid_custom_regions_not_included_dwo)
UNSUPPORTED: LLDB
(/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64)
:: test_save_linux_mini_dump_default_options_dsym
(TestProcessSaveCoreMinidump.ProcessSaveCoreMinidumpTestCase.test_save_linux_mini_dump_default_options_dsym)
(test case does not fall in any category of interest for this run)
PASS: LLDB
(/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64)
:: test_save_linux_mini_dump_default_options_dwarf
(TestProcessSaveCoreMinidump.ProcessSaveCoreMinidumpTestCase.test_save_linux_mini_dump_default_options_dwarf)
PASS: LLDB
(/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64)
:: test_save_linux_mini_dump_default_options_dwo
(TestProcessSaveCoreMinidump.ProcessSaveCoreMinidumpTestCase.test_save_linux_mini_dump_default_options_dwo)
UNSUPPORTED: LLDB
(/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64)
:: test_save_linux_mini_dump_dsym
(TestProcessSaveCoreMinidump.ProcessSaveCoreMinidumpTestCase.test_save_linux_mini_dump_dsym)
(test case does not fall in any category of interest for this run)
FAIL: LLDB
(/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64)
:: test_save_linux_mini_dump_dwarf
(TestProcessSaveCoreMinidump.ProcessSaveCoreMinidumpTestCase.test_save_linux_mini_dump_dwarf)
Log Files:
-
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/functionalities/process_save_core_minidump/TestProcessSaveCoreMinidump/Failure_test_save_linux_mini_dump_dwarf.log
FAIL: LLDB
(/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64)
:: test_save_linux_mini_dump_dwo
(TestProcessSaveCoreMinidump.ProcessSaveCoreMinidumpTestCase.test_save_linux_mini_dump_dwo)
Log Files:
-
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/functionalities/process_save_core_minidump/TestProcessSaveCoreMinidump/Failure_test_save_linux_mini_dump_dwo.log
UNSUPPORTED: LLDB
(/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64)
:: test_save_linux_mini_dump_thread_options_dsym
(TestProcessSaveCoreMinidump.ProcessSaveCoreMinidumpTestCase.test_save_linux_mini_dump_thread_options_dsym)
(test case does not fall in any category of interest for this run)
PASS: LLDB
(/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64)
:: test_save_linux_mini_dump_thread_options_dwarf
(TestProcessSaveCoreMinidump.ProcessSaveCoreMinidumpTestCase.test_save_linux_mini_dump_thread_options_dwarf)
PASS: LLDB
(/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64)
:: test_save_linux_mini_dump_thread_options_dwo
(TestProcessSaveCoreMinidump.ProcessSaveCoreMinidumpTestCase.test_save_linux_mini_dump_thread_options_dwo)
UNSUPPORTED: LLDB
(/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64)
:: test_save_linux_minidump_one_region_dsym
(TestProcessSaveCoreMinidump.ProcessSaveCoreMinidumpTestCase.test_save_linux_minidump_one_region_dsym)
(test case does not fall in any category of interest for this run)
PASS: LLDB
(/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64)
:: test_save_linux_minidump_one_region_dwarf
(TestProcessSaveCoreMinidump.ProcessSaveCoreMinidumpTestCase.test_save_linux_minidump_one_region_dwarf)
PASS: LLDB
(/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64)
:: test_save_linux_minidump_one_region_dwo
(TestProcessSaveCoreMinidump.ProcessSaveCoreMinidumpTestCase.test_save_linux_minidump_one_region_dwo)
UNSUPPORTED: LLDB
(/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64)
:: test_save_minidump_custom_save_style_dsym
(TestProcessSaveCoreMinidump.ProcessSaveCoreMinidumpTestCase.test_save_minidump_custom_save_style_dsym)
(test case does not fall in any category of interest for this run)
UNSUPPORTED: LLDB
(/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64)
:: test_save_minidump_custom_save_style_duplicated_regions_dsym
(TestProcessSaveCoreMinidump.ProcessSaveCoreMinidumpTestCase.test_save_minidump_custom_save_style_duplicated_regions_dsym)
(test case does not fall in any category of interest for this run)
PASS: LLDB
(/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64)
:: test_save_minidump_custom_save_style_duplicated_regions_dwarf
(TestProcessSaveCoreMinidump.ProcessSaveCoreMinidumpTestCase.test_save_minidump_custom_save_style_duplicated_regions_dwarf)
PASS: LLDB
(/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64)
:: test_save_minidump_custom_save_style_duplicated_regions_dwo
(TestProcessSaveCoreMinidump.ProcessSaveCoreMinidumpTestCase.test_save_minidump_custom_save_style_duplicated_regions_dwo)
PASS: LLDB
(/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64)
:: test_save_minidump_custom_save_style_dwarf
(TestProcessSaveCoreMinidump.ProcessSaveCoreMinidumpTestCase.test_save_minidump_custom_save_style_dwarf)
PASS: LLDB
(/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64)
:: test_save_minidump_custom_save_style_dwo
(TestProcessSaveCoreMinidump.ProcessSaveCoreMinidumpTestCase.test_save_minidump_custom_save_style_dwo)
======================================================================
FAIL: test_save_linux_mini_dump_dwarf
(TestProcessSaveCoreMinidump.ProcessSaveCoreMinidumpTestCase.test_save_linux_mini_dump_dwarf)
Test that we can save a Linux mini dump.
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py",
line 2133, in test_method
return attrvalue(self)
^^^^^^^^^^^^^^^
File
"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py",
line 160, in wrapper
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File
"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/functionalities/process_save_core_minidump/TestProcessSaveCoreMinidump.py",
line 158, in test_save_linux_mini_dump
self.verify_core_file(
File
"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/functionalities/process_save_core_minidump/TestProcessSaveCoreMinidump.py",
line 32, in verify_core_file
self.assertEqual(target.GetNumModules(), len(expected_modules))
AssertionError: 13 != 10
Config=x86_64-/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang
======================================================================
FAIL: test_save_linux_mini_dump_dwo
(TestProcessSaveCoreMinidump.ProcessSaveCoreMinidumpTestCase.test_save_linux_mini_dump_dwo)
Test that we can save a Linux mini dump.
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py",
line 2133, in test_method
return attrvalue(self)
^^^^^^^^^^^^^^^
File
"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py",
line 160, in wrapper
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File
"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/functionalities/process_save_core_minidump/TestProcessSaveCoreMinidump.py",
line 158, in test_save_linux_mini_dump
self.verify_core_file(
File
"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/functionalities/process_save_core_minidump/TestProcessSaveCoreMinidump.py",
line 32, in verify_core_file
self.assertEqual(target.GetNumModules(), len(expected_modules))
AssertionError: 13 != 10
Config=x86_64-/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang
----------------------------------------------------------------------
Ran 21 tests in 18.769s
FAILED (failures=2, skipped=7)
--
```
</details>
<details>
<summary>lldb-api.tools/lldb-dap/save-core/TestDAP_save_core.py</summary>
```
Script:
--
/usr/bin/python3
/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/dotest.py
-u CXXFLAGS -u CFLAGS --env
LLVM_LIBS_DIR=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./lib
--env
LLVM_INCLUDE_DIR=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include
--env
LLVM_TOOLS_DIR=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin
--libcxx-include-dir
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1
--libcxx-include-target-dir
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/x86_64-unknown-linux-gnu/c++/v1
--libcxx-library-dir
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./lib/x86_64-unknown-linux-gnu
--triple x86_64-unknown-linux-gnu --build-dir
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex
--lldb-module-cache-dir
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/module-cache-lldb/lldb-api
--clang-module-cache-dir
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/module-cache-clang/lldb-api
--executable
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/lldb
--compiler
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang
--dsymutil
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/dsymutil
--make /usr/bin/gmake --llvm-tools-dir
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin
--lldb-obj-root
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb
--lldb-libs-dir
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./lib
--cmake-build-type Release
/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/save-core
-p TestDAP_save_core.py
--
Exit Code: 1
Command Output (stdout):
--
Skipping the following test categories: msvcstl, dsym, pdb, gmodules,
debugserver, objc
--
Command Output (stderr):
--
FAIL: LLDB
(/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64)
:: test_save_core (TestDAP_save_core.TestDAP_save_core.test_save_core)
Log Files:
-
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/tools/lldb-dap/save-core/TestDAP_save_core/Failure_test_save_core.log
-
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/tools/lldb-dap/save-core/TestDAP_save_core/Failure_test_save_core-dap.log
======================================================================
FAIL: test_save_core (TestDAP_save_core.TestDAP_save_core.test_save_core)
Tests saving core minidump from lldb-dap.
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py",
line 160, in wrapper
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File
"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/save-core/TestDAP_save_core.py",
line 61, in test_save_core
self.verify_core_file(core_full, len(modules), thread_count)
File
"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/save-core/TestDAP_save_core.py",
line 72, in verify_core_file
self.assertEqual(target.GetNumModules(), expected_module_count)
AssertionError: 13 != 10
Config=x86_64-/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang
----------------------------------------------------------------------
Ran 1 test in 1.795s
FAILED (failures=1)
--
```
</details>
If these failures are unrelated to your changes (for example tests are broken
or flaky at HEAD), please open an issue at
https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.
https://github.com/llvm/llvm-project/pull/204132
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits