New issue
Advanced search Search tips

Issue 924158 link

Starred by 0 users

Issue metadata

Status: Started
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug

Blocking:
issue 920397
issue 924062



Sign in to add a comment

Pinpoint - Failing to deserialize histograms from octane

Project Member Reported by simonhatch@chromium.org, Today (13 hours ago)

Issue description

https://pinpoint-dot-chromeperf.appspot.com/job/101a62e5940000

Traceback (most recent call last):
  File "/base/data/home/apps/s~chromeperf/pinpoint:clean-dtu-c2fc5e04.414756318730903365/dashboard/pinpoint/models/job.py", line 364, in Run
    work_left = self.state.ScheduleWork()
  File "/base/data/home/apps/s~chromeperf/pinpoint:clean-dtu-c2fc5e04.414756318730903365/dashboard/pinpoint/models/job_state.py", line 135, in ScheduleWork
    attempt.ScheduleWork()
  File "/base/data/home/apps/s~chromeperf/pinpoint:clean-dtu-c2fc5e04.414756318730903365/dashboard/pinpoint/models/attempt.py", line 77, in ScheduleWork
    self._Poll()
  File "/base/data/home/apps/s~chromeperf/pinpoint:clean-dtu-c2fc5e04.414756318730903365/dashboard/pinpoint/models/attempt.py", line 81, in _Poll
    self._last_execution.Poll()
  File "/base/data/home/apps/s~chromeperf/pinpoint:clean-dtu-c2fc5e04.414756318730903365/dashboard/pinpoint/models/quest/execution.py", line 95, in Poll
    self._Poll()
  File "/base/data/home/apps/s~chromeperf/pinpoint:clean-dtu-c2fc5e04.414756318730903365/dashboard/pinpoint/models/quest/read_value.py", line 119, in _Poll
    histograms.ImportDicts(histogram_dicts)
  File "/base/data/home/apps/s~chromeperf/pinpoint:clean-dtu-c2fc5e04.414756318730903365/tracing/value/histogram_set.py", line 102, in ImportDicts
    hist = histogram_module.Histogram.FromDict(d)
  File "/base/data/home/apps/s~chromeperf/pinpoint:clean-dtu-c2fc5e04.414756318730903365/tracing/value/histogram.py", line 711, in FromDict
    hist.guid = dct['guid']
KeyError: 'guid'
 

Comment 1 by simonhatch@chromium.org, Today (12 hours ago)

Blocking: 920397

Comment 2 by simonhatch@chromium.org, Today (9 hours ago)

Owner: simonhatch@chromium.org
Status: Started (was: Untriaged)
I'm uneable to reproduce this error locally, and loading up the output isolate directly in dev_console also yields no errors. I'm rerunning the job to see if anything comes up, but so far it's going fine. Maybe some bad version that was up back in December?

Sign in to add a comment