catapult-project / catapult

Deprecated Catapult GitHub. Please instead use http://crbug.com "Speed>Benchmarks" component for bugs and https://chromium.googlesource.com/catapult for downloading and editing source code..
https://chromium.googlesource.com/catapult
BSD 3-Clause "New" or "Revised" License
1.93k stars 563 forks source link

[📍] Pinpoint apparently can't find isolate hashes of completed builds #4481

Closed gburgessiv closed 6 years ago

gburgessiv commented 6 years ago

Hi! I've been getting this error for the last ~day trying to run speedometer on the linux bots. All I have to go off of is a Python stack from mousing over "Error." The exception message is: "Buildbucket says the build completed successfully, but pinpoint can't find the isolate hash"

Links to failed runs:

https://pinpoint-dot-chromeperf.appspot.com/job/14f2a942240000 https://pinpoint-dot-chromeperf.appspot.com/job/12c945ec240000 https://pinpoint-dot-chromeperf.appspot.com/job/14c63d2c240000 https://pinpoint-dot-chromeperf.appspot.com/job/14bd4702240000 https://pinpoint-dot-chromeperf.appspot.com/job/16a9afec240000 https://pinpoint-dot-chromeperf.appspot.com/job/12813702240000

Thank you!

camillobruni commented 6 years ago

Got the same issue on an Android build: https://pinpoint-dot-chromeperf.appspot.com/job/1682316c240000

benshayden commented 6 years ago

@dave-2

gburgessiv commented 6 years ago

Looks like this is still failing: https://pinpoint-dot-chromeperf.appspot.com/job/11f7285a240000 :/

dave-2 commented 6 years ago

Sorry about that! This is because of a configuration change on the perf waterfall (See: chromium issue 836037) I deployed a fix for this last week, but because the configuration changed, re-running the failed jobs won't work, since they will retain the old (now incorrect) configuration. Please try kicking off a new job instead, and let me know if that still doesn't work!

gburgessiv commented 6 years ago

No worries! Looks like making a new job worked, so I'll close this. Thanks again