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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/compile_failure_without_patch_ng.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 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 "--gsutil-py-path", 384 "--gsutil-py-path",
385 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 385 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
386 "--ninja-path", 386 "--ninja-path",
387 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 387 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
388 "--target", 388 "--target",
389 "Release", 389 "Release",
390 "--src-dir", 390 "--src-dir",
391 "[BUILDER_CACHE]/linux/src", 391 "[BUILDER_CACHE]/linux/src",
392 "--goma-cache-dir", 392 "--goma-cache-dir",
393 "[GOMA_CACHE]", 393 "[GOMA_CACHE]",
394 "--buildbot-buildername",
395 "linux_chromium_rel_ng",
396 "--buildbot-mastername",
397 "tryserver.chromium.linux",
398 "--buildbot-slavename",
399 "TestSlavename",
394 "--goma-deps-cache-dir", 400 "--goma-deps-cache-dir",
395 "[GOMA_DEPS_CACHE]", 401 "[GOMA_DEPS_CACHE]",
396 "--compiler", 402 "--compiler",
397 "goma", 403 "goma",
398 "--goma-jsonstatus", 404 "--goma-jsonstatus",
399 "/path/to/tmp/json", 405 "/path/to/tmp/json",
400 "--goma-service-account-json-file", 406 "--goma-service-account-json-file",
401 "/creds/service_accounts/service-account-goma-client.json", 407 "/creds/service_accounts/service-account-goma-client.json",
402 "--goma-dir", 408 "--goma-dir",
403 "[CACHE]/cipd/goma", 409 "[CACHE]/cipd/goma",
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 "--gsutil-py-path", 570 "--gsutil-py-path",
565 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 571 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
566 "--ninja-path", 572 "--ninja-path",
567 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 573 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
568 "--target", 574 "--target",
569 "Release", 575 "Release",
570 "--src-dir", 576 "--src-dir",
571 "[BUILDER_CACHE]/linux/src", 577 "[BUILDER_CACHE]/linux/src",
572 "--goma-cache-dir", 578 "--goma-cache-dir",
573 "[GOMA_CACHE]", 579 "[GOMA_CACHE]",
580 "--buildbot-buildername",
581 "linux_chromium_rel_ng",
582 "--buildbot-mastername",
583 "tryserver.chromium.linux",
584 "--buildbot-slavename",
585 "TestSlavename",
574 "--goma-deps-cache-dir", 586 "--goma-deps-cache-dir",
575 "[GOMA_DEPS_CACHE]", 587 "[GOMA_DEPS_CACHE]",
576 "--compiler", 588 "--compiler",
577 "goma", 589 "goma",
578 "--goma-jsonstatus", 590 "--goma-jsonstatus",
579 "/path/to/tmp/json", 591 "/path/to/tmp/json",
580 "--goma-service-account-json-file", 592 "--goma-service-account-json-file",
581 "/creds/service_accounts/service-account-goma-client.json", 593 "/creds/service_accounts/service-account-goma-client.json",
582 "--goma-dir", 594 "--goma-dir",
583 "[CACHE]/cipd/goma", 595 "[CACHE]/cipd/goma",
(...skipping 28 matching lines...) Expand all
612 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8 ac1f\"@@@" 624 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8 ac1f\"@@@"
613 ] 625 ]
614 }, 626 },
615 { 627 {
616 "name": "$result", 628 "name": "$result",
617 "reason": "Step('compile (without patch)') failed with return_code 1", 629 "reason": "Step('compile (without patch)') failed with return_code 1",
618 "recipe_result": null, 630 "recipe_result": null,
619 "status_code": 1 631 "status_code": 1
620 } 632 }
621 ] 633 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698