Open Bug 1561224 Opened 5 years ago Updated 2 years ago

EnvironmentError: Servers failed to start: <random>:8000, http:8000, <random>:8001, http:8001, <random>:8443, https:8443

Categories

(Testing :: web-platform-tests, defect, P3)

67 Branch
defect

Tracking

(Not tracked)

People

(Reporter: whimboo, Unassigned)

References

()

Details

(Keywords: crash, hang)

Running the wpt tests on the x86 Android emulator I always have the problem that any test server cannot be started on the host, which in this case is MacOS.

EnvironmentError: Servers failed to start: 100.91.234.10:8000, http:8000, 100.91.234.10:8001, http:8001, 100.91.234.10:8443, https:8443

  File "/Users/henrik/code/gecko/testing/web-platform/mach_commands.py", line 307, in run_wpt
    return self.run_web_platform_tests(**params)
  File "/Users/henrik/code/gecko/testing/web-platform/mach_commands.py", line 299, in run_web_platform_tests
    return wpt_runner.run(logger, **params)
  File "/Users/henrik/code/gecko/testing/web-platform/mach_commands_base.py", line 40, in run
    result = wptrunner.start(**kwargs)
  File "/Users/henrik/code/gecko/testing/web-platform/tests/tools/wptrunner/wptrunner/wptrunner.py", line 343, in start
    return not run_tests(**kwargs)
  File "/Users/henrik/code/gecko/testing/web-platform/tests/tools/wptrunner/wptrunner/wptrunner.py", line 194, in run_tests
    test_environment.ensure_started()
  File "/Users/henrik/code/gecko/testing/web-platform/tests/tools/wptrunner/wptrunner/environment.py", line 217, in ensure_started
    ", ".join("%s:%s" % item for item in failed))

Note that there is mostly a crash on MacOS 10.13 and higher due to https://bugs.python.org/issue33725.

Keywords: crash, hang

With bug 1560960 now being fixed I have a very hard time to reproduce this issue. I will have a look again once it's reproducible. Until then there is nothing I can do here.

Assignee: hskupin → nobody
Status: ASSIGNED → NEW
Depends on: 1560960
Priority: P1 → P3
See Also: → 1273470
Flags: needinfo?(aliyaloveravi)
Flags: needinfo?(aliyaloveravi)
Severity: critical → S2
You need to log in before you can comment on or make changes to this bug.