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 354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
365 "--ninja-path", | 365 "--ninja-path", |
366 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 366 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
367 "--target", | 367 "--target", |
368 "Release", | 368 "Release", |
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 "--goma-deps-cache-dir", | 373 "--goma-deps-cache-dir", |
374 "[GOMA_DEPS_CACHE]", | 374 "[GOMA_DEPS_CACHE]", |
375 "--build-tool", | |
376 "ninja", | |
377 "--compiler", | 375 "--compiler", |
378 "goma", | 376 "goma", |
379 "--goma-jsonstatus", | 377 "--goma-jsonstatus", |
380 "/path/to/tmp/json", | 378 "/path/to/tmp/json", |
381 "--goma-service-account-json-file", | 379 "--goma-service-account-json-file", |
382 "/creds/service_accounts/service-account-goma-client.json", | 380 "/creds/service_accounts/service-account-goma-client.json", |
383 "--goma-dir", | 381 "--goma-dir", |
384 "[CACHE]/cipd/goma", | 382 "[CACHE]/cipd/goma", |
385 "--goma-fail-fast", | 383 "--goma-fail-fast", |
386 "--goma-disable-local-fallback", | 384 "--goma-disable-local-fallback", |
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
625 "--ninja-path", | 623 "--ninja-path", |
626 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 624 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
627 "--target", | 625 "--target", |
628 "Release", | 626 "Release", |
629 "--src-dir", | 627 "--src-dir", |
630 "[BUILDER_CACHE]/linux_layout/src", | 628 "[BUILDER_CACHE]/linux_layout/src", |
631 "--goma-cache-dir", | 629 "--goma-cache-dir", |
632 "[GOMA_CACHE]", | 630 "[GOMA_CACHE]", |
633 "--goma-deps-cache-dir", | 631 "--goma-deps-cache-dir", |
634 "[GOMA_DEPS_CACHE]", | 632 "[GOMA_DEPS_CACHE]", |
635 "--build-tool", | |
636 "ninja", | |
637 "--compiler", | 633 "--compiler", |
638 "goma", | 634 "goma", |
639 "--goma-jsonstatus", | 635 "--goma-jsonstatus", |
640 "/path/to/tmp/json", | 636 "/path/to/tmp/json", |
641 "--goma-service-account-json-file", | 637 "--goma-service-account-json-file", |
642 "/creds/service_accounts/service-account-goma-client.json", | 638 "/creds/service_accounts/service-account-goma-client.json", |
643 "--goma-dir", | 639 "--goma-dir", |
644 "[CACHE]/cipd/goma", | 640 "[CACHE]/cipd/goma", |
645 "--goma-fail-fast", | 641 "--goma-fail-fast", |
646 "--goma-disable-local-fallback", | 642 "--goma-disable-local-fallback", |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
681 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110
eeb0\"@@@" | 677 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110
eeb0\"@@@" |
682 ] | 678 ] |
683 }, | 679 }, |
684 { | 680 { |
685 "name": "$result", | 681 "name": "$result", |
686 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", | 682 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", |
687 "recipe_result": null, | 683 "recipe_result": null, |
688 "status_code": 1 | 684 "status_code": 1 |
689 } | 685 } |
690 ] | 686 ] |
OLD | NEW |