[Webkit-unassigned] [Bug 214127] New: [Win] WPT server fails to start: datetime.strptime thows "ValueError: unconverted data remains" exception

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 9 01:02:22 PDT 2020


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

            Bug ID: 214127
           Summary: [Win] WPT server fails to start: datetime.strptime
                    thows "ValueError: unconverted data remains" exception
           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

[Win] WPT server fails to start: datetime.strptime thows "ValueError: unconverted data remains" exception

I'm using Win32 Python and openssl.exe of SlikSVN.


PS C:\home\webkit\gc> python .\Tools\Scripts\run-webkit-httpd
Starting web-platform-tests server on <http://localhost:8800/> and <https://localhost:9443/>
WebKit http/wpt tests are accessible at <http://localhost:8800/WebKit/>
Traceback (most recent call last):
  File ".\Tools\Scripts\run-webkit-httpd", line 42, in <module>
    sys.exit(main(sys.argv[1:], sys.stdout, sys.stderr))
  File ".\Tools\Scripts\run-webkit-httpd", line 38, in main
    run_server(options, args, stdout, stderr)
  File "C:\home\webkit\gc\Tools\Scripts\webkitpy\layout_tests\servers\run_webkit_httpd.py", line 68, in run_server
    run_server_with_log_file(host, options, stdout, stderr, log_file)
  File "C:\home\webkit\gc\Tools\Scripts\webkitpy\layout_tests\servers\run_webkit_httpd.py", line 84, in run_server_with_log_file
    port.start_web_platform_test_server()
  File "C:\home\webkit\gc\Tools\Scripts\webkitpy\port\base.py", line 1034, in start_web_platform_test_server
    self._web_platform_test_server.start()
  File "C:\home\webkit\gc\Tools\Scripts\webkitpy\layout_tests\servers\http_server_base.py", line 98, in start
    self._pid = self._spawn_process()
  File "C:\home\webkit\gc\Tools\Scripts\webkitpy\layout_tests\servers\web_platform_test_server.py", line 141, in _spawn_process
    raise http_server_base.ServerError(error_log)
webkitpy.layout_tests.servers.http_server_base.ServerError: WPT Server process exited prematurely with status code None
The cmdline for running the WPT server was: ['python', 'C:\\home\\webkit\\gc\\LayoutTests\\imported\\w3c\\web-platform-tests\\wpt.py', 'serve', '--config', 'C:\\home\\webkit\\gc\\LayoutTests\\imported\\w3c\\web-platform-tests\\config.json']
The working dir was: C:\home\webkit\gc\LayoutTests\imported\w3c\web-platform-tests
Check the logfile for the command at: C:\home\webkit\gc\WebKitBuild\Release\bin64\layout-test-results\wptwk_process_log.out.txt

-- 
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/20200709/428b950f/attachment.htm>


More information about the webkit-unassigned mailing list