| 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 "tryserver.chromium.linux", | 8 "tryserver.chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_chromium_rel_ng", | 10 "linux_chromium_rel_ng", |
| (...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 359 "name": "generate_build_files (with patch)" | 359 "name": "generate_build_files (with patch)" |
| 360 }, | 360 }, |
| 361 { | 361 { |
| 362 "cmd": [ | 362 "cmd": [ |
| 363 "python", | 363 "python", |
| 364 "-u", | 364 "-u", |
| 365 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 365 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 366 "--show-path", | 366 "--show-path", |
| 367 "python", | 367 "python", |
| 368 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 368 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 369 "--gsutil-py-path", |
| 370 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 369 "--ninja-path", | 371 "--ninja-path", |
| 370 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 372 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 371 "--target", | 373 "--target", |
| 372 "Release", | 374 "Release", |
| 373 "--src-dir", | 375 "--src-dir", |
| 374 "[SLAVE_BUILD]/src", | 376 "[SLAVE_BUILD]/src", |
| 375 "--goma-cache-dir", | 377 "--goma-cache-dir", |
| 376 "[GOMA_CACHE]", | 378 "[GOMA_CACHE]", |
| 377 "--build-tool", | 379 "--build-tool", |
| 378 "ninja", | 380 "ninja", |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 522 "name": "generate_build_files (without patch)" | 524 "name": "generate_build_files (without patch)" |
| 523 }, | 525 }, |
| 524 { | 526 { |
| 525 "cmd": [ | 527 "cmd": [ |
| 526 "python", | 528 "python", |
| 527 "-u", | 529 "-u", |
| 528 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 530 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 529 "--show-path", | 531 "--show-path", |
| 530 "python", | 532 "python", |
| 531 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 533 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 534 "--gsutil-py-path", |
| 535 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 532 "--ninja-path", | 536 "--ninja-path", |
| 533 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 537 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 534 "--target", | 538 "--target", |
| 535 "Release", | 539 "Release", |
| 536 "--src-dir", | 540 "--src-dir", |
| 537 "[SLAVE_BUILD]/src", | 541 "[SLAVE_BUILD]/src", |
| 538 "--goma-cache-dir", | 542 "--goma-cache-dir", |
| 539 "[GOMA_CACHE]", | 543 "[GOMA_CACHE]", |
| 540 "--build-tool", | 544 "--build-tool", |
| 541 "ninja", | 545 "ninja", |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 574 "~followup_annotations": [ | 578 "~followup_annotations": [ |
| 575 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8
ac1f\"@@@" | 579 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8
ac1f\"@@@" |
| 576 ] | 580 ] |
| 577 }, | 581 }, |
| 578 { | 582 { |
| 579 "name": "$result", | 583 "name": "$result", |
| 580 "reason": "Step('compile (without patch)') failed with return_code 1", | 584 "reason": "Step('compile (without patch)') failed with return_code 1", |
| 581 "status_code": 1 | 585 "status_code": 1 |
| 582 } | 586 } |
| 583 ] | 587 ] |
| OLD | NEW |