New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 770399 link

Starred by 2 users

Issue metadata

Status: WontFix
Owner:
Last visit > 30 days ago
Closed: Oct 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: ----



Sign in to add a comment

Mark another color for build that only contains chumped CLs?

Project Member Reported by xixuan@chromium.org, Sep 29 2017

Issue description

Comment 1 by nxia@chromium.org, Oct 11 2017

Status: WontFix (was: Untriaged)
Actually these two builds failed because 'git fetch' failed, not because they only contained chumped CLs.

15:05:43: INFO: Translating result <class 'chromite.lib.cros_build_lib.RunCommandError'>: return code: 128; command: git fetch -f https://chromium-review.googlesource.com/chromiumos/third_party/kernel refs/changes/76/688176/1 refs/changes/97/691197/2 refs/changes/34/692834/1 refs/changes/94/691194/2 refs/changes/96/691196/2 refs/changes/95/691195/2 refs/changes/38/692838/1
fatal: The remote end hung up upon initial contact
cmd=['git', 'fetch', '-f', u'https://chromium-review.googlesource.com/chromiumos/third_party/kernel', u'refs/changes/76/688176/1', u'refs/changes/97/691197/2', u'refs/changes/34/692834/1', u'refs/changes/94/691194/2', u'refs/changes/96/691196/2', u'refs/changes/95/691195/2', u'refs/changes/38/692838/1'], cwd=/b/c/cbuild/repository/src/third_party/kernel/v3.18
Traceback (most recent call last):
  File "/b/c/cbuild/repository/chromite/lib/parallel.py", line 602, in TaskRunner
    task(*x, **task_kwargs)
  File "/b/c/cbuild/repository/chromite/lib/parallel.py", line 800, in <lambda>
    fn = lambda idx, task_args: out_queue.put((idx, task(*task_args)))
  File "/b/c/cbuild/repository/chromite/cbuildbot/patch_series.py", line 138, in _FetchChangesForRepo
    git.RunGit(repo, cmd, print_cmd=True)
  File "/b/c/cbuild/repository/chromite/lib/git.py", line 820, in RunGit
    ['git'] + cmd, **kwargs)
  File "/b/c/cbuild/repository/chromite/lib/retry_util.py", line 243, in GenericRetry
    return _run()
  File "/b/c/cbuild/repository/chromite/lib/retry_util.py", line 176, in _Wrapper
    ret = func(*args, **kwargs)
  File "/b/c/cbuild/repository/chromite/lib/retry_util.py", line 242, in _run
    return functor(*args, **kwargs)
  File "/b/c/cbuild/repository/chromite/lib/cros_build_lib.py", line 653, in RunCommand
    raise RunCommandError(msg, cmd_result)
RunCommandError: return code: 128; command: git fetch -f https://chromium-review.googlesource.com/chromiumos/third_party/kernel refs/changes/76/688176/1 refs/changes/97/691197/2 refs/changes/34/692834/1 refs/changes/94/691194/2 refs/changes/96/691196/2 refs/changes/95/691195/2 refs/changes/38/692838/1
fatal: The remote end hung up upon initial contact


Sign in to add a comment