New issue
Advanced search Search tips

Issue 626649 link

Starred by 3 users

Issue metadata

Status: Fixed
Owner:
Closed: Sep 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

Buildbucket: Retry cloud endpoints 404 when doing trigger in buildbot's master

Project Member Reported by tandrii@chromium.org, Jul 8 2016

Issue description

https://build.chromium.org/p/tryserver.v8/builders/v8_win_rel_ng/builds/10201/steps/trigger/logs/stdio

@@@STEP_CURSOR@trigger@@@
@@@STEP_STARTED@@@
@@@STEP_TRIGGER@{"bucket": null, "builderNames": ["v8_win_rel_ng_triggered"], "changes": [], "critical": true, "properties": {"category": "cq", "issue": "2130293002", "master": "master.tryserver.v8", "parent_build_environment": {"GYP_DEFINES": "component=static_library use_goma=1 fastbuild=1 dcheck_always_on=1 target_arch=ia32 test_isolation_mode=prepare"}, "parent_got_revision": "4d631c8cd9193c38749eec9610f2bba0dcd76e16", "parent_got_revision_cp": "refs/heads/master@{#37607}", "parent_got_swarming_client_revision": "df6e95e7669883c8fe9ef956c69a544154701a49", "patch_project": "v8", "patch_storage": "rietveld", "patchset": "1", "reason": "CQ", "requester": "commit-bot@chromium.org", "revision": "", "rietveld": "https://codereview.chromium.org", "swarm_hashes": {"bot_default": "79dd08972519cbd66841e829f15f7a76bd172ece", "ignition": "c451cfe413c79de2313897397d1d15fbb6653ed5"}}, "tags": null}@@@
@@@STEP_TEXT@v8_win_rel_ng_triggered@@@
Will wait till async operations complete:
* Triggering build(s) on v8_win_rel_ng_triggered



--------------------------------------------------------------------------------
started: Fri Jul  8 04:21:43 2016
ended: Fri Jul  8 04:21:43 2016
duration: 0 secs
status: EXCEPTION
status reason: [Failure instance: Traceback: <class 'googleapiclient.errors.HttpError'>: <HttpError 404 when requesting https://cr-buildbucket.appspot.com/_ah/api/buildbucket/v1/builds?alt=json returned "Not Found">
/home/chrome-bot/buildbot/build/third_party/twisted_10_2/twisted/internet/defer.py:388:errback
/home/chrome-bot/buildbot/build/third_party/twisted_10_2/twisted/internet/defer.py:455:_startRunCallbacks
/home/chrome-bot/buildbot/build/third_party/twisted_10_2/twisted/internet/defer.py:542:_runCallbacks
/home/chrome-bot/buildbot/build/third_party/twisted_10_2/twisted/internet/defer.py:1076:gotResult
--- <exception caught here> ---
/home/chrome-bot/buildbot/build/third_party/twisted_10_2/twisted/internet/defer.py:1018:_inlineCallbacks
/home/chrome-bot/buildbot/build/third_party/twisted_10_2/twisted/python/failure.py:349:throwExceptionIntoGenerator
/home/chrome-bot/buildbot/build/scripts/master/chromium_step.py:1408:triggerBuildsViaBuildBucket
/home/chrome-bot/buildbot/build/third_party/twisted_10_2/twisted/internet/defer.py:1018:_inlineCallbacks
/home/chrome-bot/buildbot/build/third_party/twisted_10_2/twisted/python/failure.py:349:throwExceptionIntoGenerator
/home/chrome-bot/buildbot/build/scripts/master/buildbucket/trigger.py:86:trigger
/home/chrome-bot/buildbot/build/third_party/twisted_10_2/twisted/internet/defer.py:1018:_inlineCallbacks
/home/chrome-bot/buildbot/build/third_party/twisted_10_2/twisted/python/failure.py:349:throwExceptionIntoGenerator
/home/chrome-bot/buildbot/build/scripts/master/deferred_resource.py:306:_retry
]

 
Labels: -Restrict-View-Google
i didn't yet found retries here: https://cs.chromium.org/chromium/build/scripts/master/buildbucket/trigger.py?q=get_triggering_service&sq=package:chromium&dr=CSs&l=79

i suspect dedicated handling 404 would be required in any case, as google api client is unlikely to retry 404.
Related bug: 626652
Note: this contributed to 626650
Labels: Pri-2
Labels: Type-Bug
Status: Available (was: Untriaged)
Project Member

Comment 8 by sheriffbot@chromium.org, Sep 4 2017

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

Comment 9 by no...@chromium.org, Sep 5 2017

Owner: no...@chromium.org
Status: Fixed (was: Untriaged)
fixed by not using cloud endpoints proxy

Sign in to add a comment