chiasa.men via llvm-dev
2021-Aug-22 19:41 UTC
[llvm-dev] check-polly and check-lldb failing
Attached are logs of the check commands executed while building llvm-git (archlinux AUR package) Both are failing. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20210822/b58d2d07/attachment.html> -------------- next part -------------- ninja -C _build check-lldb ninja: Entering directory `_build' [200/201] Running lldb lit test suite llvm-lit: /tmp/pikaur/build/llvm-git/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:436: note: using clang: /tmp/pikaur/build/llvm-git/src/_build/bin/clang llvm-lit: /tmp/pikaur/build/llvm-git/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:436: note: using ld.lld: /tmp/pikaur/build/llvm-git/src/_build/bin/ld.lld llvm-lit: /tmp/pikaur/build/llvm-git/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:436: note: using lld-link: /tmp/pikaur/build/llvm-git/src/_build/bin/lld-link llvm-lit: /tmp/pikaur/build/llvm-git/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:436: note: using ld64.lld: /tmp/pikaur/build/llvm-git/src/_build/bin/ld64.lld llvm-lit: /tmp/pikaur/build/llvm-git/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:436: note: using wasm-ld: /tmp/pikaur/build/llvm-git/src/_build/bin/wasm-ld FAIL: lldb-api :: functionalities/asan/TestMemoryHistory.py (163 of 2379) ******************** TEST 'lldb-api :: functionalities/asan/TestMemoryHistory.py' FAILED ******************** Script: -- /usr/bin/python3.9 /tmp/pikaur/build/llvm-git/src/llvm-project/lldb/test/API/dotest.py -u CXXFLAGS -u CFLAGS --env ARCHIVER=/usr/bin/ar --env OBJCOPY=/usr/bin/objcopy --env LLVM_LIBS_DIR=/tmp/pikaur/build/llvm-git/src/_build/./lib --arch x86_64 --build-dir /tmp/pikaur/build/llvm-git/src/_build/lldb-test-build.noindex --lldb-module-cache-dir /tmp/pikaur/build/llvm-git/src/_build/lldb-test-build.noindex/module-cache-lldb/lldb-api --clang-module-cache-dir /tmp/pikaur/build/llvm-git/src/_build/lldb-test-build.noindex/module-cache-clang/lldb-api --executable /tmp/pikaur/build/llvm-git/src/_build/./bin/lldb --compiler /tmp/pikaur/build/llvm-git/src/_build/./bin/clang --dsymutil /tmp/pikaur/build/llvm-git/src/_build/./bin/dsymutil --llvm-tools-dir /tmp/pikaur/build/llvm-git/src/_build/./bin --lldb-libs-dir /tmp/pikaur/build/llvm-git/src/_build/./lib /tmp/pikaur/build/llvm-git/src/llvm-project/lldb/test/API/functionalities/asan -p TestMemoryHistory.py -- Exit Code: 1 Command Output (stdout): -- lldb version 14.0.0 (/tmp/pikaur/build/llvm-git/llvm-project revision 7313a6d87c04c33f0bc67297241e33f2d82a0d5d) clang revision 7313a6d87c04c33f0bc67297241e33f2d82a0d5d llvm revision 7313a6d87c04c33f0bc67297241e33f2d82a0d5d Skipping the following test categories: ['libc++', 'dsym', 'gmodules', 'debugserver', 'objc'] -- Command Output (stderr): -- UNSUPPORTED: LLDB (/tmp/pikaur/build/llvm-git/src/_build/bin/clang-x86_64) :: test_dsym (TestMemoryHistory.AsanTestCase) (test case does not fall in any category of interest for this run) error: a.out {0x0021adcf}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x3ed43) attribute, but range extraction failed (invalid range list offset 0x3ed43), please file a bug and attach the file at the start of this error message error: a.out {0x0021b003}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x3ee20) attribute, but range extraction failed (invalid range list offset 0x3ee20), please file a bug and attach the file at the start of this error message error: a.out {0x0021adcf}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x3ed43) attribute, but range extraction failed (invalid range list offset 0x3ed43), please file a bug and attach the file at the start of this error message error: a.out {0x0021adf7}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x3ed43) attribute, but range extraction failed (invalid range list offset 0x3ed43), please file a bug and attach the file at the start of this error message error: a.out {0x0021ae1a}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x3ed43) attribute, but range extraction failed (invalid range list offset 0x3ed43), please file a bug and attach the file at the start of this error message error: a.out {0x0021b003}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x3ee20) attribute, but range extraction failed (invalid range list offset 0x3ee20), please file a bug and attach the file at the start of this error message error: a.out {0x0021b02b}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x3ee20) attribute, but range extraction failed (invalid range list offset 0x3ee20), please file a bug and attach the file at the start of this error message error: a.out {0x0021b04e}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x3ee20) attribute, but range extraction failed (invalid range list offset 0x3ee20), please file a bug and attach the file at the start of this error message FAIL: LLDB (/tmp/pikaur/build/llvm-git/src/_build/bin/clang-x86_64) :: test_dwarf (TestMemoryHistory.AsanTestCase) error: a.out {0x0021adcf}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x3ed43) attribute, but range extraction failed (invalid range list offset 0x3ed43), please file a bug and attach the file at the start of this error message error: a.out {0x0021b003}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x3ee20) attribute, but range extraction failed (invalid range list offset 0x3ee20), please file a bug and attach the file at the start of this error message error: a.out {0x0021adcf}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x3ed43) attribute, but range extraction failed (invalid range list offset 0x3ed43), please file a bug and attach the file at the start of this error message error: a.out {0x0021adf7}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x3ed43) attribute, but range extraction failed (invalid range list offset 0x3ed43), please file a bug and attach the file at the start of this error message error: a.out {0x0021ae1a}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x3ed43) attribute, but range extraction failed (invalid range list offset 0x3ed43), please file a bug and attach the file at the start of this error message error: a.out {0x0021b003}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x3ee20) attribute, but range extraction failed (invalid range list offset 0x3ee20), please file a bug and attach the file at the start of this error message error: a.out {0x0021b02b}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x3ee20) attribute, but range extraction failed (invalid range list offset 0x3ee20), please file a bug and attach the file at the start of this error message error: a.out {0x0021b04e}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x3ee20) attribute, but range extraction failed (invalid range list offset 0x3ee20), please file a bug and attach the file at the start of this error message FAIL: LLDB (/tmp/pikaur/build/llvm-git/src/_build/bin/clang-x86_64) :: test_dwo (TestMemoryHistory.AsanTestCase) UNSUPPORTED: LLDB (/tmp/pikaur/build/llvm-git/src/_build/bin/clang-x86_64) :: test_gmodules (TestMemoryHistory.AsanTestCase) (test case does not fall in any category of interest for this run) =====================================================================FAIL: test_dwarf (TestMemoryHistory.AsanTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/pikaur/build/llvm-git/src/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 1834, in test_method return attrvalue(self) File "/tmp/pikaur/build/llvm-git/src/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py", line 119, in wrapper func(*args, **kwargs) File "/tmp/pikaur/build/llvm-git/src/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py", line 149, in wrapper return func(*args, **kwargs) File "/tmp/pikaur/build/llvm-git/src/llvm-project/lldb/test/API/functionalities/asan/TestMemoryHistory.py", line 23, in test self.asan_tests() File "/tmp/pikaur/build/llvm-git/src/llvm-project/lldb/test/API/functionalities/asan/TestMemoryHistory.py", line 64, in asan_tests self.expect( File "/tmp/pikaur/build/llvm-git/src/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 2461, in expect self.runCmd( File "/tmp/pikaur/build/llvm-git/src/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 2164, in runCmd self.assertTrue(self.res.Succeeded(), AssertionError: False is not True : Command 'memory history 'pointer' Error output: error: invalid address expression error: address expression "pointer" evaluation failed ' did not return successfully Config=x86_64-/tmp/pikaur/build/llvm-git/src/_build/bin/clang =====================================================================FAIL: test_dwo (TestMemoryHistory.AsanTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/pikaur/build/llvm-git/src/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 1834, in test_method return attrvalue(self) File "/tmp/pikaur/build/llvm-git/src/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py", line 119, in wrapper func(*args, **kwargs) File "/tmp/pikaur/build/llvm-git/src/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py", line 149, in wrapper return func(*args, **kwargs) File "/tmp/pikaur/build/llvm-git/src/llvm-project/lldb/test/API/functionalities/asan/TestMemoryHistory.py", line 23, in test self.asan_tests() File "/tmp/pikaur/build/llvm-git/src/llvm-project/lldb/test/API/functionalities/asan/TestMemoryHistory.py", line 64, in asan_tests self.expect( File "/tmp/pikaur/build/llvm-git/src/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 2461, in expect self.runCmd( File "/tmp/pikaur/build/llvm-git/src/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 2164, in runCmd self.assertTrue(self.res.Succeeded(), AssertionError: False is not True : Command 'memory history 'pointer' Error output: error: invalid address expression error: address expression "pointer" evaluation failed ' did not return successfully Config=x86_64-/tmp/pikaur/build/llvm-git/src/_build/bin/clang ---------------------------------------------------------------------- Ran 4 tests in 8.798s RESULT: FAILED (0 passes, 2 failures, 0 errors, 2 skipped, 0 expected failures, 0 unexpected successes) -- ******************** FAIL: lldb-shell :: ScriptInterpreter/Lua/nested_sessions.test (950 of 2379) ******************** TEST 'lldb-shell :: ScriptInterpreter/Lua/nested_sessions.test' FAILED ******************** Script: -- : 'RUN: at line 1'; mkdir -p /tmp/pikaur/build/llvm-git/src/_build/tools/lldb/test/Shell/ScriptInterpreter/Lua/Output/nested_sessions.test.tmp : 'RUN: at line 2'; echo "int main() { return 0; }" | /tmp/pikaur/build/llvm-git/src/_build/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-pc-linux-gnu -pthread -fmodules-cache-path=/tmp/pikaur/build/llvm-git/src/_build/lldb-test-build.noindex/module-cache-clang/lldb-shell -x c - -o /tmp/pikaur/build/llvm-git/src/_build/tools/lldb/test/Shell/ScriptInterpreter/Lua/Output/nested_sessions.test.tmp/foo : 'RUN: at line 3'; echo "int main() { return 0; }" | /tmp/pikaur/build/llvm-git/src/_build/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-pc-linux-gnu -pthread -fmodules-cache-path=/tmp/pikaur/build/llvm-git/src/_build/lldb-test-build.noindex/module-cache-clang/lldb-shell -x c - -o /tmp/pikaur/build/llvm-git/src/_build/tools/lldb/test/Shell/ScriptInterpreter/Lua/Output/nested_sessions.test.tmp/bar : 'RUN: at line 4'; /tmp/pikaur/build/llvm-git/src/_build/bin/lldb --no-lldbinit -S /tmp/pikaur/build/llvm-git/src/_build/tools/lldb/test/Shell/lit-lldb-init --script-language lua -o "file /tmp/pikaur/build/llvm-git/src/_build/tools/lldb/test/Shell/ScriptInterpreter/Lua/Output/nested_sessions.test.tmp/bar" -o "file /tmp/pikaur/build/llvm-git/src/_build/tools/lldb/test/Shell/ScriptInterpreter/Lua/Output/nested_sessions.test.tmp/foo" -s /tmp/pikaur/build/llvm-git/src/llvm-project/lldb/test/Shell/ScriptInterpreter/Lua/Inputs/nested_sessions.in -s /tmp/pikaur/build/llvm-git/src/llvm-project/lldb/test/Shell/ScriptInterpreter/Lua/Inputs/nested_sessions_2.in 2>&1 | /tmp/pikaur/build/llvm-git/src/_build/bin/FileCheck /tmp/pikaur/build/llvm-git/src/llvm-project/lldb/test/Shell/ScriptInterpreter/Lua/nested_sessions.test -- Exit Code: 1 Command Output (stderr): -- clang-14: warning: argument unused during compilation: '-fmodules-cache-path=/tmp/pikaur/build/llvm-git/src/_build/lldb-test-build.noindex/module-cache-clang/lldb-shell' [-Wunused-command-line-argument] clang-14: warning: argument unused during compilation: '-fmodules-cache-path=/tmp/pikaur/build/llvm-git/src/_build/lldb-test-build.noindex/module-cache-clang/lldb-shell' [-Wunused-command-line-argument] /tmp/pikaur/build/llvm-git/src/llvm-project/lldb/test/Shell/ScriptInterpreter/Lua/nested_sessions.test:10:15: error: CHECK-NEXT: expected string not found in input # CHECK-NEXT: bar bar ^ <stdin>:25:177: note: scanning from here 0. Program arguments: /tmp/pikaur/build/llvm-git/src/_build/bin/lldb --no-lldbinit -S /tmp/pikaur/build/llvm-git/src/_build/tools/lldb/test/Shell/lit-lldb-init --script-language lua -o "file /tmp/pikaur/build/llvm-git/src/_build/tools/lldb/test/Shell/ScriptInterpreter/Lua/Output/nested_sessions.test.tmp/bar" -o "file /tmp/pikaur/build/llvm-git/src/_build/tools/lldb/test/Shell/ScriptInterpreter/Lua/Output/nested_sessions.test.tmp/foo" -s /tmp/pikaur/build/llvm-git/src/llvm-project/lldb/test/Shell/ScriptInterpreter/Lua/Inputs/nested_sessions.in -s /tmp/pikaur/build/llvm-git/src/llvm-project/lldb/test/Shell/ScriptInterpreter/Lua/Inputs/nested_sessions_2.in ^ <stdin>:25:314: note: possible intended match here 0. Program arguments: /tmp/pikaur/build/llvm-git/src/_build/bin/lldb --no-lldbinit -S /tmp/pikaur/build/llvm-git/src/_build/tools/lldb/test/Shell/lit-lldb-init --script-language lua -o "file /tmp/pikaur/build/llvm-git/src/_build/tools/lldb/test/Shell/ScriptInterpreter/Lua/Output/nested_sessions.test.tmp/bar" -o "file /tmp/pikaur/build/llvm-git/src/_build/tools/lldb/test/Shell/ScriptInterpreter/Lua/Output/nested_sessions.test.tmp/foo" -s /tmp/pikaur/build/llvm-git/src/llvm-project/lldb/test/Shell/ScriptInterpreter/Lua/Inputs/nested_sessions.in -s /tmp/pikaur/build/llvm-git/src/llvm-project/lldb/test/Shell/ScriptInterpreter/Lua/Inputs/nested_sessions_2.in ^ Input file: <stdin> Check file: /tmp/pikaur/build/llvm-git/src/llvm-project/lldb/test/Shell/ScriptInterpreter/Lua/nested_sessions.test -dump-input=help explains the following input dump. Input was: <<<<<< . . . 20: foo bar 21: foo bar 22: free(): invalid pointer 23: PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace. 24: Stack dump: 25: 0. Program arguments: /tmp/pikaur/build/llvm-git/src/_build/bin/lldb --no-lldbinit -S /tmp/pikaur/build/llvm-git/src/_build/tools/lldb/test/Shell/lit-lldb-init --script-language lua -o "file /tmp/pikaur/build/llvm-git/src/_build/tools/lldb/test/Shell/ScriptInterpreter/Lua/Output/nested_sessions.test.tmp/bar" -o "file /tmp/pikaur/build/llvm-git/src/_build/tools/lldb/test/Shell/ScriptInterpreter/Lua/Output/nested_sessions.test.tmp/foo" -s /tmp/pikaur/build/llvm-git/src/llvm-project/lldb/test/Shell/ScriptInterpreter/Lua/Inputs/nested_sessions.in -s /tmp/pikaur/build/llvm-git/src/llvm-project/lldb/test/Shell/ScriptInterpreter/Lua/Inputs/nested_sessions_2.in next:10'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found next:10'1 ? possible intended match 26: 1. HandleCommand(command = "command source -s 0 '/tmp/pikaur/build/llvm-git/src/llvm-project/lldb/test/Shell/ScriptInterpreter/Lua/Inputs/nested_sessions.in'") next:10'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 27: #0 0x00007f291f3fbe47 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /tmp/pikaur/build/llvm-git/src/llvm-project/llvm/lib/Support/Unix/Signals.inc:569:3 next:10'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 28: #1 0x00007f291f3f9d14 llvm::sys::RunSignalHandlers() /tmp/pikaur/build/llvm-git/src/llvm-project/llvm/lib/Support/Signals.cpp:97:20 next:10'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 29: #2 0x00007f291f3f9ea6 SignalHandler(int) /tmp/pikaur/build/llvm-git/src/llvm-project/llvm/lib/Support/Unix/Signals.inc:407:1 next:10'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30: #3 0x00007f292771c870 __restore_rt sigaction.c:0:0 next:10'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ . . .>>>>>>-- ******************** TIMEOUT: lldb-api :: api/multiple-debuggers/TestMultipleDebuggers.py (2376 of 2379) ******************** TEST 'lldb-api :: api/multiple-debuggers/TestMultipleDebuggers.py' FAILED ******************** Script: -- /usr/bin/python3.9 /tmp/pikaur/build/llvm-git/src/llvm-project/lldb/test/API/dotest.py -u CXXFLAGS -u CFLAGS --env ARCHIVER=/usr/bin/ar --env OBJCOPY=/usr/bin/objcopy --env LLVM_LIBS_DIR=/tmp/pikaur/build/llvm-git/src/_build/./lib --arch x86_64 --build-dir /tmp/pikaur/build/llvm-git/src/_build/lldb-test-build.noindex --lldb-module-cache-dir /tmp/pikaur/build/llvm-git/src/_build/lldb-test-build.noindex/module-cache-lldb/lldb-api --clang-module-cache-dir /tmp/pikaur/build/llvm-git/src/_build/lldb-test-build.noindex/module-cache-clang/lldb-api --executable /tmp/pikaur/build/llvm-git/src/_build/./bin/lldb --compiler /tmp/pikaur/build/llvm-git/src/_build/./bin/clang --dsymutil /tmp/pikaur/build/llvm-git/src/_build/./bin/dsymutil --llvm-tools-dir /tmp/pikaur/build/llvm-git/src/_build/./bin --lldb-libs-dir /tmp/pikaur/build/llvm-git/src/_build/./lib /tmp/pikaur/build/llvm-git/src/llvm-project/lldb/test/API/api/multiple-debuggers -p TestMultipleDebuggers.py -- Exit Code: -9 Timeout: Reached timeout of 600 seconds Command Output (stdout): -- lldb version 14.0.0 (/tmp/pikaur/build/llvm-git/llvm-project revision 7313a6d87c04c33f0bc67297241e33f2d82a0d5d) clang revision 7313a6d87c04c33f0bc67297241e33f2d82a0d5d llvm revision 7313a6d87c04c33f0bc67297241e33f2d82a0d5d -- ******************** TIMEOUT: lldb-api :: functionalities/tsan/thread_leak/TestTsanThreadLeak.py (2377 of 2379) ******************** TEST 'lldb-api :: functionalities/tsan/thread_leak/TestTsanThreadLeak.py' FAILED ******************** Script: -- /usr/bin/python3.9 /tmp/pikaur/build/llvm-git/src/llvm-project/lldb/test/API/dotest.py -u CXXFLAGS -u CFLAGS --env ARCHIVER=/usr/bin/ar --env OBJCOPY=/usr/bin/objcopy --env LLVM_LIBS_DIR=/tmp/pikaur/build/llvm-git/src/_build/./lib --arch x86_64 --build-dir /tmp/pikaur/build/llvm-git/src/_build/lldb-test-build.noindex --lldb-module-cache-dir /tmp/pikaur/build/llvm-git/src/_build/lldb-test-build.noindex/module-cache-lldb/lldb-api --clang-module-cache-dir /tmp/pikaur/build/llvm-git/src/_build/lldb-test-build.noindex/module-cache-clang/lldb-api --executable /tmp/pikaur/build/llvm-git/src/_build/./bin/lldb --compiler /tmp/pikaur/build/llvm-git/src/_build/./bin/clang --dsymutil /tmp/pikaur/build/llvm-git/src/_build/./bin/dsymutil --llvm-tools-dir /tmp/pikaur/build/llvm-git/src/_build/./bin --lldb-libs-dir /tmp/pikaur/build/llvm-git/src/_build/./lib /tmp/pikaur/build/llvm-git/src/llvm-project/lldb/test/API/functionalities/tsan/thread_leak -p TestTsanThreadLeak.py -- Exit Code: -9 Timeout: Reached timeout of 600 seconds Command Output (stdout): -- lldb version 14.0.0 (/tmp/pikaur/build/llvm-git/llvm-project revision 7313a6d87c04c33f0bc67297241e33f2d82a0d5d) clang revision 7313a6d87c04c33f0bc67297241e33f2d82a0d5d llvm revision 7313a6d87c04c33f0bc67297241e33f2d82a0d5d -- Command Output (stderr): -- UNSUPPORTED: LLDB (/tmp/pikaur/build/llvm-git/src/_build/bin/clang-x86_64) :: test_dsym (TestTsanThreadLeak.TsanThreadLeakTestCase) (test case does not fall in any category of interest for this run) -- ******************** TIMEOUT: lldb-api :: functionalities/tsan/global_location/TestTsanGlobalLocation.py (2378 of 2379) ******************** TEST 'lldb-api :: functionalities/tsan/global_location/TestTsanGlobalLocation.py' FAILED ******************** Script: -- /usr/bin/python3.9 /tmp/pikaur/build/llvm-git/src/llvm-project/lldb/test/API/dotest.py -u CXXFLAGS -u CFLAGS --env ARCHIVER=/usr/bin/ar --env OBJCOPY=/usr/bin/objcopy --env LLVM_LIBS_DIR=/tmp/pikaur/build/llvm-git/src/_build/./lib --arch x86_64 --build-dir /tmp/pikaur/build/llvm-git/src/_build/lldb-test-build.noindex --lldb-module-cache-dir /tmp/pikaur/build/llvm-git/src/_build/lldb-test-build.noindex/module-cache-lldb/lldb-api --clang-module-cache-dir /tmp/pikaur/build/llvm-git/src/_build/lldb-test-build.noindex/module-cache-clang/lldb-api --executable /tmp/pikaur/build/llvm-git/src/_build/./bin/lldb --compiler /tmp/pikaur/build/llvm-git/src/_build/./bin/clang --dsymutil /tmp/pikaur/build/llvm-git/src/_build/./bin/dsymutil --llvm-tools-dir /tmp/pikaur/build/llvm-git/src/_build/./bin --lldb-libs-dir /tmp/pikaur/build/llvm-git/src/_build/./lib /tmp/pikaur/build/llvm-git/src/llvm-project/lldb/test/API/functionalities/tsan/global_location -p TestTsanGlobalLocation.py -- Exit Code: -9 Timeout: Reached timeout of 600 seconds Command Output (stdout): -- lldb version 14.0.0 (/tmp/pikaur/build/llvm-git/llvm-project revision 7313a6d87c04c33f0bc67297241e33f2d82a0d5d) clang revision 7313a6d87c04c33f0bc67297241e33f2d82a0d5d llvm revision 7313a6d87c04c33f0bc67297241e33f2d82a0d5d -- Command Output (stderr): -- UNSUPPORTED: LLDB (/tmp/pikaur/build/llvm-git/src/_build/bin/clang-x86_64) :: test_dsym (TestTsanGlobalLocation.TsanGlobalLocationTestCase) (test case does not fall in any category of interest for this run) error: a.out {0x00324ef9}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x496d5) attribute, but range extraction failed (invalid range list offset 0x496d5), please file a bug and attach the file at the start of this error message error: a.out {0x00329ed7}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x48a0a) attribute, but range extraction failed (invalid range list offset 0x48a0a), please file a bug and attach the file at the start of this error message error: a.out {0x00044913}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x6bd9) attribute, but range extraction failed (invalid range list offset 0x6bd9), please file a bug and attach the file at the start of this error message error: a.out {0x00044913}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x6bd9) attribute, but range extraction failed (invalid range list offset 0x6bd9), please file a bug and attach the file at the start of this error message error: a.out {0x00044913}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x6bd9) attribute, but range extraction failed (invalid range list offset 0x6bd9), please file a bug and attach the file at the start of this error message error: a.out {0x00328ece}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x49297) attribute, but range extraction failed (invalid range list offset 0x49297), please file a bug and attach the file at the start of this error message error: a.out {0x00328f55}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x492af) attribute, but range extraction failed (invalid range list offset 0x492af), please file a bug and attach the file at the start of this error message error: a.out {0x00328fbe}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x492d4) attribute, but range extraction failed (invalid range list offset 0x492d4), please file a bug and attach the file at the start of this error message error: a.out {0x00329022}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x492e9) attribute, but range extraction failed (invalid range list offset 0x492e9), please file a bug and attach the file at the start of this error message error: a.out {0x003292e5}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x492fe) attribute, but range extraction failed (invalid range list offset 0x492fe), please file a bug and attach the file at the start of this error message error: a.out {0x00329c78}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x4959c) attribute, but range extraction failed (invalid range list offset 0x4959c), please file a bug and attach the file at the start of this error message error: a.out {0x00329cc7}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x492c4) attribute, but range extraction failed (invalid range list offset 0x492c4), please file a bug and attach the file at the start of this error message error: a.out {0x00329cfc}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x492c4) attribute, but range extraction failed (invalid range list offset 0x492c4), please file a bug and attach the file at the start of this error message error: a.out {0x00328ece}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x49297) attribute, but range extraction failed (invalid range list offset 0x49297), please file a bug and attach the file at the start of this error message error: a.out {0x00328f55}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x492af) attribute, but range extraction failed (invalid range list offset 0x492af), please file a bug and attach the file at the start of this error message error: a.out {0x00328fbe}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x492d4) attribute, but range extraction failed (invalid range list offset 0x492d4), please file a bug and attach the file at the start of this error message error: a.out {0x00329022}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x492e9) attribute, but range extraction failed (invalid range list offset 0x492e9), please file a bug and attach the file at the start of this error message error: a.out {0x003292e5}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x492fe) attribute, but range extraction failed (invalid range list offset 0x492fe), please file a bug and attach the file at the start of this error message error: a.out {0x00329c78}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x4959c) attribute, but range extraction failed (invalid range list offset 0x4959c), please file a bug and attach the file at the start of this error message error: a.out {0x00329cc7}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x492c4) attribute, but range extraction failed (invalid range list offset 0x492c4), please file a bug and attach the file at the start of this error message error: a.out {0x002c4229}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x4057a) attribute, but range extraction failed (invalid range list offset 0x4057a), please file a bug and attach the file at the start of this error message error: a.out {0x002c423f}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x4058a) attribute, but range extraction failed (invalid range list offset 0x4058a), please file a bug and attach the file at the start of this error message error: a.out {0x002c4229}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x4057a) attribute, but range extraction failed (invalid range list offset 0x4057a), please file a bug and attach the file at the start of this error message error: a.out {0x002c423f}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x4058a) attribute, but range extraction failed (invalid range list offset 0x4058a), please file a bug and attach the file at the start of this error message error: a.out {0x002c4296}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x4058a) attribute, but range extraction failed (invalid range list offset 0x4058a), please file a bug and attach the file at the start of this error message error: a.out {0x0013e407}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x1e040) attribute, but range extraction failed (invalid range list offset 0x1e040), please file a bug and attach the file at the start of this error message error: a.out {0x0013ea44}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x1e276) attribute, but range extraction failed (invalid range list offset 0x1e276), please file a bug and attach the file at the start of this error message error: a.out {0x0013f074}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x1e15b) attribute, but range extraction failed (invalid range list offset 0x1e15b), please file a bug and attach the file at the start of this error message error: a.out {0x001f16e9}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x12385) attribute, but range extraction failed (invalid range list offset 0x12385), please file a bug and attach the file at the start of this error message error: a.out {0x001f16e9}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x12385) attribute, but range extraction failed (invalid range list offset 0x12385), please file a bug and attach the file at the start of this error message error: a.out {0x00044913}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x6bd9) attribute, but range extraction failed (invalid range list offset 0x6bd9), please file a bug and attach the file at the start of this error message error: a.out {0x000452de}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x6b6e) attribute, but range extraction failed (invalid range list offset 0x6b6e), please file a bug and attach the file at the start of this error message error: a.out {0x000452de}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x6b6e) attribute, but range extraction failed (invalid range list offset 0x6b6e), please file a bug and attach the file at the start of this error message error: a.out {0x0004531c}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x6b6e) attribute, but range extraction failed (invalid range list offset 0x6b6e), please file a bug and attach the file at the start of this error message error: a.out {0x002eb650}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x3aece) attribute, but range extraction failed (invalid range list offset 0x3aece), please file a bug and attach the file at the start of this error message error: a.out {0x002ebcea}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x3b015) attribute, but range extraction failed (invalid range list offset 0x3b015), please file a bug and attach the file at the start of this error message error: a.out {0x002ecaa6}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x3aeb9) attribute, but range extraction failed (invalid range list offset 0x3aeb9), please file a bug and attach the file at the start of this error message error: a.out {0x002ecac0}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x3aeb9) attribute, but range extraction failed (invalid range list offset 0x3aeb9), please file a bug and attach the file at the start of this error message error: a.out {0x002eb650}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x3aece) attribute, but range extraction failed (invalid range list offset 0x3aece), please file a bug and attach the file at the start of this error message error: a.out {0x002ebcea}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x3b015) attribute, but range extraction failed (invalid range list offset 0x3b015), please file a bug and attach the file at the start of this error message error: a.out {0x002ecaa6}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x3aeb9) attribute, but range extraction failed (invalid range list offset 0x3aeb9), please file a bug and attach the file at the start of this error message XFAIL: LLDB (/tmp/pikaur/build/llvm-git/src/_build/bin/clang-x86_64) :: test_dwarf (TestTsanGlobalLocation.TsanGlobalLocationTestCase) -- ******************** TIMEOUT: lldb-api :: functionalities/tsan/thread_numbers/TestTsanThreadNumbers.py (2379 of 2379) ******************** TEST 'lldb-api :: functionalities/tsan/thread_numbers/TestTsanThreadNumbers.py' FAILED ******************** Script: -- /usr/bin/python3.9 /tmp/pikaur/build/llvm-git/src/llvm-project/lldb/test/API/dotest.py -u CXXFLAGS -u CFLAGS --env ARCHIVER=/usr/bin/ar --env OBJCOPY=/usr/bin/objcopy --env LLVM_LIBS_DIR=/tmp/pikaur/build/llvm-git/src/_build/./lib --arch x86_64 --build-dir /tmp/pikaur/build/llvm-git/src/_build/lldb-test-build.noindex --lldb-module-cache-dir /tmp/pikaur/build/llvm-git/src/_build/lldb-test-build.noindex/module-cache-lldb/lldb-api --clang-module-cache-dir /tmp/pikaur/build/llvm-git/src/_build/lldb-test-build.noindex/module-cache-clang/lldb-api --executable /tmp/pikaur/build/llvm-git/src/_build/./bin/lldb --compiler /tmp/pikaur/build/llvm-git/src/_build/./bin/clang --dsymutil /tmp/pikaur/build/llvm-git/src/_build/./bin/dsymutil --llvm-tools-dir /tmp/pikaur/build/llvm-git/src/_build/./bin --lldb-libs-dir /tmp/pikaur/build/llvm-git/src/_build/./lib /tmp/pikaur/build/llvm-git/src/llvm-project/lldb/test/API/functionalities/tsan/thread_numbers -p TestTsanThreadNumbers.py -- Exit Code: -9 Timeout: Reached timeout of 600 seconds Command Output (stdout): -- lldb version 14.0.0 (/tmp/pikaur/build/llvm-git/llvm-project revision 7313a6d87c04c33f0bc67297241e33f2d82a0d5d) clang revision 7313a6d87c04c33f0bc67297241e33f2d82a0d5d llvm revision 7313a6d87c04c33f0bc67297241e33f2d82a0d5d -- Command Output (stderr): -- UNSUPPORTED: LLDB (/tmp/pikaur/build/llvm-git/src/_build/bin/clang-x86_64) :: test_dsym (TestTsanThreadNumbers.TsanThreadNumbersTestCase) (test case does not fall in any category of interest for this run) error: a.out {0x00324ef9}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x496d5) attribute, but range extraction failed (invalid range list offset 0x496d5), please file a bug and attach the file at the start of this error message error: a.out {0x00329ed7}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x48a0a) attribute, but range extraction failed (invalid range list offset 0x48a0a), please file a bug and attach the file at the start of this error message error: a.out {0x00044913}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x6bd9) attribute, but range extraction failed (invalid range list offset 0x6bd9), please file a bug and attach the file at the start of this error message error: a.out {0x00044913}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x6bd9) attribute, but range extraction failed (invalid range list offset 0x6bd9), please file a bug and attach the file at the start of this error message error: a.out {0x00044913}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x6bd9) attribute, but range extraction failed (invalid range list offset 0x6bd9), please file a bug and attach the file at the start of this error message error: a.out {0x00328ece}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x49297) attribute, but range extraction failed (invalid range list offset 0x49297), please file a bug and attach the file at the start of this error message error: a.out {0x00328f55}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x492af) attribute, but range extraction failed (invalid range list offset 0x492af), please file a bug and attach the file at the start of this error message error: a.out {0x00328fbe}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x492d4) attribute, but range extraction failed (invalid range list offset 0x492d4), please file a bug and attach the file at the start of this error message error: a.out {0x00329022}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x492e9) attribute, but range extraction failed (invalid range list offset 0x492e9), please file a bug and attach the file at the start of this error message error: a.out {0x003292e5}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x492fe) attribute, but range extraction failed (invalid range list offset 0x492fe), please file a bug and attach the file at the start of this error message error: a.out {0x00329c78}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x4959c) attribute, but range extraction failed (invalid range list offset 0x4959c), please file a bug and attach the file at the start of this error message error: a.out {0x00329cc7}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x492c4) attribute, but range extraction failed (invalid range list offset 0x492c4), please file a bug and attach the file at the start of this error message error: a.out {0x00329cfc}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x492c4) attribute, but range extraction failed (invalid range list offset 0x492c4), please file a bug and attach the file at the start of this error message error: a.out {0x00328ece}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x49297) attribute, but range extraction failed (invalid range list offset 0x49297), please file a bug and attach the file at the start of this error message error: a.out {0x00328f55}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x492af) attribute, but range extraction failed (invalid range list offset 0x492af), please file a bug and attach the file at the start of this error message error: a.out {0x00328fbe}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x492d4) attribute, but range extraction failed (invalid range list offset 0x492d4), please file a bug and attach the file at the start of this error message error: a.out {0x00329022}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x492e9) attribute, but range extraction failed (invalid range list offset 0x492e9), please file a bug and attach the file at the start of this error message error: a.out {0x003292e5}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x492fe) attribute, but range extraction failed (invalid range list offset 0x492fe), please file a bug and attach the file at the start of this error message error: a.out {0x00329c78}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x4959c) attribute, but range extraction failed (invalid range list offset 0x4959c), please file a bug and attach the file at the start of this error message error: a.out {0x00329cc7}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x492c4) attribute, but range extraction failed (invalid range list offset 0x492c4), please file a bug and attach the file at the start of this error message error: a.out {0x002cd1c6}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x3f315) attribute, but range extraction failed (invalid range list offset 0x3f315), please file a bug and attach the file at the start of this error message error: a.out {0x002cd1dc}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x3f325) attribute, but range extraction failed (invalid range list offset 0x3f325), please file a bug and attach the file at the start of this error message error: a.out {0x002cd1c6}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x3f315) attribute, but range extraction failed (invalid range list offset 0x3f315), please file a bug and attach the file at the start of this error message error: a.out {0x002cd1dc}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x3f325) attribute, but range extraction failed (invalid range list offset 0x3f325), please file a bug and attach the file at the start of this error message error: a.out {0x002cd233}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x3f325) attribute, but range extraction failed (invalid range list offset 0x3f325), please file a bug and attach the file at the start of this error message error: a.out {0x0013e407}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x1e040) attribute, but range extraction failed (invalid range list offset 0x1e040), please file a bug and attach the file at the start of this error message error: a.out {0x0013ea44}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x1e276) attribute, but range extraction failed (invalid range list offset 0x1e276), please file a bug and attach the file at the start of this error message error: a.out {0x0013f074}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x1e15b) attribute, but range extraction failed (invalid range list offset 0x1e15b), please file a bug and attach the file at the start of this error message error: a.out {0x001f16e9}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x12385) attribute, but range extraction failed (invalid range list offset 0x12385), please file a bug and attach the file at the start of this error message error: a.out {0x001f16e9}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x12385) attribute, but range extraction failed (invalid range list offset 0x12385), please file a bug and attach the file at the start of this error message error: a.out {0x00044913}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x6bd9) attribute, but range extraction failed (invalid range list offset 0x6bd9), please file a bug and attach the file at the start of this error message error: a.out {0x000452de}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x6b6e) attribute, but range extraction failed (invalid range list offset 0x6b6e), please file a bug and attach the file at the start of this error message error: a.out {0x000452de}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x6b6e) attribute, but range extraction failed (invalid range list offset 0x6b6e), please file a bug and attach the file at the start of this error message error: a.out {0x0004531c}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x6b6e) attribute, but range extraction failed (invalid range list offset 0x6b6e), please file a bug and attach the file at the start of this error message error: a.out {0x002eb650}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x3aece) attribute, but range extraction failed (invalid range list offset 0x3aece), please file a bug and attach the file at the start of this error message error: a.out {0x002ebcea}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x3b015) attribute, but range extraction failed (invalid range list offset 0x3b015), please file a bug and attach the file at the start of this error message error: a.out {0x002ecaa6}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x3aeb9) attribute, but range extraction failed (invalid range list offset 0x3aeb9), please file a bug and attach the file at the start of this error message error: a.out {0x002ecac0}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x3aeb9) attribute, but range extraction failed (invalid range list offset 0x3aeb9), please file a bug and attach the file at the start of this error message error: a.out {0x002eb650}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x3aece) attribute, but range extraction failed (invalid range list offset 0x3aece), please file a bug and attach the file at the start of this error message error: a.out {0x002ebcea}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x3b015) attribute, but range extraction failed (invalid range list offset 0x3b015), please file a bug and attach the file at the start of this error message error: a.out {0x002ecaa6}: DIE has DW_AT_ranges(DW_FORM_sec_offset 0x3aeb9) attribute, but range extraction failed (invalid range list offset 0x3aeb9), please file a bug and attach the file at the start of this error message XFAIL: LLDB (/tmp/pikaur/build/llvm-git/src/_build/bin/clang-x86_64) :: test_dwarf (TestTsanThreadNumbers.TsanThreadNumbersTestCase) -- ******************** ******************** Timed Out Tests (4): lldb-api :: api/multiple-debuggers/TestMultipleDebuggers.py lldb-api :: functionalities/tsan/global_location/TestTsanGlobalLocation.py lldb-api :: functionalities/tsan/thread_leak/TestTsanThreadLeak.py lldb-api :: functionalities/tsan/thread_numbers/TestTsanThreadNumbers.py ******************** Failed Tests (2): lldb-api :: functionalities/asan/TestMemoryHistory.py lldb-shell :: ScriptInterpreter/Lua/nested_sessions.test Testing Time: 730.04s Unsupported : 347 Passed : 2025 Expectedly Failed: 1 Timed Out : 4 Failed : 2 FAILED: tools/lldb/test/CMakeFiles/check-lldb /tmp/pikaur/build/llvm-git/src/_build/tools/lldb/test/CMakeFiles/check-lldb cd /tmp/pikaur/build/llvm-git/src/_build/tools/lldb/test && /usr/bin/python3.9 /tmp/pikaur/build/llvm-git/src/_build/./bin/llvm-lit -sv /tmp/pikaur/build/llvm-git/src/_build/tools/lldb/test ninja: build stopped: subcommand failed. -------------- next part -------------- ninja -C _build check-polly ninja: Entering directory `_build' [123/124] Running polly regression tests : CommandLine Error: Option 'polly-allow-error-blocks' registered more than once! LLVM ERROR: inconsistency in registered CommandLine options llvm-lit: /tmp/pikaur/build/llvm-git/src/llvm-project/llvm/utils/lit/lit/formats/googletest.py:43: warning: unable to discover google-tests in '/tmp/pikaur/build/llvm-git/src/_build/tools/polly/unittests/ScheduleOptimizer/./ScheduleOptimizerTests': Command '['/tmp/pikaur/build/llvm-git/src/_build/tools/polly/unittests/ScheduleOptimizer/./ScheduleOptimizerTests', '--gtest_list_tests']' died with <Signals.SIGABRT: 6>.. Process output: b'' : CommandLine Error: Option 'polly-detect-profitability-min-per-loop-insts' registered more than once! LLVM ERROR: inconsistency in registered CommandLine options llvm-lit: /tmp/pikaur/build/llvm-git/src/llvm-project/llvm/utils/lit/lit/formats/googletest.py:43: warning: unable to discover google-tests in '/tmp/pikaur/build/llvm-git/src/_build/tools/polly/unittests/ScopPassManager/./ScopPassManagerTests': Command '['/tmp/pikaur/build/llvm-git/src/_build/tools/polly/unittests/ScopPassManager/./ScopPassManagerTests', '--gtest_list_tests']' died with <Signals.SIGABRT: 6>.. Process output: b'' : CommandLine Error: Option 'polly-delicm-max-ops' registered more than once! LLVM ERROR: inconsistency in registered CommandLine options llvm-lit: /tmp/pikaur/build/llvm-git/src/llvm-project/llvm/utils/lit/lit/formats/googletest.py:43: warning: unable to discover google-tests in '/tmp/pikaur/build/llvm-git/src/_build/tools/polly/unittests/DeLICM/./DeLICMTests': Command '['/tmp/pikaur/build/llvm-git/src/_build/tools/polly/unittests/DeLICM/./DeLICMTests', '--gtest_list_tests']' died with <Signals.SIGABRT: 6>.. Process output: b'' FAIL: Polly-Unit :: ScopPassManager/./ScopPassManagerTests/failed_to_discover_tests_from_gtest (50 of 1173) ******************** TEST 'Polly-Unit :: ScopPassManager/./ScopPassManagerTests/failed_to_discover_tests_from_gtest' FAILED ******************** Script: -- /tmp/pikaur/build/llvm-git/src/_build/tools/polly/unittests/ScopPassManager/./ScopPassManagerTests --gtest_filter=failed_to_discover_tests_from_gtest -- : CommandLine Error: Option 'polly-detect-profitability-min-per-loop-insts' registered more than once! LLVM ERROR: inconsistency in registered CommandLine options ******************** FAIL: Polly-Unit :: ScheduleOptimizer/./ScheduleOptimizerTests/failed_to_discover_tests_from_gtest (55 of 1173) ******************** TEST 'Polly-Unit :: ScheduleOptimizer/./ScheduleOptimizerTests/failed_to_discover_tests_from_gtest' FAILED ******************** Script: -- /tmp/pikaur/build/llvm-git/src/_build/tools/polly/unittests/ScheduleOptimizer/./ScheduleOptimizerTests --gtest_filter=failed_to_discover_tests_from_gtest -- : CommandLine Error: Option 'polly-allow-error-blocks' registered more than once! LLVM ERROR: inconsistency in registered CommandLine options ******************** FAIL: Polly-Unit :: DeLICM/./DeLICMTests/failed_to_discover_tests_from_gtest (57 of 1173) ******************** TEST 'Polly-Unit :: DeLICM/./DeLICMTests/failed_to_discover_tests_from_gtest' FAILED ******************** Script: -- /tmp/pikaur/build/llvm-git/src/_build/tools/polly/unittests/DeLICM/./DeLICMTests --gtest_filter=failed_to_discover_tests_from_gtest -- : CommandLine Error: Option 'polly-delicm-max-ops' registered more than once! LLVM ERROR: inconsistency in registered CommandLine options ******************** ******************** Failed Tests (3): Polly-Unit :: DeLICM/./DeLICMTests/failed_to_discover_tests_from_gtest Polly-Unit :: ScheduleOptimizer/./ScheduleOptimizerTests/failed_to_discover_tests_from_gtest Polly-Unit :: ScopPassManager/./ScopPassManagerTests/failed_to_discover_tests_from_gtest Testing Time: 40.69s Unsupported : 12 Passed : 1133 Expectedly Failed: 25 Failed : 3 3 warning(s) in tests FAILED: tools/polly/test/CMakeFiles/check-polly-tests /tmp/pikaur/build/llvm-git/src/_build/tools/polly/test/CMakeFiles/check-polly-tests cd /tmp/pikaur/build/llvm-git/src/_build/tools/polly/test && /usr/bin/python3.9 /tmp/pikaur/build/llvm-git/src/_build/./bin/llvm-lit -sv --param polly_site_config=/tmp/pikaur/build/llvm-git/src/_build/tools/polly/test/lit.site.cfg --param polly_unit_site_config=/tmp/pikaur/build/llvm-git/src/_build/tools/polly/test/Unit/lit.site.cfg /tmp/pikaur/build/llvm-git/src/_build/tools/polly/test ninja: build stopped: subcommand failed.
Michael Kruse via llvm-dev
2021-Aug-23 01:59 UTC
[llvm-dev] check-polly and check-lldb failing
The problem CommandLine Error: Option 'polly-allow-error-blocks' registered more than once! is typically caused by loading Polly multiple times into the address space, e.g. once as static and once more as a shared object using the `-load` mechanism. Your CMake configuration would be necessary to reproduce the problem. Michael Am So., 22. Aug. 2021 um 14:42 Uhr schrieb chiasa.men via llvm-dev <llvm-dev at lists.llvm.org>:> > Attached are logs of the check commands executed while building llvm-git (archlinux AUR package) > > Both are failing. > > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev