| 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.blink", | 8 "tryserver.blink", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_chromium_gn_rel", | 10 "linux_chromium_gn_rel", |
| (...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 247 "--src-dir", | 247 "--src-dir", |
| 248 "[SLAVE_BUILD]/src", | 248 "[SLAVE_BUILD]/src", |
| 249 "--build-tool", | 249 "--build-tool", |
| 250 "ninja", | 250 "ninja", |
| 251 "--compiler", | 251 "--compiler", |
| 252 "goma", | 252 "goma", |
| 253 "--goma-dir", | 253 "--goma-dir", |
| 254 "[BUILD]/goma", | 254 "[BUILD]/goma", |
| 255 "--goma-fail-fast", | 255 "--goma-fail-fast", |
| 256 "--goma-disable-local-fallback", | 256 "--goma-disable-local-fallback", |
| 257 "--ninja-ensure-up-to-date", |
| 257 "--", | 258 "--", |
| 258 "base_unittests" | 259 "base_unittests" |
| 259 ], | 260 ], |
| 260 "cwd": "[SLAVE_BUILD]", | 261 "cwd": "[SLAVE_BUILD]", |
| 261 "name": "compile", | 262 "name": "compile", |
| 262 "~followup_annotations": [ | 263 "~followup_annotations": [ |
| 263 "step returned non-zero exit code: 1", | 264 "step returned non-zero exit code: 1", |
| 264 "@@@STEP_FAILURE@@@", | 265 "@@@STEP_FAILURE@@@", |
| 265 "@@@SET_BUILD_PROPERTY@failure_hash@\"69f4c2db516d85aa3fa17ec9bd58b1421795
22fa\"@@@" | 266 "@@@SET_BUILD_PROPERTY@failure_hash@\"69f4c2db516d85aa3fa17ec9bd58b1421795
22fa\"@@@" |
| 266 ] | 267 ] |
| 267 }, | 268 }, |
| 268 { | 269 { |
| 269 "name": "$final_result", | 270 "name": "$final_result", |
| 270 "reason": "Step('compile') failed with return_code 1", | 271 "reason": "Step('compile') failed with return_code 1", |
| 271 "status_code": 1 | 272 "status_code": 1 |
| 272 } | 273 } |
| 273 ] | 274 ] |
| OLD | NEW |