1[ 2 { 3 "cmd": [ 4 "vpython", 5 "-u", 6 "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", 7 "--json-output", 8 "/path/to/tmp/json", 9 "listdir", 10 "[START_DIR]/lottie-samples" 11 ], 12 "infra_step": true, 13 "name": "list lottie files", 14 "~followup_annotations": [ 15 "@@@STEP_LOG_LINE@listdir@[START_DIR]/lottie-samples/LICENSE@@@", 16 "@@@STEP_LOG_LINE@listdir@[START_DIR]/lottie-samples/lottie1.json@@@", 17 "@@@STEP_LOG_LINE@listdir@[START_DIR]/lottie-samples/lottie2.json@@@", 18 "@@@STEP_LOG_LINE@listdir@[START_DIR]/lottie-samples/lottie3.json@@@", 19 "@@@STEP_LOG_END@listdir@@@" 20 ] 21 }, 22 { 23 "cmd": [], 24 "name": "RECIPE CRASH (Uncaught exception)", 25 "~followup_annotations": [ 26 "@@@STEP_EXCEPTION@@@", 27 "The recipe has crashed at point 'Uncaught exception'!", 28 "", 29 "Traceback (most recent call last):", 30 " File \"RECIPE_REPO[skia]/infra/bots/recipes/perf_skottiewasm_lottieweb.py\", line 129, in RunSteps", 31 " raise Exception('Could not recognize the buildername %s' % buildername)", 32 "Exception('Could not recognize the buildername Perf-Debian10-none-GCE-CPU-AVX2-x86_64-Release-All-Unrecognized')" 33 ] 34 }, 35 { 36 "failure": { 37 "humanReason": "Uncaught Exception: Exception('Could not recognize the buildername Perf-Debian10-none-GCE-CPU-AVX2-x86_64-Release-All-Unrecognized')" 38 }, 39 "name": "$result" 40 } 41]