Error running release buildbot on a release branch |
||||||||
Issue descriptionI'm trying to run the lakitu-release trybot on R54 branch (command below), and I'm getting the following errors. Are those expected? Any ideas how to work around them? $ bin/cbuildbot --remote -b release-R54-8743.B -g *291197 lakitu-release Verifying patches... Submitting tryjob... Tryjob submitted! Go to https://uberchromegw.corp.google.com/i/chromiumos.tryserver/waterfall?committer=ameyd@google.com&builder=release to view the status of your job. Error from cbuildbot stdio (at step #9): """ @@@STEP_CURSOR@cbuildbot [lakitu-release]@@@ step returned non-zero exit code: 1 [E2016-09-27T22:14:30.363351-07:00 27809 0 processor.go:245] Failed to process annotation. {"error":"STEP_CURSOR could not lookup step: no step named \"cbuildbot [lakitu-release]\"", "annotation":"STEP_CURSOR@cbuildbot [lakitu-release]", "stream":"stdout"} @@@STEP_FAILURE@@@ """ Link to the build iteration: https://uberchromegw.corp.google.com/i/chromiumos.tryserver/builders/release/builds/6454
,
Sep 28 2016
,
Sep 28 2016
Note that I'm also getting a similar error on the lakitu-release buildbot on R53: """ INFO:root:Running ['git', 'rev-parse', '--verify', '69af4e53c1be1b0fbbc9e57edd70926b8d4f9370^{commit}'] fatal: Needed a single revision """ Full builder log: https://uberchromegw.corp.google.com/i/chromeos_release/builders/lakitu-release%20release-R53-8530.B/builds/88
,
Sep 28 2016
ningning, can you take a look?
,
Sep 28 2016
Raising to P0 because we need to push a new 53 stable version today ... It will be very helpful to have a workaround to build _a_ version asap while the builder gets fixed. Thoughts?
,
Sep 28 2016
Forcing a "clobbered" build seems to have helped get the release builder past the initial failure: https://uberchromegw.corp.google.com/i/chromeos_release/builders/lakitu-release%20release-R53-8530.B/builds/89 I'll keep this bug open until we get some eyes on the trybots issue.
,
Sep 28 2016
the cleanup failure is recorded at crbug.com/651114 . the --git-cache-dir failure for old release branch is tracked at crbug.com/650713 . dgarrett@ has a CL to fix this from cbuildbot:https://chromium-review.googlesource.com/#/c/389873/. dnj@ should be fixing it from chrome_infra.
,
Sep 28 2016
comment#1 is about a tryjob "$ bin/cbuildbot --remote -b release-R54-8743.B -g *291197 lakitu-release", which is blocked by two issues mentioned above. but comment#6 runs a real prod builder with clobber, so it bypasses two issues "bin/cbuildbot --buildroot /b/cbuild/shared_internal --buildbot --branch release-R53-8530.B --buildnumber 89 --clobber --repo-cache /var/cache/chrome-infra/ccompute-setup/cros-internal lakitu-release", Please note don't clobber too many builders to bypass the cleanup error, we will run out of GoB quota. People should have been working on merge the cleanup fix to the old release branches.
,
Sep 28 2016
Acknowledged, thanks for clarifying! This was probably the first time I have clicked "force build" with "clobber" on a release builder in a year or so, because we needed an official build on R53 somewhat urgently. I think we can wait for the correct fix for other builders and trybots.
,
Sep 28 2016
Also, "bin/cbuildbot --remote --buildbot" isn't a supported combination. As you have found previously, it doesn't do everything a real release build does. We mangle the build configs of all trybots before running them to avoid conflicts with real production builders.
,
Sep 29 2016
dnj@ has fixed this issue. |
||||||||
►
Sign in to add a comment |
||||||||
Comment 1 by ameyd@google.com
, Sep 28 2016