| 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", | 7 "[BUILDER_CACHE]/linux", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 395 "--src-dir", | 395 "--src-dir", |
| 396 "[BUILDER_CACHE]/linux/src", | 396 "[BUILDER_CACHE]/linux/src", |
| 397 "--goma-cache-dir", | 397 "--goma-cache-dir", |
| 398 "[GOMA_CACHE]", | 398 "[GOMA_CACHE]", |
| 399 "--buildbot-buildername", | 399 "--buildbot-buildername", |
| 400 "linux_chromium_rel_ng", | 400 "linux_chromium_rel_ng", |
| 401 "--buildbot-mastername", | 401 "--buildbot-mastername", |
| 402 "tryserver.chromium.linux", | 402 "tryserver.chromium.linux", |
| 403 "--buildbot-slavename", | 403 "--buildbot-slavename", |
| 404 "TestSlavename", | 404 "TestSlavename", |
| 405 "--goma-deps-cache-dir", | 405 "--goma-deps-cache-file", |
| 406 "[GOMA_DEPS_CACHE]", | 406 "linux_chromium_rel_ng.gomadeps", |
| 407 "--compiler", | 407 "--compiler", |
| 408 "goma", | 408 "goma", |
| 409 "--goma-jsonstatus", | 409 "--goma-jsonstatus", |
| 410 "/path/to/tmp/json", | 410 "/path/to/tmp/json", |
| 411 "--goma-service-account-json-file", | 411 "--goma-service-account-json-file", |
| 412 "/creds/service_accounts/service-account-goma-client.json", | 412 "/creds/service_accounts/service-account-goma-client.json", |
| 413 "--goma-dir", | 413 "--goma-dir", |
| 414 "[CACHE]/cipd/goma", | 414 "[CACHE]/cipd/goma", |
| 415 "--goma-fail-fast", | 415 "--goma-fail-fast", |
| 416 "--goma-disable-local-fallback", | 416 "--goma-disable-local-fallback", |
| (...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 618 "--src-dir", | 618 "--src-dir", |
| 619 "[BUILDER_CACHE]/linux/src", | 619 "[BUILDER_CACHE]/linux/src", |
| 620 "--goma-cache-dir", | 620 "--goma-cache-dir", |
| 621 "[GOMA_CACHE]", | 621 "[GOMA_CACHE]", |
| 622 "--buildbot-buildername", | 622 "--buildbot-buildername", |
| 623 "linux_chromium_rel_ng", | 623 "linux_chromium_rel_ng", |
| 624 "--buildbot-mastername", | 624 "--buildbot-mastername", |
| 625 "tryserver.chromium.linux", | 625 "tryserver.chromium.linux", |
| 626 "--buildbot-slavename", | 626 "--buildbot-slavename", |
| 627 "TestSlavename", | 627 "TestSlavename", |
| 628 "--goma-deps-cache-dir", | 628 "--goma-deps-cache-file", |
| 629 "[GOMA_DEPS_CACHE]", | 629 "linux_chromium_rel_ng.gomadeps", |
| 630 "--compiler", | 630 "--compiler", |
| 631 "goma", | 631 "goma", |
| 632 "--goma-jsonstatus", | 632 "--goma-jsonstatus", |
| 633 "/path/to/tmp/json", | 633 "/path/to/tmp/json", |
| 634 "--goma-service-account-json-file", | 634 "--goma-service-account-json-file", |
| 635 "/creds/service_accounts/service-account-goma-client.json", | 635 "/creds/service_accounts/service-account-goma-client.json", |
| 636 "--goma-dir", | 636 "--goma-dir", |
| 637 "[CACHE]/cipd/goma", | 637 "[CACHE]/cipd/goma", |
| 638 "--goma-fail-fast", | 638 "--goma-fail-fast", |
| 639 "--goma-disable-local-fallback", | 639 "--goma-disable-local-fallback", |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 674 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06
5725\"@@@" | 674 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06
5725\"@@@" |
| 675 ] | 675 ] |
| 676 }, | 676 }, |
| 677 { | 677 { |
| 678 "name": "$result", | 678 "name": "$result", |
| 679 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest
s') failed with return_code 1", | 679 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest
s') failed with return_code 1", |
| 680 "recipe_result": null, | 680 "recipe_result": null, |
| 681 "status_code": 1 | 681 "status_code": 1 |
| 682 } | 682 } |
| 683 ] | 683 ] |
| OLD | NEW |