Closed
Bug 1699630
Opened 5 years ago
Closed 5 years ago
Intermittent /webdriver/tests/take_screenshot/user_prompts.py | test_default[alert-None] - setup error
Categories
(Remote Protocol :: Marionette, defect, P5)
Remote Protocol
Marionette
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1630132
People
(Reporter: intermittent-bug-filer, Unassigned)
Details
(Keywords: intermittent-failure)
Filed by: btara [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=333747161&repo=autoland
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VIKy6iKDSGmJQHrnnK4NjA/runs/0/artifacts/public/logs/live_backing.log
...
[task 2021-03-19T07:59:01.812Z] 07:59:01 INFO - STDOUT: =================================== ERRORS ====================================
[task 2021-03-19T07:59:01.813Z] 07:59:01 INFO - STDOUT: _________________ ERROR at setup of test_default[alert-None] __________________
[task 2021-03-19T07:59:01.868Z] 07:59:01 INFO -
[task 2021-03-19T07:59:01.868Z] 07:59:01 INFO - TEST-PASS | /webdriver/tests/take_screenshot/user_prompts.py | test_accept_and_notify[capabilities0-prompt-]
[task 2021-03-19T07:59:01.868Z] 07:59:01 INFO - TEST-PASS | /webdriver/tests/take_screenshot/user_prompts.py | test_dismiss[capabilities0-alert-None]
[task 2021-03-19T07:59:01.868Z] 07:59:01 INFO - TEST-PASS | /webdriver/tests/take_screenshot/user_prompts.py | test_dismiss[capabilities0-confirm-False]
[task 2021-03-19T07:59:01.868Z] 07:59:01 INFO - TEST-PASS | /webdriver/tests/take_screenshot/user_prompts.py | test_dismiss[capabilities0-prompt-None]
[task 2021-03-19T07:59:01.868Z] 07:59:01 INFO - TEST-PASS | /webdriver/tests/take_screenshot/user_prompts.py | test_dismiss_and_notify[capabilities0-alert-None]
[task 2021-03-19T07:59:01.868Z] 07:59:01 INFO - TEST-PASS | /webdriver/tests/take_screenshot/user_prompts.py | test_dismiss_and_notify[capabilities0-confirm-False]
[task 2021-03-19T07:59:01.868Z] 07:59:01 INFO - TEST-PASS | /webdriver/tests/take_screenshot/user_prompts.py | test_dismiss_and_notify[capabilities0-prompt-None]
[task 2021-03-19T07:59:01.869Z] 07:59:01 INFO - TEST-PASS | /webdriver/tests/take_screenshot/user_prompts.py | test_ignore[capabilities0-alert]
[task 2021-03-19T07:59:01.869Z] 07:59:01 INFO - TEST-PASS | /webdriver/tests/take_screenshot/user_prompts.py | test_ignore[capabilities0-confirm]
[task 2021-03-19T07:59:01.869Z] 07:59:01 INFO - TEST-PASS | /webdriver/tests/take_screenshot/user_prompts.py | test_ignore[capabilities0-prompt]
[task 2021-03-19T07:59:01.869Z] 07:59:01 INFO - TEST-UNEXPECTED-ERROR | /webdriver/tests/take_screenshot/user_prompts.py | test_default[alert-None] - setup error
[task 2021-03-19T07:59:01.869Z] 07:59:01 INFO - args = ()
[task 2021-03-19T07:59:01.869Z] 07:59:01 INFO - kwargs = {'capabilities': {}, 'configuration': {'capabilities': {'moz:firefoxOptions': {'binary': 'Z:\\task_1616139498\\build\\......}}}, 'host': '127.0.0.1', 'port': 55416}, 'request': <SubRequest 'session' for <Function test_default[alert-None]>>}
[task 2021-03-19T07:59:01.869Z] 07:59:01 INFO - request = <SubRequest 'session' for <Function test_default[alert-None]>>
[task 2021-03-19T07:59:01.869Z] 07:59:01 INFO - setup = <function pytest_fixture_setup.<locals>.wrapper.<locals>.setup at 0x000001F55EE8FF28>
[task 2021-03-19T07:59:01.870Z] 07:59:01 INFO - finalizer = <function pytest_fixture_setup.<locals>.wrapper.<locals>.finalizer at 0x000001F55EE8F730>
[task 2021-03-19T07:59:01.870Z] 07:59:01 INFO -
[task 2021-03-19T07:59:01.870Z] 07:59:01 INFO - def wrapper(*args, **kwargs):
[task 2021-03-19T07:59:01.870Z] 07:59:01 INFO - loop = fixture_stripper.get_and_strip_from(FixtureStripper.EVENT_LOOP, kwargs)
[task 2021-03-19T07:59:01.870Z] 07:59:01 INFO - request = fixture_stripper.get_and_strip_from(FixtureStripper.REQUEST, kwargs)
[task 2021-03-19T07:59:01.871Z] 07:59:01 INFO -
[task 2021-03-19T07:59:01.871Z] 07:59:01 INFO - gen_obj = generator(*args, **kwargs)
[task 2021-03-19T07:59:01.871Z] 07:59:01 INFO -
[task 2021-03-19T07:59:01.871Z] 07:59:01 INFO - async def setup():
[task 2021-03-19T07:59:01.871Z] 07:59:01 INFO - res = await gen_obj.__anext__()
[task 2021-03-19T07:59:01.871Z] 07:59:01 INFO - return res
[task 2021-03-19T07:59:01.871Z] 07:59:01 INFO -
[task 2021-03-19T07:59:01.871Z] 07:59:01 INFO - def finalizer():
[task 2021-03-19T07:59:01.871Z] 07:59:01 INFO - """Yield again, to finalize."""
[task 2021-03-19T07:59:01.871Z] 07:59:01 INFO - async def async_finalizer():
[task 2021-03-19T07:59:01.872Z] 07:59:01 INFO - try:
[task 2021-03-19T07:59:01.872Z] 07:59:01 INFO - await gen_obj.__anext__()
[task 2021-03-19T07:59:01.872Z] 07:59:01 INFO - except StopAsyncIteration:
[task 2021-03-19T07:59:01.872Z] 07:59:01 INFO - pass
[task 2021-03-19T07:59:01.872Z] 07:59:01 INFO - else:
[task 2021-03-19T07:59:01.873Z] 07:59:01 INFO - msg = "Async generator fixture didn't stop."
[task 2021-03-19T07:59:01.873Z] 07:59:01 INFO - msg += "Yield only once."
[task 2021-03-19T07:59:01.873Z] 07:59:01 INFO - raise ValueError(msg)
[task 2021-03-19T07:59:01.873Z] 07:59:01 INFO - loop.run_until_complete(async_finalizer())
[task 2021-03-19T07:59:01.873Z] 07:59:01 INFO -
[task 2021-03-19T07:59:01.873Z] 07:59:01 INFO - request.addfinalizer(finalizer)
[task 2021-03-19T07:59:01.873Z] 07:59:01 INFO - > return loop.run_until_complete(setup())
[task 2021-03-19T07:59:01.874Z] 07:59:01 INFO -
[task 2021-03-19T07:59:01.874Z] 07:59:01 INFO - args = ()
[task 2021-03-19T07:59:01.874Z] 07:59:01 INFO - finalizer = <function pytest_fixture_setup.<locals>.wrapper.<locals>.finalizer at 0x000001F55EE8F730>
[task 2021-03-19T07:59:01.874Z] 07:59:01 INFO - fixture_stripper = <pytest_asyncio.plugin.FixtureStripper object at 0x000001F55EEA9CC0>
[task 2021-03-19T07:59:01.875Z] 07:59:01 INFO - gen_obj = <async_generator object session at 0x000001F55EEC62B8>
[task 2021-03-19T07:59:01.875Z] 07:59:01 INFO - generator = <function session at 0x000001F55ED3CD08>
[task 2021-03-19T07:59:01.876Z] 07:59:01 INFO - kwargs = {'capabilities': {},
[task 2021-03-19T07:59:01.877Z] 07:59:01 INFO - 'configuration': {'capabilities': {'moz:firefoxOptions': {'binary': 'Z:\\task_1616139498\\build\\application\\firefox\\firefox.exe',
[task 2021-03-19T07:59:01.877Z] 07:59:01 INFO - 'prefs': {'dom.serviceWorkers.parent_intercept': True,
[task 2021-03-19T07:59:01.877Z] 07:59:01 INFO - 'fission.autostart': True,
[task 2021-03-19T07:59:01.877Z] 07:59:01 INFO - 'layers.d3d11.enable-blacklist': False,
[task 2021-03-19T07:59:01.878Z] 07:59:01 INFO - 'media.peerconnection.mtransport_process': False,
[task 2021-03-19T07:59:01.878Z] 07:59:01 INFO - 'network.dns.localDomains': 'op27.web-platform.test,op92.web-platform.test,op66.web-platform.test,op25.not-web-platform.test,op77.not-web-platform.test,www.xn--lve-6lad.web-platform.test,op33.not-web-platform.test,op28.not-web-platform.test,op74.not-web-platform.test,op47.web-platform.test,www2.www1.web-platform.test,op64.web-platform.test,www.web-platform.test,www2.not-web-platform.test,xn--n8j6ds53lwwkrqhv28a.xn--lve-6lad.web-platform.test,www.www1.web-platform.test,op67.web-platform.test,op15.not-web-platform.test,op75.web-platform.test,op6.not-web-platform.test,op83.web-platform.test,op76.web-platform.test,op19.web-platform.test,op27.not-web-platform.test,op37.web-platform.test,op31.web-platform.test,www.xn--lve-6lad.not-web-platform.test,op55.web-platform.test,op53.web-platform.test,www2.xn--lve-6lad.not-web-platform.test,op32.web-platform.test,op77.web-platform.test,op35.not-web-platform.test,op9.not-web-platform.test,op68.web-platform.test,www.xn--n8j6ds53lwwkrqhv28a.web-platform.test,op34.web-platform.test,op13.not-web-platform.test,op59.web-platform.test,www.xn--n8j6ds53lwwkrqhv28a.not-web-platform.test,op98.not-web-platform.test,op89.web-platform.test,op36.not-web-platform.test,www1.xn--lve-6lad.web-platform.test,op80.not-web-platform.test,op33.web-platform.test,op70.web-platform.test,op72.not-web-platform.test,op82.web-platform.test,op46.web-platform.test,op39.not-web-platform.test,op78.web-platform.test,op4.web-platform.test,op68.not-web-platform.test,op41.web-platform.test,op55.not-web-platform.test,op64.not-web-platform.test,op83.not-web-platform.test,op44.not-web-platform.test,op18.not-web-platform.test,op39.web-platform.test,xn--lve-6lad.web-platform.test,www2.xn--lve-6lad.web-platform.test,op45.not-web-platform.test,www2.www.not-web-platform.test,op28.web-platform.test,op74.web-platform.test,xn--lve-6lad.xn--n8j6ds53lwwkrqhv28a.web-platform.test,op14.not-web-platform.test,op37.not-web-platform.test,op91.not-web-platform.test,op97.not-web-platform.test,xn--lve-6lad.www2.web-platform.test,www2.web-platform.test,www2.www2.web-platform.test,www2.www1.not-web-platform.test,op34.not-web-platform.test,op6.web-platform.test,www.www.web-platform.test,op72.web-platform.test,op79.web-platform.test,xn--lve-6lad.www.web-platform.test,op90.web-platform.test,op35.web-platform.test,op38.web-platform.test,op18.web-platform.test,op62.web-platform.test,op85.not-web-platform.test,xn--lve-6lad.www2.not-web-platform.test,xn--n8j6ds53lwwkrqhv28a.xn--n8j6ds53lwwkrqhv28a.web-platform.test,www1.www2.not-web-platform.test,op11.web-platform.test,xn--lve-6lad.xn--n8j6ds53lwwkrqhv28a.not-web-platform.test,xn--lve-6lad.www1.web-platform.test,op17.not-web-platform.test,www1.www1.not-web-platform.test,op8.web-platform.test,op3.not-web-platform.test,op63.not-web-platform.test,op50.web-platform.test,op56.web-platform.test,op5.web-platform.test,op63.web-platform.test,op58.not-web-platform.test,op98.web-platform.test,op38.not-web-platform.test,op42.web-platform.test,op48.web-platform.test,xn--n8j6ds53lwwkrqhv28a.www1.not-web-platform.test,www1.web-platform.test,op56.not-web-platform.test,op99.web-platform.test,op90.not-web-platform.test,op60.not-web-platform.test,op94.not-web-platform.test,op62.not-web-platform.test,op41.not-web-platform.test,op88.not-web-platform.test,xn--n8j6ds53lwwkrqhv28a.xn--n8j6ds53lwwkrqhv28a.not-web-platform.test,xn--lve-6lad.xn--lve-6lad.web-platform.test,op96.web-platform.test,www1.xn--lve-6lad.not-web-platform.test,op73.not-web-platform.test,op22.not-web-platform.test,xn--n8j6ds53lwwkrqhv28a.www2.not-web-platform.test,op53.not-web-platform.test,op71.web-platform.test,op49.web-platform.test,op3.web-platform.test,op2.web-platform.test,op17.web-platform.test,op97.web-platform.test,op57.not-web-platform.test,xn--lve-6lad.www.not-web-platform.test,op51.web-platform.test,op7.not-web-platform.test,www1.xn--n8j6ds53lwwkrqhv28a.web-platform.test,op93.not-web-platform.test,www1.www.not-web-platform.test,xn--n8j6ds53lwwkrqhv28a.www1.web-platform.test,op95.web-platform.test,op70.not-web-platform.test,www.not-web-platform.test,op15.web-platform.test,www.www1.not-web-platform.test,op75.not-web-platform.test,op20.not-web-platform.test,op12.not-web-platform.test,op10.not-web-platform.test,op45.web-platform.test,op66.not-web-platform.test,www1.www.web-platform.test,op87.web-platform.test,op13.web-platform.test,op43.not-web-platform.test,op8.not-web-platform.test,op1.not-web-platform.test,op31.not-web-platform.test,op24.web-platform.test,op40.web-platform.test,www.www.not-web-platform.test,op80.web-platform.test,op85.web-platform.test,op23.web-platform.test,op52.not-web-platform.test,op20.web-platform.test,op73.web-platform.test,op92.not-web-platform.test,op1.web-platform.test,op22.web-platform.test,op52.web-platform.test,op19.not-web-platform.test,op47.not-web-platform.test,op54.not-web-platform.test,op82.not-web-platform.test,op14.web-platform.test,op89.not-web-platform.test,xn--lve-6lad.not-web-platform.test,op7.web-platform.test,op46.not-web-platform.test,op81.web-platform.test,op95.not-web-platform.test,op11.not-web-platform.test,op65.web-platform.test,op94.web-platform.test,op51.not-web-platform.test,www1.www1.web-platform.test,not-web-platform.test,op88.web-platform.test,op65.not-web-platform.test,op4.not-web-platform.test,www2.xn--n8j6ds53lwwkrqhv28a.web-platform.test,op43.web-platform.test,www.www2.not-web-platform.test,op96.not-web-platform.test,op21.not-web-platform.test,op25.web-platform.test,op59.not-web-platform.test,www1.www2.web-platform.test,web-platform.test,op30.web-platform.test,op99.not-web-platform.test,xn--n8j6ds53lwwkrqhv28a.not-web-platform.test,op61.web-platform.test,xn--n8j6ds53lwwkrqhv28a.web-platform.test,op2.not-web-platform.test,op9.web-platform.test,op58.web-platform.test,op91.web-platform.test,op26.web-platform.test,op69.not-web-platform.test,op26.not-web-platform.test,op49.not-web-platform.test,op50.not-web-platform.test,op79.not-web-platform.test,xn--lve-6lad.www1.not-web-platform.test,op61.not-web-platform.test,xn--lve-6lad.xn--lve-6lad.not-web-platform.test,op76.not-web-platform.test,op78.not-web-platform.test,op30.not-web-platform.test,op12.web-platform.test,xn--n8j6ds53lwwkrqhv28a.www.web-platform.test,op40.not-web-platform.test,www1.not-web-platform.test,op54.web-platform.test,op86.not-web-platform.test,op60.web-platform.test,op44.web-platform.test,op16.web-platform.test,op57.web-platform.test,www2.xn--n8j6ds53lwwkrqhv28a.not-web-platform.test,xn--n8j6ds53lwwkrqhv28a.www2.web-platform.test,op81.not-web-platform.test,www.www2.web-platform.test,op67.not-web-platform.test,op5.not-web-platform.test,op48.not-web-platform.test,op42.not-web-platform.test,op32.not-web-platform.test,op84.web-platform.test,xn--n8j6ds53lwwkrqhv28a.www.not-web-platform.test,op23.not-web-platform.test,op21.web-platform.test,op69.web-platform.test,op29.web-platform.test,op84.not-web-platform.test,op93.web-platform.test,op16.not-web-platform.test,op24.not-web-platform.test,op10.web-platform.test,xn--n8j6ds53lwwkrqhv28a.xn--lve-6lad.not-web-platform.test,www2.www2.not-web-platform.test,op87.not-web-platform.test,www2.www.web-platform.test,op86.web-platform.test,op29.not-web-platform.test,op36.web-platform.test,op71.not-web-platform.test,www1.xn--n8j6ds53lwwkrqhv28a.not-web-platform.test',
[task 2021-03-19T07:59:01.879Z] 07:59:01 INFO - 'network.process.enabled': False,
[task 2021-03-19T07:59:01.879Z] 07:59:01 INFO - 'toolkit.asyncshutdown.log': True}}},
[task 2021-03-19T07:59:01.879Z] 07:59:01 INFO - 'host': '127.0.0.1',
[task 2021-03-19T07:59:01.879Z] 07:59:01 INFO - 'port': 55416},
[task 2021-03-19T07:59:01.879Z] 07:59:01 INFO - 'request': <SubRequest 'session' for <Function test_default[alert-None]>>}
[task 2021-03-19T07:59:01.879Z] 07:59:01 INFO - loop = <_WindowsSelectorEventLoop running=False closed=False debug=False>
[task 2021-03-19T07:59:01.879Z] 07:59:01 INFO - request = <SubRequest 'session' for <Function test_default[alert-None]>>
[task 2021-03-19T07:59:01.880Z] 07:59:01 INFO - setup = <function pytest_fixture_setup.<locals>.wrapper.<locals>.setup at 0x000001F55EE8FF28>
[task 2021-03-19T07:59:01.880Z] 07:59:01 INFO -
[task 2021-03-19T07:59:01.880Z] 07:59:01 INFO - tests\web-platform\tests\tools\third_party\pytest-asyncio\pytest_asyncio\plugin.py:127:
[task 2021-03-19T07:59:01.880Z] 07:59:01 INFO - _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
[task 2021-03-19T07:59:01.880Z] 07:59:01 INFO - c:\mozilla-build\python3\lib\asyncio\base_events.py:468: in run_until_complete
[task 2021-03-19T07:59:01.880Z] 07:59:01 INFO - return future.result()
[task 2021-03-19T07:59:01.881Z] 07:59:01 INFO - future = <Task finished coro=<pytest_fixture_setup.<locals>.wrapper.<locals>.setup() done, defined at Z:\task_1616139498\build\tests\web-platform\tests\tools\third_party\pytest-asyncio\pytest_asyncio\plugin.py:109> exception=<TimeoutException http_status=500>>
[task 2021-03-19T07:59:01.881Z] 07:59:01 INFO - new_task = True
[task 2021-03-19T07:59:01.881Z] 07:59:01 INFO - self = <_WindowsSelectorEventLoop running=False closed=False debug=False>
[task 2021-03-19T07:59:01.881Z] 07:59:01 INFO - tests\web-platform\tests\tools\third_party\pytest-asyncio\pytest_asyncio\plugin.py:110: in setup
[task 2021-03-19T07:59:01.881Z] 07:59:01 INFO - res = await gen_obj.__anext__()
[task 2021-03-19T07:59:01.882Z] 07:59:01 INFO - gen_obj = <async_generator object session at 0x000001F55EEC62B8>
[task 2021-03-19T07:59:01.882Z] 07:59:01 INFO - tests\web-platform\tests\webdriver\tests\support\fixtures.py:165: in session
[task 2021-03-19T07:59:01.882Z] 07:59:01 INFO - _current_session.start()
[task 2021-03-19T07:59:01.882Z] 07:59:01 INFO - capabilities = {}
[task 2021-03-19T07:59:01.882Z] 07:59:01 INFO - caps = {'alwaysMatch': {'moz:firefoxOptions': {'binary': 'Z:\\task_1616139498\\build\\application\\firefox\\firefox.exe',
[task 2021-03-19T07:59:01.882Z] 07:59:01 INFO - 'prefs': {'dom.serviceWorkers.parent_intercept': True,
[task 2021-03-19T07:59:01.883Z] 07:59:01 INFO - 'fission.autostart': True,
[task 2021-03-19T07:59:01.883Z] 07:59:01 INFO - 'layers.d3d11.enable-blacklist': False,
[task 2021-03-19T07:59:01.883Z] 07:59:01 INFO - 'media.peerconnection.mtransport_process': False,
[task 2021-03-19T07:59:01.883Z] 07:59:01 INFO - 'network.dns.localDomains': 'op27.web-platform.test,op92.web-platform.test,op66.web-platform.test,op25.not-web-platform.test,op77.not-web-platform.test,www.xn--lve-6lad.web-platform.test,op33.not-web-platform.test,op28.not-web-platform.test,op74.not-web-platform.test,op47.web-platform.test,www2.www1.web-platform.test,op64.web-platform.test,www.web-platform.test,www2.not-web-platform.test,xn--n8j6ds53lwwkrqhv28a.xn--lve-6lad.web-platform.test,www.www1.web-platform.test,op67.web-platform.test,op15.not-web-platform.test,op75.web-platform.test,op6.not-web-platform.test,op83.web-platform.test,op76.web-platform.test,op19.web-platform.test,op27.not-web-platform.test,op37.web-platform.test,op31.web-platform.test,www.xn--lve-6lad.not-web-platform.test,op55.web-platform.test,op53.web-platform.test,www2.xn--lve-6lad.not-web-platform.test,op32.web-platform.test,op77.web-platform.test,op35.not-web-platform.test,op9.not-web-platform.test,op68.web-platform.test,www.xn--n8j6ds53lwwkrqhv28a.web-platform.test,op34.web-platform.test,op13.not-web-platform.test,op59.web-platform.test,www.xn--n8j6ds53lwwkrqhv28a.not-web-platform.test,op98.not-web-platform.test,op89.web-platform.test,op36.not-web-platform.test,www1.xn--lve-6lad.web-platform.test,op80.not-web-platform.test,op33.web-platform.test,op70.web-platform.test,op72.not-web-platform.test,op82.web-platform.test,op46.web-platform.test,op39.not-web-platform.test,op78.web-platform.test,op4.web-platform.test,op68.not-web-platform.test,op41.web-platform.test,op55.not-web-platform.test,op64.not-web-platform.test,op83.not-web-platform.test,op44.not-web-platform.test,op18.not-web-platform.test,op39.web-platform.test,xn--lve-6lad.web-platform.test,www2.xn--lve-6lad.web-platform.test,op45.not-web-platform.test,www2.www.not-web-platform.test,op28.web-platform.test,op74.web-platform.test,xn--lve-6lad.xn--n8j6ds53lwwkrqhv28a.web-platform.test,op14.not-web-platform.test,op37.not-web-platform.test,op91.not-web-platform.test,op97.not-web-platform.test,xn--lve-6lad.www2.web-platform.test,www2.web-platform.test,www2.www2.web-platform.test,www2.www1.not-web-platform.test,op34.not-web-platform.test,op6.web-platform.test,www.www.web-platform.test,op72.web-platform.test,op79.web-platform.test,xn--lve-6lad.www.web-platform.test,op90.web-platform.test,op35.web-platform.test,op38.web-platform.test,op18.web-platform.test,op62.web-platform.test,op85.not-web-platform.test,xn--lve-6lad.www2.not-web-platform.test,xn--n8j6ds53lwwkrqhv28a.xn--n8j6ds53lwwkrqhv28a.web-platform.test,www1.www2.not-web-platform.test,op11.web-platform.test,xn--lve-6lad.xn--n8j6ds53lwwkrqhv28a.not-web-platform.test,xn--lve-6lad.www1.web-platform.test,op17.not-web-platform.test,www1.www1.not-web-platform.test,op8.web-platform.test,op3.not-web-platform.test,op63.not-web-platform.test,op50.web-platform.test,op56.web-platform.test,op5.web-platform.test,op63.web-platform.test,op58.not-web-platform.test,op98.web-platform.test,op38.not-web-platform.test,op42.web-platform.test,op48.web-platform.test,xn--n8j6ds53lwwkrqhv28a.www1.not-web-platform.test,www1.web-platform.test,op56.not-web-platform.test,op99.web-platform.test,op90.not-web-platform.test,op60.not-web-platform.test,op94.not-web-platform.test,op62.not-web-platform.test,op41.not-web-platform.test,op88.not-web-platform.test,xn--n8j6ds53lwwkrqhv28a.xn--n8j6ds53lwwkrqhv28a.not-web-platform.test,xn--lve-6lad.xn--lve-6lad.web-platform.test,op96.web-platform.test,www1.xn--lve-6lad.not-web-platform.test,op73.not-web-platform.test,op22.not-web-platform.test,xn--n8j6ds53lwwkrqhv28a.www2.not-web-platform.test,op53.not-web-platform.test,op71.web-platform.test,op49.web-platform.test,op3.web-platform.test,op2.web-platform.test,op17.web-platform.test,op97.web-platform.test,op57.not-web-platform.test,xn--lve-6lad.www.not-web-platform.test,op51.web-platform.test,op7.not-web-platform.test,www1.xn--n8j6ds53lwwkrqhv28a.web-platform.test,op93.not-web-platform.test,www1.www.not-web-platform.test,xn--n8j6ds53lwwkrqhv28a.www1.web-platform.test,op95.web-platform.test,op70.not-web-platform.test,www.not-web-platform.test,op15.web-platform.test,www.www1.not-web-platform.test,op75.not-web-platform.test,op20.not-web-platform.test,op12.not-web-platform.test,op10.not-web-platform.test,op45.web-platform.test,op66.not-web-platform.test,www1.www.web-platform.test,op87.web-platform.test,op13.web-platform.test,op43.not-web-platform.test,op8.not-web-platform.test,op1.not-web-platform.test,op31.not-web-platform.test,op24.web-platform.test,op40.web-platform.test,www.www.not-web-platform.test,op80.web-platform.test,op85.web-platform.test,op23.web-platform.test,op52.not-web-platform.test,op20.web-platform.test,op73.web-platform.test,op92.not-web-platform.test,op1.web-platform.test,op22.web-platform.test,op52.web-platform.test,op19.not-web-platform.test,op47.not-web-platform.test,op54.not-web-platform.test,op82.not-web-platform.test,op14.web-platform.test,op89.not-web-platform.test,xn--lve-6lad.not-web-platform.test,op7.web-platform.test,op46.not-web-platform.test,op81.web-platform.test,op95.not-web-platform.test,op11.not-web-platform.test,op65.web-platform.test,op94.web-platform.test,op51.not-web-platform.test,www1.www1.web-platform.test,not-web-platform.test,op88.web-platform.test,op65.not-web-platform.test,op4.not-web-platform.test,www2.xn--n8j6ds53lwwkrqhv28a.web-platform.test,op43.web-platform.test,www.www2.not-web-platform.test,op96.not-web-platform.test,op21.not-web-platform.test,op25.web-platform.test,op59.not-web-platform.test,www1.www2.web-platform.test,web-platform.test,op30.web-platform.test,op99.not-web-platform.test,xn--n8j6ds53lwwkrqhv28a.not-web-platform.test,op61.web-platform.test,xn--n8j6ds53lwwkrqhv28a.web-platform.test,op2.not-web-platform.test,op9.web-platform.test,op58.web-platform.test,op91.web-platform.test,op26.web-platform.test,op69.not-web-platform.test,op26.not-web-platform.test,op49.not-web-platform.test,op50.not-web-platform.test,op79.not-web-platform.test,xn--lve-6lad.www1.not-web-platform.test,op61.not-web-platform.test,xn--lve-6lad.xn--lve-6lad.not-web-platform.test,op76.not-web-platform.test,op78.not-web-platform.test,op30.not-web-platform.test,op12.web-platform.test,xn--n8j6ds53lwwkrqhv28a.www.web-platform.test,op40.not-web-platform.test,www1.not-web-platform.test,op54.web-platform.test,op86.not-web-platform.test,op60.web-platform.test,op44.web-platform.test,op16.web-platform.test,op57.web-platform.test,www2.xn--n8j6ds53lwwkrqhv28a.not-web-platform.test,xn--n8j6ds53lwwkrqhv28a.www2.web-platform.test,op81.not-web-platform.test,www.www2.web-platform.test,op67.not-web-platform.test,op5.not-web-platform.test,op48.not-web-platform.test,op42.not-web-platform.test,op32.not-web-platform.test,op84.web-platform.test,xn--n8j6ds53lwwkrqhv28a.www.not-web-platform.test,op23.not-web-platform.test,op21.web-platform.test,op69.web-platform.test,op29.web-platform.test,op84.not-web-platform.test,op93.web-platform.test,op16.not-web-platform.test,op24.not-web-platform.test,op10.web-platform.test,xn--n8j6ds53lwwkrqhv28a.xn--lve-6lad.not-web-platform.test,www2.www2.not-web-platform.test,op87.not-web-platform.test,www2.www.web-platform.test,op86.web-platform.test,op29.not-web-platform.test,op36.web-platform.test,op71.not-web-platform.test,www1.xn--n8j6ds53lwwkrqhv28a.not-web-platform.test',
[task 2021-03-19T07:59:01.883Z] 07:59:01 INFO - 'network.process.enabled': False,
[task 2021-03-19T07:59:01.883Z] 07:59:01 INFO - 'toolkit.asyncshutdown.log': True}}}}
[task 2021-03-19T07:59:01.883Z] 07:59:01 INFO - configuration = {'capabilities': {'moz:firefoxOptions': {'binary': 'Z:\\task_1616139498\\build\\application\\firefox\\firefox.exe',
[task 2021-03-19T07:59:01.883Z] 07:59:01 INFO - 'prefs': {'dom.serviceWorkers.parent_intercept': True,
[task 2021-03-19T07:59:01.883Z] 07:59:01 INFO - 'fission.autostart': True,
[task 2021-03-19T07:59:01.884Z] 07:59:01 INFO - 'layers.d3d11.enable-blacklist': False,
[task 2021-03-19T07:59:01.884Z] 07:59:01 INFO - 'media.peerconnection.mtransport_process': False,
[task 2021-03-19T07:59:01.884Z] 07:59:01 INFO - 'network.dns.localDomains': 'op27.web-platform.test,op92.web-platform.test,op66.web-platform.test,op25.not-web-platform.test,op77.not-web-platform.test,www.xn--lve-6lad.web-platform.test,op33.not-web-platform.test,op28.not-web-platform.test,op74.not-web-platform.test,op47.web-platform.test,www2.www1.web-platform.test,op64.web-platform.test,www.web-platform.test,www2.not-web-platform.test,xn--n8j6ds53lwwkrqhv28a.xn--lve-6lad.web-platform.test,www.www1.web-platform.test,op67.web-platform.test,op15.not-web-platform.test,op75.web-platform.test,op6.not-web-platform.test,op83.web-platform.test,op76.web-platform.test,op19.web-platform.test,op27.not-web-platform.test,op37.web-platform.test,op31.web-platform.test,www.xn--lve-6lad.not-web-platform.test,op55.web-platform.test,op53.web-platform.test,www2.xn--lve-6lad.not-web-platform.test,op32.web-platform.test,op77.web-platform.test,op35.not-web-platform.test,op9.not-web-platform.test,op68.web-platform.test,www.xn--n8j6ds53lwwkrqhv28a.web-platform.test,op34.web-platform.test,op13.not-web-platform.test,op59.web-platform.test,www.xn--n8j6ds53lwwkrqhv28a.not-web-platform.test,op98.not-web-platform.test,op89.web-platform.test,op36.not-web-platform.test,www1.xn--lve-6lad.web-platform.test,op80.not-web-platform.test,op33.web-platform.test,op70.web-platform.test,op72.not-web-platform.test,op82.web-platform.test,op46.web-platform.test,op39.not-web-platform.test,op78.web-platform.test,op4.web-platform.test,op68.not-web-platform.test,op41.web-platform.test,op55.not-web-platform.test,op64.not-web-platform.test,op83.not-web-platform.test,op44.not-web-platform.test,op18.not-web-platform.test,op39.web-platform.test,xn--lve-6lad.web-platform.test,www2.xn--lve-6lad.web-platform.test,op45.not-web-platform.test,www2.www.not-web-platform.test,op28.web-platform.test,op74.web-platform.test,xn--lve-6lad.xn--n8j6ds53lwwkrqhv28a.web-platform.test,op14.not-web-platform.test,op37.not-web-platform.test,op91.not-web-platform.test,op97.not-web-platform.test,xn--lve-6lad.www2.web-platform.test,www2.web-platform.test,www2.www2.web-platform.test,www2.www1.not-web-platform.test,op34.not-web-platform.test,op6.web-platform.test,www.www.web-platform.test,op72.web-platform.test,op79.web-platform.test,xn--lve-6lad.www.web-platform.test,op90.web-platform.test,op35.web-platform.test,op38.web-platform.test,op18.web-platform.test,op62.web-platform.test,op85.not-web-platform.test,xn--lve-6lad.www2.not-web-platform.test,xn--n8j6ds53lwwkrqhv28a.xn--n8j6ds53lwwkrqhv28a.web-platform.test,www1.www2.not-web-platform.test,op11.web-platform.test,xn--lve-6lad.xn--n8j6ds53lwwkrqhv28a.not-web-platform.test,xn--lve-6lad.www1.web-platform.test,op17.not-web-platform.test,www1.www1.not-web-platform.test,op8.web-platform.test,op3.not-web-platform.test,op63.not-web-platform.test,op50.web-platform.test,op56.web-platform.test,op5.web-platform.test,op63.web-platform.test,op58.not-web-platform.test,op98.web-platform.test,op38.not-web-platform.test,op42.web-platform.test,op48.web-platform.test,xn--n8j6ds53lwwkrqhv28a.www1.not-web-platform.test,www1.web-platform.test,op56.not-web-platform.test,op99.web-platform.test,op90.not-web-platform.test,op60.not-web-platform.test,op94.not-web-platform.test,op62.not-web-platform.test,op41.not-web-platform.test,op88.not-web-platform.test,xn--n8j6ds53lwwkrqhv28a.xn--n8j6ds53lwwkrqhv28a.not-web-platform.test,xn--lve-6lad.xn--lve-6lad.web-platform.test,op96.web-platform.test,www1.xn--lve-6lad.not-web-platform.test,op73.not-web-platform.test,op22.not-web-platform.test,xn--n8j6ds53lwwkrqhv28a.www2.not-web-platform.test,op53.not-web-platform.test,op71.web-platform.test,op49.web-platform.test,op3.web-platform.test,op2.web-platform.test,op17.web-platform.test,op97.web-platform.test,op57.not-web-platform.test,xn--lve-6lad.www.not-web-platform.test,op51.web-platform.test,op7.not-web-platform.test,www1.xn--n8j6ds53lwwkrqhv28a.web-platform.test,op93.not-web-platform.test,www1.www.not-web-platform.test,xn--n8j6ds53lwwkrqhv28a.www1.web-platform.test,op95.web-platform.test,op70.not-web-platform.test,www.not-web-platform.test,op15.web-platform.test,www.www1.not-web-platform.test,op75.not-web-platform.test,op20.not-web-platform.test,op12.not-web-platform.test,op10.not-web-platform.test,op45.web-platform.test,op66.not-web-platform.test,www1.www.web-platform.test,op87.web-platform.test,op13.web-platform.test,op43.not-web-platform.test,op8.not-web-platform.test,op1.not-web-platform.test,op31.not-web-platform.test,op24.web-platform.test,op40.web-platform.test,www.www.not-web-platform.test,op80.web-platform.test,op85.web-platform.test,op23.web-platform.test,op52.not-web-platform.test,op20.web-platform.test,op73.web-platform.test,op92.not-web-platform.test,op1.web-platform.test,op22.web-platform.test,op52.web-platform.test,op19.not-web-platform.test,op47.not-web-platform.test,op54.not-web-platform.test,op82.not-web-platform.test,op14.web-platform.test,op89.not-web-platform.test,xn--lve-6lad.not-web-platform.test,op7.web-platform.test,op46.not-web-platform.test,op81.web-platform.test,op95.not-web-platform.test,op11.not-web-platform.test,op65.web-platform.test,op94.web-platform.test,op51.not-web-platform.test,www1.www1.web-platform.test,not-web-platform.test,op88.web-platform.test,op65.not-web-platform.test,op4.not-web-platform.test,www2.xn--n8j6ds53lwwkrqhv28a.web-platform.test,op43.web-platform.test,www.www2.not-web-platform.test,op96.not-web-platform.test,op21.not-web-platform.test,op25.web-platform.test,op59.not-web-platform.test,www1.www2.web-platform.test,web-platform.test,op30.web-platform.test,op99.not-web-platform.test,xn--n8j6ds53lwwkrqhv28a.not-web-platform.test,op61.web-platform.test,xn--n8j6ds53lwwkrqhv28a.web-platform.test,op2.not-web-platform.test,op9.web-platform.test,op58.web-platform.test,op91.web-platform.test,op26.web-platform.test,op69.not-web-platform.test,op26.not-web-platform.test,op49.not-web-platform.test,op50.not-web-platform.test,op79.not-web-platform.test,xn--lve-6lad.www1.not-web-platform.test,op61.not-web-platform.test,xn--lve-6lad.xn--lve-6lad.not-web-platform.test,op76.not-web-platform.test,op78.not-web-platform.test,op30.not-web-platform.test,op12.web-platform.test,xn--n8j6ds53lwwkrqhv28a.www.web-platform.test,op40.not-web-platform.test,www1.not-web-platform.test,op54.web-platform.test,op86.not-web-platform.test,op60.web-platform.test,op44.web-platform.test,op16.web-platform.test,op57.web-platform.test,www2.xn--n8j6ds53lwwkrqhv28a.not-web-platform.test,xn--n8j6ds53lwwkrqhv28a.www2.web-platform.test,op81.not-web-platform.test,www.www2.web-platform.test,op67.not-web-platform.test,op5.not-web-platform.test,op48.not-web-platform.test,op42.not-web-platform.test,op32.not-web-platform.test,op84.web-platform.test,xn--n8j6ds53lwwkrqhv28a.www.not-web-platform.test,op23.not-web-platform.test,op21.web-platform.test,op69.web-platform.test,op29.web-platform.test,op84.not-web-platform.test,op93.web-platform.test,op16.not-web-platform.test,op24.not-web-platform.test,op10.web-platform.test,xn--n8j6ds53lwwkrqhv28a.xn--lve-6lad.not-web-platform.test,www2.www2.not-web-platform.test,op87.not-web-platform.test,www2.www.web-platform.test,op86.web-platform.test,op29.not-web-platform.test,op36.web-platform.test,op71.not-web-platform.test,www1.xn--n8j6ds53lwwkrqhv28a.not-web-platform.test',
[task 2021-03-19T07:59:01.884Z] 07:59:01 INFO - 'network.process.enabled': False,
[task 2021-03-19T07:59:01.884Z] 07:59:01 INFO - 'toolkit.asyncshutdown.log': True}}},
[task 2021-03-19T07:59:01.884Z] 07:59:01 INFO - 'host': '127.0.0.1',
[task 2021-03-19T07:59:01.884Z] 07:59:01 INFO - 'port': 55416}
[task 2021-03-19T07:59:01.884Z] 07:59:01 INFO - request = <SubRequest 'session' for <Function test_default[alert-None]>>
[task 2021-03-19T07:59:01.884Z] 07:59:01 INFO - tests\web-platform\tests\tools\webdriver\webdriver\client.py:529: in start
...```
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
| Comment hidden (Intermittent Failures Robot) |
Comment 3•3 years ago
|
||
Moving bug to Remote Protocol::Marionette component per bug 1815831.
Component: geckodriver → Marionette
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•