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

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

Issue 2161643002: chromium.run_mb: set cwd to checkout (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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_chromium_rel_ng", 7 "[BUILDER_CACHE]/linux_chromium_rel_ng",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 "-m", 366 "-m",
367 "tryserver.chromium.linux", 367 "tryserver.chromium.linux",
368 "-b", 368 "-b",
369 "linux_chromium_rel_ng", 369 "linux_chromium_rel_ng",
370 "--config-file", 370 "--config-file",
371 "[BUILDER_CACHE]/linux_chromium_rel_ng/src/tools/mb/mb_config.pyl", 371 "[BUILDER_CACHE]/linux_chromium_rel_ng/src/tools/mb/mb_config.pyl",
372 "--goma-dir", 372 "--goma-dir",
373 "[CACHE]/cipd/goma", 373 "[CACHE]/cipd/goma",
374 "//out/Release" 374 "//out/Release"
375 ], 375 ],
376 "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng/src",
376 "env": { 377 "env": {
377 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 378 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
378 }, 379 },
379 "name": "generate_build_files (with patch)" 380 "name": "generate_build_files (with patch)"
380 }, 381 },
381 { 382 {
382 "cmd": [ 383 "cmd": [
383 "python", 384 "python",
384 "-u", 385 "-u",
385 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 386 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 "-m", 589 "-m",
589 "tryserver.chromium.linux", 590 "tryserver.chromium.linux",
590 "-b", 591 "-b",
591 "linux_chromium_rel_ng", 592 "linux_chromium_rel_ng",
592 "--config-file", 593 "--config-file",
593 "[BUILDER_CACHE]/linux_chromium_rel_ng/src/tools/mb/mb_config.pyl", 594 "[BUILDER_CACHE]/linux_chromium_rel_ng/src/tools/mb/mb_config.pyl",
594 "--goma-dir", 595 "--goma-dir",
595 "[CACHE]/cipd/goma", 596 "[CACHE]/cipd/goma",
596 "//out/Release" 597 "//out/Release"
597 ], 598 ],
598 "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng", 599 "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng/src",
599 "env": { 600 "env": {
600 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 601 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
601 }, 602 },
602 "name": "generate_build_files (without patch)" 603 "name": "generate_build_files (without patch)"
603 }, 604 },
604 { 605 {
605 "cmd": [ 606 "cmd": [
606 "python", 607 "python",
607 "-u", 608 "-u",
608 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 609 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
668 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06 5725\"@@@" 669 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06 5725\"@@@"
669 ] 670 ]
670 }, 671 },
671 { 672 {
672 "name": "$result", 673 "name": "$result",
673 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest s') failed with return_code 1", 674 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest s') failed with return_code 1",
674 "recipe_result": null, 675 "recipe_result": null,
675 "status_code": 1 676 "status_code": 1
676 } 677 }
677 ] 678 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698