| 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 410 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 421 "--src-dir", | 421 "--src-dir", |
| 422 "[BUILDER_CACHE]/linux/src", | 422 "[BUILDER_CACHE]/linux/src", |
| 423 "--goma-cache-dir", | 423 "--goma-cache-dir", |
| 424 "[GOMA_CACHE]", | 424 "[GOMA_CACHE]", |
| 425 "--buildbot-buildername", | 425 "--buildbot-buildername", |
| 426 "linux_chromium_rel_ng", | 426 "linux_chromium_rel_ng", |
| 427 "--buildbot-mastername", | 427 "--buildbot-mastername", |
| 428 "tryserver.chromium.linux", | 428 "tryserver.chromium.linux", |
| 429 "--buildbot-slavename", | 429 "--buildbot-slavename", |
| 430 "TestSlavename", | 430 "TestSlavename", |
| 431 "--goma-deps-cache-dir", | 431 "--goma-deps-cache-file", |
| 432 "[GOMA_DEPS_CACHE]", | 432 "linux_chromium_rel_ng.gomadeps", |
| 433 "--compiler", | 433 "--compiler", |
| 434 "goma", | 434 "goma", |
| 435 "--goma-jsonstatus", | 435 "--goma-jsonstatus", |
| 436 "/path/to/tmp/json", | 436 "/path/to/tmp/json", |
| 437 "--goma-service-account-json-file", | 437 "--goma-service-account-json-file", |
| 438 "/creds/service_accounts/service-account-goma-client.json", | 438 "/creds/service_accounts/service-account-goma-client.json", |
| 439 "--goma-dir", | 439 "--goma-dir", |
| 440 "[CACHE]/cipd/goma", | 440 "[CACHE]/cipd/goma", |
| 441 "--goma-fail-fast", | 441 "--goma-fail-fast", |
| 442 "--goma-disable-local-fallback", | 442 "--goma-disable-local-fallback", |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 555 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06
5725\"@@@" | 555 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06
5725\"@@@" |
| 556 ] | 556 ] |
| 557 }, | 557 }, |
| 558 { | 558 { |
| 559 "name": "$result", | 559 "name": "$result", |
| 560 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest
s') failed with return_code 1", | 560 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest
s') failed with return_code 1", |
| 561 "recipe_result": null, | 561 "recipe_result": null, |
| 562 "status_code": 1 | 562 "status_code": 1 |
| 563 } | 563 } |
| 564 ] | 564 ] |
| OLD | NEW |