Bug 219864 - Apple-Win-10-Release-Tests bot continuously failing to start httpd: no pid file found
Summary: Apple-Win-10-Release-Tests bot continuously failing to start httpd: no pid fi...
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-12-14 11:19 PST by Ryan Haddad
Modified: 2022-02-12 19:02 PST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Haddad 2020-12-14 11:19:26 PST
Apple-Win-10-Release-Tests bot continuously failing to start httpd with the following error:

ServerError raised: Failed to start httpd: no pid file found
Traceback (most recent call last):
  File "/home/buildbot/worker/win10-release-tests/build/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py", line 93, in main
    run_details = run(port, options, args, stderr)
  File "/home/buildbot/worker/win10-release-tests/build/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py", line 501, in run
    run_details = manager.run(args)
  File "/home/buildbot/worker/win10-release-tests/build/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 "/home/buildbot/worker/win10-release-tests/build/Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_runner.py", line 88, in __init__
    self.start_servers()
  File "/home/buildbot/worker/win10-release-tests/build/Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_runner.py", line 216, in start_servers
    self._port.start_http_server()
  File "/home/buildbot/worker/win10-release-tests/build/Tools/Scripts/webkitpy/port/base.py", line 995, in start_http_server
    server.start()
  File "/home/buildbot/worker/win10-release-tests/build/Tools/Scripts/webkitpy/layout_tests/servers/http_server_base.py", line 98, in start
    self._pid = self._spawn_process()
  File "/home/buildbot/worker/win10-release-tests/build/Tools/Scripts/webkitpy/layout_tests/servers/apache_http_server.py", line 190, in _spawn_process
    raise http_server_base.ServerError('Failed to start %s: no pid file found' % self._name)
ServerError: Failed to start httpd: no pid file found

https://build.webkit.org/builders/Apple-Win-10-Release-Tests/builds/9213
Comment 1 Radar WebKit Bug Importer 2020-12-14 11:24:56 PST
<rdar://problem/72306317>
Comment 2 Ryan Haddad 2020-12-16 09:49:10 PST
I was able to manually run run-webkit-tests on the bots and didn't encounter this error.