OLD | NEW |
1 This file contains sample trybot output from a Windows trybot run. | 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 | 2 It contains a warning and an error but has otherwise been shortened |
3 for length. | 3 for length. |
4 | 4 |
5 "C:\Program Files (x86)\Xoreax\IncrediBuild\BuildConsole.exe" e:\b\build\slave\w
in\build\src\build\all.sln "/Cfg=Debug|Win32" | 5 "C:\Program Files (x86)\Xoreax\IncrediBuild\BuildConsole.exe" e:\b\build\slave\w
in\build\src\build\all.sln "/Cfg=Debug|Win32" |
6 | 6 |
7 ----------------------------------------------------------------- | 7 ----------------------------------------------------------------- |
8 IncrediBuild Console 3.60 Internal (build 1156) | 8 IncrediBuild Console 3.60 Internal (build 1156) |
9 Copyright (C) 2001-2010 Xoreax Software Ltd. All rights reserved. | 9 Copyright (C) 2001-2010 Xoreax Software Ltd. All rights reserved. |
10 ----------------------------------------------------------------- | 10 ----------------------------------------------------------------- |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 ntp_background_util.cc | 48 ntp_background_util.cc |
49 | 49 |
50 browser - 6 error(s), 0 warning(s) | 50 browser - 6 error(s), 0 warning(s) |
51 | 51 |
52 1 build system warning(s): | 52 1 build system warning(s): |
53 - PDB instance limit is enabled | 53 - PDB instance limit is enabled |
54 | 54 |
55 ---------------------- Done ---------------------- | 55 ---------------------- Done ---------------------- |
56 | 56 |
57 Build: 244 succeeded, 1 failed, 233 up-to-date, 42 skipped | 57 Build: 244 succeeded, 1 failed, 233 up-to-date, 42 skipped |
| 58 |
| 59 |
| 60 We also see weird paths with mixed slashes like this: |
| 61 |
| 62 --------------------Configuration: inspector_protocol_sources - Debug|Win32---- |
| 63 --------------------Configuration: installer_util_nacl_win64 - Debug|x64------- |
| 64 Compiling... |
| 65 google_chrome_distribution_dummy.cc |
| 66 helper.cc |
| 67 installation_state.cc |
| 68 self_reg_work_item.cc |
| 69 ..\chrome/installer/util/work_item.h(67) : error C2514: 'FilePath' : class has n
o constructors |
| 70 ..\chrome/installer/util/work_item.h(26) : see declaration of 'FilePath' |
| 71 delete_tree_work_item.cc |
| 72 delete_reg_key_work_item.cc |
OLD | NEW |