Bug 90847 - REGRESSION(r122175): Win build started to fail (Requested by hayato on #webkit).
Summary: REGRESSION(r122175): Win build started to fail (Requested by hayato on #webkit).
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: WebKit Review Bot
URL:
Keywords:
Depends on:
Blocks: 90506
  Show dependency treegraph
 
Reported: 2012-07-09 21:43 PDT by WebKit Review Bot
Modified: 2012-07-09 21:57 PDT (History)
3 users (show)

See Also:


Attachments
ROLLOUT of r122175 (59.61 KB, patch)
2012-07-09 21:43 PDT, WebKit Review Bot
hayato: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description WebKit Review Bot 2012-07-09 21:43:01 PDT
http://trac.webkit.org/changeset/122175 broke the build:
Win build started to fail (Requested by hayato on #webkit).

This is an automatic bug report generated by the sheriff-bot. If this bug
report was created because of a flaky test, please file a bug for the flaky
test (if we don't already have one on file) and dup this bug against that bug
so that we can track how often these flaky tests case pain.

"Only you can prevent forest fires." -- Smokey the Bear
Comment 1 WebKit Review Bot 2012-07-09 21:43:43 PDT
Created attachment 151396 [details]
ROLLOUT of r122175

Any committer can land this patch automatically by marking it commit-queue+.  The commit-queue will build and test the patch before landing to ensure that the rollout will be successful.  This process takes approximately 15 minutes.

If you would like to land the rollout faster, you can use the following command:

  webkit-patch land-attachment ATTACHMENT_ID

where ATTACHMENT_ID is the ID of this attachment.
Comment 2 Hayato Ito 2012-07-09 21:45:38 PDT
Build break. WebKit Win builder on chromium started to fail.

http://build.chromium.org/p/chromium.webkit/builders/Webkit%20Win%20Builder%20%28dbg%29/builds/26013/steps/runhooks/logs/stdio


________ running 'C:\b\depot_tools\python_bin\python.exe src/build/download_nacl_toolchains.py --no-arm-trusted --optional-pnacl --pnacl-version 9044 --file-hash pnacl_linux_x86_32 e8cfbe1ec6e56594a705a8cbb85ba4f2e6a15cbd --file-hash pnacl_linux_x86_64 3ccf6a31f97a5ea779fc08e4150725cacb7204dc --file-hash pnacl_translator 43a6a7469d679f21263aa1f9b99bf0aa8fa64c1f --file-hash pnacl_mac_x86_32 45e0c17aeedb747797a5ff2ef50f3444384d232e --file-hash pnacl_win_x86_32 c0ba23e5a40c89cb1555eabbf9439840e208ea67 --x86-version 9093 --file-hash mac_x86_newlib 1e94ee62258eacfe8c9c8cd562e93e65427e58e1 --file-hash win_x86_newlib 2a88bdecf2a53000bddc775ca632f732d3d9fe2b --file-hash linux_x86_newlib 5778f4d048907ba1ed871463aac7b15c391b5753 --file-hash mac_x86 cbf2c42160780a97186fd6ec56b2c720f8117c7e --file-hash win_x86 a65981a52a9e8efd06d45c7347e31acdfe2d8c92 --file-hash linux_x86 96afe9e4038482db59a8f231b13a59f7a7c0c38f --save-downloads-dir src/native_client_sdk/src/build_tools/toolchain_archives --keep' in 'C:\b\build\slave\webkit-win-latest-dbg\build'
C:\b\build\slave\webkit-win-latest-dbg\build\src\native_client\toolchain\.tars\toolchain_win_x86.tar.bz2 is already up to date.
win_x86: already up to date.
C:\b\build\slave\webkit-win-latest-dbg\build\src\native_client\toolchain\.tars\naclsdk_win_x86.tgz is already up to date.
win_x86_newlib: already up to date.

________ running 'C:\b\depot_tools\python_bin\python.exe src/tools/clang/scripts/update.py --mac-only' in 'C:\b\build\slave\webkit-win-latest-dbg\build'

________ running 'C:\b\depot_tools\python_bin\python.exe src/build/win/setup_cygwin_mount.py --win-only' in 'C:\b\build\slave\webkit-win-latest-dbg\build'

________ running 'C:\b\depot_tools\python_bin\python.exe src/build/util/lastchange.py -o src/build/util/LASTCHANGE' in 'C:\b\build\slave\webkit-win-latest-dbg\build'

________ running 'C:\b\depot_tools\python_bin\python.exe src/build/gyp_chromium' in 'C:\b\build\slave\webkit-win-latest-dbg\build'
Enabled Psyco JIT.
Updating projects from gyp files...
Traceback (most recent call last):
  File "src/build/gyp_chromium", line 173, in <module>
    sys.exit(gyp.main(args))
  File "C:\b\build\slave\webkit-win-latest-dbg\build\src\tools\gyp\pylib\gyp\__init__.py", line 480, in main
    generator.GenerateOutput(flat_list, targets, data, params)
  File "C:\b\build\slave\webkit-win-latest-dbg\build\src\tools\gyp\pylib\gyp\generator\msvs.py", line 1830, in GenerateOutput
    raise Exception(error_message)
Exception: Missing input files:
src\third_party\WebKit\Source\WebCore\WebCore.gyp\..\platform\graphics\qt\Extensions3DQt.h
src\third_party\WebKit\Source\WebCore\WebCore.gyp\..\platform\graphics\qt\Extensions3DQt.cpp
Error: Command C:\b\depot_tools\python_bin\python.exe src/build/gyp_chromium returned non-zero exit status 1 in C:\b\build\slave\webkit-win-latest-dbg\build
program finished with exit code 2
elapsedTime=91.073000
Comment 3 Hayato Ito 2012-07-09 21:57:32 PDT
I fixed it hopefully in  http://trac.webkit.org/changeset/122193, instead of rolling out.