[Webkit-unassigned] [Bug 222194] New: http_server_base.py throws "ServerError: Server exited" exception in _is_server_running_on_all_ports on my Linux PC

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 19 13:08:20 PST 2021


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

            Bug ID: 222194
           Summary: http_server_base.py throws "ServerError: Server
                    exited" exception in _is_server_running_on_all_ports
                    on my Linux PC
           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

http_server_base.py throws "ServerError: Server exited" exception in _is_server_running_on_all_ports on my Linux PC

$ ./Tools/Scripts/run-webkit-tests --gtk --debug http/tests
Using port 'gtk-wk2'
Test configuration: <, x86, debug>
Placing test results in /app/webkit/WebKitBuild/Debug/layout-test-results
Using Debug build
Pixel tests disabled
Regular timeout: 30000, slow test timeout: 150000
Command line: /app/webkit/WebKitBuild/Debug/bin/WebKitTestRunner -

Found 3561 tests; running 3209, skipping 352.
Starting HTTP server ...
ServerError raised: Server exited
Traceback (most recent call last):
  File "/app/webkit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py", line 93, in main
    run_details = run(port, options, args, stderr)
  File "/app/webkit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py", line 504, in run
    run_details = manager.run(args)
  File "/app/webkit/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py", line 246, in run
    needs_http=needs_http, needs_web_platform_test_server=needs_web_platform_test_server, needs_websockets=needs_websockets)
  File "/app/webkit/Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_runner.py", line 88, in __init__
    self.start_servers()
  File "/app/webkit/Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_runner.py", line 228, in start_servers
    self._port.start_http_server()
  File "/app/webkit/Tools/Scripts/webkitpy/port/base.py", line 894, in start_http_server
    server.start()
  File "/app/webkit/Tools/Scripts/webkitpy/layout_tests/servers/http_server_base.py", line 104, in start
    server_started = self._wait_for_action(self._is_server_running_on_all_ports)
  File "/app/webkit/Tools/Scripts/webkitpy/layout_tests/servers/http_server_base.py", line 199, in _wait_for_action
    if action():
  File "/app/webkit/Tools/Scripts/webkitpy/layout_tests/servers/http_server_base.py", line 210, in _is_server_running_on_all_ports
    raise ServerError("Server exited")
ServerError: Server exited

-- 
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/20210219/0dacccb1/attachment-0001.htm>


More information about the webkit-unassigned mailing list