OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
7 "--master", | 7 "--master", |
8 "tryserver.chromium.linux", | 8 "tryserver.chromium.linux", |
9 "--builder", | 9 "--builder", |
10 "linux_chromium_rel_ng", | 10 "linux_chromium_rel_ng", |
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
194 "import sys; sys.exit(0)" | 194 "import sys; sys.exit(0)" |
195 ], | 195 ], |
196 "cwd": "[SLAVE_BUILD]", | 196 "cwd": "[SLAVE_BUILD]", |
197 "name": "analyze", | 197 "name": "analyze", |
198 "~followup_annotations": [ | 198 "~followup_annotations": [ |
199 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", | 199 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", |
200 "@@@STEP_LOG_END@excluded_files@@@", | 200 "@@@STEP_LOG_END@excluded_files@@@", |
201 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 201 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
202 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", | 202 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", |
203 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@", | 203 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@", |
| 204 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@", |
204 "@@@STEP_LOG_LINE@analyze_details@ \"chrome\", @@@", | 205 "@@@STEP_LOG_LINE@analyze_details@ \"chrome\", @@@", |
205 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\", @@@", | 206 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\", @@@", |
206 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @
@@", | |
207 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@", | |
208 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@", | 207 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@", |
209 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@", | 208 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@", |
210 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", | 209 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @
@@", |
| 210 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\"@@@", |
211 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 211 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
212 "@@@STEP_LOG_LINE@analyze_details@ \"original_compile_targets\": [@@@", | 212 "@@@STEP_LOG_LINE@analyze_details@ \"original_compile_targets\": [@@@", |
213 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@", | 213 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@", |
214 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@", | 214 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@", |
215 "@@@STEP_LOG_LINE@analyze_details@ \"chrome\", @@@", | 215 "@@@STEP_LOG_LINE@analyze_details@ \"chrome\", @@@", |
216 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\", @@@", | 216 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\", @@@", |
217 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@", | 217 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@", |
218 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@", | 218 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@", |
219 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @
@@", | 219 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @
@@", |
220 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\"@@@", | 220 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\"@@@", |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
284 "--build-tool", | 284 "--build-tool", |
285 "ninja", | 285 "ninja", |
286 "--compiler", | 286 "--compiler", |
287 "goma", | 287 "goma", |
288 "--goma-dir", | 288 "--goma-dir", |
289 "[BUILD]/goma", | 289 "[BUILD]/goma", |
290 "--goma-disable-local-fallback", | 290 "--goma-disable-local-fallback", |
291 "--ninja-ensure-up-to-date", | 291 "--ninja-ensure-up-to-date", |
292 "--", | 292 "--", |
293 "angle_unittests_run", | 293 "angle_unittests_run", |
| 294 "base_unittests", |
294 "chrome", | 295 "chrome", |
295 "telemetry_gpu_test_run", | 296 "chromium_swarm_tests", |
296 "tab_capture_end2end_tests_run", | |
297 "base_unittests", | |
298 "content_gl_tests_run", | 297 "content_gl_tests_run", |
299 "gl_tests_run", | 298 "gl_tests_run", |
300 "chromium_swarm_tests" | 299 "tab_capture_end2end_tests_run", |
| 300 "telemetry_gpu_test_run" |
301 ], | 301 ], |
302 "cwd": "[SLAVE_BUILD]", | 302 "cwd": "[SLAVE_BUILD]", |
303 "name": "compile (with patch)" | 303 "name": "compile (with patch)" |
304 }, | 304 }, |
305 { | 305 { |
306 "cmd": [ | 306 "cmd": [ |
307 "python", | 307 "python", |
308 "-u", | 308 "-u", |
309 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", | 309 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", |
310 "--build-dir", | 310 "--build-dir", |
(...skipping 1773 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2084 "@@@STEP_FAILURE@@@", | 2084 "@@@STEP_FAILURE@@@", |
2085 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06
5725\"@@@" | 2085 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06
5725\"@@@" |
2086 ] | 2086 ] |
2087 }, | 2087 }, |
2088 { | 2088 { |
2089 "name": "$final_result", | 2089 "name": "$final_result", |
2090 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest
s') failed with return_code 1", | 2090 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest
s') failed with return_code 1", |
2091 "status_code": 1 | 2091 "status_code": 1 |
2092 } | 2092 } |
2093 ] | 2093 ] |
OLD | NEW |