| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
| 7 "[BUILDER_CACHE]/linux_chromium_rel_ng", | 7 "[BUILDER_CACHE]/linux_chromium_rel_ng", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 391 "--ninja-path", | 391 "--ninja-path", |
| 392 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 392 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 393 "--target", | 393 "--target", |
| 394 "Release", | 394 "Release", |
| 395 "--src-dir", | 395 "--src-dir", |
| 396 "[BUILDER_CACHE]/linux_chromium_rel_ng/src", | 396 "[BUILDER_CACHE]/linux_chromium_rel_ng/src", |
| 397 "--goma-cache-dir", | 397 "--goma-cache-dir", |
| 398 "[GOMA_CACHE]", | 398 "[GOMA_CACHE]", |
| 399 "--goma-deps-cache-dir", | 399 "--goma-deps-cache-dir", |
| 400 "[GOMA_DEPS_CACHE]", | 400 "[GOMA_DEPS_CACHE]", |
| 401 "--build-tool", | |
| 402 "ninja", | |
| 403 "--compiler", | 401 "--compiler", |
| 404 "goma", | 402 "goma", |
| 405 "--goma-jsonstatus", | 403 "--goma-jsonstatus", |
| 406 "/path/to/tmp/json", | 404 "/path/to/tmp/json", |
| 407 "--goma-service-account-json-file", | 405 "--goma-service-account-json-file", |
| 408 "/creds/service_accounts/service-account-goma-client.json", | 406 "/creds/service_accounts/service-account-goma-client.json", |
| 409 "--goma-dir", | 407 "--goma-dir", |
| 410 "[CACHE]/cipd/goma", | 408 "[CACHE]/cipd/goma", |
| 411 "--goma-fail-fast", | 409 "--goma-fail-fast", |
| 412 "--goma-disable-local-fallback", | 410 "--goma-disable-local-fallback", |
| (...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 616 "--ninja-path", | 614 "--ninja-path", |
| 617 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 615 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 618 "--target", | 616 "--target", |
| 619 "Release", | 617 "Release", |
| 620 "--src-dir", | 618 "--src-dir", |
| 621 "[BUILDER_CACHE]/linux_chromium_rel_ng/src", | 619 "[BUILDER_CACHE]/linux_chromium_rel_ng/src", |
| 622 "--goma-cache-dir", | 620 "--goma-cache-dir", |
| 623 "[GOMA_CACHE]", | 621 "[GOMA_CACHE]", |
| 624 "--goma-deps-cache-dir", | 622 "--goma-deps-cache-dir", |
| 625 "[GOMA_DEPS_CACHE]", | 623 "[GOMA_DEPS_CACHE]", |
| 626 "--build-tool", | |
| 627 "ninja", | |
| 628 "--compiler", | 624 "--compiler", |
| 629 "goma", | 625 "goma", |
| 630 "--goma-jsonstatus", | 626 "--goma-jsonstatus", |
| 631 "/path/to/tmp/json", | 627 "/path/to/tmp/json", |
| 632 "--goma-service-account-json-file", | 628 "--goma-service-account-json-file", |
| 633 "/creds/service_accounts/service-account-goma-client.json", | 629 "/creds/service_accounts/service-account-goma-client.json", |
| 634 "--goma-dir", | 630 "--goma-dir", |
| 635 "[CACHE]/cipd/goma", | 631 "[CACHE]/cipd/goma", |
| 636 "--goma-fail-fast", | 632 "--goma-fail-fast", |
| 637 "--goma-disable-local-fallback", | 633 "--goma-disable-local-fallback", |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 672 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06
5725\"@@@" | 668 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06
5725\"@@@" |
| 673 ] | 669 ] |
| 674 }, | 670 }, |
| 675 { | 671 { |
| 676 "name": "$result", | 672 "name": "$result", |
| 677 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest
s') failed with return_code 1", | 673 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest
s') failed with return_code 1", |
| 678 "recipe_result": null, | 674 "recipe_result": null, |
| 679 "status_code": 1 | 675 "status_code": 1 |
| 680 } | 676 } |
| 681 ] | 677 ] |
| OLD | NEW |