Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(213)

Issue 1859003002: [DO NOT SUBMIT] Telemetry error on non existing archive_data_file (Closed)

Created:
4 years, 8 months ago by nednguyen
Modified:
4 years, 8 months ago
Reviewers:
rmistry1
CC:
chromium-reviews, telemetry-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[DO NOT SUBMIT] Telemetry error on non existing archive_data_file $ ./tools/perf/run_benchmark smoothness.top_25_smooth --browser=system (WARNING) 2016-04-04 20:47:06,726 desktop_browser_finder.FindAllAvailableBrowsers:148 Chrome build location for mac_x86_64 not found. Browser will be run without Flash. (WARNING) 2016-04-04 20:47:06,965 desktop_browser_finder.FindAllAvailableBrowsers:148 Chrome build location for mac_x86_64 not found. Browser will be run without Flash. /Users/nednguyen/chromium/src/third_party/catapult/telemetry/telemetry/internal/results/results_options.py:144: UserWarning: Class BuildbotOutputFormatter is deprecated. It will no longer be supported on February 29, 2016. Please remove it or switch to an alternative before that time. Chart JSON is a supported alternative. See https://goo.gl/8daFav . sys.stdout, trace_tag=options.output_trace_tag)) (ERROR) 2016-04-04 20:47:06,998 story_runner._UpdateAndCheckArchives:362 The story set archives for some stories do not exist. To fix this, record those stories using record_wpr. To ignore this warning and run against live sites, pass the flag --use-live-sites. (ERROR) 2016-04-04 20:47:06,998 story_runner._UpdateAndCheckArchives:369 stories without archives: https://www.google.com/#hl=en&q=barack+obama, https://mail.google.com/mail/, https://www.google.com/calendar/, https://www.google.com/search?q=cats&tbm=isch, Docs (1 open document tab), https://plus.google.com/110031535020051778989/posts, http://www.youtube.com, Blogger, Wordpress, Facebook, LinkedIn, Wikipedia (1 tab), Twitter, Pinterest, ESPN, Weather.com, http://games.yahoo.com, http://news.yahoo.com, http://www.amazon.com, http://www.ebay.com, http://booking.com, http://answers.yahoo.com, http://sports.yahoo.com/, http://techcrunch.com Traceback (most recent call last): RunBenchmark at third_party/catapult/telemetry/telemetry/internal/story_runner.py:311 benchmark.ShouldTearDownStateAfterEachStoryRun()) Run at third_party/catapult/telemetry/telemetry/internal/story_runner.py:193 stories): _UpdateAndCheckArchives at third_party/catapult/telemetry/telemetry/internal/story_runner.py:383 raise ArchiveError('Archive file is missing stories.') ArchiveError: Archive file is missing stories. Locals: archive_data_file : 'data/top_25_mooth.json' archive_path : None filtered_stories : [<page_sets.top_25_smooth.DerivedSmoothPage object at 0x10f998bd0>, <page_sets.top_25_smooth.GmailSmoothPage object at 0x10f998e90>, <page_sets.top_25_smooth.GoogleCalendarSmoothPage object at 0x10f998c90>, <page_sets.top_25_smooth.DerivedSmoothPage object at 0x10f998dd0>, <page_sets.top_25_smooth.GoogleDocSmoothPage object at 0x10f998c50>, <page_sets.top_25_smooth.DerivedSmoothPage object at 0x10f998e10>, <page_sets.top_25_smooth.DerivedSmoothPage object at 0x10f998b90>, <page_sets.top_25_smooth.Derived ... >, <page_sets.top_25_smooth.DerivedSmoothPage object at 0x10f9d81d0>, <page_sets.top_25_smooth.TopSmoothPage object at 0x10f9d8290>, <page_sets.top_25_smooth.TopSmoothPage object at 0x10f9d82d0>, <page_sets.top_25_smooth.TopSmoothPage object at 0x10f9d8310>, <page_sets.top_25_smooth.TopSmoothPage object at 0x10f9d8350>, <page_sets.top_25_smooth.TopSmoothPage object at 0x10f998d10>, <page_sets.top_25_smooth.TopSmoothPage object at 0x10f998ed0>, <page_sets.top_25_smooth.TopSmoothPage object at 0x10f9d8390>] (truncated) stories_missing_archive_data : [] stories_missing_archive_path : [<page_sets.top_25_smooth.DerivedSmoothPage object at 0x10f998bd0>, <page_sets.top_25_smooth.GmailSmoothPage object at 0x10f998e90>, <page_sets.top_25_smooth.GoogleCalendarSmoothPage object at 0x10f998c90>, <page_sets.top_25_smooth.DerivedSmoothPage object at 0x10f998dd0>, <page_sets.top_25_smooth.GoogleDocSmoothPage object at 0x10f998c50>, <page_sets.top_25_smooth.DerivedSmoothPage object at 0x10f998e10>, <page_sets.top_25_smooth.DerivedSmoothPage object at 0x10f998b90>, <page_sets.top_25_smooth.Derived ... >, <page_sets.top_25_smooth.DerivedSmoothPage object at 0x10f9d81d0>, <page_sets.top_25_smooth.TopSmoothPage object at 0x10f9d8290>, <page_sets.top_25_smooth.TopSmoothPage object at 0x10f9d82d0>, <page_sets.top_25_smooth.TopSmoothPage object at 0x10f9d8310>, <page_sets.top_25_smooth.TopSmoothPage object at 0x10f9d8350>, <page_sets.top_25_smooth.TopSmoothPage object at 0x10f998d10>, <page_sets.top_25_smooth.TopSmoothPage object at 0x10f998ed0>, <page_sets.top_25_smooth.TopSmoothPage object at 0x10f9d8390>] (truncated) story : <page_sets.top_25_smooth.TopSmoothPage object at 0x10f9d8390> wpr_archive_info : <telemetry.wpr.archive_info.WprArchiveInfo object at 0x10f9d8f50> [ PASSED ] 0 tests. Pages: [] RESULT telemetry_page_measurement_results: num_failed= 0 count RESULT telemetry_page_measurement_results: num_errored= 0 count View result at file:///Users/nednguyen/chromium/src/tools/perf/results.html COMMIT=false

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M tools/perf/page_sets/top_25_smooth.py View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (2 generated)
nednguyen
4 years, 8 months ago (2016-04-05 03:50:03 UTC) #3
rmistry
4 years, 8 months ago (2016-04-05 13:48:39 UTC) #4
Thank you for checking!

Powered by Google App Engine
This is Rietveld 408576698