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

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

Issue 2304063002: Revert "Avoid to use environment." (Closed)
Patch Set: 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]/v8_linux_chromium_gn_rel", 7 "[BUILDER_CACHE]/v8_linux_chromium_gn_rel",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 "--gsutil-py-path", 385 "--gsutil-py-path",
386 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 386 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
387 "--ninja-path", 387 "--ninja-path",
388 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 388 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
389 "--target", 389 "--target",
390 "Release", 390 "Release",
391 "--src-dir", 391 "--src-dir",
392 "[BUILDER_CACHE]/v8_linux_chromium_gn_rel/src", 392 "[BUILDER_CACHE]/v8_linux_chromium_gn_rel/src",
393 "--goma-cache-dir", 393 "--goma-cache-dir",
394 "[GOMA_CACHE]", 394 "[GOMA_CACHE]",
395 "--buildbot-buildername",
396 "v8_linux_chromium_gn_rel",
397 "--buildbot-mastername",
398 "tryserver.v8",
399 "--buildbot-slavename",
400 "TestSlavename",
401 "--goma-deps-cache-dir", 395 "--goma-deps-cache-dir",
402 "[GOMA_DEPS_CACHE]", 396 "[GOMA_DEPS_CACHE]",
403 "--compiler", 397 "--compiler",
404 "goma", 398 "goma",
405 "--goma-jsonstatus", 399 "--goma-jsonstatus",
406 "/path/to/tmp/json", 400 "/path/to/tmp/json",
407 "--goma-service-account-json-file", 401 "--goma-service-account-json-file",
408 "/creds/service_accounts/service-account-goma-client.json", 402 "/creds/service_accounts/service-account-goma-client.json",
409 "--goma-dir", 403 "--goma-dir",
410 "[CACHE]/cipd/goma", 404 "[CACHE]/cipd/goma",
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
581 "--gsutil-py-path", 575 "--gsutil-py-path",
582 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 576 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
583 "--ninja-path", 577 "--ninja-path",
584 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 578 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
585 "--target", 579 "--target",
586 "Release", 580 "Release",
587 "--src-dir", 581 "--src-dir",
588 "[BUILDER_CACHE]/v8_linux_chromium_gn_rel/src", 582 "[BUILDER_CACHE]/v8_linux_chromium_gn_rel/src",
589 "--goma-cache-dir", 583 "--goma-cache-dir",
590 "[GOMA_CACHE]", 584 "[GOMA_CACHE]",
591 "--buildbot-buildername",
592 "v8_linux_chromium_gn_rel",
593 "--buildbot-mastername",
594 "tryserver.v8",
595 "--buildbot-slavename",
596 "TestSlavename",
597 "--goma-deps-cache-dir", 585 "--goma-deps-cache-dir",
598 "[GOMA_DEPS_CACHE]", 586 "[GOMA_DEPS_CACHE]",
599 "--compiler", 587 "--compiler",
600 "goma", 588 "goma",
601 "--goma-jsonstatus", 589 "--goma-jsonstatus",
602 "/path/to/tmp/json", 590 "/path/to/tmp/json",
603 "--goma-service-account-json-file", 591 "--goma-service-account-json-file",
604 "/creds/service_accounts/service-account-goma-client.json", 592 "/creds/service_accounts/service-account-goma-client.json",
605 "--goma-dir", 593 "--goma-dir",
606 "[CACHE]/cipd/goma", 594 "[CACHE]/cipd/goma",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
638 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90 b814\"@@@" 626 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90 b814\"@@@"
639 ] 627 ]
640 }, 628 },
641 { 629 {
642 "name": "$result", 630 "name": "$result",
643 "reason": "Step('compile (with patch)') failed with return_code 1", 631 "reason": "Step('compile (with patch)') failed with return_code 1",
644 "recipe_result": null, 632 "recipe_result": null,
645 "status_code": 1 633 "status_code": 1
646 } 634 }
647 ] 635 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698