Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(378)

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/compile_failure_without_patch_deapply_fn.json

Issue 2307743002: Reland "Avoid to use environment." (Closed)
Patch Set: rebase Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 "--gsutil-py-path", 396 "--gsutil-py-path",
397 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 397 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
398 "--ninja-path", 398 "--ninja-path",
399 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 399 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
400 "--target", 400 "--target",
401 "Release", 401 "Release",
402 "--src-dir", 402 "--src-dir",
403 "[BUILDER_CACHE]/linux/src", 403 "[BUILDER_CACHE]/linux/src",
404 "--goma-cache-dir", 404 "--goma-cache-dir",
405 "[GOMA_CACHE]", 405 "[GOMA_CACHE]",
406 "--buildbot-buildername",
407 "linux_chromium_rel_ng",
408 "--buildbot-mastername",
409 "tryserver.chromium.linux",
410 "--buildbot-slavename",
411 "TestSlavename",
406 "--goma-deps-cache-dir", 412 "--goma-deps-cache-dir",
407 "[GOMA_DEPS_CACHE]", 413 "[GOMA_DEPS_CACHE]",
408 "--compiler", 414 "--compiler",
409 "goma", 415 "goma",
410 "--goma-jsonstatus", 416 "--goma-jsonstatus",
411 "/path/to/tmp/json", 417 "/path/to/tmp/json",
412 "--goma-service-account-json-file", 418 "--goma-service-account-json-file",
413 "/creds/service_accounts/service-account-goma-client.json", 419 "/creds/service_accounts/service-account-goma-client.json",
414 "--goma-dir", 420 "--goma-dir",
415 "[CACHE]/cipd/goma", 421 "[CACHE]/cipd/goma",
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
620 "--gsutil-py-path", 626 "--gsutil-py-path",
621 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 627 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
622 "--ninja-path", 628 "--ninja-path",
623 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 629 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
624 "--target", 630 "--target",
625 "Release", 631 "Release",
626 "--src-dir", 632 "--src-dir",
627 "[BUILDER_CACHE]/linux/src", 633 "[BUILDER_CACHE]/linux/src",
628 "--goma-cache-dir", 634 "--goma-cache-dir",
629 "[GOMA_CACHE]", 635 "[GOMA_CACHE]",
636 "--buildbot-buildername",
637 "linux_chromium_rel_ng",
638 "--buildbot-mastername",
639 "tryserver.chromium.linux",
640 "--buildbot-slavename",
641 "TestSlavename",
630 "--goma-deps-cache-dir", 642 "--goma-deps-cache-dir",
631 "[GOMA_DEPS_CACHE]", 643 "[GOMA_DEPS_CACHE]",
632 "--compiler", 644 "--compiler",
633 "goma", 645 "goma",
634 "--goma-jsonstatus", 646 "--goma-jsonstatus",
635 "/path/to/tmp/json", 647 "/path/to/tmp/json",
636 "--goma-service-account-json-file", 648 "--goma-service-account-json-file",
637 "/creds/service_accounts/service-account-goma-client.json", 649 "/creds/service_accounts/service-account-goma-client.json",
638 "--goma-dir", 650 "--goma-dir",
639 "[CACHE]/cipd/goma", 651 "[CACHE]/cipd/goma",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
676 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06 5725\"@@@" 688 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06 5725\"@@@"
677 ] 689 ]
678 }, 690 },
679 { 691 {
680 "name": "$result", 692 "name": "$result",
681 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest s') failed with return_code 1", 693 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest s') failed with return_code 1",
682 "recipe_result": null, 694 "recipe_result": null,
683 "status_code": 1 695 "status_code": 1
684 } 696 }
685 ] 697 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698