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

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

Issue 2156443003: tryserver.chromium.win: convert chromium_trybot builders to remote_run (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: presubmit 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 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
11 "cmd": [ 11 "cmd": [
12 "python", 12 "python",
13 "-u", 13 "-u",
14 "\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", 14 "\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",
15 "[BUILDER_CACHE]\\win_chromium_rel_ng", 15 "[BUILDER_CACHE]\\win",
16 "511" 16 "511"
17 ], 17 ],
18 "name": "makedirs checkout path", 18 "name": "makedirs checkout path",
19 "~followup_annotations": [ 19 "~followup_annotations": [
20 "@@@STEP_LOG_LINE@python.inline@@@@", 20 "@@@STEP_LOG_LINE@python.inline@@@@",
21 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 21 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
22 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 22 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
23 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 23 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
24 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 24 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
25 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 25 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
(...skipping 27 matching lines...) Expand all
53 "--patchset", 53 "--patchset",
54 "1", 54 "1",
55 "--rietveld_server", 55 "--rietveld_server",
56 "https://codereview.chromium.org", 56 "https://codereview.chromium.org",
57 "--output_json", 57 "--output_json",
58 "/path/to/tmp/json", 58 "/path/to/tmp/json",
59 "--revision", 59 "--revision",
60 "src@HEAD", 60 "src@HEAD",
61 "--output_manifest" 61 "--output_manifest"
62 ], 62 ],
63 "cwd": "[BUILDER_CACHE]\\win_chromium_rel_ng", 63 "cwd": "[BUILDER_CACHE]\\win",
64 "env": { 64 "env": {
65 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 65 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
66 }, 66 },
67 "name": "bot_update", 67 "name": "bot_update",
68 "~followup_annotations": [ 68 "~followup_annotations": [
69 "@@@STEP_TEXT@Some step text@@@", 69 "@@@STEP_TEXT@Some step text@@@",
70 "@@@STEP_LOG_LINE@json.output@{@@@", 70 "@@@STEP_LOG_LINE@json.output@{@@@",
71 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 71 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
72 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 72 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
73 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 73 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 "@@@STEP_LOG_LINE@json.output@ }@@@", 191 "@@@STEP_LOG_LINE@json.output@ }@@@",
192 "@@@STEP_LOG_LINE@json.output@ ]@@@", 192 "@@@STEP_LOG_LINE@json.output@ ]@@@",
193 "@@@STEP_LOG_LINE@json.output@}@@@", 193 "@@@STEP_LOG_LINE@json.output@}@@@",
194 "@@@STEP_LOG_END@json.output@@@" 194 "@@@STEP_LOG_END@json.output@@@"
195 ] 195 ]
196 }, 196 },
197 { 197 {
198 "cmd": [ 198 "cmd": [
199 "python", 199 "python",
200 "-u", 200 "-u",
201 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\tools\\swarming_client\\swarmi ng.py", 201 "[BUILDER_CACHE]\\win\\src\\tools\\swarming_client\\swarming.py",
202 "--version" 202 "--version"
203 ], 203 ],
204 "name": "swarming.py --version", 204 "name": "swarming.py --version",
205 "stdout": "/path/to/tmp/", 205 "stdout": "/path/to/tmp/",
206 "~followup_annotations": [ 206 "~followup_annotations": [
207 "@@@STEP_TEXT@0.4.10@@@" 207 "@@@STEP_TEXT@0.4.10@@@"
208 ] 208 ]
209 }, 209 },
210 { 210 {
211 "cmd": [ 211 "cmd": [
212 "python", 212 "python",
213 "-u", 213 "-u",
214 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 214 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
215 "runhooks" 215 "runhooks"
216 ], 216 ],
217 "cwd": "[BUILDER_CACHE]\\win_chromium_rel_ng\\src", 217 "cwd": "[BUILDER_CACHE]\\win\\src",
218 "env": { 218 "env": {
219 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 219 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
220 "GYP_CHROMIUM_NO_ACTION": "1", 220 "GYP_CHROMIUM_NO_ACTION": "1",
221 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always _on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' proprieta ry_codecs=1 target_arch=ia32 test_isolation_mode=prepare use_goma=1", 221 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always _on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' proprieta ry_codecs=1 target_arch=ia32 test_isolation_mode=prepare use_goma=1",
222 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 222 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
223 }, 223 },
224 "name": "gclient runhooks (with patch)", 224 "name": "gclient runhooks (with patch)",
225 "~followup_annotations": [ 225 "~followup_annotations": [
226 "step returned non-zero exit code: 1", 226 "step returned non-zero exit code: 1",
227 "@@@STEP_FAILURE@@@" 227 "@@@STEP_FAILURE@@@"
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 "@@@STEP_LOG_END@json.output@@@" 328 "@@@STEP_LOG_END@json.output@@@"
329 ] 329 ]
330 }, 330 },
331 { 331 {
332 "cmd": [ 332 "cmd": [
333 "python", 333 "python",
334 "-u", 334 "-u",
335 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 335 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
336 "runhooks" 336 "runhooks"
337 ], 337 ],
338 "cwd": "[BUILDER_CACHE]\\win_chromium_rel_ng\\src", 338 "cwd": "[BUILDER_CACHE]\\win\\src",
339 "env": { 339 "env": {
340 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 340 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
341 "GYP_CHROMIUM_NO_ACTION": "1", 341 "GYP_CHROMIUM_NO_ACTION": "1",
342 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always _on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' proprieta ry_codecs=1 target_arch=ia32 test_isolation_mode=prepare use_goma=1", 342 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always _on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' proprieta ry_codecs=1 target_arch=ia32 test_isolation_mode=prepare use_goma=1",
343 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 343 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
344 }, 344 },
345 "name": "gclient runhooks (without patch)", 345 "name": "gclient runhooks (without patch)",
346 "~followup_annotations": [ 346 "~followup_annotations": [
347 "step returned non-zero exit code: 1", 347 "step returned non-zero exit code: 1",
348 "@@@STEP_FAILURE@@@" 348 "@@@STEP_FAILURE@@@"
(...skipping 10 matching lines...) Expand all
359 "@@@SET_BUILD_PROPERTY@failure_hash@\"c18cfb87382155d691c887ecad8e8bf7cdf0 fab3\"@@@" 359 "@@@SET_BUILD_PROPERTY@failure_hash@\"c18cfb87382155d691c887ecad8e8bf7cdf0 fab3\"@@@"
360 ] 360 ]
361 }, 361 },
362 { 362 {
363 "name": "$result", 363 "name": "$result",
364 "reason": "Step('gclient runhooks (without patch)') failed with return_code 1", 364 "reason": "Step('gclient runhooks (without patch)') failed with return_code 1",
365 "recipe_result": null, 365 "recipe_result": null,
366 "status_code": 1 366 "status_code": 1
367 } 367 }
368 ] 368 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698