| 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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 189 ], | 189 ], |
| 190 "cwd": "[SLAVE_BUILD]", | 190 "cwd": "[SLAVE_BUILD]", |
| 191 "name": "analyze", | 191 "name": "analyze", |
| 192 "~followup_annotations": [ | 192 "~followup_annotations": [ |
| 193 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", | 193 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", |
| 194 "@@@STEP_LOG_END@excluded_files@@@", | 194 "@@@STEP_LOG_END@excluded_files@@@", |
| 195 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 195 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
| 196 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", | 196 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", |
| 197 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@", | 197 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@", |
| 198 "@@@STEP_LOG_LINE@analyze_details@ \"chrome\", @@@", | 198 "@@@STEP_LOG_LINE@analyze_details@ \"chrome\", @@@", |
| 199 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\", @@@", | 199 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\", @@@", |
| 200 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @
@@", | |
| 201 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@", | 200 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@", |
| 202 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@", | 201 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@", |
| 203 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", | 202 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @
@@", |
| 203 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\"@@@", |
| 204 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 204 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 205 "@@@STEP_LOG_LINE@analyze_details@ \"original_compile_targets\": [@@@", | 205 "@@@STEP_LOG_LINE@analyze_details@ \"original_compile_targets\": [@@@", |
| 206 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@", | 206 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@", |
| 207 "@@@STEP_LOG_LINE@analyze_details@ \"chrome\", @@@", | 207 "@@@STEP_LOG_LINE@analyze_details@ \"chrome\", @@@", |
| 208 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\", @@@", | 208 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\", @@@", |
| 209 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@", | 209 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@", |
| 210 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@", | 210 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@", |
| 211 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @
@@", | 211 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @
@@", |
| 212 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\"@@@", | 212 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\"@@@", |
| 213 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 213 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 274 "ninja", | 274 "ninja", |
| 275 "--compiler", | 275 "--compiler", |
| 276 "goma", | 276 "goma", |
| 277 "--goma-dir", | 277 "--goma-dir", |
| 278 "[BUILD]/goma", | 278 "[BUILD]/goma", |
| 279 "--goma-disable-local-fallback", | 279 "--goma-disable-local-fallback", |
| 280 "--ninja-ensure-up-to-date", | 280 "--ninja-ensure-up-to-date", |
| 281 "--", | 281 "--", |
| 282 "angle_unittests_run", | 282 "angle_unittests_run", |
| 283 "chrome", | 283 "chrome", |
| 284 "telemetry_gpu_test_run", | 284 "chromium_swarm_tests", |
| 285 "tab_capture_end2end_tests_run", | |
| 286 "content_gl_tests_run", | 285 "content_gl_tests_run", |
| 287 "gl_tests_run", | 286 "gl_tests_run", |
| 288 "chromium_swarm_tests" | 287 "tab_capture_end2end_tests_run", |
| 288 "telemetry_gpu_test_run" |
| 289 ], | 289 ], |
| 290 "cwd": "[SLAVE_BUILD]", | 290 "cwd": "[SLAVE_BUILD]", |
| 291 "name": "compile (with patch)", | 291 "name": "compile (with patch)", |
| 292 "~followup_annotations": [ | 292 "~followup_annotations": [ |
| 293 "step returned non-zero exit code: 1", | 293 "step returned non-zero exit code: 1", |
| 294 "@@@STEP_FAILURE@@@" | 294 "@@@STEP_FAILURE@@@" |
| 295 ] | 295 ] |
| 296 }, | 296 }, |
| 297 { | 297 { |
| 298 "cmd": [ | 298 "cmd": [ |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 373 "ninja", | 373 "ninja", |
| 374 "--compiler", | 374 "--compiler", |
| 375 "goma", | 375 "goma", |
| 376 "--goma-dir", | 376 "--goma-dir", |
| 377 "[BUILD]/goma", | 377 "[BUILD]/goma", |
| 378 "--goma-disable-local-fallback", | 378 "--goma-disable-local-fallback", |
| 379 "--ninja-ensure-up-to-date", | 379 "--ninja-ensure-up-to-date", |
| 380 "--", | 380 "--", |
| 381 "angle_unittests_run", | 381 "angle_unittests_run", |
| 382 "chrome", | 382 "chrome", |
| 383 "telemetry_gpu_test_run", | 383 "chromium_swarm_tests", |
| 384 "tab_capture_end2end_tests_run", | |
| 385 "content_gl_tests_run", | 384 "content_gl_tests_run", |
| 386 "gl_tests_run", | 385 "gl_tests_run", |
| 387 "chromium_swarm_tests" | 386 "tab_capture_end2end_tests_run", |
| 387 "telemetry_gpu_test_run" |
| 388 ], | 388 ], |
| 389 "cwd": "[SLAVE_BUILD]", | 389 "cwd": "[SLAVE_BUILD]", |
| 390 "name": "compile (without patch)", | 390 "name": "compile (without patch)", |
| 391 "~followup_annotations": [ | 391 "~followup_annotations": [ |
| 392 "step returned non-zero exit code: 1", | 392 "step returned non-zero exit code: 1", |
| 393 "@@@STEP_FAILURE@@@", | 393 "@@@STEP_FAILURE@@@", |
| 394 "@@@SET_BUILD_PROPERTY@failure_type@\"TRANSIENT_FAILURE\"@@@", | 394 "@@@SET_BUILD_PROPERTY@failure_type@\"TRANSIENT_FAILURE\"@@@", |
| 395 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8
ac1f\"@@@" | 395 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8
ac1f\"@@@" |
| 396 ] | 396 ] |
| 397 }, | 397 }, |
| 398 { | 398 { |
| 399 "name": "$final_result", | 399 "name": "$final_result", |
| 400 "reason": "Step('compile (without patch)') failed with return_code 1", | 400 "reason": "Step('compile (without patch)') failed with return_code 1", |
| 401 "status_code": 1 | 401 "status_code": 1 |
| 402 } | 402 } |
| 403 ] | 403 ] |
| OLD | NEW |