New issue
Advanced search Search tips

Issue 642229 link

Starred by 2 users

Issue metadata

Status: Duplicate
Owner:
Closed: Aug 2016
Cc:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: ----



Sign in to add a comment

Build failure on 'Win' builder on Chromium waterfall

Project Member Reported by lazyboy@chromium.org, Aug 30 2016

Issue description

Build is broken:
archive_build

Revision range:
chromium 414732 : 415032

Failing builders:
Win: https://build.chromium.org/p/chromium/builders/Win


The build step is facing exception:
Staging in C:\b\c\chrome_staging
Traceback (most recent call last):
  File "C:\b\rr\tmp3sysi9\rw\checkout\scripts\slave\chromium\archive_build.py", line 672, in <module>
last change: 415043
    sys.exit(main())
  File "C:\b\rr\tmp3sysi9\rw\checkout\scripts\slave\chromium\archive_build.py", line 668, in main
    return s.ArchiveBuild()
  File "C:\b\rr\tmp3sysi9\rw\checkout\scripts\slave\chromium\archive_build.py", line 455, in ArchiveBuild
    if (slave_utils.GitOrSubversion(self._src_dir) == 'svn' and
  File "C:\b\build\scripts\slave\slave_utils.py", line 132, in GitOrSubversion
    ret, out = chromium_utils.GetStatusOutput([SubversionExe(), 'info', wc_dir])
  File "C:\b\build\scripts\common\chromium_utils.py", line 1187, in GetStatusOutput
    **kwargs)
  File "C:\b\depot_tools\python276_bin\lib\subprocess.py", line 709, in __init__
    errread, errwrite)
  File "C:\b\depot_tools\python276_bin\lib\subprocess.py", line 957, in _execute_child
    startupinfo)
WindowsError: [Error 2] The system cannot find the file specified
step returned non-zero exit code: 1
@@@STEP_EXCEPTION@@@


/cc dpranke@ if you can help triage this.
 

Comment 1 Deleted

Owner: aga...@chromium.org
Status: Assigned (was: Available)
Summary: Build failure on 'Win' builder on Chromium waterfall (was: Build failure)
It looks like there was still an svn checkout on this builder, maybe?
Mergedinto: 642353
Status: Duplicate (was: Assigned)
Ah, I think I misdiagnosed this and the problem was the changes to the bootstrap code instead.

Comment 4 Deleted

Sign in to add a comment