[Webkit-unassigned] [Bug 227947] New: [build.webkit.org] test-webkitpy is failing on windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 14 05:36:33 PDT 2021


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

            Bug ID: 227947
           Summary: [build.webkit.org] test-webkitpy is failing on windows
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aakash_jain at apple.com

e.g.: https://build.webkit.org/#/builders/50/builds/1012

Traceback (most recent call last):
  File "/home/buildbot/worker/win10-release-tests/build/Tools/Scripts/webkitpy/test/main.py", line 52, in <module>
    _host = Host()
  File "/home/buildbot/worker/win10-release-tests/build/Tools/Scripts/webkitpy/common/host.py", line 47, in __init__
    SystemHost.__init__(self)
  File "/home/buildbot/worker/win10-release-tests/build/Tools/Scripts/webkitpy/common/system/systemhost.py", line 41, in __init__
    self.platform = platforminfo.PlatformInfo(sys, platform, self.executive)
  File "/home/buildbot/worker/win10-release-tests/build/Tools/Scripts/webkitpy/common/system/platforminfo.py", line 77, in __init__
    self.os_version = self._win_version()
  File "/home/buildbot/worker/win10-release-tests/build/Tools/Scripts/webkitpy/common/system/platforminfo.py", line 243, in _win_version
    version = self._win_version_str()
  File "/home/buildbot/worker/win10-release-tests/build/Tools/Scripts/webkitpy/common/system/platforminfo.py", line 253, in _win_version_str
    return self._executive.run_command(['cmd', '/c', 'ver'], decode_output=False)
  File "/home/buildbot/worker/win10-release-tests/build/Tools/Scripts/webkitpy/common/system/executive.py", line 421, in run_command
    _log.debug('"%s" took %.2fs' % (self.command_for_printing(args), time.time() - start_time))
  File "/home/buildbot/worker/win10-release-tests/build/Tools/Scripts/webkitpy/common/system/abstractexecutive.py", line 111, in command_for_printing
    return string_utils.decode(string_utils.encode(' '.join(args), encoding='unicode_escape'))
TypeError: sequence item 0: expected str instance, bytes found

-- 
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/20210714/d0b22b5f/attachment-0001.htm>


More information about the webkit-unassigned mailing list