David Blaikie via llvm-dev
2020-Oct-14 16:17 UTC
[llvm-dev] Fwd: LLDB Incremental - Build # 24211 - Failure!
This seems to be a (presumably flakey) timeout in an lldb simulator test - anyone know if there's anything we could do to clean this up/make it more reliable? (maybe make timeouts not a critical failure/email-worthy? if they're not otherwise addressable) ---------- Forwarded message --------- From: <llvm.greendragon at gmail.com> Date: Wed, Oct 14, 2020 at 2:57 AM Subject: LLDB Incremental - Build # 24211 - Failure! To: <mschifer at apple.com>, <me at dylanmckay.io>, <aeubanks at google.com>, < jdevlieghere at apple.com>, <eleviant at accesssoftek.com>, <dblaikie at gmail.com>, <paulsson at linux.vnet.ibm.com>, <dominik.montada at hightec-rt.com>, < Tony.Tye at amd.com> Cc: Alex Lorenz <aleksei_lorenz at apple.com> [FAILURE] lldb-cmake [#24211] Build URL: http://green.lab.llvm.org/green/job/lldb-cmake/24211/ Project: lldb-cmake Date of build: Wed, 14 Oct 2020 00:39:05 -0700 Build duration: 2 hr 17 min and counting Identified problems: - Ninja target failed: Below is a link to the first failed ninja target. - Indication 1 <http://green.lab.llvm.org/green//job/lldb-cmake/24211/consoleFull#-1971701747a1ca8a51-895e-46c6-af87-ce24fa4cd561> - Regression test failed: This build failed because a regression test in the test suite FAILed. See the test report <http://testReport/> for details. - Indication 1 <http://green.lab.llvm.org/green//job/lldb-cmake/24211/consoleFull#-14196509378254eaf0-7326-4999-85b0-388101f2d404> Tests: Name: *lldb-api* Failed: 1 test(s), Passed: 795 test(s), Total: 884 test(s) * - Failed: lldb-api.macosx/simulator.TestSimulatorPlatform.py <http://green.lab.llvm.org/green/job/lldb-cmake/24211/testReportjob/lldb-cmake/24211/testReport/junit/lldb-api/macosx_simulator/TestSimulatorPlatform_py> * Name: *lldb-shell* Failed: 0 test(s), Passed: 291 test(s), Total: 358 test(s) Name: *lldb-unit* Failed: 0 test(s), Passed: 926 test(s), Total: 926 test(s) Changes - Commit *9670a45c980c371c5ece8047a00b8b2abec73823* by *dblaikie:* libDebugInfoDWARF: Don't try to parse loclist[.dwo] headers when parsing debug_info[.dwo] - *edit*: llvm/include/llvm/DebugInfo/DWARF/DWARFUnit.h - *edit*: llvm/lib/DebugInfo/DWARF/DWARFUnit.cpp - *add*: llvm/test/tools/llvm-dwarfdump/X86/debug_loclists_unused_invalid.s - Commit *518ec05a104a237b6ccae20e1e84c2b462fc3ca1* by *aeubanks:* [LoopExtract][NewPM] Port -loop-extract to NPM - *edit*: llvm/lib/Passes/PassBuilder.cpp - *add*: llvm/include/llvm/Transforms/IPO/LoopExtractor.h - *edit*: llvm/lib/Transforms/IPO/IPO.cpp - *edit*: llvm/test/Transforms/CodeExtractor/2004-03-13-LoopExtractorCrash.ll - *edit*: llvm/test/Transforms/CodeExtractor/2004-03-17-MissedLiveIns.ll - *edit*: llvm/lib/Transforms/IPO/LoopExtractor.cpp - *edit*: llvm/test/Transforms/CodeExtractor/2004-03-14-NoSwitchSupport.ll - *edit*: llvm/test/Transforms/CodeExtractor/BlockAddressSelfReference.ll - *edit*: llvm/test/Transforms/CodeExtractor/LoopExtractor_min_wrapper.ll - *edit*: llvm/test/Transforms/CodeExtractor/2004-03-18-InvokeHandling.ll - *edit*: llvm/test/Transforms/CodeExtractor/BlockAddressReference.ll - *edit*: llvm/test/Transforms/CodeExtractor/2004-03-14-DominanceProblem.ll - *edit*: llvm/test/Transforms/CodeExtractor/LoopExtractor.ll - *edit*: llvm/test/Transforms/CodeExtractor/LoopExtractor_crash.ll - *edit*: llvm/include/llvm/InitializePasses.h - *edit*: llvm/lib/Passes/PassRegistry.def - *edit*: llvm/test/Transforms/CodeExtractor/2004-03-17-UpdatePHIsOutsideRegion.ll - *edit*: llvm/test/Transforms/CodeExtractor/LoopExtractor_alloca.ll - Commit *4b6e3ad9b40111852aa717fee2768f964b6d70a7* by *aeubanks:* [test][NewPM] Pin -mergereturn tests to legacy PM - *edit*: llvm/test/Transforms/CodeExtractor/LoopExtractor_infinite.ll - *edit*: llvm/test/Transforms/UnifyFunctionExitNodes/unreachable-blocks-status.ll - Commit *907d799070c351b3da0b0f4b9669f230d46e6d8d* by *Tony.Tye:* [AMDGPU] Cleanup memory legalizer interfaces - *edit*: llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp - Commit *625fa47617022b2d1ed7b940f9621162874175ee* by *paulsson:* Revert "[clang] Improve handling of physical registers in inline assembly operands." - *edit*: clang/lib/CodeGen/CGStmt.cpp - *delete*: clang/test/CodeGen/systemz-inline-asm-02.c - *edit*: clang/test/CodeGen/systemz-inline-asm.c - Commit *1197ee35b84e1fe1c1884b3228b95351719fbb09* by *Jonas Devlieghere:* [lldb] Unconditionally strip the `.py(c)` extension when loading a module - *edit*: lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp - Commit *3b33b41604784f903c7c5c38665d75da93dbf805* by *Jonas Devlieghere:* [lldb] Remove lexical block and fix formatting LoadScriptingModule (NFC) - *edit*: lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp - Commit *2ad82b0ed1b4ad9e6ac462d6fe9b1247186861e5* by *eleviant:* [ARM.td] Make instruction definitions visible to sched models - *edit*: llvm/lib/Target/ARM/ARM.td - *edit*: llvm/lib/Target/ARM/ARMScheduleA9.td - *edit*: llvm/lib/Target/ARM/ARMSchedule.td - Commit *8c03fdf34a659925a3f09c8f54016e47ea1c7519* by *dominik.montada:* [libcxxabi,libunwind] support running tests in standalone mode - *delete*: libcxxabi/cmake/Modules/HandleOutOfTreeLLVM.cmake - *edit*: libunwind/CMakeLists.txt - *edit*: libcxx/CMakeLists.txt - *edit*: libcxx/cmake/Modules/HandleOutOfTreeLLVM.cmake - *edit*: libcxxabi/CMakeLists.txt - *edit*: libunwind/test/CMakeLists.txt - Commit *dc128e5968ccc632f7875ece639b0d2c94b170a6* by *me:* [test][lld] Mark TLS tests as REQUIRES: x86. - *edit*: lld/test/COFF/tls-alignment-32.ll - *edit*: lld/test/COFF/tls-alignment-64.ll -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20201014/fdd6bda2/attachment.html>