[📍] Running pinpoint jobs manually keep failing. |
||||
Issue description
Running pinpoint jobs keep failing with:
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'
See:
https://pinpoint-dot-chromeperf.appspot.com/job/14341b41940000
https://pinpoint-dot-chromeperf.appspot.com/job/1049a4b9940000
https://pinpoint-dot-chromeperf.appspot.com/job/15b36709940000
Each from a different user.
,
Jan 11
Another job with the same symptom here: https://pinpoint-dot-chromeperf.appspot.com/job/12297835940000
,
Jan 11
A couple more: https://pinpoint-dot-chromeperf.appspot.com/job/14decc7d940000 https://pinpoint-dot-chromeperf.appspot.com/job/11a1b9cd940000 +benjhayden as the point of failure appears to be in histograms code.
,
Jan 11
Guids were recently removed from Histograms: https://chromium-review.googlesource.com/c/catapult/+/1376610 I deployed the dashboard with this change but not pinpoint. Dave, can you deploy pinpoint to pick it up?
,
Jan 11
I've deployed a new version, and the change should be in. |
||||
►
Sign in to add a comment |
||||
Comment 1 by futhark@chromium.org
, Jan 11