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

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

Issue 2154213004: Revert of tryserver.chromium.win: 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 "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", 15 "[BUILDER_CACHE]\\win_chromium_rel_ng",
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", 63 "cwd": "[BUILDER_CACHE]\\win_chromium_rel_ng",
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\\src\\tools\\swarming_client\\swarming.py", 201 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\tools\\swarming_client\\swarmi ng.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\\src", 217 "cwd": "[BUILDER_CACHE]\\win_chromium_rel_ng\\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 }, 225 },
226 { 226 {
227 "cmd": [ 227 "cmd": [
228 "python", 228 "python",
229 "-u", 229 "-u",
230 "[BUILDER_CACHE]\\win\\src\\testing\\scripts\\get_compile_targets.py", 230 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\testing\\scripts\\get_compile_ targets.py",
231 "--output", 231 "--output",
232 "/path/to/tmp/json", 232 "/path/to/tmp/json",
233 "--", 233 "--",
234 "--build-config-fs", 234 "--build-config-fs",
235 "Release", 235 "Release",
236 "--use-src-side-runtest-py", 236 "--use-src-side-runtest-py",
237 "--paths", 237 "--paths",
238 "{\"checkout\": \"[BUILDER_CACHE]\\\\win\\\\src\", \"runit.py\": \"RECIPE_ PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_ PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", 238 "{\"checkout\": \"[BUILDER_CACHE]\\\\win_chromium_rel_ng\\\\src\", \"runit .py\": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest .py\": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}",
239 "--properties", 239 "--properties",
240 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p latform\": \"win\"}" 240 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p latform\": \"win\"}"
241 ], 241 ],
242 "name": "get compile targets for scripts", 242 "name": "get compile targets for scripts",
243 "~followup_annotations": [ 243 "~followup_annotations": [
244 "@@@STEP_LOG_LINE@json.output@{}@@@", 244 "@@@STEP_LOG_LINE@json.output@{}@@@",
245 "@@@STEP_LOG_END@json.output@@@" 245 "@@@STEP_LOG_END@json.output@@@"
246 ] 246 ]
247 }, 247 },
248 { 248 {
249 "cmd": [ 249 "cmd": [
250 "python", 250 "python",
251 "-u", 251 "-u",
252 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 252 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
253 "[BUILDER_CACHE]\\win\\src\\testing\\buildbot\\chromium.gpu.json", 253 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\testing\\buildbot\\chromium.gp u.json",
254 "/path/to/tmp/json" 254 "/path/to/tmp/json"
255 ], 255 ],
256 "name": "read test spec (chromium.gpu.json)", 256 "name": "read test spec (chromium.gpu.json)",
257 "~followup_annotations": [ 257 "~followup_annotations": [
258 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win\\src\\testing\\buildbot\\chromium .gpu.json@@@", 258 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win_chromium_rel_ng\\src\\testing\\bu ildbot\\chromium.gpu.json@@@",
259 "@@@STEP_LOG_LINE@json.output@{}@@@", 259 "@@@STEP_LOG_LINE@json.output@{}@@@",
260 "@@@STEP_LOG_END@json.output@@@" 260 "@@@STEP_LOG_END@json.output@@@"
261 ] 261 ]
262 }, 262 },
263 { 263 {
264 "cmd": [ 264 "cmd": [
265 "python", 265 "python",
266 "-u", 266 "-u",
267 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 267 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
268 "[BUILDER_CACHE]\\win\\src\\testing\\buildbot\\chromium.win.json", 268 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\testing\\buildbot\\chromium.wi n.json",
269 "/path/to/tmp/json" 269 "/path/to/tmp/json"
270 ], 270 ],
271 "name": "read test spec (chromium.win.json)", 271 "name": "read test spec (chromium.win.json)",
272 "~followup_annotations": [ 272 "~followup_annotations": [
273 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win\\src\\testing\\buildbot\\chromium .win.json@@@", 273 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win_chromium_rel_ng\\src\\testing\\bu ildbot\\chromium.win.json@@@",
274 "@@@STEP_LOG_LINE@json.output@{}@@@", 274 "@@@STEP_LOG_LINE@json.output@{}@@@",
275 "@@@STEP_LOG_END@json.output@@@" 275 "@@@STEP_LOG_END@json.output@@@"
276 ] 276 ]
277 }, 277 },
278 { 278 {
279 "cmd": [ 279 "cmd": [
280 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" 280 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
281 ], 281 ],
282 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", 282 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
283 "name": "ensure git tooling on windows" 283 "name": "ensure git tooling on windows"
284 }, 284 },
285 { 285 {
286 "cmd": [ 286 "cmd": [
287 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", 287 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
288 "diff", 288 "diff",
289 "--cached", 289 "--cached",
290 "--name-only" 290 "--name-only"
291 ], 291 ],
292 "cwd": "[BUILDER_CACHE]\\win\\src", 292 "cwd": "[BUILDER_CACHE]\\win_chromium_rel_ng\\src",
293 "name": "git diff to analyze patch", 293 "name": "git diff to analyze patch",
294 "stdout": "/path/to/tmp/", 294 "stdout": "/path/to/tmp/",
295 "~followup_annotations": [ 295 "~followup_annotations": [
296 "@@@STEP_LOG_LINE@files@foo.cc@@@", 296 "@@@STEP_LOG_LINE@files@foo.cc@@@",
297 "@@@STEP_LOG_END@files@@@", 297 "@@@STEP_LOG_END@files@@@",
298 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" 298 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@"
299 ] 299 ]
300 }, 300 },
301 { 301 {
302 "cmd": [ 302 "cmd": [
303 "python", 303 "python",
304 "-u", 304 "-u",
305 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 305 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
306 "[BUILDER_CACHE]\\win\\src\\testing\\buildbot\\trybot_analyze_config.json" , 306 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\testing\\buildbot\\trybot_anal yze_config.json",
307 "/path/to/tmp/json" 307 "/path/to/tmp/json"
308 ], 308 ],
309 "name": "read filter exclusion spec", 309 "name": "read filter exclusion spec",
310 "~followup_annotations": [ 310 "~followup_annotations": [
311 "@@@STEP_TEXT@path: 'testing\\\\buildbot\\\\trybot_analyze_config.json'@@@ ", 311 "@@@STEP_TEXT@path: 'testing\\\\buildbot\\\\trybot_analyze_config.json'@@@ ",
312 "@@@STEP_LOG_LINE@json.output@{@@@", 312 "@@@STEP_LOG_LINE@json.output@{@@@",
313 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", 313 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@",
314 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", 314 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@",
315 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@", 315 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@",
316 "@@@STEP_LOG_LINE@json.output@ ]@@@", 316 "@@@STEP_LOG_LINE@json.output@ ]@@@",
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 "--show-path", 363 "--show-path",
364 "python", 364 "python",
365 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" 365 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py"
366 ], 366 ],
367 "name": "cleanup_temp" 367 "name": "cleanup_temp"
368 }, 368 },
369 { 369 {
370 "cmd": [ 370 "cmd": [
371 "python", 371 "python",
372 "-u", 372 "-u",
373 "[BUILDER_CACHE]\\win\\src\\tools\\mb\\mb.py", 373 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\tools\\mb\\mb.py",
374 "gen", 374 "gen",
375 "-m", 375 "-m",
376 "tryserver.chromium.win", 376 "tryserver.chromium.win",
377 "-b", 377 "-b",
378 "win_chromium_rel_ng", 378 "win_chromium_rel_ng",
379 "--config-file", 379 "--config-file",
380 "[BUILDER_CACHE]\\win\\src\\tools\\mb\\mb_config.pyl", 380 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\tools\\mb\\mb_config.pyl",
381 "--goma-dir", 381 "--goma-dir",
382 "[CACHE]\\cipd\\goma", 382 "[CACHE]\\cipd\\goma",
383 "//out/Release" 383 "//out/Release"
384 ], 384 ],
385 "env": { 385 "env": {
386 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 386 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
387 }, 387 },
388 "name": "generate_build_files (with patch)" 388 "name": "generate_build_files (with patch)"
389 }, 389 },
390 { 390 {
391 "cmd": [ 391 "cmd": [
392 "python", 392 "python",
393 "-u", 393 "-u",
394 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 394 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
395 "--show-path", 395 "--show-path",
396 "python", 396 "python",
397 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 397 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
398 "--gsutil-py-path", 398 "--gsutil-py-path",
399 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 399 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
400 "--ninja-path", 400 "--ninja-path",
401 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 401 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
402 "--target", 402 "--target",
403 "Release", 403 "Release",
404 "--src-dir", 404 "--src-dir",
405 "[BUILDER_CACHE]\\win\\src", 405 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src",
406 "--goma-cache-dir", 406 "--goma-cache-dir",
407 "[GOMA_CACHE]", 407 "[GOMA_CACHE]",
408 "--goma-deps-cache-dir", 408 "--goma-deps-cache-dir",
409 "[GOMA_DEPS_CACHE]", 409 "[GOMA_DEPS_CACHE]",
410 "--compiler", 410 "--compiler",
411 "goma", 411 "goma",
412 "--goma-jsonstatus", 412 "--goma-jsonstatus",
413 "/path/to/tmp/json", 413 "/path/to/tmp/json",
414 "--goma-service-account-json-file", 414 "--goma-service-account-json-file",
415 "C:\\creds\\service_accounts\\service-account-goma-client.json", 415 "C:\\creds\\service_accounts\\service-account-goma-client.json",
(...skipping 20 matching lines...) Expand all
436 "python", 436 "python",
437 "-u", 437 "-u",
438 "import sys; sys.exit(0)" 438 "import sys; sys.exit(0)"
439 ], 439 ],
440 "name": "mark: before_tests" 440 "name": "mark: before_tests"
441 }, 441 },
442 { 442 {
443 "cmd": [ 443 "cmd": [
444 "python", 444 "python",
445 "-u", 445 "-u",
446 "[BUILDER_CACHE]\\win\\src\\chrome\\test\\mini_installer\\test_installer.p y", 446 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\chrome\\test\\mini_installer\\ test_installer.py",
447 "--build-dir", 447 "--build-dir",
448 "[BUILDER_CACHE]\\win\\src\\out", 448 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\out",
449 "--target", 449 "--target",
450 "Release", 450 "Release",
451 "--force-clean", 451 "--force-clean",
452 "--config", 452 "--config",
453 "[BUILDER_CACHE]\\win\\src\\chrome\\test\\mini_installer\\config\\config.c onfig", 453 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\chrome\\test\\mini_installer\\ config\\config.config",
454 "--write-full-results-to", 454 "--write-full-results-to",
455 "/path/to/tmp/json" 455 "/path/to/tmp/json"
456 ], 456 ],
457 "cwd": "[BUILDER_CACHE]\\win", 457 "cwd": "[BUILDER_CACHE]\\win_chromium_rel_ng",
458 "env": { 458 "env": {
459 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 459 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
460 }, 460 },
461 "name": "test_installer (with patch)" 461 "name": "test_installer (with patch)"
462 }, 462 },
463 { 463 {
464 "cmd": [ 464 "cmd": [
465 "python", 465 "python",
466 "-u", 466 "-u",
467 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", 467 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py",
468 "--target", 468 "--target",
469 "Release" 469 "Release"
470 ], 470 ],
471 "cwd": "[BUILDER_CACHE]\\win", 471 "cwd": "[BUILDER_CACHE]\\win_chromium_rel_ng",
472 "env": { 472 "env": {
473 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 473 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
474 }, 474 },
475 "name": "process_dumps", 475 "name": "process_dumps",
476 "~followup_annotations": [ 476 "~followup_annotations": [
477 "step returned non-zero exit code: 1", 477 "step returned non-zero exit code: 1",
478 "@@@STEP_EXCEPTION@@@" 478 "@@@STEP_EXCEPTION@@@"
479 ] 479 ]
480 }, 480 },
481 { 481 {
482 "name": "$result", 482 "name": "$result",
483 "recipe_result": null, 483 "recipe_result": null,
484 "status_code": 0 484 "status_code": 0
485 } 485 }
486 ] 486 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698