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

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

Issue 2162343002: tryserver.chromium.linux: convert chromium_trybot builders to remote_run (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",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
11 "~followup_annotations": [ 11 "~followup_annotations": [
12 "@@@STEP_LOG_LINE@python.inline@@@@", 12 "@@@STEP_LOG_LINE@python.inline@@@@",
13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
(...skipping 27 matching lines...) Expand all
45 "--patchset", 45 "--patchset",
46 "1", 46 "1",
47 "--rietveld_server", 47 "--rietveld_server",
48 "https://codereview.chromium.org", 48 "https://codereview.chromium.org",
49 "--output_json", 49 "--output_json",
50 "/path/to/tmp/json", 50 "/path/to/tmp/json",
51 "--revision", 51 "--revision",
52 "src@HEAD", 52 "src@HEAD",
53 "--output_manifest" 53 "--output_manifest"
54 ], 54 ],
55 "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng", 55 "cwd": "[BUILDER_CACHE]/linux",
56 "env": { 56 "env": {
57 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 57 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
58 }, 58 },
59 "name": "bot_update", 59 "name": "bot_update",
60 "~followup_annotations": [ 60 "~followup_annotations": [
61 "@@@STEP_TEXT@Some step text@@@", 61 "@@@STEP_TEXT@Some step text@@@",
62 "@@@STEP_LOG_LINE@json.output@{@@@", 62 "@@@STEP_LOG_LINE@json.output@{@@@",
63 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 63 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
64 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 64 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
65 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 65 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 "@@@STEP_LOG_LINE@json.output@ }@@@", 183 "@@@STEP_LOG_LINE@json.output@ }@@@",
184 "@@@STEP_LOG_LINE@json.output@ ]@@@", 184 "@@@STEP_LOG_LINE@json.output@ ]@@@",
185 "@@@STEP_LOG_LINE@json.output@}@@@", 185 "@@@STEP_LOG_LINE@json.output@}@@@",
186 "@@@STEP_LOG_END@json.output@@@" 186 "@@@STEP_LOG_END@json.output@@@"
187 ] 187 ]
188 }, 188 },
189 { 189 {
190 "cmd": [ 190 "cmd": [
191 "python", 191 "python",
192 "-u", 192 "-u",
193 "[BUILDER_CACHE]/linux_chromium_rel_ng/src/tools/swarming_client/swarming. py", 193 "[BUILDER_CACHE]/linux/src/tools/swarming_client/swarming.py",
194 "--version" 194 "--version"
195 ], 195 ],
196 "name": "swarming.py --version", 196 "name": "swarming.py --version",
197 "stdout": "/path/to/tmp/", 197 "stdout": "/path/to/tmp/",
198 "~followup_annotations": [ 198 "~followup_annotations": [
199 "@@@STEP_TEXT@0.8.6@@@" 199 "@@@STEP_TEXT@0.8.6@@@"
200 ] 200 ]
201 }, 201 },
202 { 202 {
203 "cmd": [ 203 "cmd": [
204 "python", 204 "python",
205 "-u", 205 "-u",
206 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 206 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
207 "runhooks" 207 "runhooks"
208 ], 208 ],
209 "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng/src", 209 "cwd": "[BUILDER_CACHE]/linux/src",
210 "env": { 210 "env": {
211 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 211 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
212 "GYP_CHROMIUM_NO_ACTION": "1", 212 "GYP_CHROMIUM_NO_ACTION": "1",
213 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always _on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' proprietary _codecs=1 target_arch=x64 test_isolation_mode=prepare use_goma=1", 213 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always _on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' proprietary _codecs=1 target_arch=x64 test_isolation_mode=prepare use_goma=1",
214 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 214 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
215 }, 215 },
216 "name": "gclient runhooks (with patch)", 216 "name": "gclient runhooks (with patch)",
217 "~followup_annotations": [ 217 "~followup_annotations": [
218 "step returned non-zero exit code: 1", 218 "step returned non-zero exit code: 1",
219 "@@@STEP_FAILURE@@@" 219 "@@@STEP_FAILURE@@@"
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 "@@@STEP_LOG_END@json.output@@@" 312 "@@@STEP_LOG_END@json.output@@@"
313 ] 313 ]
314 }, 314 },
315 { 315 {
316 "cmd": [ 316 "cmd": [
317 "python", 317 "python",
318 "-u", 318 "-u",
319 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 319 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
320 "runhooks" 320 "runhooks"
321 ], 321 ],
322 "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng/src", 322 "cwd": "[BUILDER_CACHE]/linux/src",
323 "env": { 323 "env": {
324 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 324 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
325 "GYP_CHROMIUM_NO_ACTION": "1", 325 "GYP_CHROMIUM_NO_ACTION": "1",
326 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always _on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' proprietary _codecs=1 target_arch=x64 test_isolation_mode=prepare use_goma=1", 326 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always _on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' proprietary _codecs=1 target_arch=x64 test_isolation_mode=prepare use_goma=1",
327 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 327 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
328 }, 328 },
329 "name": "gclient runhooks (without patch)" 329 "name": "gclient runhooks (without patch)"
330 }, 330 },
331 { 331 {
332 "cmd": [ 332 "cmd": [
333 "python", 333 "python",
334 "-u", 334 "-u",
335 "import sys; sys.exit(0)" 335 "import sys; sys.exit(0)"
336 ], 336 ],
337 "name": "mark: before_tests", 337 "name": "mark: before_tests",
338 "~followup_annotations": [ 338 "~followup_annotations": [
339 "@@@SET_BUILD_PROPERTY@failure_hash@\"e21d0f2b4dd4945720174b0d0fa3a0108208 98d7\"@@@" 339 "@@@SET_BUILD_PROPERTY@failure_hash@\"e21d0f2b4dd4945720174b0d0fa3a0108208 98d7\"@@@"
340 ] 340 ]
341 }, 341 },
342 { 342 {
343 "name": "$result", 343 "name": "$result",
344 "reason": "Step('gclient runhooks (with patch)') failed with return_code 1", 344 "reason": "Step('gclient runhooks (with patch)') failed with return_code 1",
345 "recipe_result": null, 345 "recipe_result": null,
346 "status_code": 1 346 "status_code": 1
347 } 347 }
348 ] 348 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698