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