[Webkit-unassigned] [Bug 226603] New: REGRESSION: [Catalina] test-lldb-webkit failing with ModuleNotFoundError: No module named '_lldb'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 3 14:52:29 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=226603

            Bug ID: 226603
           Summary: REGRESSION: [Catalina] test-lldb-webkit failing with
                    ModuleNotFoundError: No module named '_lldb'
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ryanhaddad at apple.com

test-lldb-webkit is failing on Catalina bots with the following:

python3 ./Tools/Scripts/test-lldb-webkit --verbose --no-build --release

Failed to import dump_class_layout_unittest:
  Traceback (most recent call last):
    File "/Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Resources/Python/lldb/__init__.py", line 35, in <module>
      import _lldb
  ModuleNotFoundError: No module named '_lldb'

  During handling of the above exception, another exception occurred:

  Traceback (most recent call last):
    File "/Volumes/Data/worker/catalina-release-tests-wk2/build/Tools/Scripts/webkitpy/test/main.py", line 290, in _check_imports
      __import__(name)
    File "/Volumes/Data/worker/catalina-release-tests-wk2/build/Tools/lldb/dump_class_layout_unittest.py", line 28, in <module>
      import lldb
    File "/Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Resources/Python/lldb/__init__.py", line 38, in <module>
      from . import _lldb
  ImportError: dynamic module does not define module export function (PyInit__lldb)

https://build.webkit.org/#/builders/13/builds/3111/steps/12/logs/stdio

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210603/97801bb3/attachment.htm>


More information about the webkit-unassigned mailing list