• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[
2  {
3    "cmd": [
4      "vpython3",
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[recipe_engine]/recipe_engine/internal/engine.py\", in run_steps",
31      "    raw_result = recipe_obj.run_steps(api, engine)",
32      "                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^",
33      "  File \"RECIPE_REPO[recipe_engine]/recipe_engine/internal/recipe_deps.py\", in run_steps",
34      "    recipe_result = invoke_with_properties(",
35      "                    ^^^^^^^^^^^^^^^^^^^^^^^",
36      "  File \"RECIPE_REPO[recipe_engine]/recipe_engine/internal/property_invoker.py\", in invoke_with_properties",
37      "    return _invoke_with_properties(callable_obj, all_props, environ, prop_defs,",
38      "           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^",
39      "  File \"RECIPE_REPO[recipe_engine]/recipe_engine/internal/property_invoker.py\", in _invoke_with_properties",
40      "    return callable_obj(*props, **additional_args)",
41      "           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^",
42      "  File \"RECIPE_REPO[skia]/infra/bots/recipes/perf_skottiewasm_lottieweb.py\", line 132, in RunSteps",
43      "    raise Exception('Could not recognize the buildername %s' % buildername)",
44      "Exception: Could not recognize the buildername Perf-Debian10-none-GCE-CPU-AVX2-x86_64-Release-All-Unrecognized"
45    ]
46  },
47  {
48    "failure": {
49      "humanReason": "Uncaught Exception: Exception('Could not recognize the buildername Perf-Debian10-none-GCE-CPU-AVX2-x86_64-Release-All-Unrecognized')"
50    },
51    "name": "$result"
52  }
53]