Open Bug 1725676 Opened 3 years ago Updated 4 days ago

Intermittent tscrollx | Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))]

Categories

(Testing :: Talos, defect, P5)

defect

Tracking

(Not tracked)

REOPENED

People

(Reporter: intermittent-bug-filer, Unassigned)

Details

(Keywords: intermittent-failure)

Filed by: csabou [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=348370015&repo=autoland
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/B8M4X5D8R_iMsa35cYLrqg/runs/0/artifacts/public/logs/live_backing.log


[task 2021-08-13T16:34:43.336Z] 16:34:43     INFO -  PID 2476 | Cycle 1(6): loaded http://127.0.0.1:49912/tests/scroll/tiled-downscale.html (next: http://127.0.0.1:49912/tests/scroll/tiled-fixed-downscale.html)
[task 2021-08-13T16:34:45.679Z] 16:34:45     INFO -  PID 2476 | Cycle 1(7): loaded http://127.0.0.1:49912/tests/scroll/tiled-downscale.html (next: http://127.0.0.1:49912/tests/scroll/tiled-fixed-downscale.html)
[task 2021-08-13T16:34:48.028Z] 16:34:48     INFO -  PID 2476 | Cycle 1(8): loaded http://127.0.0.1:49912/tests/scroll/tiled-downscale.html (next: http://127.0.0.1:49912/tests/scroll/tiled-fixed-downscale.html)
[task 2021-08-13T16:34:50.373Z] 16:34:50     INFO -  PID 2476 | Cycle 1(9): loaded http://127.0.0.1:49912/tests/scroll/tiled-downscale.html (next: http://127.0.0.1:49912/tests/scroll/tiled-fixed-downscale.html)
[task 2021-08-13T16:34:52.730Z] 16:34:52     INFO -  PID 2476 | Cycle 1(10): loaded http://127.0.0.1:49912/tests/scroll/tiled-downscale.html (next: http://127.0.0.1:49912/tests/scroll/tiled-fixed-downscale.html)
[task 2021-08-13T16:34:55.128Z] 16:34:55     INFO -  PID 2476 | Cycle 1(11): loaded http://127.0.0.1:49912/tests/scroll/tiled-downscale.html (next: http://127.0.0.1:49912/tests/scroll/tiled-fixed-downscale.html)
[task 2021-08-13T16:34:57.483Z] 16:34:57     INFO -  PID 2476 | Cycle 1(12): loaded http://127.0.0.1:49912/tests/scroll/tiled-downscale.html (next: http://127.0.0.1:49912/tests/scroll/tiled-fixed-downscale.html)
[task 2021-08-13T16:34:58.044Z] 16:34:58     INFO -  PID 2476 | Exiting due to channel error.
[task 2021-08-13T16:34:58.096Z] 16:34:58     INFO -  TEST-INFO | 2476: exit 1
[task 2021-08-13T16:34:58.148Z] 16:34:58     INFO -  mozcrash checking C:\Users\task_1628864101\AppData\Local\Temp\tmpbusd3lcr\profile\minidumps for minidumps...
[task 2021-08-13T16:34:58.149Z] 16:34:58     INFO -  TEST-UNEXPECTED-ERROR | tscrollx | Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))]
[task 2021-08-13T16:34:58.149Z] 16:34:58    ERROR -  Traceback (most recent call last):
[task 2021-08-13T16:34:58.149Z] 16:34:58     INFO -    File "C:\Users\task_1628864101\build\tests\talos\talos\run_tests.py", line 336, in run_tests
[task 2021-08-13T16:34:58.150Z] 16:34:58     INFO -      talos_results.add(mytest.runTest(browser_config, test))
[task 2021-08-13T16:34:58.150Z] 16:34:58     INFO -    File "C:\Users\task_1628864101\build\tests\talos\talos\ttest.py", line 65, in runTest
[task 2021-08-13T16:34:58.150Z] 16:34:58     INFO -      return self._runTest(browser_config, test_config, setup)
[task 2021-08-13T16:34:58.151Z] 16:34:58     INFO -    File "C:\Users\task_1628864101\build\tests\talos\talos\ttest.py", line 274, in _runTest
[task 2021-08-13T16:34:58.151Z] 16:34:58     INFO -      counter_management.results() if counter_management else None
[task 2021-08-13T16:34:58.152Z] 16:34:58     INFO -    File "C:\Users\task_1628864101\build\tests\talos\talos\results.py", line 95, in add
[task 2021-08-13T16:34:58.152Z] 16:34:58     INFO -      global_counters=self.global_counters,
[task 2021-08-13T16:34:58.152Z] 16:34:58     INFO -    File "C:\Users\task_1628864101\build\tests\talos\talos\results.py", line 346, in __init__
[task 2021-08-13T16:34:58.152Z] 16:34:58     INFO -      self.parse()
[task 2021-08-13T16:34:58.153Z] 16:34:58     INFO -    File "C:\Users\task_1628864101\build\tests\talos\talos\results.py", line 373, in parse
[task 2021-08-13T16:34:58.153Z] 16:34:58     INFO -      "Could not find report in browser output: %s" % self.report_tokens
[task 2021-08-13T16:34:58.153Z] 16:34:58     INFO -    File "C:\Users\task_1628864101\build\tests\talos\talos\results.py", line 357, in error
[task 2021-08-13T16:34:58.154Z] 16:34:58     INFO -      raise utils.TalosError(message)
[task 2021-08-13T16:34:58.154Z] 16:34:58     INFO -  talos.utils.TalosError: Could not find report in browser output: [('tsformat', ('__start_report', '__end_report')), ('tpformat', ('__start_tp_report', '__end_tp_report'))]
[task 2021-08-13T16:34:58.154Z] 16:34:58     INFO -  TEST-INFO took 150498ms
[task 2021-08-13T16:34:58.154Z] 16:34:58     INFO -  SUITE-END | took 315s
[task 2021-08-13T16:34:58.548Z] 16:34:58    ERROR - Return code: 2
[task 2021-08-13T16:34:58.548Z] 16:34:58  WARNING - setting return code to 2
[task 2021-08-13T16:34:58.548Z] 16:34:58    ERROR - # TBPL FAILURE #
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → INCOMPLETE
Status: RESOLVED → REOPENED
Resolution: INCOMPLETE → ---
Status: REOPENED → RESOLVED
Closed: 2 years ago2 years ago
Resolution: --- → INCOMPLETE
Status: RESOLVED → REOPENED
Resolution: INCOMPLETE → ---
Status: REOPENED → RESOLVED
Closed: 2 years ago2 years ago
Resolution: --- → INCOMPLETE
Status: RESOLVED → REOPENED
Resolution: INCOMPLETE → ---
Status: REOPENED → RESOLVED
Closed: 2 years ago2 years ago
Resolution: --- → INCOMPLETE
Status: RESOLVED → REOPENED
Resolution: INCOMPLETE → ---
You need to log in before you can comment on or make changes to this bug.