| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "client.v8.fyi", | 8 "client.v8.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "V8-Blink Linux 64", | 10 "V8-Blink Linux 64", |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 "--src-dir", | 131 "--src-dir", |
| 132 "[SLAVE_BUILD]/src", | 132 "[SLAVE_BUILD]/src", |
| 133 "--goma-cache-dir", | 133 "--goma-cache-dir", |
| 134 "[GOMA_CACHE]", | 134 "[GOMA_CACHE]", |
| 135 "--build-tool", | 135 "--build-tool", |
| 136 "ninja", | 136 "ninja", |
| 137 "--compiler", | 137 "--compiler", |
| 138 "goma", | 138 "goma", |
| 139 "--goma-jsonstatus", | 139 "--goma-jsonstatus", |
| 140 "/path/to/tmp/json", | 140 "/path/to/tmp/json", |
| 141 "--goma-service-account-json-file", |
| 142 "/creds/service_accounts/service-account-goma-client.json", |
| 141 "--goma-dir", | 143 "--goma-dir", |
| 142 "[BUILD]/goma", | 144 "[BUILD]/goma", |
| 143 "--", | 145 "--", |
| 144 "blink_tests" | 146 "blink_tests" |
| 145 ], | 147 ], |
| 146 "cwd": "[SLAVE_BUILD]", | 148 "cwd": "[SLAVE_BUILD]", |
| 147 "name": "compile", | 149 "name": "compile", |
| 148 "~followup_annotations": [ | 150 "~followup_annotations": [ |
| 149 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 151 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 150 "@@@STEP_LOG_END@json.output (invalid)@@@" | 152 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| (...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 357 "--src-dir", | 359 "--src-dir", |
| 358 "[SLAVE_BUILD]/src", | 360 "[SLAVE_BUILD]/src", |
| 359 "--goma-cache-dir", | 361 "--goma-cache-dir", |
| 360 "[GOMA_CACHE]", | 362 "[GOMA_CACHE]", |
| 361 "--build-tool", | 363 "--build-tool", |
| 362 "ninja", | 364 "ninja", |
| 363 "--compiler", | 365 "--compiler", |
| 364 "goma", | 366 "goma", |
| 365 "--goma-jsonstatus", | 367 "--goma-jsonstatus", |
| 366 "/path/to/tmp/json", | 368 "/path/to/tmp/json", |
| 369 "--goma-service-account-json-file", |
| 370 "/creds/service_accounts/service-account-goma-client.json", |
| 367 "--goma-dir", | 371 "--goma-dir", |
| 368 "[BUILD]/goma", | 372 "[BUILD]/goma", |
| 369 "--", | 373 "--", |
| 370 "blink_tests" | 374 "blink_tests" |
| 371 ], | 375 ], |
| 372 "cwd": "[SLAVE_BUILD]", | 376 "cwd": "[SLAVE_BUILD]", |
| 373 "name": "compile (2)", | 377 "name": "compile (2)", |
| 374 "~followup_annotations": [ | 378 "~followup_annotations": [ |
| 375 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 379 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 376 "@@@STEP_LOG_END@json.output (invalid)@@@" | 380 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 437 "@@@STEP_TEXT@<br/>failures:<br/>bad/totally-bad-probably.html<br/>tricky/
totally-maybe-not-awesome.html<br/>@@@", | 441 "@@@STEP_TEXT@<br/>failures:<br/>bad/totally-bad-probably.html<br/>tricky/
totally-maybe-not-awesome.html<br/>@@@", |
| 438 "@@@STEP_FAILURE@@@" | 442 "@@@STEP_FAILURE@@@" |
| 439 ] | 443 ] |
| 440 }, | 444 }, |
| 441 { | 445 { |
| 442 "name": "$result", | 446 "name": "$result", |
| 443 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests
(retry summary)') failed with return_code 1", | 447 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests
(retry summary)') failed with return_code 1", |
| 444 "status_code": 1 | 448 "status_code": 1 |
| 445 } | 449 } |
| 446 ] | 450 ] |
| OLD | NEW |