| 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 372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 383 "--src-dir", | 383 "--src-dir", |
| 384 "[BUILDER_CACHE]/linux/src", | 384 "[BUILDER_CACHE]/linux/src", |
| 385 "--goma-cache-dir", | 385 "--goma-cache-dir", |
| 386 "[GOMA_CACHE]", | 386 "[GOMA_CACHE]", |
| 387 "--buildbot-buildername", | 387 "--buildbot-buildername", |
| 388 "linux_chromium_rel_ng", | 388 "linux_chromium_rel_ng", |
| 389 "--buildbot-mastername", | 389 "--buildbot-mastername", |
| 390 "tryserver.chromium.linux", | 390 "tryserver.chromium.linux", |
| 391 "--buildbot-slavename", | 391 "--buildbot-slavename", |
| 392 "TestSlavename", | 392 "TestSlavename", |
| 393 "--goma-deps-cache-dir", | 393 "--goma-deps-cache-file", |
| 394 "[GOMA_DEPS_CACHE]", | 394 "linux_chromium_rel_ng.gomadeps", |
| 395 "--compiler", | 395 "--compiler", |
| 396 "goma", | 396 "goma", |
| 397 "--goma-jsonstatus", | 397 "--goma-jsonstatus", |
| 398 "/path/to/tmp/json", | 398 "/path/to/tmp/json", |
| 399 "--goma-service-account-json-file", | 399 "--goma-service-account-json-file", |
| 400 "/creds/service_accounts/service-account-goma-client.json", | 400 "/creds/service_accounts/service-account-goma-client.json", |
| 401 "--goma-dir", | 401 "--goma-dir", |
| 402 "[CACHE]/cipd/goma", | 402 "[CACHE]/cipd/goma", |
| 403 "--goma-fail-fast", | 403 "--goma-fail-fast", |
| 404 "--goma-disable-local-fallback", | 404 "--goma-disable-local-fallback", |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 562 "--src-dir", | 562 "--src-dir", |
| 563 "[BUILDER_CACHE]/linux/src", | 563 "[BUILDER_CACHE]/linux/src", |
| 564 "--goma-cache-dir", | 564 "--goma-cache-dir", |
| 565 "[GOMA_CACHE]", | 565 "[GOMA_CACHE]", |
| 566 "--buildbot-buildername", | 566 "--buildbot-buildername", |
| 567 "linux_chromium_rel_ng", | 567 "linux_chromium_rel_ng", |
| 568 "--buildbot-mastername", | 568 "--buildbot-mastername", |
| 569 "tryserver.chromium.linux", | 569 "tryserver.chromium.linux", |
| 570 "--buildbot-slavename", | 570 "--buildbot-slavename", |
| 571 "TestSlavename", | 571 "TestSlavename", |
| 572 "--goma-deps-cache-dir", | 572 "--goma-deps-cache-file", |
| 573 "[GOMA_DEPS_CACHE]", | 573 "linux_chromium_rel_ng.gomadeps", |
| 574 "--compiler", | 574 "--compiler", |
| 575 "goma", | 575 "goma", |
| 576 "--goma-jsonstatus", | 576 "--goma-jsonstatus", |
| 577 "/path/to/tmp/json", | 577 "/path/to/tmp/json", |
| 578 "--goma-service-account-json-file", | 578 "--goma-service-account-json-file", |
| 579 "/creds/service_accounts/service-account-goma-client.json", | 579 "/creds/service_accounts/service-account-goma-client.json", |
| 580 "--goma-dir", | 580 "--goma-dir", |
| 581 "[CACHE]/cipd/goma", | 581 "[CACHE]/cipd/goma", |
| 582 "--goma-fail-fast", | 582 "--goma-fail-fast", |
| 583 "--goma-disable-local-fallback", | 583 "--goma-disable-local-fallback", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 610 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8
ac1f\"@@@" | 610 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8
ac1f\"@@@" |
| 611 ] | 611 ] |
| 612 }, | 612 }, |
| 613 { | 613 { |
| 614 "name": "$result", | 614 "name": "$result", |
| 615 "reason": "Step('compile (without patch)') failed with return_code 1", | 615 "reason": "Step('compile (without patch)') failed with return_code 1", |
| 616 "recipe_result": null, | 616 "recipe_result": null, |
| 617 "status_code": 1 | 617 "status_code": 1 |
| 618 } | 618 } |
| 619 ] | 619 ] |
| OLD | NEW |