New issue
Advanced search Search tips

Issue 673575 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Nov 7
Cc:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug-Regression



Sign in to add a comment

startup.large_profile.warm.blank_page failing on chromium.perf Win Zenbook

Project Member Reported by martiniss@chromium.org, Dec 13 2016

Issue description

Revision range first seen: unclear. Seen at least at 437806 - 437822. Looks like a flaky test though. 
Link to failing step log: https://luci-logdog.appspot.com/v/?s=chrome%2Fbb%2Fchromium.perf%2FWin_Zenbook_Perf%2F55%2F%2B%2Frecipes%2Fsteps%2Fstartup.large_profile.warm.blank_page_on_Intel_GPU_on_Windows_on_Windows-10-10240%2F0%2Fstdout

Error is
  File "c:\b\depot_tools\python276_bin\lib\shutil.py", line 208, in copytree
    raise Error, errors
Error: [('c:\\b\\s\\w\\ithlmxes\\tmppddpbx\\CrashpadMetrics-active.pma', 'c:\\b\\s\\w\\ithlmxes\\tmpvgfney\\CrashpadMetrics-active.pma', "[Errno 13] Permission denied: 'c:\\\\b\\\\s\\\\w\\\\ithlmxes\\\\tmppddpbx\\\\CrashpadMetrics-active.pma'")]


Couple other relevant logs: 
https://luci-logdog.appspot.com/v/?s=chrome%2Fbb%2Fchromium.perf%2FWin_Zenbook_Perf%2F54%2F%2B%2Frecipes%2Fsteps%2Fstartup.large_profile.warm.blank_page_on_Intel_GPU_on_Windows_on_Windows-10-10240%2F0%2Fstdout
https://luci-logdog.appspot.com/v/?s=chrome%2Fbb%2Fchromium.perf%2FWin_Zenbook_Perf%2F54%2F%2B%2Frecipes%2Fsteps%2Fstartup.large_profile.cold.blank_page_on_Intel_GPU_on_Windows_on_Windows-10-10240%2F0%2Fstdout
https://luci-logdog.appspot.com/v/?s=chrome%2Fbb%2Fchromium.perf%2FWin_Zenbook_Perf%2F51%2F%2B%2Frecipes%2Fsteps%2Fstartup.large_profile.warm.blank_page_on_Intel_GPU_on_Windows_on_Windows-10-10240%2F0%2Fstdout

Looks like the bot runs into this a fair amount?


If the test is disabled, please downgrade to Pri-2.

 
Cc: sullivan@chromium.org
Owner: erikc...@chromium.org
Status: Assigned (was: Available)
Also saw an error here: https://luci-logdog.appspot.com/v/?s=chrome%2Fbb%2Fchromium.perf%2FWin_7_Intel_GPU_Perf%2F79%2F%2B%2Frecipes%2Fsteps%2Fstartup.large_profile.cold.blank_page_on_Intel_GPU_on_Windows_on_Windows-2008ServerR2-SP1%2F0%2Fstdout

Looks similar.

I think this could be a browser crash? Not sure...

Annie, the startup.large_profile test doesn't have an owner that I can see... :(

https://chromium.googlesource.com/chromium/src/+/bc7b42b8c88eb24f92b62010d37d8c53d9b242aa was the commit that added tests like this, I think. Assigning to the author of that CL. erikchen@, are you the correct owner of the startup.large_profile.warm.blank_page and startup.large_profile.cold.blank_page benchmarks?
Cc: erikc...@chromium.org
Owner: martiniss@chromium.org
If the browser crashed, shouldn't we have a crash log? If there's a crash log, I can look into it and find an appropriate owner.
Cc: mark@chromium.org
I'm not sure this is actually a crash. The full stack is:

WARNING:root:Cannot dump browser state: No browser.
WARNING:root:Either tab has crashed or browser does not support taking tab screenshot. Skip taking screenshot on failure.
Traceback (most recent call last):
  File "c:\b\s\w\iroqewcg\third_party\catapult\telemetry\telemetry\internal\story_runner.py", line 80, in _RunStoryAndProcessErrorIfNeeded
    state.WillRunStory(story)
  File "c:\b\s\w\iroqewcg\third_party\catapult\common\py_trace_event\py_trace_event\trace_event_impl\decorators.py", line 52, in traced_function
    return func(*args, **kwargs)
  File "c:\b\s\w\iroqewcg\tools\perf\page_sets\pregenerated_profile_shared_state.py", line 30, in WillRunStory
    super(PregeneratedProfileSharedState, self).WillRunStory(page)
  File "c:\b\s\w\iroqewcg\third_party\catapult\common\py_trace_event\py_trace_event\trace_event_impl\decorators.py", line 52, in traced_function
    return func(*args, **kwargs)
  File "c:\b\s\w\iroqewcg\third_party\catapult\telemetry\telemetry\page\shared_page_state.py", line 214, in WillRunStory
    self._StartBrowser(page)
  File "c:\b\s\w\iroqewcg\third_party\catapult\common\py_trace_event\py_trace_event\trace_event_impl\decorators.py", line 52, in traced_function
    return func(*args, **kwargs)
  File "c:\b\s\w\iroqewcg\third_party\catapult\telemetry\telemetry\page\shared_page_state.py", line 174, in _StartBrowser
    self._browser = self._possible_browser.Create(self._finder_options)
  File "c:\b\s\w\iroqewcg\third_party\catapult\telemetry\telemetry\internal\backends\chrome\desktop_browser_finder.py", line 66, in Create
    self._flash_path, self._is_content_shell, self._browser_directory)
  File "c:\b\s\w\iroqewcg\third_party\catapult\common\py_trace_event\py_trace_event\trace_event_impl\decorators.py", line 52, in traced_function
    return func(*args, **kwargs)
  File "c:\b\s\w\iroqewcg\third_party\catapult\telemetry\telemetry\internal\backends\chrome\desktop_browser_backend.py", line 143, in __init__
    self._SetupProfile()
  File "c:\b\s\w\iroqewcg\third_party\catapult\common\py_trace_event\py_trace_event\trace_event_impl\decorators.py", line 52, in traced_function
    return func(*args, **kwargs)
  File "c:\b\s\w\iroqewcg\third_party\catapult\telemetry\telemetry\internal\backends\chrome\desktop_browser_backend.py", line 175, in _SetupProfile
    shutil.copytree(profile_dir, self._tmp_profile_dir)
  File "c:\b\depot_tools\python276_bin\lib\shutil.py", line 208, in copytree
    raise Error, errors
Error: [('c:\\b\\s\\w\\ithlmxes\\tmppddpbx\\CrashpadMetrics-active.pma', 'c:\\b\\s\\w\\ithlmxes\\tmpvgfney\\CrashpadMetrics-active.pma', "[Errno 13] Permission denied: 'c:\\\\b\\\\s\\\\w\\\\ithlmxes\\\\tmppddpbx\\\\CrashpadMetrics-active.pma'")]


Erik, Mark, do you know what the CrashpadMetrics-active.pma file is or why it can't be copied?
Owner: ----
Status: Available (was: Assigned)
Same failure though. Telemetry claims that there's a crash, but there's no crash report for us to look at. Still failure to copy CrashpadMetrics.
mark: Ping?
Project Member

Comment 9 by sheriffbot@chromium.org, Feb 16 2018

Labels: Hotlist-Recharge-Cold
Status: Untriaged (was: Available)
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue.

Sorry for the inconvenience if the bug really should have been left as Available. If you change it back, also remove the "Hotlist-Recharge-Cold" label.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
Status: WontFix (was: Untriaged)
This regression has been open for half a year. It's not very actionable and the regression has been in all Chrome user's hands for months.

Sign in to add a comment