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

Issue 680551 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Jan 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

Chrome OS try job failed in Sync step in stuff that seems unrelated to the actual change

Project Member Reported by lhchavez@chromium.org, Jan 12 2017

Issue description

https://uberchromegw.corp.google.com/i/chromiumos.tryserver/builders/paladin/builds/1941/steps/Sync/logs/stdio

08:52:42: WARNING: return code: 1; command: repo manifest -o - -r
Traceback (most recent call last):
  File "/b/cbuild/internal_master/.repo/repo/main.py", line 529, in <module>
    _Main(sys.argv[1:])
  File "/b/cbuild/internal_master/.repo/repo/main.py", line 505, in _Main
    result = repo._Run(argv) or 0
  File "/b/cbuild/internal_master/.repo/repo/main.py", line 161, in _Run
    result = cmd.Execute(copts, cargs)
  File "/b/cbuild/internal_master/.repo/repo/subcmds/manifest.py", line 80, in Execute
    self._Output(opt)
  File "/b/cbuild/internal_master/.repo/repo/subcmds/manifest.py", line 70, in _Output
    peg_rev_upstream = opt.peg_rev_upstream)
  File "/b/cbuild/internal_master/.repo/repo/manifest_xml.py", line 309, in Save
    output_projects(None, root, list(sorted(projects)))
  File "/b/cbuild/internal_master/.repo/repo/manifest_xml.py", line 233, in output_projects
    output_project(parent, parent_node, project)
  File "/b/cbuild/internal_master/.repo/repo/manifest_xml.py", line 260, in output_project
    value = p.work_git.rev_parse(HEAD + '^0')
  File "/b/cbuild/internal_master/.repo/repo/project.py", line 2540, in runner
    capture_stderr = True)
  File "/b/cbuild/internal_master/.repo/repo/git_command.py", line 218, in __init__
    raise GitError('%s: %s' % (command[1], e))
error.GitError: rev-parse: [Errno 2] No such file or directory: '/b/cbuild/internal_master/src/third_party/libapps'

...

@@@STEP_FAILURE@@@
08:53:52: ERROR: <class 'chromite.cbuildbot.repository.SrcCheckOutException'>: return code: 2; command: repo --time sync '--cache-dir=/b/cros_git_cache' -n
cmd=['repo', '--time', 'sync', '--cache-dir=/b/cros_git_cache', '-n'], cwd=/b/cbuild/internal_master
Traceback (most recent call last):
  File "/b/build/slave/paladin/build/chromite/lib/failures_lib.py", line 172, in wrapped_functor
    return functor(*args, **kwargs)
  File "/b/build/slave/paladin/build/chromite/cbuildbot/stages/sync_stages.py", line 498, in PerformStage
    self.ManifestCheckout(self.GetNextManifest())
  File "/b/build/slave/paladin/build/chromite/cbuildbot/stages/sync_stages.py", line 419, in ManifestCheckout
    self.repo.Sync(next_manifest)
  File "/b/build/slave/paladin/build/chromite/cbuildbot/repository.py", line 534, in Sync
    raise SrcCheckOutException(err_msg)
SrcCheckOutException: return code: 2; command: repo --time sync '--cache-dir=/b/cros_git_cache' -n
cmd=['repo', '--time', 'sync', '--cache-dir=/b/cros_git_cache', '-n'], cwd=/b/cbuild/internal_master
 
Luis, was this a one-off or is it repeatable?  It could have been a git-on-borg temporary failure.

Would you mind trying one more time?

I can try too if you post the full command (yes I could dig it out... just too lazy).
Command was

cbuildbot --remote -g  426918  reef-paladin

Trying again now. (This time around, the tryjob was submitted pretty quickly, and last time it took a couple minutes to do so.
Status: WontFix (was: Untriaged)
Retry job in progress and has passed the Sync phase, so closing this bug: https://uberchromegw.corp.google.com/i/chromiumos.tryserver/builders/paladin/builds/1942

Sign in to add a comment