| 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.v8", | 8 "tryserver.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "v8_linux_chromium_gn_rel", | 10 "v8_linux_chromium_gn_rel", |
| (...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 358 "name": "generate_build_files (with patch)" | 358 "name": "generate_build_files (with patch)" |
| 359 }, | 359 }, |
| 360 { | 360 { |
| 361 "cmd": [ | 361 "cmd": [ |
| 362 "python", | 362 "python", |
| 363 "-u", | 363 "-u", |
| 364 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 364 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 365 "--show-path", | 365 "--show-path", |
| 366 "python", | 366 "python", |
| 367 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 367 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 368 "--gsutil-py-path", |
| 369 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 368 "--ninja-path", | 370 "--ninja-path", |
| 369 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 371 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 370 "--target", | 372 "--target", |
| 371 "Release", | 373 "Release", |
| 372 "--src-dir", | 374 "--src-dir", |
| 373 "[SLAVE_BUILD]/src", | 375 "[SLAVE_BUILD]/src", |
| 374 "--goma-cache-dir", | 376 "--goma-cache-dir", |
| 375 "[GOMA_CACHE]", | 377 "[GOMA_CACHE]", |
| 376 "--build-tool", | 378 "--build-tool", |
| 377 "ninja", | 379 "ninja", |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 531 "name": "generate_build_files (without patch)" | 533 "name": "generate_build_files (without patch)" |
| 532 }, | 534 }, |
| 533 { | 535 { |
| 534 "cmd": [ | 536 "cmd": [ |
| 535 "python", | 537 "python", |
| 536 "-u", | 538 "-u", |
| 537 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 539 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 538 "--show-path", | 540 "--show-path", |
| 539 "python", | 541 "python", |
| 540 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 542 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 543 "--gsutil-py-path", |
| 544 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 541 "--ninja-path", | 545 "--ninja-path", |
| 542 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 546 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 543 "--target", | 547 "--target", |
| 544 "Release", | 548 "Release", |
| 545 "--src-dir", | 549 "--src-dir", |
| 546 "[SLAVE_BUILD]/src", | 550 "[SLAVE_BUILD]/src", |
| 547 "--goma-cache-dir", | 551 "--goma-cache-dir", |
| 548 "[GOMA_CACHE]", | 552 "[GOMA_CACHE]", |
| 549 "--build-tool", | 553 "--build-tool", |
| 550 "ninja", | 554 "ninja", |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 586 "~followup_annotations": [ | 590 "~followup_annotations": [ |
| 587 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90
b814\"@@@" | 591 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90
b814\"@@@" |
| 588 ] | 592 ] |
| 589 }, | 593 }, |
| 590 { | 594 { |
| 591 "name": "$result", | 595 "name": "$result", |
| 592 "reason": "Step('compile (with patch)') failed with return_code 1", | 596 "reason": "Step('compile (with patch)') failed with return_code 1", |
| 593 "status_code": 1 | 597 "status_code": 1 |
| 594 } | 598 } |
| 595 ] | 599 ] |
| OLD | NEW |