[Webkit-unassigned] [Bug 202839] New: [WinCairo] auto-installing raises exception "Inner message: global name 'urllib2' is not defined" since r250869

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 10 20:42:31 PDT 2019


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

            Bug ID: 202839
           Summary: [WinCairo] auto-installing raises exception "Inner
                    message: global name 'urllib2' is not defined" since
                    r250869
           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: Hironori.Fujii at sony.com

[WinCairo] auto-installing raises exception "Inner message: global name 'urllib2' is not defined" since r250869

auto-installing is failing since r250869 (Bug 201955) in fresh checkout WinCairo env (no autoinstalled modules).

PS C:\webkit\ga> python .\Tools\Scripts\check-webkit-style
Traceback (most recent call last):
  File ".\Tools\Scripts\check-webkit-style", line 44, in <module>
    from webkitpy.style.main import CheckWebKitStyle
  File "C:\webkit\ga\Tools\Scripts\webkitpy\style\main.py", line 27, in <module>
    import webkitpy.style.checker as checker
  File "C:\webkit\ga\Tools\Scripts\webkitpy\style\checker.py", line 53, in <module>
    from checkers.python import PythonChecker, Python3Checker
  File "C:\webkit\ga\Tools\Scripts\webkitpy\style\checkers\python.py", line 31, in <module>
    from webkitpy.thirdparty.autoinstalled import pep8
  File "C:\webkit\ga\Tools\Scripts\webkitpy\thirdparty\__init__.py", line 98, in find_module
    self._install_pep8()
  File "C:\webkit\ga\Tools\Scripts\webkitpy\thirdparty\__init__.py", line 148, in _install_pep8
    "pep8-0.5.0/pep8.py")
  File "C:\webkit\ga\Tools\Scripts\webkitpy\thirdparty\__init__.py", line 294, in _install
    installer.install(url=url, url_subpath=url_subpath, target_name=target_name)
  File "C:\webkit\ga\Tools\Scripts\webkitpy\common\system\autoinstall.py", line 540, in install
    raise Exception(message)
Exception: Error auto-installing the pep8.py package to:
 "C:\webkit\ga\Tools\Scripts\webkitpy\thirdparty\autoinstalled\pep8.py"
 --> Inner message: global name 'urllib2' is not defined


PS C:\webkit\ga> python ./Tools/Scripts/run-webkit-tests --wincairo --debug
Traceback (most recent call last):
  File "C:\webkit\ga\Tools\Scripts\webkitpy\layout_tests\run_webkit_tests.py", line 40, in <module>
    from webkitpy.layout_tests.controllers.manager import Manager
  File "C:\webkit\ga\Tools\Scripts\webkitpy\layout_tests\controllers\manager.py", line 59, in <module>
    from webkitpy.results.upload import Upload
  File "C:\webkit\ga\Tools\Scripts\webkitpy\results\upload.py", line 23, in <module>
    import webkitpy.thirdparty.autoinstalled.requests
  File "C:\webkit\ga\Tools\Scripts\webkitpy\thirdparty\__init__.py", line 126, in find_module
    self._install_requests()
  File "C:\webkit\ga\Tools\Scripts\webkitpy\thirdparty\__init__.py", line 189, in _install_requests
    "certifi-2019.3.9/certifi")
  File "C:\webkit\ga\Tools\Scripts\webkitpy\thirdparty\__init__.py", line 294, in _install
    installer.install(url=url, url_subpath=url_subpath, target_name=target_name)
  File "C:\webkit\ga\Tools\Scripts\webkitpy\common\system\autoinstall.py", line 540, in install
    raise Exception(message)
Exception: Error auto-installing the certifi package to:
 "C:\webkit\ga\Tools\Scripts\webkitpy\thirdparty\autoinstalled\certifi"
 --> Inner message: global name 'urllib2' is not defined
PS C:\webkit\ga>

-- 
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/20191011/f6b31926/attachment.html>


More information about the webkit-unassigned mailing list