• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[
2  {
3    "cmd": [],
4    "name": "RECIPE CRASH (Uncaught exception)",
5    "~followup_annotations": [
6      "@@@STEP_EXCEPTION@@@",
7      "The recipe has crashed at point 'Uncaught exception'!",
8      "",
9      "Traceback (most recent call last):",
10      "  File \"RECIPE_REPO[recipe_engine]/recipe_engine/internal/engine.py\", in run_steps",
11      "    raw_result = recipe_obj.run_steps(api, engine)",
12      "  File \"RECIPE_REPO[recipe_engine]/recipe_engine/internal/recipe_deps.py\", in run_steps",
13      "    properties_def, api=api)",
14      "  File \"RECIPE_REPO[recipe_engine]/recipe_engine/internal/property_invoker.py\", in invoke_with_properties",
15      "    arg_names, **additional_args)",
16      "  File \"RECIPE_REPO[recipe_engine]/recipe_engine/internal/property_invoker.py\", in _invoke_with_properties",
17      "    return callable_obj(*props, **additional_args)",
18      "  File \"RECIPE_REPO[skia]/infra/bots/recipe_modules/build/examples/full.py\", line 22, in RunSteps",
19      "    api.build(checkout_root=checkout_root, out_dir=out_dir)",
20      "  File \"RECIPE_REPO[recipe_engine]/recipe_engine/recipe_api.py\", in _inner",
21      "    return func(*a, **kw)",
22      "  File \"RECIPE_REPO[skia]/infra/bots/recipe_modules/build/api.py\", line 57, in __call__",
23      "    self.compile_fn(self.m, checkout_root, out_dir)",
24      "  File \"RECIPE_REPO[skia]/infra/bots/recipe_modules/build/docker.py\", line 85, in compile_fn",
25      "    raise Exception('Not implemented: ' + api.vars.builder_name)",
26      "Exception: Not implemented: Build-Unix-GCC-x86_64-Release-Docker"
27    ]
28  },
29  {
30    "failure": {
31      "humanReason": "Uncaught Exception: Exception('Not implemented: Build-Unix-GCC-x86_64-Release-Docker',)"
32    },
33    "name": "$result"
34  }
35]