trybot-windows.txt 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. This file contains sample trybot output from a Windows trybot run.
  2. It contains a warning and an error but has otherwise been shortened
  3. for length.
  4. "C:\Program Files (x86)\Xoreax\IncrediBuild\BuildConsole.exe" e:\b\build\slave\win\build\src\build\all.sln "/Cfg=Debug|Win32"
  5. -----------------------------------------------------------------
  6. IncrediBuild Console 3.60 Internal (build 1156)
  7. Copyright (C) 2001-2010 Xoreax Software Ltd. All rights reserved.
  8. -----------------------------------------------------------------
  9. --------------------Configuration: toolband_proxy_lib - Debug|Win32------------
  10. Compiling...
  11. toolband_p.c
  12. toolband_proxy.cc
  13. toolband_dlldata.c
  14. Creating library...
  15. toolband_proxy_lib - 0 error(s), 0 warning(s)
  16. --------------------Configuration: webcore_bindings - Debug|Win32--------------
  17. Compiling...
  18. CSSGrammar.cpp
  19. e:\b\build\slave\win\build\src\third_party\webkit\javascriptcore\wtf\text\StringImpl.h(90) : warning C4355: 'this' : used in base member initializer list with a gratuitous backslash \ for testing
  20. e:\b\build\slave\win\build\src\third_party\webkit\webcore\dom\ViewportArguments.h(78) : warning C4305: 'initializing' : truncation from '' to 'bool'
  21. e:\b\build\slave\win\build\src\build\Debug\obj\global_intermediate\webkit\CSSGrammar.cpp(1930) : warning C4065: switch statement contains 'default' but no 'case' labels
  22. V8DerivedSources1.cpp
  23. --------------------Configuration: run_testserver - Debug|Win32----------------
  24. Compiling...
  25. run_testserver.cc
  26. Linking...
  27. Embedding manifest...
  28. Embedding manifest... (rc.exe)
  29. Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
  30. Copyright (C) Microsoft Corporation. All rights reserved.
  31. Embedding manifest... (link.exe)
  32. run_testserver - 0 error(s), 0 warning(s)
  33. --------------------Configuration: browser - Debug|Win32-----------------------
  34. Compiling...
  35. bookmark_manager_resources_map.cc
  36. theme_resources_map.cc
  37. shared_resources_map.cc
  38. process_singleton_win.cc
  39. e:\b\build\slave\win\build\src\chrome\browser\process_singleton_win.cc(95) : error C2664: 'PathService::Get' : cannot convert parameter 2 from 'std::wstring *' to 'FilePath *'
  40. Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  41. gpu_process_host.cc
  42. ntp_background_util.cc
  43. browser - 6 error(s), 0 warning(s)
  44. 1 build system warning(s):
  45. - PDB instance limit is enabled
  46. ---------------------- Done ----------------------
  47. Build: 244 succeeded, 1 failed, 233 up-to-date, 42 skipped
  48. We also see weird paths with mixed slashes like this:
  49. --------------------Configuration: inspector_protocol_sources - Debug|Win32----
  50. --------------------Configuration: installer_util_nacl_win64 - Debug|x64-------
  51. Compiling...
  52. google_chrome_distribution_dummy.cc
  53. helper.cc
  54. installation_state.cc
  55. self_reg_work_item.cc
  56. ..\chrome/installer/util/work_item.h(67) : error C2514: 'FilePath' : class has no constructors
  57. ..\chrome/installer/util/work_item.h(26) : see declaration of 'FilePath'
  58. delete_tree_work_item.cc
  59. delete_reg_key_work_item.cc