| 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_layout", | 7 "[BUILDER_CACHE]/linux_layout", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 369 "--src-dir", | 369 "--src-dir", |
| 370 "[BUILDER_CACHE]/linux_layout/src", | 370 "[BUILDER_CACHE]/linux_layout/src", |
| 371 "--goma-cache-dir", | 371 "--goma-cache-dir", |
| 372 "[GOMA_CACHE]", | 372 "[GOMA_CACHE]", |
| 373 "--buildbot-buildername", | 373 "--buildbot-buildername", |
| 374 "linux_precise_blink_rel", | 374 "linux_precise_blink_rel", |
| 375 "--buildbot-mastername", | 375 "--buildbot-mastername", |
| 376 "tryserver.blink", | 376 "tryserver.blink", |
| 377 "--buildbot-slavename", | 377 "--buildbot-slavename", |
| 378 "TestSlavename", | 378 "TestSlavename", |
| 379 "--goma-deps-cache-dir", | 379 "--goma-deps-cache-file", |
| 380 "[GOMA_DEPS_CACHE]", | 380 "linux_precise_blink_rel.gomadeps", |
| 381 "--compiler", | 381 "--compiler", |
| 382 "goma", | 382 "goma", |
| 383 "--goma-jsonstatus", | 383 "--goma-jsonstatus", |
| 384 "/path/to/tmp/json", | 384 "/path/to/tmp/json", |
| 385 "--goma-service-account-json-file", | 385 "--goma-service-account-json-file", |
| 386 "/creds/service_accounts/service-account-goma-client.json", | 386 "/creds/service_accounts/service-account-goma-client.json", |
| 387 "--goma-dir", | 387 "--goma-dir", |
| 388 "[CACHE]/cipd/goma", | 388 "[CACHE]/cipd/goma", |
| 389 "--goma-fail-fast", | 389 "--goma-fail-fast", |
| 390 "--goma-disable-local-fallback", | 390 "--goma-disable-local-fallback", |
| (...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 627 "--src-dir", | 627 "--src-dir", |
| 628 "[BUILDER_CACHE]/linux_layout/src", | 628 "[BUILDER_CACHE]/linux_layout/src", |
| 629 "--goma-cache-dir", | 629 "--goma-cache-dir", |
| 630 "[GOMA_CACHE]", | 630 "[GOMA_CACHE]", |
| 631 "--buildbot-buildername", | 631 "--buildbot-buildername", |
| 632 "linux_precise_blink_rel", | 632 "linux_precise_blink_rel", |
| 633 "--buildbot-mastername", | 633 "--buildbot-mastername", |
| 634 "tryserver.blink", | 634 "tryserver.blink", |
| 635 "--buildbot-slavename", | 635 "--buildbot-slavename", |
| 636 "TestSlavename", | 636 "TestSlavename", |
| 637 "--goma-deps-cache-dir", | 637 "--goma-deps-cache-file", |
| 638 "[GOMA_DEPS_CACHE]", | 638 "linux_precise_blink_rel.gomadeps", |
| 639 "--compiler", | 639 "--compiler", |
| 640 "goma", | 640 "goma", |
| 641 "--goma-jsonstatus", | 641 "--goma-jsonstatus", |
| 642 "/path/to/tmp/json", | 642 "/path/to/tmp/json", |
| 643 "--goma-service-account-json-file", | 643 "--goma-service-account-json-file", |
| 644 "/creds/service_accounts/service-account-goma-client.json", | 644 "/creds/service_accounts/service-account-goma-client.json", |
| 645 "--goma-dir", | 645 "--goma-dir", |
| 646 "[CACHE]/cipd/goma", | 646 "[CACHE]/cipd/goma", |
| 647 "--goma-fail-fast", | 647 "--goma-fail-fast", |
| 648 "--goma-disable-local-fallback", | 648 "--goma-disable-local-fallback", |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 727 "@@@SET_BUILD_PROPERTY@failure_hash@\"8c01a91e897840b224972c26207016e752e1
5ac5\"@@@" | 727 "@@@SET_BUILD_PROPERTY@failure_hash@\"8c01a91e897840b224972c26207016e752e1
5ac5\"@@@" |
| 728 ] | 728 ] |
| 729 }, | 729 }, |
| 730 { | 730 { |
| 731 "name": "$result", | 731 "name": "$result", |
| 732 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests
(retry summary)') failed with return_code 1", | 732 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests
(retry summary)') failed with return_code 1", |
| 733 "recipe_result": null, | 733 "recipe_result": null, |
| 734 "status_code": 1 | 734 "status_code": 1 |
| 735 } | 735 } |
| 736 ] | 736 ] |
| OLD | NEW |