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

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

Issue 2334373002: Roll recipe dependencies (nontrivial). (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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 "@@@SET_BUILD_PROPERTY@got_nacl_revision_cp@\"refs/heads/master@{#274981}\ "@@@", 124 "@@@SET_BUILD_PROPERTY@got_nacl_revision_cp@\"refs/heads/master@{#274981}\ "@@@",
125 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b 8d7bc6080c\"@@@", 125 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b 8d7bc6080c\"@@@",
126 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#43426}\"@@@", 126 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#43426}\"@@@",
127 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@", 127 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
128 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@", 128 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
129 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@", 129 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@",
130 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@" 130 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@"
131 ] 131 ]
132 }, 132 },
133 { 133 {
134 "cmd": [],
135 "name": "ensure_goma" 134 "name": "ensure_goma"
136 }, 135 },
137 { 136 {
138 "cmd": [ 137 "cmd": [
139 "python", 138 "python",
140 "-u", 139 "-u",
141 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 140 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
142 "--platform", 141 "--platform",
143 "linux-amd64", 142 "linux-amd64",
144 "--dest-directory", 143 "--dest-directory",
(...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after
624 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90 b814\"@@@" 623 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90 b814\"@@@"
625 ] 624 ]
626 }, 625 },
627 { 626 {
628 "name": "$result", 627 "name": "$result",
629 "reason": "Step('compile (with patch)') failed with return_code 1", 628 "reason": "Step('compile (with patch)') failed with return_code 1",
630 "recipe_result": null, 629 "recipe_result": null,
631 "status_code": 1 630 "status_code": 1
632 } 631 }
633 ] 632 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698