Android x64 Builder (dbg) fails to compile |
|||||
Issue descriptionhttps://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
,
Jul 22 2016
looks like due to v8 roll, I suspect https://codereview.chromium.org/2171083003/
,
Jul 22 2016
+cc:dpranke@, machenbach@ as owners of the patch
,
Jul 22 2016
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
,
Jul 22 2016
revert by v8 sheriff: https://codereview.chromium.org/2175693003/ +cc:vogelheim@
,
Jul 22 2016
Roll with the revert landing here: https://codereview.chromium.org/2172233003/ Should be fixed once landed.
,
Jul 27 2016
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
,
Jul 27 2016
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 |
|||||
Comment 1 by timvolod...@chromium.org
, Jul 22 2016