github-actions[bot] wrote: <!--PREMERGE ADVISOR COMMENT: Linux--> # :penguin: Linux x64 Test Results
* 88088 tests passed * 1602 tests skipped * 1 test failed ## Failed Tests (click on a test name to see its output) ### lldb-api <details> <summary>lldb-api.functionalities/data-formatter/data-formatter-stl/generic/chrono/TestDataFormatterStdChrono.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/data-formatter/data-formatter-stl/generic/chrono -p TestDataFormatterStdChrono.py -- Exit Code: 1 Command Output (stdout): -- lldb version 23.0.0git (https://github.com/llvm/llvm-project revision 0768bf00559b8d00df50558d8e02157aa885ed44) clang revision 0768bf00559b8d00df50558d8e02157aa885ed44 llvm revision 0768bf00559b8d00df50558d8e02157aa885ed44 Skipping the following test categories: msvcstl, dsym, pdb, gmodules, debugserver, objc -- Command Output (stderr): -- UNSUPPORTED: LLDB (/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64) :: test_libcxx_dsym (TestDataFormatterStdChrono.StdChronoDataFormatterTestCase.test_libcxx_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_libcxx_dwarf (TestDataFormatterStdChrono.StdChronoDataFormatterTestCase.test_libcxx_dwarf) Log Files: - /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/functionalities/data-formatter/data-formatter-stl/generic/chrono/TestDataFormatterStdChrono.test_libcxx_dwarf/Failure_test_libcxx_dwarf.log FAIL: LLDB (/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64) :: test_libcxx_dwo (TestDataFormatterStdChrono.StdChronoDataFormatterTestCase.test_libcxx_dwo) Log Files: - /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/functionalities/data-formatter/data-formatter-stl/generic/chrono/TestDataFormatterStdChrono.test_libcxx_dwo/Failure_test_libcxx_dwo.log ====================================================================== FAIL: test_libcxx_dwarf (TestDataFormatterStdChrono.StdChronoDataFormatterTestCase.test_libcxx_dwarf) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 2055, 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/data-formatter/data-formatter-stl/generic/chrono/TestDataFormatterStdChrono.py", line 439, in test_libcxx self.do_test() File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/chrono/TestDataFormatterStdChrono.py", line 34, in do_test self.expect( File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 2833, in expect self.fail(log_msg) AssertionError: Ran command: "frame variable ss_tp" Got output: (std::chrono::time_point<std::chrono::system_clock, std::chrono::duration<long long> >) ss_tp = { __d_ = (__rep_ = 0) } Expecting sub string: "ss_tp = date/time=1970-01-01T00:00:00Z timestamp=0 s" (was not found) Config=x86_64-/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang ====================================================================== FAIL: test_libcxx_dwo (TestDataFormatterStdChrono.StdChronoDataFormatterTestCase.test_libcxx_dwo) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 2055, 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/data-formatter/data-formatter-stl/generic/chrono/TestDataFormatterStdChrono.py", line 439, in test_libcxx self.do_test() File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/chrono/TestDataFormatterStdChrono.py", line 34, in do_test self.expect( File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 2833, in expect self.fail(log_msg) AssertionError: Ran command: "frame variable ss_tp" Got output: (std::chrono::time_point<std::chrono::system_clock, std::chrono::duration<long long> >) ss_tp = { __d_ = (__rep_ = 0) } Expecting sub string: "ss_tp = date/time=1970-01-01T00:00:00Z timestamp=0 s" (was not found) Config=x86_64-/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang ---------------------------------------------------------------------- Ran 3 tests in 4.686s FAILED (failures=2, skipped=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/199528 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
