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

Issue 630603 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner: ----
Closed: Jul 2016
Cc:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 3
Type: Bug



Sign in to add a comment

Android x64 Builder (dbg) fails to compile

Project Member Reported by timvolod...@chromium.org, Jul 22 2016

Issue description

https://uberchromegw.corp.google.com/i/chromium.android/builders/Android%20x64%20Builder%20%28dbg%29/builds/6732

FAILED: gen/v8/bytecode-peephole-table.cc 
python ../../v8/tools/run.py ./mkpeephole gen/v8/bytecode-peephole-table.cc
Traceback (most recent call last):
  File "../../v8/tools/run.py", line 12, in <module>
    sys.exit(subprocess.call(sys.argv[1:]))
  File "/usr/lib/python2.7/subprocess.py", line 522, in call
    return Popen(*popenargs, **kwargs).wait()
  File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1327, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory
 
looks like due to v8 roll, I suspect
https://codereview.chromium.org/2171083003/
Cc: dpranke@chromium.org machenb...@chromium.org
+cc:dpranke@, machenbach@ as owners of the patch
seems to be a reland of https://codereview.chromium.org/2166173002/ where it failed with the same error, I am going to revert it for now
Cc: vogelheim@chromium.org
revert by v8 sheriff: https://codereview.chromium.org/2175693003/
+cc:vogelheim@
Status: (was: Untriaged)
Roll with the revert landing here:
https://codereview.chromium.org/2172233003/

Should be fixed once landed.
There was a flake on the Google Chrome Win builder that looks suspiciously similar to this:

https://build.chromium.org/p/chromium.chrome/builders/Google%20Chrome%20Win/builds/9353

[13950/33286] ACTION //v8:run_mkpeephole(//build/toolchain/win:x86)
FAILED: gen/v8/bytecode-peephole-table.cc 
C:/b/depot_tools/python276_bin/python.exe ../../v8/tools/run.py ./mkpeephole gen/v8/bytecode-peephole-table.cc
Cc: oth@chromium.org
Status: Fixed
The flake is strange. Seems not to be misconfiguration though, rather flaky behavior of v8, running into a bug? CC oth.

The configuration issue has been fixed and rolled.

Sign in to add a comment