| [ | 
 |   { | 
 |     "cmd": [ | 
 |       "top", | 
 |       "-l", | 
 |       "3", | 
 |       "-o", | 
 |       "mem" | 
 |     ], | 
 |     "infra_step": true, | 
 |     "name": "OS info" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "xattr", | 
 |       "/opt/s/w/ir/cipd_bin_packages/python" | 
 |     ], | 
 |     "infra_step": true, | 
 |     "name": "python xattr info" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "xattr", | 
 |       "/opt/s/w/ir/cipd_bin_packages/git" | 
 |     ], | 
 |     "infra_step": true, | 
 |     "name": "git xattr info" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "rmtree", | 
 |       "[CACHE]/builder/src/out" | 
 |     ], | 
 |     "infra_step": true, | 
 |     "name": "Clobber build output" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "ensure-directory", | 
 |       "--mode", | 
 |       "0777", | 
 |       "[CACHE]/builder" | 
 |     ], | 
 |     "infra_step": true, | 
 |     "name": "Ensure checkout cache" | 
 |   }, | 
 |   { | 
 |     "cmd": [], | 
 |     "name": "ensure goma" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "cipd", | 
 |       "ensure", | 
 |       "-root", | 
 |       "[CACHE]/goma/client", | 
 |       "-ensure-file", | 
 |       "fuchsia/third_party/goma/client/${platform} release", | 
 |       "-max-threads", | 
 |       "0", | 
 |       "-json-output", | 
 |       "/path/to/tmp/json" | 
 |     ], | 
 |     "infra_step": true, | 
 |     "name": "ensure goma.ensure_installed", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@{@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  \"result\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    \"\": [@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"instance_id\": \"resolved-instance_id-of-release---------\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"package\": \"fuchsia/third_party/goma/client/resolved-platform\"@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    ]@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@}@@@", | 
 |       "@@@STEP_LOG_END@json.output@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [], | 
 |     "name": "Checkout source code" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "rmtree", | 
 |       "[CACHE]/builder" | 
 |     ], | 
 |     "infra_step": true, | 
 |     "name": "Checkout source code.Clobber cache", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "ensure-directory", | 
 |       "--mode", | 
 |       "0777", | 
 |       "[CACHE]/builder" | 
 |     ], | 
 |     "infra_step": true, | 
 |     "name": "Checkout source code.Ensure checkout cache", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 
 |       "--spec-path", | 
 |       "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src/flutter', 'url': 'https://chromium.googlesource.com/external/github.com/flutter/engine'}]", | 
 |       "--revision_mapping_file", | 
 |       "{\"got_engine_revision\": \"src/flutter\"}", | 
 |       "--git-cache-dir", | 
 |       "[CACHE]/git", | 
 |       "--cleanup-dir", | 
 |       "[CLEANUP]/bot_update", | 
 |       "--output_json", | 
 |       "/path/to/tmp/json", | 
 |       "--revision", | 
 |       "src/flutter@abcd1234", | 
 |       "--refs", | 
 |       "refs/heads/master" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "DEPOT_TOOLS_REPORT_BUILD": "flutter/ci/Mac Engine/8945511751514863184", | 
 |       "GIT_HTTP_LOW_SPEED_LIMIT": "102400", | 
 |       "GIT_HTTP_LOW_SPEED_TIME": "1800", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0", | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]", | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "Checkout source code.bot_update", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_TEXT@Some step text@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@{@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  \"did_run\": true, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  \"fixed_revisions\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    \"src/flutter\": \"abcd1234\"@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  }, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  \"manifest\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    \"src/flutter\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      \"repository\": \"https://fake.org/src/flutter.git\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      \"revision\": \"abcd1234\"@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  }, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  \"patch_failure\": false, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  \"patch_root\": \"src/flutter\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  \"properties\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    \"got_engine_revision\": \"abcd1234\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    \"got_engine_revision_cp\": \"refs/heads/master@{#84512}\"@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  }, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  \"root\": \"src/flutter\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  \"source_manifest\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    \"directories\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      \"src/flutter\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"git_checkout\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@          \"repo_url\": \"https://fake.org/src/flutter.git\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@          \"revision\": \"abcd1234\"@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    }, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    \"version\": 0@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  }, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  \"step_text\": \"Some step text\"@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@}@@@", | 
 |       "@@@STEP_LOG_END@json.output@@@", | 
 |       "@@@SET_BUILD_PROPERTY@got_engine_revision@\"abcd1234\"@@@", | 
 |       "@@@SET_BUILD_PROPERTY@got_engine_revision_cp@\"refs/heads/master@{#84512}\"@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "RECIPE_REPO[depot_tools]/gclient.py", | 
 |       "runhooks" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "DEPOT_TOOLS_REPORT_BUILD": "flutter/ci/Mac Engine/8945511751514863184", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]", | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "Checkout source code.gclient runhooks", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "rm", | 
 |       "-rf", | 
 |       "[HOME]/Library/Developer/Xcode/DerivedData" | 
 |     ], | 
 |     "infra_step": true, | 
 |     "name": "Delete mac deriveddata" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "RECIPE_REPO[depot_tools]/gclient.py", | 
 |       "runhooks" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "DEPOT_TOOLS_REPORT_BUILD": "flutter/ci/Mac Engine/8945511751514863184", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]", | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "gclient runhooks" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "cipd", | 
 |       "ensure", | 
 |       "-root", | 
 |       "[CACHE]/osx_sdk", | 
 |       "-ensure-file", | 
 |       "infra/tools/mac_toolchain/${platform} git_revision:9a1adc55bf4a1173784da3ba2f8cb06421606748", | 
 |       "-max-threads", | 
 |       "0", | 
 |       "-json-output", | 
 |       "/path/to/tmp/json" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "ensure_installed", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_LOG_LINE@json.output@{@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  \"result\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    \"\": [@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"instance_id\": \"resolved-instance_id-of-git_revision:9a1\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"package\": \"infra/tools/mac_toolchain/resolved-platform\"@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    ]@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@}@@@", | 
 |       "@@@STEP_LOG_END@json.output@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "[CACHE]/osx_sdk/mac_toolchain", | 
 |       "install", | 
 |       "-kind", | 
 |       "ios", | 
 |       "-xcode-version", | 
 |       "9f2000", | 
 |       "-output-dir", | 
 |       "[CACHE]/osx_sdk/XCode.app", | 
 |       "-cipd-package-prefix", | 
 |       "flutter_internal/ios/xcode" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "install xcode" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "sudo", | 
 |       "xcode-select", | 
 |       "--switch", | 
 |       "[CACHE]/osx_sdk/XCode.app" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "select XCode" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "[CACHE]/builder/src/flutter/tools/gn", | 
 |       "--goma", | 
 |       "--runtime-mode", | 
 |       "debug", | 
 |       "--no-lto", | 
 |       "--full-dart-sdk" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "gn --runtime-mode debug --no-lto --full-dart-sdk" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "[CACHE]/builder/src/flutter/tools/gn", | 
 |       "--goma", | 
 |       "--runtime-mode", | 
 |       "profile", | 
 |       "--no-lto" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "gn --runtime-mode profile --no-lto" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "[CACHE]/builder/src/flutter/tools/gn", | 
 |       "--goma", | 
 |       "--runtime-mode", | 
 |       "release", | 
 |       "--no-lto" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "gn --runtime-mode release --no-lto" | 
 |   }, | 
 |   { | 
 |     "cmd": [], | 
 |     "name": "setup goma" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "restart" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "setup goma.start goma", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "RECIPE_REPO[depot_tools]/ninja", | 
 |       "-j", | 
 |       "1024", | 
 |       "-C", | 
 |       "[CACHE]/builder/src/out/host_debug" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0", | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]", | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "build host_debug" | 
 |   }, | 
 |   { | 
 |     "cmd": [], | 
 |     "name": "teardown goma" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "jsonstatus", | 
 |       "[CACHE]/goma/client/jsonstatus" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma.goma jsonstatus", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@{@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  \"notice\": [@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      \"infra_status\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"num_user_error\": 0, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"ping_status_code\": 200@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  ]@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@}@@@", | 
 |       "@@@STEP_LOG_END@json.output@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "stat" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma.goma stats", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "stop" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma.stop goma", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "copy", | 
 |       "[CLEANUP]/compiler_proxy.WARNING", | 
 |       "/path/to/tmp/" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "teardown goma.read goma_client warning log", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@compiler_proxy.WARNING@test log@@@", | 
 |       "@@@STEP_LOG_END@compiler_proxy.WARNING@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "copy", | 
 |       "[CACHE]/goma/client/goma_stats.json", | 
 |       "/path/to/tmp/" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "teardown goma.read goma_stats.json", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@{@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    \"build_info\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"build_id\": 8945511751514863184, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"builder\": \"Mac Engine\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"time_stamp\": \"2012-05-14 12:53:21.500000\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"time_stamp_int\": 1337000003000@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@}@@@", | 
 |       "@@@STEP_LOG_END@json.output@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [], | 
 |     "name": "teardown goma.install infra/tools/bqupload", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "ensure-directory", | 
 |       "--mode", | 
 |       "0777", | 
 |       "[CACHE]/cipd/infra/tools/bqupload/git_revision%3Ad85fe78f303c3e969f815121e17c8b08868039ef" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "teardown goma.install infra/tools/bqupload.ensure package directory", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@2@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "cipd", | 
 |       "ensure", | 
 |       "-root", | 
 |       "[CACHE]/cipd/infra/tools/bqupload/git_revision%3Ad85fe78f303c3e969f815121e17c8b08868039ef", | 
 |       "-ensure-file", | 
 |       "infra/tools/bqupload/${platform} git_revision:d85fe78f303c3e969f815121e17c8b08868039ef", | 
 |       "-max-threads", | 
 |       "0", | 
 |       "-json-output", | 
 |       "/path/to/tmp/json" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "teardown goma.install infra/tools/bqupload.ensure_installed", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@2@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@{@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  \"result\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    \"\": [@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"instance_id\": \"resolved-instance_id-of-git_revision:d85\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"package\": \"infra/tools/bqupload/resolved-platform\"@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    ]@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@}@@@", | 
 |       "@@@STEP_LOG_END@json.output@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "[CACHE]/cipd/infra/tools/bqupload/git_revision%3Ad85fe78f303c3e969f815121e17c8b08868039ef/bqupload", | 
 |       "fuchsia-infra.artifacts.builds_beta_goma", | 
 |       "{\"build_info\": {\"build_id\": 8945511751514863184, \"builder\": \"Mac Engine\", \"time_stamp\": \"2012-05-14 12:53:21.500000\", \"time_stamp_int\": 1337000003000}}" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma.upload goma stats to bigquery", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [], | 
 |     "name": "setup goma (2)" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "restart" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "setup goma (2).start goma", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "RECIPE_REPO[depot_tools]/ninja", | 
 |       "-j", | 
 |       "1024", | 
 |       "-C", | 
 |       "[CACHE]/builder/src/out/host_profile" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0", | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]", | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "build host_profile" | 
 |   }, | 
 |   { | 
 |     "cmd": [], | 
 |     "name": "teardown goma (2)" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "jsonstatus", | 
 |       "[CACHE]/goma/client/jsonstatus" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (2).goma jsonstatus", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@{@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  \"notice\": [@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      \"infra_status\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"num_user_error\": 0, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"ping_status_code\": 200@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  ]@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@}@@@", | 
 |       "@@@STEP_LOG_END@json.output@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "stat" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (2).goma stats", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "stop" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (2).stop goma", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "copy", | 
 |       "[CLEANUP]/compiler_proxy.WARNING", | 
 |       "/path/to/tmp/" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "teardown goma (2).read goma_client warning log", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@compiler_proxy.WARNING@test log@@@", | 
 |       "@@@STEP_LOG_END@compiler_proxy.WARNING@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "copy", | 
 |       "[CACHE]/goma/client/goma_stats.json", | 
 |       "/path/to/tmp/" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "teardown goma (2).read goma_stats.json", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@{@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    \"build_info\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"build_id\": 8945511751514863184, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"builder\": \"Mac Engine\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"time_stamp\": \"2012-05-14 12:53:24.500000\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"time_stamp_int\": 1337000006000@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@}@@@", | 
 |       "@@@STEP_LOG_END@json.output@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "[CACHE]/cipd/infra/tools/bqupload/git_revision%3Ad85fe78f303c3e969f815121e17c8b08868039ef/bqupload", | 
 |       "fuchsia-infra.artifacts.builds_beta_goma", | 
 |       "{\"build_info\": {\"build_id\": 8945511751514863184, \"builder\": \"Mac Engine\", \"time_stamp\": \"2012-05-14 12:53:24.500000\", \"time_stamp_int\": 1337000006000}}" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (2).upload goma stats to bigquery", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-vpython-spec", | 
 |       "RECIPE_REPO[depot_tools]/.vpython", | 
 |       "-u", | 
 |       "[CACHE]/builder/src/flutter/testing/run_tests.py", | 
 |       "--variant", | 
 |       "host_profile", | 
 |       "--type", | 
 |       "engine" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "Host Tests for host_profile" | 
 |   }, | 
 |   { | 
 |     "cmd": [], | 
 |     "name": "setup goma (3)" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "restart" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "setup goma (3).start goma", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "RECIPE_REPO[depot_tools]/ninja", | 
 |       "-j", | 
 |       "1024", | 
 |       "-C", | 
 |       "[CACHE]/builder/src/out/host_release" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0", | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]", | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "build host_release" | 
 |   }, | 
 |   { | 
 |     "cmd": [], | 
 |     "name": "teardown goma (3)" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "jsonstatus", | 
 |       "[CACHE]/goma/client/jsonstatus" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (3).goma jsonstatus", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@{@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  \"notice\": [@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      \"infra_status\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"num_user_error\": 0, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"ping_status_code\": 200@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  ]@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@}@@@", | 
 |       "@@@STEP_LOG_END@json.output@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "stat" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (3).goma stats", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "stop" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (3).stop goma", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "copy", | 
 |       "[CLEANUP]/compiler_proxy.WARNING", | 
 |       "/path/to/tmp/" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "teardown goma (3).read goma_client warning log", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@compiler_proxy.WARNING@test log@@@", | 
 |       "@@@STEP_LOG_END@compiler_proxy.WARNING@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "copy", | 
 |       "[CACHE]/goma/client/goma_stats.json", | 
 |       "/path/to/tmp/" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "teardown goma (3).read goma_stats.json", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@{@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    \"build_info\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"build_id\": 8945511751514863184, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"builder\": \"Mac Engine\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"time_stamp\": \"2012-05-14 12:53:27.500000\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"time_stamp_int\": 1337000009000@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@}@@@", | 
 |       "@@@STEP_LOG_END@json.output@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "[CACHE]/cipd/infra/tools/bqupload/git_revision%3Ad85fe78f303c3e969f815121e17c8b08868039ef/bqupload", | 
 |       "fuchsia-infra.artifacts.builds_beta_goma", | 
 |       "{\"build_info\": {\"build_id\": 8945511751514863184, \"builder\": \"Mac Engine\", \"time_stamp\": \"2012-05-14 12:53:27.500000\", \"time_stamp_int\": 1337000009000}}" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (3).upload goma stats to bigquery", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "RECIPE_MODULE[flutter::zip]/resources/zip.py" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "Archive FlutterEmbedder.framework", | 
 |     "stdin": "{\"entries\": [{\"path\": \"[CACHE]/builder/src/out/host_debug/FlutterEmbedder.framework\", \"type\": \"dir\"}], \"output\": \"[CACHE]/builder/src/out/host_debug/FlutterEmbedder.framework.zip\", \"root\": \"[CACHE]/builder/src/out/host_debug/FlutterEmbedder.framework\"}" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "RECIPE_MODULE[flutter::zip]/resources/zip.py" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "Archive FlutterMacOS.framework", | 
 |     "stdin": "{\"entries\": [{\"path\": \"[CACHE]/builder/src/out/host_debug/FlutterMacOS.framework\", \"type\": \"dir\"}], \"output\": \"[CACHE]/builder/src/out/host_debug/FlutterMacOS.framework.zip\", \"root\": \"[CACHE]/builder/src/out/host_debug/FlutterMacOS.framework\"}" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "RECIPE_MODULE[flutter::zip]/resources/zip.py" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "Archive FlutterMacOS.framework profile", | 
 |     "stdin": "{\"entries\": [{\"path\": \"[CACHE]/builder/src/out/host_profile/FlutterMacOS.framework\", \"type\": \"dir\"}], \"output\": \"[CACHE]/builder/src/out/host_profile/FlutterMacOS.framework.zip\", \"root\": \"[CACHE]/builder/src/out/host_profile/FlutterMacOS.framework\"}" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "RECIPE_MODULE[flutter::zip]/resources/zip.py" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "Archive FlutterMacOS.framework release", | 
 |     "stdin": "{\"entries\": [{\"path\": \"[CACHE]/builder/src/out/host_release/FlutterMacOS.framework\", \"type\": \"dir\"}], \"output\": \"[CACHE]/builder/src/out/host_release/FlutterMacOS.framework.zip\", \"root\": \"[CACHE]/builder/src/out/host_release/FlutterMacOS.framework\"}" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "RECIPE_MODULE[flutter::zip]/resources/zip.py" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "Zip darwin-x64 artifacts.zip", | 
 |     "stdin": "{\"entries\": [{\"archive_name\": \"icudtl.dat\", \"path\": \"[CACHE]/builder/src/third_party/icu/flutter/icudtl.dat\", \"type\": \"file\"}, {\"archive_name\": \"flutter_tester\", \"path\": \"[CACHE]/builder/src/out/host_debug/flutter_tester\", \"type\": \"file\"}, {\"archive_name\": \"isolate_snapshot.bin\", \"path\": \"[CACHE]/builder/src/out/host_debug/gen/flutter/lib/snapshot/isolate_snapshot.bin\", \"type\": \"file\"}, {\"archive_name\": \"vm_isolate_snapshot.bin\", \"path\": \"[CACHE]/builder/src/out/host_debug/gen/flutter/lib/snapshot/vm_isolate_snapshot.bin\", \"type\": \"file\"}, {\"archive_name\": \"frontend_server.dart.snapshot\", \"path\": \"[CACHE]/builder/src/out/host_debug/gen/frontend_server.dart.snapshot\", \"type\": \"file\"}, {\"archive_name\": \"gen_snapshot\", \"path\": \"[CACHE]/builder/src/out/host_debug/gen_snapshot\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_1/artifacts.zip\", \"root\": \"[CACHE]/builder/src\"}" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "rmtree", | 
 |       "[CLEANUP]/tmp_tmp_1" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "temp dir for darwin-x64 UploadArtifacts artifacts.zip" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "RECIPE_MODULE[flutter::zip]/resources/zip.py" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "Zip darwin-x64-profile artifacts.zip", | 
 |     "stdin": "{\"entries\": [{\"archive_name\": \"gen_snapshot\", \"path\": \"[CACHE]/builder/src/out/host_profile/gen_snapshot\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_2/artifacts.zip\", \"root\": \"[CACHE]/builder/src\"}" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "rmtree", | 
 |       "[CLEANUP]/tmp_tmp_2" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "temp dir for darwin-x64-profile UploadArtifacts artifacts.zip" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "RECIPE_MODULE[flutter::zip]/resources/zip.py" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "Zip darwin-x64-release artifacts.zip", | 
 |     "stdin": "{\"entries\": [{\"archive_name\": \"gen_snapshot\", \"path\": \"[CACHE]/builder/src/out/host_release/gen_snapshot\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_3/artifacts.zip\", \"root\": \"[CACHE]/builder/src\"}" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "rmtree", | 
 |       "[CLEANUP]/tmp_tmp_3" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "temp dir for darwin-x64-release UploadArtifacts artifacts.zip" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "RECIPE_MODULE[flutter::zip]/resources/zip.py" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "Zip darwin-x64 FlutterEmbedder.framework.zip", | 
 |     "stdin": "{\"entries\": [{\"archive_name\": \"FlutterEmbedder.framework.zip\", \"path\": \"[CACHE]/builder/src/out/host_debug/FlutterEmbedder.framework.zip\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_4/artifacts.zip\", \"root\": \"[CACHE]/builder/src\"}" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "rmtree", | 
 |       "[CLEANUP]/tmp_tmp_4" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "temp dir for darwin-x64 UploadArtifacts FlutterEmbedder.framework.zip" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "RECIPE_MODULE[flutter::zip]/resources/zip.py" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "Zip darwin-x64-debug FlutterMacOS.framework.zip", | 
 |     "stdin": "{\"entries\": [{\"archive_name\": \"FlutterMacOS.framework.zip\", \"path\": \"[CACHE]/builder/src/out/host_debug/FlutterMacOS.framework.zip\", \"type\": \"file\"}, {\"archive_name\": \"FlutterMacOS.podspec\", \"path\": \"[CACHE]/builder/src/flutter/shell/platform/darwin/macos/framework/FlutterMacOS.podspec\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_5/artifacts.zip\", \"root\": \"[CACHE]/builder/src\"}" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "rmtree", | 
 |       "[CLEANUP]/tmp_tmp_5" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "temp dir for darwin-x64-debug UploadArtifacts FlutterMacOS.framework.zip" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "RECIPE_MODULE[flutter::zip]/resources/zip.py" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "Zip darwin-x64-profile FlutterMacOS.framework.zip", | 
 |     "stdin": "{\"entries\": [{\"archive_name\": \"FlutterMacOS.framework.zip\", \"path\": \"[CACHE]/builder/src/out/host_profile/FlutterMacOS.framework.zip\", \"type\": \"file\"}, {\"archive_name\": \"FlutterMacOS.podspec\", \"path\": \"[CACHE]/builder/src/flutter/shell/platform/darwin/macos/framework/FlutterMacOS.podspec\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_6/artifacts.zip\", \"root\": \"[CACHE]/builder/src\"}" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "rmtree", | 
 |       "[CLEANUP]/tmp_tmp_6" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "temp dir for darwin-x64-profile UploadArtifacts FlutterMacOS.framework.zip" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "RECIPE_MODULE[flutter::zip]/resources/zip.py" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "Zip darwin-x64-release FlutterMacOS.framework.zip", | 
 |     "stdin": "{\"entries\": [{\"archive_name\": \"FlutterMacOS.framework.zip\", \"path\": \"[CACHE]/builder/src/out/host_release/FlutterMacOS.framework.zip\", \"type\": \"file\"}, {\"archive_name\": \"FlutterMacOS.podspec\", \"path\": \"[CACHE]/builder/src/flutter/shell/platform/darwin/macos/framework/FlutterMacOS.podspec\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_7/artifacts.zip\", \"root\": \"[CACHE]/builder/src\"}" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "rmtree", | 
 |       "[CLEANUP]/tmp_tmp_7" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "temp dir for darwin-x64-release UploadArtifacts FlutterMacOS.framework.zip" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "RECIPE_MODULE[flutter::zip]/resources/zip.py" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "Zip darwin-x64 font-subset.zip", | 
 |     "stdin": "{\"entries\": [{\"archive_name\": \"font-subset\", \"path\": \"[CACHE]/builder/src/out/host_release/font-subset\", \"type\": \"file\"}, {\"archive_name\": \"const_finder.dart.snapshot\", \"path\": \"[CACHE]/builder/src/out/host_debug/gen/const_finder.dart.snapshot\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_8/artifacts.zip\", \"root\": \"[CACHE]/builder/src\"}" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "rmtree", | 
 |       "[CLEANUP]/tmp_tmp_8" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "temp dir for darwin-x64 UploadArtifacts font-subset.zip" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "RECIPE_MODULE[flutter::zip]/resources/zip.py" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "Zip darwin-x64 FlutterMacOS.framework.zip", | 
 |     "stdin": "{\"entries\": [{\"archive_name\": \"FlutterMacOS.framework.zip\", \"path\": \"[CACHE]/builder/src/out/host_debug/FlutterMacOS.framework.zip\", \"type\": \"file\"}, {\"archive_name\": \"FlutterMacOS.podspec\", \"path\": \"[CACHE]/builder/src/flutter/shell/platform/darwin/macos/framework/FlutterMacOS.podspec\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_9/artifacts.zip\", \"root\": \"[CACHE]/builder/src\"}" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "rmtree", | 
 |       "[CLEANUP]/tmp_tmp_9" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "temp dir for darwin-x64 UploadArtifacts FlutterMacOS.framework.zip" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "RECIPE_MODULE[flutter::zip]/resources/zip.py" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "Zip dart-sdk", | 
 |     "stdin": "{\"entries\": [{\"path\": \"[CACHE]/builder/src/out/host_debug/dart-sdk\", \"type\": \"dir\"}], \"output\": \"[CLEANUP]/tmp_tmp_10/dart-sdk-darwin-x64.zip\", \"root\": \"[CACHE]/builder/src/out/host_debug\"}" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "rmtree", | 
 |       "[CLEANUP]/tmp_tmp_10" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "temp dir for Upload Dart SDK" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "RECIPE_MODULE[flutter::zip]/resources/zip.py" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "Zip flutter_web_sdk", | 
 |     "stdin": "{\"entries\": [{\"path\": \"[CACHE]/builder/src/out/host_debug/flutter_web_sdk\", \"type\": \"dir\"}], \"output\": \"[CLEANUP]/tmp_tmp_11/flutter-web-sdk-darwin-x64.zip\", \"root\": \"[CACHE]/builder/src/out/host_debug\"}" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "rmtree", | 
 |       "[CLEANUP]/tmp_tmp_11" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "temp dir for Upload Web SDK" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "[CACHE]/builder/src/flutter/tools/gn", | 
 |       "--goma", | 
 |       "--runtime-mode", | 
 |       "release", | 
 |       "--android", | 
 |       "--enable-vulkan" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "gn --runtime-mode release --android --enable-vulkan" | 
 |   }, | 
 |   { | 
 |     "cmd": [], | 
 |     "name": "setup goma (4)" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "restart" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "setup goma (4).start goma", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "RECIPE_REPO[depot_tools]/ninja", | 
 |       "-j", | 
 |       "1024", | 
 |       "-C", | 
 |       "[CACHE]/builder/src/out/android_release_vulkan" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0", | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]", | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "build android_release_vulkan" | 
 |   }, | 
 |   { | 
 |     "cmd": [], | 
 |     "name": "teardown goma (4)" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "jsonstatus", | 
 |       "[CACHE]/goma/client/jsonstatus" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (4).goma jsonstatus", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@{@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  \"notice\": [@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      \"infra_status\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"num_user_error\": 0, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"ping_status_code\": 200@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  ]@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@}@@@", | 
 |       "@@@STEP_LOG_END@json.output@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "stat" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (4).goma stats", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "stop" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (4).stop goma", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "copy", | 
 |       "[CLEANUP]/compiler_proxy.WARNING", | 
 |       "/path/to/tmp/" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "teardown goma (4).read goma_client warning log", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@compiler_proxy.WARNING@test log@@@", | 
 |       "@@@STEP_LOG_END@compiler_proxy.WARNING@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "copy", | 
 |       "[CACHE]/goma/client/goma_stats.json", | 
 |       "/path/to/tmp/" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "teardown goma (4).read goma_stats.json", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@{@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    \"build_info\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"build_id\": 8945511751514863184, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"builder\": \"Mac Engine\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"time_stamp\": \"2012-05-14 12:53:30.500000\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"time_stamp_int\": 1337000012000@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@}@@@", | 
 |       "@@@STEP_LOG_END@json.output@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "[CACHE]/cipd/infra/tools/bqupload/git_revision%3Ad85fe78f303c3e969f815121e17c8b08868039ef/bqupload", | 
 |       "fuchsia-infra.artifacts.builds_beta_goma", | 
 |       "{\"build_info\": {\"build_id\": 8945511751514863184, \"builder\": \"Mac Engine\", \"time_stamp\": \"2012-05-14 12:53:30.500000\", \"time_stamp_int\": 1337000012000}}" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (4).upload goma stats to bigquery", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "[CACHE]/builder/src/flutter/tools/gn", | 
 |       "--goma", | 
 |       "--runtime-mode", | 
 |       "profile", | 
 |       "--android" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "gn --runtime-mode profile --android" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "[CACHE]/builder/src/flutter/tools/gn", | 
 |       "--goma", | 
 |       "--runtime-mode", | 
 |       "profile", | 
 |       "--android", | 
 |       "--android-cpu=arm64" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "gn --runtime-mode profile --android --android-cpu=arm64" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "[CACHE]/builder/src/flutter/tools/gn", | 
 |       "--goma", | 
 |       "--runtime-mode", | 
 |       "profile", | 
 |       "--android", | 
 |       "--android-cpu=x64" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "gn --runtime-mode profile --android --android-cpu=x64" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "[CACHE]/builder/src/flutter/tools/gn", | 
 |       "--goma", | 
 |       "--runtime-mode", | 
 |       "release", | 
 |       "--android" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "gn --runtime-mode release --android" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "[CACHE]/builder/src/flutter/tools/gn", | 
 |       "--goma", | 
 |       "--runtime-mode", | 
 |       "release", | 
 |       "--android", | 
 |       "--android-cpu=arm64" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "gn --runtime-mode release --android --android-cpu=arm64" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "[CACHE]/builder/src/flutter/tools/gn", | 
 |       "--goma", | 
 |       "--runtime-mode", | 
 |       "release", | 
 |       "--android", | 
 |       "--android-cpu=x64" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "gn --runtime-mode release --android --android-cpu=x64" | 
 |   }, | 
 |   { | 
 |     "cmd": [], | 
 |     "name": "setup goma (5)" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "restart" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "setup goma (5).start goma", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "RECIPE_REPO[depot_tools]/ninja", | 
 |       "-j", | 
 |       "1024", | 
 |       "-C", | 
 |       "[CACHE]/builder/src/out/android_profile", | 
 |       "flutter/lib/snapshot" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0", | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]", | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "build android_profile flutter/lib/snapshot" | 
 |   }, | 
 |   { | 
 |     "cmd": [], | 
 |     "name": "teardown goma (5)" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "jsonstatus", | 
 |       "[CACHE]/goma/client/jsonstatus" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (5).goma jsonstatus", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@{@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  \"notice\": [@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      \"infra_status\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"num_user_error\": 0, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"ping_status_code\": 200@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  ]@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@}@@@", | 
 |       "@@@STEP_LOG_END@json.output@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "stat" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (5).goma stats", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "stop" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (5).stop goma", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "copy", | 
 |       "[CLEANUP]/compiler_proxy.WARNING", | 
 |       "/path/to/tmp/" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "teardown goma (5).read goma_client warning log", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@compiler_proxy.WARNING@test log@@@", | 
 |       "@@@STEP_LOG_END@compiler_proxy.WARNING@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "copy", | 
 |       "[CACHE]/goma/client/goma_stats.json", | 
 |       "/path/to/tmp/" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "teardown goma (5).read goma_stats.json", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@{@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    \"build_info\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"build_id\": 8945511751514863184, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"builder\": \"Mac Engine\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"time_stamp\": \"2012-05-14 12:53:33.500000\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"time_stamp_int\": 1337000015000@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@}@@@", | 
 |       "@@@STEP_LOG_END@json.output@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "[CACHE]/cipd/infra/tools/bqupload/git_revision%3Ad85fe78f303c3e969f815121e17c8b08868039ef/bqupload", | 
 |       "fuchsia-infra.artifacts.builds_beta_goma", | 
 |       "{\"build_info\": {\"build_id\": 8945511751514863184, \"builder\": \"Mac Engine\", \"time_stamp\": \"2012-05-14 12:53:33.500000\", \"time_stamp_int\": 1337000015000}}" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (5).upload goma stats to bigquery", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [], | 
 |     "name": "setup goma (6)" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "restart" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "setup goma (6).start goma", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "RECIPE_REPO[depot_tools]/ninja", | 
 |       "-j", | 
 |       "1024", | 
 |       "-C", | 
 |       "[CACHE]/builder/src/out/android_profile_arm64", | 
 |       "flutter/lib/snapshot" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0", | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]", | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "build android_profile_arm64 flutter/lib/snapshot" | 
 |   }, | 
 |   { | 
 |     "cmd": [], | 
 |     "name": "teardown goma (6)" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "jsonstatus", | 
 |       "[CACHE]/goma/client/jsonstatus" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (6).goma jsonstatus", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@{@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  \"notice\": [@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      \"infra_status\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"num_user_error\": 0, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"ping_status_code\": 200@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  ]@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@}@@@", | 
 |       "@@@STEP_LOG_END@json.output@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "stat" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (6).goma stats", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "stop" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (6).stop goma", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "copy", | 
 |       "[CLEANUP]/compiler_proxy.WARNING", | 
 |       "/path/to/tmp/" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "teardown goma (6).read goma_client warning log", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@compiler_proxy.WARNING@test log@@@", | 
 |       "@@@STEP_LOG_END@compiler_proxy.WARNING@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "copy", | 
 |       "[CACHE]/goma/client/goma_stats.json", | 
 |       "/path/to/tmp/" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "teardown goma (6).read goma_stats.json", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@{@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    \"build_info\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"build_id\": 8945511751514863184, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"builder\": \"Mac Engine\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"time_stamp\": \"2012-05-14 12:53:36.500000\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"time_stamp_int\": 1337000018000@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@}@@@", | 
 |       "@@@STEP_LOG_END@json.output@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "[CACHE]/cipd/infra/tools/bqupload/git_revision%3Ad85fe78f303c3e969f815121e17c8b08868039ef/bqupload", | 
 |       "fuchsia-infra.artifacts.builds_beta_goma", | 
 |       "{\"build_info\": {\"build_id\": 8945511751514863184, \"builder\": \"Mac Engine\", \"time_stamp\": \"2012-05-14 12:53:36.500000\", \"time_stamp_int\": 1337000018000}}" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (6).upload goma stats to bigquery", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [], | 
 |     "name": "setup goma (7)" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "restart" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "setup goma (7).start goma", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "RECIPE_REPO[depot_tools]/ninja", | 
 |       "-j", | 
 |       "1024", | 
 |       "-C", | 
 |       "[CACHE]/builder/src/out/android_profile_x64", | 
 |       "flutter/lib/snapshot" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0", | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]", | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "build android_profile_x64 flutter/lib/snapshot" | 
 |   }, | 
 |   { | 
 |     "cmd": [], | 
 |     "name": "teardown goma (7)" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "jsonstatus", | 
 |       "[CACHE]/goma/client/jsonstatus" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (7).goma jsonstatus", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@{@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  \"notice\": [@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      \"infra_status\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"num_user_error\": 0, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"ping_status_code\": 200@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  ]@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@}@@@", | 
 |       "@@@STEP_LOG_END@json.output@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "stat" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (7).goma stats", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "stop" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (7).stop goma", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "copy", | 
 |       "[CLEANUP]/compiler_proxy.WARNING", | 
 |       "/path/to/tmp/" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "teardown goma (7).read goma_client warning log", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@compiler_proxy.WARNING@test log@@@", | 
 |       "@@@STEP_LOG_END@compiler_proxy.WARNING@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "copy", | 
 |       "[CACHE]/goma/client/goma_stats.json", | 
 |       "/path/to/tmp/" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "teardown goma (7).read goma_stats.json", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@{@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    \"build_info\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"build_id\": 8945511751514863184, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"builder\": \"Mac Engine\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"time_stamp\": \"2012-05-14 12:53:39.500000\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"time_stamp_int\": 1337000021000@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@}@@@", | 
 |       "@@@STEP_LOG_END@json.output@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "[CACHE]/cipd/infra/tools/bqupload/git_revision%3Ad85fe78f303c3e969f815121e17c8b08868039ef/bqupload", | 
 |       "fuchsia-infra.artifacts.builds_beta_goma", | 
 |       "{\"build_info\": {\"build_id\": 8945511751514863184, \"builder\": \"Mac Engine\", \"time_stamp\": \"2012-05-14 12:53:39.500000\", \"time_stamp_int\": 1337000021000}}" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (7).upload goma stats to bigquery", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [], | 
 |     "name": "setup goma (8)" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "restart" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "setup goma (8).start goma", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "RECIPE_REPO[depot_tools]/ninja", | 
 |       "-j", | 
 |       "1024", | 
 |       "-C", | 
 |       "[CACHE]/builder/src/out/android_release", | 
 |       "flutter/lib/snapshot" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0", | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]", | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "build android_release flutter/lib/snapshot" | 
 |   }, | 
 |   { | 
 |     "cmd": [], | 
 |     "name": "teardown goma (8)" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "jsonstatus", | 
 |       "[CACHE]/goma/client/jsonstatus" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (8).goma jsonstatus", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@{@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  \"notice\": [@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      \"infra_status\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"num_user_error\": 0, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"ping_status_code\": 200@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  ]@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@}@@@", | 
 |       "@@@STEP_LOG_END@json.output@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "stat" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (8).goma stats", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "stop" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (8).stop goma", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "copy", | 
 |       "[CLEANUP]/compiler_proxy.WARNING", | 
 |       "/path/to/tmp/" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "teardown goma (8).read goma_client warning log", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@compiler_proxy.WARNING@test log@@@", | 
 |       "@@@STEP_LOG_END@compiler_proxy.WARNING@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "copy", | 
 |       "[CACHE]/goma/client/goma_stats.json", | 
 |       "/path/to/tmp/" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "teardown goma (8).read goma_stats.json", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@{@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    \"build_info\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"build_id\": 8945511751514863184, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"builder\": \"Mac Engine\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"time_stamp\": \"2012-05-14 12:53:42.500000\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"time_stamp_int\": 1337000024000@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@}@@@", | 
 |       "@@@STEP_LOG_END@json.output@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "[CACHE]/cipd/infra/tools/bqupload/git_revision%3Ad85fe78f303c3e969f815121e17c8b08868039ef/bqupload", | 
 |       "fuchsia-infra.artifacts.builds_beta_goma", | 
 |       "{\"build_info\": {\"build_id\": 8945511751514863184, \"builder\": \"Mac Engine\", \"time_stamp\": \"2012-05-14 12:53:42.500000\", \"time_stamp_int\": 1337000024000}}" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (8).upload goma stats to bigquery", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [], | 
 |     "name": "setup goma (9)" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "restart" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "setup goma (9).start goma", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "RECIPE_REPO[depot_tools]/ninja", | 
 |       "-j", | 
 |       "1024", | 
 |       "-C", | 
 |       "[CACHE]/builder/src/out/android_release_arm64", | 
 |       "flutter/lib/snapshot" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0", | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]", | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "build android_release_arm64 flutter/lib/snapshot" | 
 |   }, | 
 |   { | 
 |     "cmd": [], | 
 |     "name": "teardown goma (9)" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "jsonstatus", | 
 |       "[CACHE]/goma/client/jsonstatus" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (9).goma jsonstatus", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@{@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  \"notice\": [@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      \"infra_status\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"num_user_error\": 0, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"ping_status_code\": 200@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  ]@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@}@@@", | 
 |       "@@@STEP_LOG_END@json.output@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "stat" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (9).goma stats", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "stop" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (9).stop goma", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "copy", | 
 |       "[CLEANUP]/compiler_proxy.WARNING", | 
 |       "/path/to/tmp/" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "teardown goma (9).read goma_client warning log", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@compiler_proxy.WARNING@test log@@@", | 
 |       "@@@STEP_LOG_END@compiler_proxy.WARNING@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "copy", | 
 |       "[CACHE]/goma/client/goma_stats.json", | 
 |       "/path/to/tmp/" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "teardown goma (9).read goma_stats.json", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@{@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    \"build_info\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"build_id\": 8945511751514863184, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"builder\": \"Mac Engine\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"time_stamp\": \"2012-05-14 12:53:45.500000\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"time_stamp_int\": 1337000027000@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@}@@@", | 
 |       "@@@STEP_LOG_END@json.output@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "[CACHE]/cipd/infra/tools/bqupload/git_revision%3Ad85fe78f303c3e969f815121e17c8b08868039ef/bqupload", | 
 |       "fuchsia-infra.artifacts.builds_beta_goma", | 
 |       "{\"build_info\": {\"build_id\": 8945511751514863184, \"builder\": \"Mac Engine\", \"time_stamp\": \"2012-05-14 12:53:45.500000\", \"time_stamp_int\": 1337000027000}}" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (9).upload goma stats to bigquery", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [], | 
 |     "name": "setup goma (10)" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "restart" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "setup goma (10).start goma", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "RECIPE_REPO[depot_tools]/ninja", | 
 |       "-j", | 
 |       "1024", | 
 |       "-C", | 
 |       "[CACHE]/builder/src/out/android_release_x64", | 
 |       "flutter/lib/snapshot" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0", | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]", | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "build android_release_x64 flutter/lib/snapshot" | 
 |   }, | 
 |   { | 
 |     "cmd": [], | 
 |     "name": "teardown goma (10)" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "jsonstatus", | 
 |       "[CACHE]/goma/client/jsonstatus" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (10).goma jsonstatus", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@{@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  \"notice\": [@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      \"infra_status\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"num_user_error\": 0, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"ping_status_code\": 200@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  ]@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@}@@@", | 
 |       "@@@STEP_LOG_END@json.output@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "stat" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (10).goma stats", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "stop" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (10).stop goma", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "copy", | 
 |       "[CLEANUP]/compiler_proxy.WARNING", | 
 |       "/path/to/tmp/" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "teardown goma (10).read goma_client warning log", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@compiler_proxy.WARNING@test log@@@", | 
 |       "@@@STEP_LOG_END@compiler_proxy.WARNING@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "copy", | 
 |       "[CACHE]/goma/client/goma_stats.json", | 
 |       "/path/to/tmp/" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "teardown goma (10).read goma_stats.json", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@{@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    \"build_info\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"build_id\": 8945511751514863184, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"builder\": \"Mac Engine\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"time_stamp\": \"2012-05-14 12:53:48.500000\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"time_stamp_int\": 1337000030000@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@}@@@", | 
 |       "@@@STEP_LOG_END@json.output@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "[CACHE]/cipd/infra/tools/bqupload/git_revision%3Ad85fe78f303c3e969f815121e17c8b08868039ef/bqupload", | 
 |       "fuchsia-infra.artifacts.builds_beta_goma", | 
 |       "{\"build_info\": {\"build_id\": 8945511751514863184, \"builder\": \"Mac Engine\", \"time_stamp\": \"2012-05-14 12:53:48.500000\", \"time_stamp_int\": 1337000030000}}" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (10).upload goma stats to bigquery", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "RECIPE_MODULE[flutter::zip]/resources/zip.py" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "Zip android-arm-profile darwin-x64.zip", | 
 |     "stdin": "{\"entries\": [{\"archive_name\": \"gen_snapshot\", \"path\": \"[CACHE]/builder/src/out/android_profile/clang_x64/gen_snapshot\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_12/artifacts.zip\", \"root\": \"[CACHE]/builder/src\"}" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "rmtree", | 
 |       "[CLEANUP]/tmp_tmp_12" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "temp dir for android-arm-profile UploadArtifacts darwin-x64.zip" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "RECIPE_MODULE[flutter::zip]/resources/zip.py" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "Zip android-arm64-profile darwin-x64.zip", | 
 |     "stdin": "{\"entries\": [{\"archive_name\": \"gen_snapshot\", \"path\": \"[CACHE]/builder/src/out/android_profile_arm64/clang_x64/gen_snapshot\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_13/artifacts.zip\", \"root\": \"[CACHE]/builder/src\"}" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "rmtree", | 
 |       "[CLEANUP]/tmp_tmp_13" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "temp dir for android-arm64-profile UploadArtifacts darwin-x64.zip" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "RECIPE_MODULE[flutter::zip]/resources/zip.py" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "Zip android-x64-profile darwin-x64.zip", | 
 |     "stdin": "{\"entries\": [{\"archive_name\": \"gen_snapshot\", \"path\": \"[CACHE]/builder/src/out/android_profile_x64/clang_x64/gen_snapshot\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_14/artifacts.zip\", \"root\": \"[CACHE]/builder/src\"}" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "rmtree", | 
 |       "[CLEANUP]/tmp_tmp_14" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "temp dir for android-x64-profile UploadArtifacts darwin-x64.zip" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "RECIPE_MODULE[flutter::zip]/resources/zip.py" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "Zip android-arm-release darwin-x64.zip", | 
 |     "stdin": "{\"entries\": [{\"archive_name\": \"gen_snapshot\", \"path\": \"[CACHE]/builder/src/out/android_release/clang_x64/gen_snapshot\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_15/artifacts.zip\", \"root\": \"[CACHE]/builder/src\"}" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "rmtree", | 
 |       "[CLEANUP]/tmp_tmp_15" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "temp dir for android-arm-release UploadArtifacts darwin-x64.zip" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "RECIPE_MODULE[flutter::zip]/resources/zip.py" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "Zip android-arm64-release darwin-x64.zip", | 
 |     "stdin": "{\"entries\": [{\"archive_name\": \"gen_snapshot\", \"path\": \"[CACHE]/builder/src/out/android_release_arm64/clang_x64/gen_snapshot\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_16/artifacts.zip\", \"root\": \"[CACHE]/builder/src\"}" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "rmtree", | 
 |       "[CLEANUP]/tmp_tmp_16" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "temp dir for android-arm64-release UploadArtifacts darwin-x64.zip" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "RECIPE_MODULE[flutter::zip]/resources/zip.py" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "Zip android-x64-release darwin-x64.zip", | 
 |     "stdin": "{\"entries\": [{\"archive_name\": \"gen_snapshot\", \"path\": \"[CACHE]/builder/src/out/android_release_x64/clang_x64/gen_snapshot\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_17/artifacts.zip\", \"root\": \"[CACHE]/builder/src\"}" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "rmtree", | 
 |       "[CLEANUP]/tmp_tmp_17" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "temp dir for android-x64-release UploadArtifacts darwin-x64.zip" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "ensure-directory", | 
 |       "--mode", | 
 |       "0777", | 
 |       "[START_DIR]/gems" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "mkdir gems" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "gem", | 
 |       "install", | 
 |       "jazzy:0.8.4", | 
 |       "--install-dir", | 
 |       "." | 
 |     ], | 
 |     "cwd": "[START_DIR]/gems", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "install jazzy" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "[CACHE]/builder/src/flutter/tools/gn", | 
 |       "--goma", | 
 |       "--ios", | 
 |       "--runtime-mode", | 
 |       "debug", | 
 |       "--simulator", | 
 |       "--no-lto" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "gn --ios --runtime-mode debug --simulator --no-lto" | 
 |   }, | 
 |   { | 
 |     "cmd": [], | 
 |     "name": "setup goma (11)" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "restart" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "setup goma (11).start goma", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "RECIPE_REPO[depot_tools]/ninja", | 
 |       "-j", | 
 |       "1024", | 
 |       "-C", | 
 |       "[CACHE]/builder/src/out/ios_debug_sim" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0", | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]", | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "build ios_debug_sim" | 
 |   }, | 
 |   { | 
 |     "cmd": [], | 
 |     "name": "teardown goma (11)" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "jsonstatus", | 
 |       "[CACHE]/goma/client/jsonstatus" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (11).goma jsonstatus", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@{@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  \"notice\": [@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      \"infra_status\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"num_user_error\": 0, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"ping_status_code\": 200@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  ]@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@}@@@", | 
 |       "@@@STEP_LOG_END@json.output@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "stat" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (11).goma stats", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "stop" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (11).stop goma", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "copy", | 
 |       "[CLEANUP]/compiler_proxy.WARNING", | 
 |       "/path/to/tmp/" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "teardown goma (11).read goma_client warning log", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@compiler_proxy.WARNING@test log@@@", | 
 |       "@@@STEP_LOG_END@compiler_proxy.WARNING@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "copy", | 
 |       "[CACHE]/goma/client/goma_stats.json", | 
 |       "/path/to/tmp/" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "teardown goma (11).read goma_stats.json", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@{@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    \"build_info\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"build_id\": 8945511751514863184, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"builder\": \"Mac Engine\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"time_stamp\": \"2012-05-14 12:53:51.500000\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"time_stamp_int\": 1337000033000@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@}@@@", | 
 |       "@@@STEP_LOG_END@json.output@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "[CACHE]/cipd/infra/tools/bqupload/git_revision%3Ad85fe78f303c3e969f815121e17c8b08868039ef/bqupload", | 
 |       "fuchsia-infra.artifacts.builds_beta_goma", | 
 |       "{\"build_info\": {\"build_id\": 8945511751514863184, \"builder\": \"Mac Engine\", \"time_stamp\": \"2012-05-14 12:53:51.500000\", \"time_stamp_int\": 1337000033000}}" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (11).upload goma stats to bigquery", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "[CACHE]/builder/src/flutter/tools/gn", | 
 |       "--goma", | 
 |       "--ios", | 
 |       "--runtime-mode", | 
 |       "debug" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "gn --ios --runtime-mode debug" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "[CACHE]/builder/src/flutter/tools/gn", | 
 |       "--goma", | 
 |       "--ios", | 
 |       "--runtime-mode", | 
 |       "debug", | 
 |       "--ios-cpu=arm" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "gn --ios --runtime-mode debug --ios-cpu=arm" | 
 |   }, | 
 |   { | 
 |     "cmd": [], | 
 |     "name": "setup goma (12)" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "restart" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "setup goma (12).start goma", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "RECIPE_REPO[depot_tools]/ninja", | 
 |       "-j", | 
 |       "1024", | 
 |       "-C", | 
 |       "[CACHE]/builder/src/out/ios_debug" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0", | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]", | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "build ios_debug" | 
 |   }, | 
 |   { | 
 |     "cmd": [], | 
 |     "name": "teardown goma (12)" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "jsonstatus", | 
 |       "[CACHE]/goma/client/jsonstatus" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (12).goma jsonstatus", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@{@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  \"notice\": [@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      \"infra_status\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"num_user_error\": 0, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"ping_status_code\": 200@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  ]@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@}@@@", | 
 |       "@@@STEP_LOG_END@json.output@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "stat" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (12).goma stats", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "stop" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (12).stop goma", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "copy", | 
 |       "[CLEANUP]/compiler_proxy.WARNING", | 
 |       "/path/to/tmp/" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "teardown goma (12).read goma_client warning log", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@compiler_proxy.WARNING@test log@@@", | 
 |       "@@@STEP_LOG_END@compiler_proxy.WARNING@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "copy", | 
 |       "[CACHE]/goma/client/goma_stats.json", | 
 |       "/path/to/tmp/" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "teardown goma (12).read goma_stats.json", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@{@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    \"build_info\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"build_id\": 8945511751514863184, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"builder\": \"Mac Engine\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"time_stamp\": \"2012-05-14 12:53:54.500000\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"time_stamp_int\": 1337000036000@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@}@@@", | 
 |       "@@@STEP_LOG_END@json.output@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "[CACHE]/cipd/infra/tools/bqupload/git_revision%3Ad85fe78f303c3e969f815121e17c8b08868039ef/bqupload", | 
 |       "fuchsia-infra.artifacts.builds_beta_goma", | 
 |       "{\"build_info\": {\"build_id\": 8945511751514863184, \"builder\": \"Mac Engine\", \"time_stamp\": \"2012-05-14 12:53:54.500000\", \"time_stamp_int\": 1337000036000}}" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (12).upload goma stats to bigquery", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [], | 
 |     "name": "setup goma (13)" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "restart" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "setup goma (13).start goma", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "RECIPE_REPO[depot_tools]/ninja", | 
 |       "-j", | 
 |       "1024", | 
 |       "-C", | 
 |       "[CACHE]/builder/src/out/ios_debug_arm" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0", | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]", | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "build ios_debug_arm" | 
 |   }, | 
 |   { | 
 |     "cmd": [], | 
 |     "name": "teardown goma (13)" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "jsonstatus", | 
 |       "[CACHE]/goma/client/jsonstatus" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (13).goma jsonstatus", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@{@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  \"notice\": [@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      \"infra_status\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"num_user_error\": 0, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"ping_status_code\": 200@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  ]@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@}@@@", | 
 |       "@@@STEP_LOG_END@json.output@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "stat" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (13).goma stats", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "stop" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (13).stop goma", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "copy", | 
 |       "[CLEANUP]/compiler_proxy.WARNING", | 
 |       "/path/to/tmp/" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "teardown goma (13).read goma_client warning log", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@compiler_proxy.WARNING@test log@@@", | 
 |       "@@@STEP_LOG_END@compiler_proxy.WARNING@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "copy", | 
 |       "[CACHE]/goma/client/goma_stats.json", | 
 |       "/path/to/tmp/" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "teardown goma (13).read goma_stats.json", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@{@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    \"build_info\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"build_id\": 8945511751514863184, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"builder\": \"Mac Engine\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"time_stamp\": \"2012-05-14 12:53:57.500000\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"time_stamp_int\": 1337000039000@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@}@@@", | 
 |       "@@@STEP_LOG_END@json.output@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "[CACHE]/cipd/infra/tools/bqupload/git_revision%3Ad85fe78f303c3e969f815121e17c8b08868039ef/bqupload", | 
 |       "fuchsia-infra.artifacts.builds_beta_goma", | 
 |       "{\"build_info\": {\"build_id\": 8945511751514863184, \"builder\": \"Mac Engine\", \"time_stamp\": \"2012-05-14 12:53:57.500000\", \"time_stamp_int\": 1337000039000}}" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (13).upload goma stats to bigquery", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "[CACHE]/builder/src/flutter/tools/gen_objcdoc.sh", | 
 |       "[CLEANUP]/tmp_tmp_18" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder/src/flutter", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "build obj-c doc" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "RECIPE_MODULE[flutter::zip]/resources/zip.py" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "archive obj-c doc", | 
 |     "stdin": "{\"entries\": [{\"path\": \"[CLEANUP]/tmp_tmp_18\", \"type\": \"dir\"}], \"output\": \"[CACHE]/builder/src/out/ios-objcdoc.zip\", \"root\": \"[CLEANUP]/tmp_tmp_18\"}" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "rmtree", | 
 |       "[CLEANUP]/tmp_tmp_18" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "temp dir for BuildObjcDoc" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "[CACHE]/builder/src/flutter/sky/tools/create_ios_framework.py", | 
 |       "--dst", | 
 |       "[CACHE]/builder/src/out/debug", | 
 |       "--arm64-out-dir", | 
 |       "[CACHE]/builder/src/out/ios_debug", | 
 |       "--armv7-out-dir", | 
 |       "[CACHE]/builder/src/out/ios_debug_arm", | 
 |       "--simulator-out-dir", | 
 |       "[CACHE]/builder/src/out/ios_debug_sim" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder/src", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "Create iOS debug Flutter.xcframework" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "[CACHE]/builder/src/flutter/sky/tools/create_macos_gen_snapshots.py", | 
 |       "--dst", | 
 |       "[CACHE]/builder/src/out/debug", | 
 |       "--arm64-out-dir", | 
 |       "[CACHE]/builder/src/out/ios_debug", | 
 |       "--armv7-out-dir", | 
 |       "[CACHE]/builder/src/out/ios_debug_arm" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder/src", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "Create macOS debug gen_snapshot" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "copy", | 
 |       "[CACHE]/builder/src/flutter/shell/platform/darwin/ios/framework/Flutter.podspec", | 
 |       "[CACHE]/builder/src/out/debug" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "Copy podspec for debug" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "RECIPE_MODULE[flutter::zip]/resources/zip.py" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "Zip ios artifacts.zip", | 
 |     "stdin": "{\"entries\": [{\"archive_name\": \"Flutter.podspec\", \"path\": \"[CACHE]/builder/src/out/debug/Flutter.podspec\", \"type\": \"file\"}, {\"archive_name\": \"gen_snapshot_armv7\", \"path\": \"[CACHE]/builder/src/out/debug/gen_snapshot_armv7\", \"type\": \"file\"}, {\"archive_name\": \"gen_snapshot_arm64\", \"path\": \"[CACHE]/builder/src/out/debug/gen_snapshot_arm64\", \"type\": \"file\"}, {\"path\": \"[CACHE]/builder/src/out/debug/Flutter.xcframework\", \"type\": \"dir\"}], \"output\": \"[CLEANUP]/tmp_tmp_19/artifacts.zip\", \"root\": \"[CACHE]/builder/src/out/debug\"}" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "rmtree", | 
 |       "[CLEANUP]/tmp_tmp_19" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "temp dir for ios UploadArtifacts artifacts.zip" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "[CACHE]/builder/src/flutter/tools/gn", | 
 |       "--goma", | 
 |       "--ios", | 
 |       "--runtime-mode", | 
 |       "profile" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "gn --ios --runtime-mode profile" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "[CACHE]/builder/src/flutter/tools/gn", | 
 |       "--goma", | 
 |       "--ios", | 
 |       "--runtime-mode", | 
 |       "profile", | 
 |       "--ios-cpu=arm" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "gn --ios --runtime-mode profile --ios-cpu=arm" | 
 |   }, | 
 |   { | 
 |     "cmd": [], | 
 |     "name": "setup goma (14)" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "restart" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "setup goma (14).start goma", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "RECIPE_REPO[depot_tools]/ninja", | 
 |       "-j", | 
 |       "1024", | 
 |       "-C", | 
 |       "[CACHE]/builder/src/out/ios_profile" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0", | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]", | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "build ios_profile" | 
 |   }, | 
 |   { | 
 |     "cmd": [], | 
 |     "name": "teardown goma (14)" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "jsonstatus", | 
 |       "[CACHE]/goma/client/jsonstatus" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (14).goma jsonstatus", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@{@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  \"notice\": [@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      \"infra_status\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"num_user_error\": 0, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"ping_status_code\": 200@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  ]@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@}@@@", | 
 |       "@@@STEP_LOG_END@json.output@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "stat" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (14).goma stats", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "stop" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (14).stop goma", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "copy", | 
 |       "[CLEANUP]/compiler_proxy.WARNING", | 
 |       "/path/to/tmp/" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "teardown goma (14).read goma_client warning log", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@compiler_proxy.WARNING@test log@@@", | 
 |       "@@@STEP_LOG_END@compiler_proxy.WARNING@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "copy", | 
 |       "[CACHE]/goma/client/goma_stats.json", | 
 |       "/path/to/tmp/" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "teardown goma (14).read goma_stats.json", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@{@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    \"build_info\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"build_id\": 8945511751514863184, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"builder\": \"Mac Engine\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"time_stamp\": \"2012-05-14 12:54:00.500000\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"time_stamp_int\": 1337000042000@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@}@@@", | 
 |       "@@@STEP_LOG_END@json.output@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "[CACHE]/cipd/infra/tools/bqupload/git_revision%3Ad85fe78f303c3e969f815121e17c8b08868039ef/bqupload", | 
 |       "fuchsia-infra.artifacts.builds_beta_goma", | 
 |       "{\"build_info\": {\"build_id\": 8945511751514863184, \"builder\": \"Mac Engine\", \"time_stamp\": \"2012-05-14 12:54:00.500000\", \"time_stamp_int\": 1337000042000}}" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (14).upload goma stats to bigquery", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [], | 
 |     "name": "setup goma (15)" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "restart" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "setup goma (15).start goma", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "RECIPE_REPO[depot_tools]/ninja", | 
 |       "-j", | 
 |       "1024", | 
 |       "-C", | 
 |       "[CACHE]/builder/src/out/ios_profile_arm" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0", | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]", | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "build ios_profile_arm" | 
 |   }, | 
 |   { | 
 |     "cmd": [], | 
 |     "name": "teardown goma (15)" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "jsonstatus", | 
 |       "[CACHE]/goma/client/jsonstatus" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (15).goma jsonstatus", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@{@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  \"notice\": [@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      \"infra_status\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"num_user_error\": 0, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"ping_status_code\": 200@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  ]@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@}@@@", | 
 |       "@@@STEP_LOG_END@json.output@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "stat" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (15).goma stats", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "stop" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (15).stop goma", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "copy", | 
 |       "[CLEANUP]/compiler_proxy.WARNING", | 
 |       "/path/to/tmp/" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "teardown goma (15).read goma_client warning log", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@compiler_proxy.WARNING@test log@@@", | 
 |       "@@@STEP_LOG_END@compiler_proxy.WARNING@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "copy", | 
 |       "[CACHE]/goma/client/goma_stats.json", | 
 |       "/path/to/tmp/" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "teardown goma (15).read goma_stats.json", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@{@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    \"build_info\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"build_id\": 8945511751514863184, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"builder\": \"Mac Engine\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"time_stamp\": \"2012-05-14 12:54:03.500000\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"time_stamp_int\": 1337000045000@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@}@@@", | 
 |       "@@@STEP_LOG_END@json.output@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "[CACHE]/cipd/infra/tools/bqupload/git_revision%3Ad85fe78f303c3e969f815121e17c8b08868039ef/bqupload", | 
 |       "fuchsia-infra.artifacts.builds_beta_goma", | 
 |       "{\"build_info\": {\"build_id\": 8945511751514863184, \"builder\": \"Mac Engine\", \"time_stamp\": \"2012-05-14 12:54:03.500000\", \"time_stamp_int\": 1337000045000}}" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (15).upload goma stats to bigquery", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "[CACHE]/builder/src/flutter/sky/tools/create_ios_framework.py", | 
 |       "--dst", | 
 |       "[CACHE]/builder/src/out/profile", | 
 |       "--arm64-out-dir", | 
 |       "[CACHE]/builder/src/out/ios_profile", | 
 |       "--armv7-out-dir", | 
 |       "[CACHE]/builder/src/out/ios_profile_arm", | 
 |       "--simulator-out-dir", | 
 |       "[CACHE]/builder/src/out/ios_debug_sim" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder/src", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "Create iOS profile Flutter.xcframework" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "[CACHE]/builder/src/flutter/sky/tools/create_macos_gen_snapshots.py", | 
 |       "--dst", | 
 |       "[CACHE]/builder/src/out/profile", | 
 |       "--arm64-out-dir", | 
 |       "[CACHE]/builder/src/out/ios_profile", | 
 |       "--armv7-out-dir", | 
 |       "[CACHE]/builder/src/out/ios_profile_arm" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder/src", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "Create macOS profile gen_snapshot" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "copy", | 
 |       "[CACHE]/builder/src/flutter/shell/platform/darwin/ios/framework/Flutter.podspec", | 
 |       "[CACHE]/builder/src/out/profile" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "Copy podspec for profile" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "RECIPE_MODULE[flutter::zip]/resources/zip.py" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "Zip ios-profile artifacts.zip", | 
 |     "stdin": "{\"entries\": [{\"archive_name\": \"Flutter.podspec\", \"path\": \"[CACHE]/builder/src/out/profile/Flutter.podspec\", \"type\": \"file\"}, {\"archive_name\": \"gen_snapshot_armv7\", \"path\": \"[CACHE]/builder/src/out/profile/gen_snapshot_armv7\", \"type\": \"file\"}, {\"archive_name\": \"gen_snapshot_arm64\", \"path\": \"[CACHE]/builder/src/out/profile/gen_snapshot_arm64\", \"type\": \"file\"}, {\"path\": \"[CACHE]/builder/src/out/profile/Flutter.xcframework\", \"type\": \"dir\"}], \"output\": \"[CLEANUP]/tmp_tmp_20/artifacts.zip\", \"root\": \"[CACHE]/builder/src/out/profile\"}" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "rmtree", | 
 |       "[CLEANUP]/tmp_tmp_20" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "temp dir for ios-profile UploadArtifacts artifacts.zip" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "[CACHE]/builder/src/flutter/tools/gn", | 
 |       "--goma", | 
 |       "--ios", | 
 |       "--runtime-mode", | 
 |       "release" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "gn --ios --runtime-mode release" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "[CACHE]/builder/src/flutter/tools/gn", | 
 |       "--goma", | 
 |       "--ios", | 
 |       "--runtime-mode", | 
 |       "release", | 
 |       "--ios-cpu=arm" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "gn --ios --runtime-mode release --ios-cpu=arm" | 
 |   }, | 
 |   { | 
 |     "cmd": [], | 
 |     "name": "setup goma (16)" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "restart" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "setup goma (16).start goma", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "RECIPE_REPO[depot_tools]/ninja", | 
 |       "-j", | 
 |       "1024", | 
 |       "-C", | 
 |       "[CACHE]/builder/src/out/ios_release" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0", | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]", | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "build ios_release" | 
 |   }, | 
 |   { | 
 |     "cmd": [], | 
 |     "name": "teardown goma (16)" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "jsonstatus", | 
 |       "[CACHE]/goma/client/jsonstatus" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (16).goma jsonstatus", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@{@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  \"notice\": [@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      \"infra_status\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"num_user_error\": 0, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"ping_status_code\": 200@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  ]@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@}@@@", | 
 |       "@@@STEP_LOG_END@json.output@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "stat" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (16).goma stats", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "stop" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (16).stop goma", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "copy", | 
 |       "[CLEANUP]/compiler_proxy.WARNING", | 
 |       "/path/to/tmp/" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "teardown goma (16).read goma_client warning log", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@compiler_proxy.WARNING@test log@@@", | 
 |       "@@@STEP_LOG_END@compiler_proxy.WARNING@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "copy", | 
 |       "[CACHE]/goma/client/goma_stats.json", | 
 |       "/path/to/tmp/" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "teardown goma (16).read goma_stats.json", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@{@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    \"build_info\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"build_id\": 8945511751514863184, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"builder\": \"Mac Engine\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"time_stamp\": \"2012-05-14 12:54:06.500000\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"time_stamp_int\": 1337000048000@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@}@@@", | 
 |       "@@@STEP_LOG_END@json.output@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "[CACHE]/cipd/infra/tools/bqupload/git_revision%3Ad85fe78f303c3e969f815121e17c8b08868039ef/bqupload", | 
 |       "fuchsia-infra.artifacts.builds_beta_goma", | 
 |       "{\"build_info\": {\"build_id\": 8945511751514863184, \"builder\": \"Mac Engine\", \"time_stamp\": \"2012-05-14 12:54:06.500000\", \"time_stamp_int\": 1337000048000}}" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (16).upload goma stats to bigquery", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [], | 
 |     "name": "setup goma (17)" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "restart" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "setup goma (17).start goma", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "RECIPE_REPO[depot_tools]/ninja", | 
 |       "-j", | 
 |       "1024", | 
 |       "-C", | 
 |       "[CACHE]/builder/src/out/ios_release_arm" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0", | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]", | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "build ios_release_arm" | 
 |   }, | 
 |   { | 
 |     "cmd": [], | 
 |     "name": "teardown goma (17)" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "jsonstatus", | 
 |       "[CACHE]/goma/client/jsonstatus" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (17).goma jsonstatus", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@{@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  \"notice\": [@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      \"infra_status\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"num_user_error\": 0, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"ping_status_code\": 200@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  ]@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@}@@@", | 
 |       "@@@STEP_LOG_END@json.output@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "stat" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (17).goma stats", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "stop" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (17).stop goma", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "copy", | 
 |       "[CLEANUP]/compiler_proxy.WARNING", | 
 |       "/path/to/tmp/" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "teardown goma (17).read goma_client warning log", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@compiler_proxy.WARNING@test log@@@", | 
 |       "@@@STEP_LOG_END@compiler_proxy.WARNING@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "copy", | 
 |       "[CACHE]/goma/client/goma_stats.json", | 
 |       "/path/to/tmp/" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "teardown goma (17).read goma_stats.json", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@{@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    \"build_info\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"build_id\": 8945511751514863184, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"builder\": \"Mac Engine\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"time_stamp\": \"2012-05-14 12:54:09.500000\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"time_stamp_int\": 1337000051000@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@}@@@", | 
 |       "@@@STEP_LOG_END@json.output@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "[CACHE]/cipd/infra/tools/bqupload/git_revision%3Ad85fe78f303c3e969f815121e17c8b08868039ef/bqupload", | 
 |       "fuchsia-infra.artifacts.builds_beta_goma", | 
 |       "{\"build_info\": {\"build_id\": 8945511751514863184, \"builder\": \"Mac Engine\", \"time_stamp\": \"2012-05-14 12:54:09.500000\", \"time_stamp_int\": 1337000051000}}" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (17).upload goma stats to bigquery", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "[CACHE]/builder/src/flutter/sky/tools/create_ios_framework.py", | 
 |       "--dst", | 
 |       "[CACHE]/builder/src/out/release", | 
 |       "--arm64-out-dir", | 
 |       "[CACHE]/builder/src/out/ios_release", | 
 |       "--armv7-out-dir", | 
 |       "[CACHE]/builder/src/out/ios_release_arm", | 
 |       "--simulator-out-dir", | 
 |       "[CACHE]/builder/src/out/ios_debug_sim", | 
 |       "--dsym", | 
 |       "--strip" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder/src", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "Create iOS release Flutter.xcframework" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "[CACHE]/builder/src/flutter/sky/tools/create_macos_gen_snapshots.py", | 
 |       "--dst", | 
 |       "[CACHE]/builder/src/out/release", | 
 |       "--arm64-out-dir", | 
 |       "[CACHE]/builder/src/out/ios_release", | 
 |       "--armv7-out-dir", | 
 |       "[CACHE]/builder/src/out/ios_release_arm" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder/src", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "Create macOS release gen_snapshot" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "copy", | 
 |       "[CACHE]/builder/src/flutter/shell/platform/darwin/ios/framework/Flutter.podspec", | 
 |       "[CACHE]/builder/src/out/release" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "Copy podspec for release" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "RECIPE_MODULE[flutter::zip]/resources/zip.py" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "Zip ios-release artifacts.zip", | 
 |     "stdin": "{\"entries\": [{\"archive_name\": \"Flutter.podspec\", \"path\": \"[CACHE]/builder/src/out/release/Flutter.podspec\", \"type\": \"file\"}, {\"archive_name\": \"gen_snapshot_armv7\", \"path\": \"[CACHE]/builder/src/out/release/gen_snapshot_armv7\", \"type\": \"file\"}, {\"archive_name\": \"gen_snapshot_arm64\", \"path\": \"[CACHE]/builder/src/out/release/gen_snapshot_arm64\", \"type\": \"file\"}, {\"path\": \"[CACHE]/builder/src/out/release/Flutter.xcframework\", \"type\": \"dir\"}], \"output\": \"[CLEANUP]/tmp_tmp_21/artifacts.zip\", \"root\": \"[CACHE]/builder/src/out/release\"}" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "rmtree", | 
 |       "[CLEANUP]/tmp_tmp_21" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "temp dir for ios-release UploadArtifacts artifacts.zip" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "RECIPE_MODULE[flutter::zip]/resources/zip.py" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GEM_HOME": "[START_DIR]/gems", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[START_DIR]/gems/bin", | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "Zip Flutter.dSYM", | 
 |     "stdin": "{\"entries\": [{\"path\": \"[CACHE]/builder/src/out/release/Flutter.dSYM\", \"type\": \"dir\"}], \"output\": \"[CACHE]/builder/src/out/release/Flutter.dSYM.zip\", \"root\": \"[CACHE]/builder/src/out/release\"}" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "bb", | 
 |       "batch", | 
 |       "-host", | 
 |       "cr-buildbucket.appspot.com" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "buildbucket.schedule", | 
 |     "stdin": "{\"requests\": [{\"scheduleBuild\": {\"builder\": {\"bucket\": \"ci\", \"builder\": \"Linux Engine Drone\", \"project\": \"flutter\"}, \"experimental\": \"NO\", \"fields\": \"builder,createTime,createdBy,critical,endTime,id,input,number,output,startTime,status,updateTime\", \"gitilesCommit\": {\"host\": \"chromium.googlesource.com\", \"id\": \"abcd1234\", \"project\": \"external/github.com/flutter/engine\", \"ref\": \"refs/heads/master\"}, \"priority\": 25, \"properties\": {\"builds\": [{\"dir\": \"fuchsia_profile_arm64\", \"gn_args\": [\"--fuchsia\", \"--fuchsia-cpu\", \"arm64\", \"--runtime-mode\", \"profile\"], \"output_dirs\": [\"dart_jit_runner_far\", \"dart_aot_runner_far\", \"flutter_jit_runner_far\", \"flutter_aot_runner_far\", \"dart_runner_patched_sdk\", \"flutter_runner_patched_sdk\", \"clang_x64\", \".build-id\"], \"output_files\": [\"dart_jit_runner\", \"dart_aot_runner\", \"flutter_jit_runner\", \"flutter_aot_runner\"], \"targets\": [\"flutter/shell/platform/fuchsia:fuchsia\"]}]}, \"requestId\": \"8945511751514863184-00000000-0000-0000-0000-00000000133d\", \"swarming\": {\"parentRunId\": \"deadbeef\"}, \"tags\": [{\"key\": \"user_agent\", \"value\": \"recipe\"}]}}]}", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_LOG_LINE@json.output@{@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  \"responses\": [@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      \"scheduleBuild\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"builder\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@          \"bucket\": \"ci\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@          \"builder\": \"Linux Engine Drone\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@          \"project\": \"flutter\"@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        }, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"id\": \"8922054662172514000\"@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  ]@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@}@@@", | 
 |       "@@@STEP_LOG_END@json.output@@@", | 
 |       "@@@STEP_LOG_LINE@request@{@@@", | 
 |       "@@@STEP_LOG_LINE@request@  \"requests\": [@@@", | 
 |       "@@@STEP_LOG_LINE@request@    {@@@", | 
 |       "@@@STEP_LOG_LINE@request@      \"scheduleBuild\": {@@@", | 
 |       "@@@STEP_LOG_LINE@request@        \"builder\": {@@@", | 
 |       "@@@STEP_LOG_LINE@request@          \"bucket\": \"ci\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@          \"builder\": \"Linux Engine Drone\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@          \"project\": \"flutter\"@@@", | 
 |       "@@@STEP_LOG_LINE@request@        }, @@@", | 
 |       "@@@STEP_LOG_LINE@request@        \"experimental\": \"NO\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@        \"fields\": \"builder,createTime,createdBy,critical,endTime,id,input,number,output,startTime,status,updateTime\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@        \"gitilesCommit\": {@@@", | 
 |       "@@@STEP_LOG_LINE@request@          \"host\": \"chromium.googlesource.com\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@          \"id\": \"abcd1234\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@          \"project\": \"external/github.com/flutter/engine\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@          \"ref\": \"refs/heads/master\"@@@", | 
 |       "@@@STEP_LOG_LINE@request@        }, @@@", | 
 |       "@@@STEP_LOG_LINE@request@        \"priority\": 25, @@@", | 
 |       "@@@STEP_LOG_LINE@request@        \"properties\": {@@@", | 
 |       "@@@STEP_LOG_LINE@request@          \"builds\": [@@@", | 
 |       "@@@STEP_LOG_LINE@request@            {@@@", | 
 |       "@@@STEP_LOG_LINE@request@              \"dir\": \"fuchsia_profile_arm64\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@              \"gn_args\": [@@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"--fuchsia\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"--fuchsia-cpu\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"arm64\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"--runtime-mode\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"profile\"@@@", | 
 |       "@@@STEP_LOG_LINE@request@              ], @@@", | 
 |       "@@@STEP_LOG_LINE@request@              \"output_dirs\": [@@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"dart_jit_runner_far\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"dart_aot_runner_far\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"flutter_jit_runner_far\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"flutter_aot_runner_far\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"dart_runner_patched_sdk\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"flutter_runner_patched_sdk\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"clang_x64\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \".build-id\"@@@", | 
 |       "@@@STEP_LOG_LINE@request@              ], @@@", | 
 |       "@@@STEP_LOG_LINE@request@              \"output_files\": [@@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"dart_jit_runner\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"dart_aot_runner\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"flutter_jit_runner\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"flutter_aot_runner\"@@@", | 
 |       "@@@STEP_LOG_LINE@request@              ], @@@", | 
 |       "@@@STEP_LOG_LINE@request@              \"targets\": [@@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"flutter/shell/platform/fuchsia:fuchsia\"@@@", | 
 |       "@@@STEP_LOG_LINE@request@              ]@@@", | 
 |       "@@@STEP_LOG_LINE@request@            }@@@", | 
 |       "@@@STEP_LOG_LINE@request@          ]@@@", | 
 |       "@@@STEP_LOG_LINE@request@        }, @@@", | 
 |       "@@@STEP_LOG_LINE@request@        \"requestId\": \"8945511751514863184-00000000-0000-0000-0000-00000000133d\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@        \"swarming\": {@@@", | 
 |       "@@@STEP_LOG_LINE@request@          \"parentRunId\": \"deadbeef\"@@@", | 
 |       "@@@STEP_LOG_LINE@request@        }, @@@", | 
 |       "@@@STEP_LOG_LINE@request@        \"tags\": [@@@", | 
 |       "@@@STEP_LOG_LINE@request@          {@@@", | 
 |       "@@@STEP_LOG_LINE@request@            \"key\": \"user_agent\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@            \"value\": \"recipe\"@@@", | 
 |       "@@@STEP_LOG_LINE@request@          }@@@", | 
 |       "@@@STEP_LOG_LINE@request@        ]@@@", | 
 |       "@@@STEP_LOG_LINE@request@      }@@@", | 
 |       "@@@STEP_LOG_LINE@request@    }@@@", | 
 |       "@@@STEP_LOG_LINE@request@  ]@@@", | 
 |       "@@@STEP_LOG_LINE@request@}@@@", | 
 |       "@@@STEP_LOG_END@request@@@", | 
 |       "@@@STEP_LINK@8922054662172514000@https://cr-buildbucket.appspot.com/build/8922054662172514000@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "bb", | 
 |       "batch", | 
 |       "-host", | 
 |       "cr-buildbucket.appspot.com" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "buildbucket.schedule (2)", | 
 |     "stdin": "{\"requests\": [{\"scheduleBuild\": {\"builder\": {\"bucket\": \"ci\", \"builder\": \"Linux Engine Drone\", \"project\": \"flutter\"}, \"experimental\": \"NO\", \"fields\": \"builder,createTime,createdBy,critical,endTime,id,input,number,output,startTime,status,updateTime\", \"gitilesCommit\": {\"host\": \"chromium.googlesource.com\", \"id\": \"abcd1234\", \"project\": \"external/github.com/flutter/engine\", \"ref\": \"refs/heads/master\"}, \"priority\": 25, \"properties\": {\"builds\": [{\"dir\": \"fuchsia_release_arm64\", \"gn_args\": [\"--fuchsia\", \"--fuchsia-cpu\", \"arm64\", \"--runtime-mode\", \"release\"], \"output_dirs\": [\"dart_jit_product_runner_far\", \"dart_aot_product_runner_far\", \"flutter_jit_product_runner_far\", \"flutter_aot_product_runner_far\", \"dart_runner_patched_sdk\", \"flutter_runner_patched_sdk\", \"clang_x64\", \".build-id\"], \"output_files\": [\"dart_jit_product_runner\", \"dart_aot_product_runner\", \"flutter_jit_product_runner\", \"flutter_aot_product_runner\"], \"targets\": [\"flutter/shell/platform/fuchsia:fuchsia\"]}]}, \"requestId\": \"8945511751514863184-00000000-0000-0000-0000-000000001340\", \"swarming\": {\"parentRunId\": \"deadbeef\"}, \"tags\": [{\"key\": \"user_agent\", \"value\": \"recipe\"}]}}]}", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_LOG_LINE@json.output@{@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  \"responses\": [@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      \"scheduleBuild\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"builder\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@          \"bucket\": \"ci\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@          \"builder\": \"Linux Engine Drone\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@          \"project\": \"flutter\"@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        }, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"id\": \"8922054662172514001\"@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  ]@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@}@@@", | 
 |       "@@@STEP_LOG_END@json.output@@@", | 
 |       "@@@STEP_LOG_LINE@request@{@@@", | 
 |       "@@@STEP_LOG_LINE@request@  \"requests\": [@@@", | 
 |       "@@@STEP_LOG_LINE@request@    {@@@", | 
 |       "@@@STEP_LOG_LINE@request@      \"scheduleBuild\": {@@@", | 
 |       "@@@STEP_LOG_LINE@request@        \"builder\": {@@@", | 
 |       "@@@STEP_LOG_LINE@request@          \"bucket\": \"ci\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@          \"builder\": \"Linux Engine Drone\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@          \"project\": \"flutter\"@@@", | 
 |       "@@@STEP_LOG_LINE@request@        }, @@@", | 
 |       "@@@STEP_LOG_LINE@request@        \"experimental\": \"NO\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@        \"fields\": \"builder,createTime,createdBy,critical,endTime,id,input,number,output,startTime,status,updateTime\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@        \"gitilesCommit\": {@@@", | 
 |       "@@@STEP_LOG_LINE@request@          \"host\": \"chromium.googlesource.com\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@          \"id\": \"abcd1234\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@          \"project\": \"external/github.com/flutter/engine\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@          \"ref\": \"refs/heads/master\"@@@", | 
 |       "@@@STEP_LOG_LINE@request@        }, @@@", | 
 |       "@@@STEP_LOG_LINE@request@        \"priority\": 25, @@@", | 
 |       "@@@STEP_LOG_LINE@request@        \"properties\": {@@@", | 
 |       "@@@STEP_LOG_LINE@request@          \"builds\": [@@@", | 
 |       "@@@STEP_LOG_LINE@request@            {@@@", | 
 |       "@@@STEP_LOG_LINE@request@              \"dir\": \"fuchsia_release_arm64\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@              \"gn_args\": [@@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"--fuchsia\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"--fuchsia-cpu\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"arm64\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"--runtime-mode\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"release\"@@@", | 
 |       "@@@STEP_LOG_LINE@request@              ], @@@", | 
 |       "@@@STEP_LOG_LINE@request@              \"output_dirs\": [@@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"dart_jit_product_runner_far\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"dart_aot_product_runner_far\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"flutter_jit_product_runner_far\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"flutter_aot_product_runner_far\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"dart_runner_patched_sdk\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"flutter_runner_patched_sdk\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"clang_x64\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \".build-id\"@@@", | 
 |       "@@@STEP_LOG_LINE@request@              ], @@@", | 
 |       "@@@STEP_LOG_LINE@request@              \"output_files\": [@@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"dart_jit_product_runner\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"dart_aot_product_runner\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"flutter_jit_product_runner\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"flutter_aot_product_runner\"@@@", | 
 |       "@@@STEP_LOG_LINE@request@              ], @@@", | 
 |       "@@@STEP_LOG_LINE@request@              \"targets\": [@@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"flutter/shell/platform/fuchsia:fuchsia\"@@@", | 
 |       "@@@STEP_LOG_LINE@request@              ]@@@", | 
 |       "@@@STEP_LOG_LINE@request@            }@@@", | 
 |       "@@@STEP_LOG_LINE@request@          ]@@@", | 
 |       "@@@STEP_LOG_LINE@request@        }, @@@", | 
 |       "@@@STEP_LOG_LINE@request@        \"requestId\": \"8945511751514863184-00000000-0000-0000-0000-000000001340\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@        \"swarming\": {@@@", | 
 |       "@@@STEP_LOG_LINE@request@          \"parentRunId\": \"deadbeef\"@@@", | 
 |       "@@@STEP_LOG_LINE@request@        }, @@@", | 
 |       "@@@STEP_LOG_LINE@request@        \"tags\": [@@@", | 
 |       "@@@STEP_LOG_LINE@request@          {@@@", | 
 |       "@@@STEP_LOG_LINE@request@            \"key\": \"user_agent\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@            \"value\": \"recipe\"@@@", | 
 |       "@@@STEP_LOG_LINE@request@          }@@@", | 
 |       "@@@STEP_LOG_LINE@request@        ]@@@", | 
 |       "@@@STEP_LOG_LINE@request@      }@@@", | 
 |       "@@@STEP_LOG_LINE@request@    }@@@", | 
 |       "@@@STEP_LOG_LINE@request@  ]@@@", | 
 |       "@@@STEP_LOG_LINE@request@}@@@", | 
 |       "@@@STEP_LOG_END@request@@@", | 
 |       "@@@STEP_LINK@8922054662172514001@https://cr-buildbucket.appspot.com/build/8922054662172514001@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "bb", | 
 |       "batch", | 
 |       "-host", | 
 |       "cr-buildbucket.appspot.com" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "buildbucket.schedule (3)", | 
 |     "stdin": "{\"requests\": [{\"scheduleBuild\": {\"builder\": {\"bucket\": \"ci\", \"builder\": \"Linux Engine Drone\", \"project\": \"flutter\"}, \"experimental\": \"NO\", \"fields\": \"builder,createTime,createdBy,critical,endTime,id,input,number,output,startTime,status,updateTime\", \"gitilesCommit\": {\"host\": \"chromium.googlesource.com\", \"id\": \"abcd1234\", \"project\": \"external/github.com/flutter/engine\", \"ref\": \"refs/heads/master\"}, \"priority\": 25, \"properties\": {\"builds\": [{\"dir\": \"fuchsia_profile_x64\", \"gn_args\": [\"--fuchsia\", \"--fuchsia-cpu\", \"x64\", \"--runtime-mode\", \"profile\"], \"output_dirs\": [\"dart_jit_runner_far\", \"dart_aot_runner_far\", \"flutter_jit_runner_far\", \"flutter_aot_runner_far\", \"dart_runner_patched_sdk\", \"flutter_runner_patched_sdk\", \"clang_x64\", \".build-id\"], \"output_files\": [\"dart_jit_runner\", \"dart_aot_runner\", \"flutter_jit_runner\", \"flutter_aot_runner\"], \"targets\": [\"flutter/shell/platform/fuchsia:fuchsia\"]}]}, \"requestId\": \"8945511751514863184-00000000-0000-0000-0000-000000001343\", \"swarming\": {\"parentRunId\": \"deadbeef\"}, \"tags\": [{\"key\": \"user_agent\", \"value\": \"recipe\"}]}}]}", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_LOG_LINE@json.output@{@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  \"responses\": [@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      \"scheduleBuild\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"builder\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@          \"bucket\": \"ci\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@          \"builder\": \"Linux Engine Drone\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@          \"project\": \"flutter\"@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        }, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"id\": \"8922054662172514002\"@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  ]@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@}@@@", | 
 |       "@@@STEP_LOG_END@json.output@@@", | 
 |       "@@@STEP_LOG_LINE@request@{@@@", | 
 |       "@@@STEP_LOG_LINE@request@  \"requests\": [@@@", | 
 |       "@@@STEP_LOG_LINE@request@    {@@@", | 
 |       "@@@STEP_LOG_LINE@request@      \"scheduleBuild\": {@@@", | 
 |       "@@@STEP_LOG_LINE@request@        \"builder\": {@@@", | 
 |       "@@@STEP_LOG_LINE@request@          \"bucket\": \"ci\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@          \"builder\": \"Linux Engine Drone\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@          \"project\": \"flutter\"@@@", | 
 |       "@@@STEP_LOG_LINE@request@        }, @@@", | 
 |       "@@@STEP_LOG_LINE@request@        \"experimental\": \"NO\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@        \"fields\": \"builder,createTime,createdBy,critical,endTime,id,input,number,output,startTime,status,updateTime\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@        \"gitilesCommit\": {@@@", | 
 |       "@@@STEP_LOG_LINE@request@          \"host\": \"chromium.googlesource.com\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@          \"id\": \"abcd1234\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@          \"project\": \"external/github.com/flutter/engine\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@          \"ref\": \"refs/heads/master\"@@@", | 
 |       "@@@STEP_LOG_LINE@request@        }, @@@", | 
 |       "@@@STEP_LOG_LINE@request@        \"priority\": 25, @@@", | 
 |       "@@@STEP_LOG_LINE@request@        \"properties\": {@@@", | 
 |       "@@@STEP_LOG_LINE@request@          \"builds\": [@@@", | 
 |       "@@@STEP_LOG_LINE@request@            {@@@", | 
 |       "@@@STEP_LOG_LINE@request@              \"dir\": \"fuchsia_profile_x64\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@              \"gn_args\": [@@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"--fuchsia\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"--fuchsia-cpu\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"x64\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"--runtime-mode\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"profile\"@@@", | 
 |       "@@@STEP_LOG_LINE@request@              ], @@@", | 
 |       "@@@STEP_LOG_LINE@request@              \"output_dirs\": [@@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"dart_jit_runner_far\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"dart_aot_runner_far\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"flutter_jit_runner_far\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"flutter_aot_runner_far\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"dart_runner_patched_sdk\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"flutter_runner_patched_sdk\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"clang_x64\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \".build-id\"@@@", | 
 |       "@@@STEP_LOG_LINE@request@              ], @@@", | 
 |       "@@@STEP_LOG_LINE@request@              \"output_files\": [@@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"dart_jit_runner\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"dart_aot_runner\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"flutter_jit_runner\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"flutter_aot_runner\"@@@", | 
 |       "@@@STEP_LOG_LINE@request@              ], @@@", | 
 |       "@@@STEP_LOG_LINE@request@              \"targets\": [@@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"flutter/shell/platform/fuchsia:fuchsia\"@@@", | 
 |       "@@@STEP_LOG_LINE@request@              ]@@@", | 
 |       "@@@STEP_LOG_LINE@request@            }@@@", | 
 |       "@@@STEP_LOG_LINE@request@          ]@@@", | 
 |       "@@@STEP_LOG_LINE@request@        }, @@@", | 
 |       "@@@STEP_LOG_LINE@request@        \"requestId\": \"8945511751514863184-00000000-0000-0000-0000-000000001343\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@        \"swarming\": {@@@", | 
 |       "@@@STEP_LOG_LINE@request@          \"parentRunId\": \"deadbeef\"@@@", | 
 |       "@@@STEP_LOG_LINE@request@        }, @@@", | 
 |       "@@@STEP_LOG_LINE@request@        \"tags\": [@@@", | 
 |       "@@@STEP_LOG_LINE@request@          {@@@", | 
 |       "@@@STEP_LOG_LINE@request@            \"key\": \"user_agent\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@            \"value\": \"recipe\"@@@", | 
 |       "@@@STEP_LOG_LINE@request@          }@@@", | 
 |       "@@@STEP_LOG_LINE@request@        ]@@@", | 
 |       "@@@STEP_LOG_LINE@request@      }@@@", | 
 |       "@@@STEP_LOG_LINE@request@    }@@@", | 
 |       "@@@STEP_LOG_LINE@request@  ]@@@", | 
 |       "@@@STEP_LOG_LINE@request@}@@@", | 
 |       "@@@STEP_LOG_END@request@@@", | 
 |       "@@@STEP_LINK@8922054662172514002@https://cr-buildbucket.appspot.com/build/8922054662172514002@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "bb", | 
 |       "batch", | 
 |       "-host", | 
 |       "cr-buildbucket.appspot.com" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "buildbucket.schedule (4)", | 
 |     "stdin": "{\"requests\": [{\"scheduleBuild\": {\"builder\": {\"bucket\": \"ci\", \"builder\": \"Linux Engine Drone\", \"project\": \"flutter\"}, \"experimental\": \"NO\", \"fields\": \"builder,createTime,createdBy,critical,endTime,id,input,number,output,startTime,status,updateTime\", \"gitilesCommit\": {\"host\": \"chromium.googlesource.com\", \"id\": \"abcd1234\", \"project\": \"external/github.com/flutter/engine\", \"ref\": \"refs/heads/master\"}, \"priority\": 25, \"properties\": {\"builds\": [{\"dir\": \"fuchsia_release_x64\", \"gn_args\": [\"--fuchsia\", \"--fuchsia-cpu\", \"x64\", \"--runtime-mode\", \"release\"], \"output_dirs\": [\"dart_jit_product_runner_far\", \"dart_aot_product_runner_far\", \"flutter_jit_product_runner_far\", \"flutter_aot_product_runner_far\", \"dart_runner_patched_sdk\", \"flutter_runner_patched_sdk\", \"clang_x64\", \".build-id\"], \"output_files\": [\"dart_jit_product_runner\", \"dart_aot_product_runner\", \"flutter_jit_product_runner\", \"flutter_aot_product_runner\"], \"targets\": [\"flutter/shell/platform/fuchsia:fuchsia\"]}]}, \"requestId\": \"8945511751514863184-00000000-0000-0000-0000-000000001346\", \"swarming\": {\"parentRunId\": \"deadbeef\"}, \"tags\": [{\"key\": \"user_agent\", \"value\": \"recipe\"}]}}]}", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_LOG_LINE@json.output@{@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  \"responses\": [@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      \"scheduleBuild\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"builder\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@          \"bucket\": \"ci\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@          \"builder\": \"Linux Engine Drone\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@          \"project\": \"flutter\"@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        }, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"id\": \"8922054662172514003\"@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  ]@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@}@@@", | 
 |       "@@@STEP_LOG_END@json.output@@@", | 
 |       "@@@STEP_LOG_LINE@request@{@@@", | 
 |       "@@@STEP_LOG_LINE@request@  \"requests\": [@@@", | 
 |       "@@@STEP_LOG_LINE@request@    {@@@", | 
 |       "@@@STEP_LOG_LINE@request@      \"scheduleBuild\": {@@@", | 
 |       "@@@STEP_LOG_LINE@request@        \"builder\": {@@@", | 
 |       "@@@STEP_LOG_LINE@request@          \"bucket\": \"ci\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@          \"builder\": \"Linux Engine Drone\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@          \"project\": \"flutter\"@@@", | 
 |       "@@@STEP_LOG_LINE@request@        }, @@@", | 
 |       "@@@STEP_LOG_LINE@request@        \"experimental\": \"NO\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@        \"fields\": \"builder,createTime,createdBy,critical,endTime,id,input,number,output,startTime,status,updateTime\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@        \"gitilesCommit\": {@@@", | 
 |       "@@@STEP_LOG_LINE@request@          \"host\": \"chromium.googlesource.com\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@          \"id\": \"abcd1234\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@          \"project\": \"external/github.com/flutter/engine\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@          \"ref\": \"refs/heads/master\"@@@", | 
 |       "@@@STEP_LOG_LINE@request@        }, @@@", | 
 |       "@@@STEP_LOG_LINE@request@        \"priority\": 25, @@@", | 
 |       "@@@STEP_LOG_LINE@request@        \"properties\": {@@@", | 
 |       "@@@STEP_LOG_LINE@request@          \"builds\": [@@@", | 
 |       "@@@STEP_LOG_LINE@request@            {@@@", | 
 |       "@@@STEP_LOG_LINE@request@              \"dir\": \"fuchsia_release_x64\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@              \"gn_args\": [@@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"--fuchsia\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"--fuchsia-cpu\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"x64\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"--runtime-mode\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"release\"@@@", | 
 |       "@@@STEP_LOG_LINE@request@              ], @@@", | 
 |       "@@@STEP_LOG_LINE@request@              \"output_dirs\": [@@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"dart_jit_product_runner_far\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"dart_aot_product_runner_far\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"flutter_jit_product_runner_far\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"flutter_aot_product_runner_far\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"dart_runner_patched_sdk\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"flutter_runner_patched_sdk\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"clang_x64\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \".build-id\"@@@", | 
 |       "@@@STEP_LOG_LINE@request@              ], @@@", | 
 |       "@@@STEP_LOG_LINE@request@              \"output_files\": [@@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"dart_jit_product_runner\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"dart_aot_product_runner\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"flutter_jit_product_runner\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"flutter_aot_product_runner\"@@@", | 
 |       "@@@STEP_LOG_LINE@request@              ], @@@", | 
 |       "@@@STEP_LOG_LINE@request@              \"targets\": [@@@", | 
 |       "@@@STEP_LOG_LINE@request@                \"flutter/shell/platform/fuchsia:fuchsia\"@@@", | 
 |       "@@@STEP_LOG_LINE@request@              ]@@@", | 
 |       "@@@STEP_LOG_LINE@request@            }@@@", | 
 |       "@@@STEP_LOG_LINE@request@          ]@@@", | 
 |       "@@@STEP_LOG_LINE@request@        }, @@@", | 
 |       "@@@STEP_LOG_LINE@request@        \"requestId\": \"8945511751514863184-00000000-0000-0000-0000-000000001346\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@        \"swarming\": {@@@", | 
 |       "@@@STEP_LOG_LINE@request@          \"parentRunId\": \"deadbeef\"@@@", | 
 |       "@@@STEP_LOG_LINE@request@        }, @@@", | 
 |       "@@@STEP_LOG_LINE@request@        \"tags\": [@@@", | 
 |       "@@@STEP_LOG_LINE@request@          {@@@", | 
 |       "@@@STEP_LOG_LINE@request@            \"key\": \"user_agent\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@            \"value\": \"recipe\"@@@", | 
 |       "@@@STEP_LOG_LINE@request@          }@@@", | 
 |       "@@@STEP_LOG_LINE@request@        ]@@@", | 
 |       "@@@STEP_LOG_LINE@request@      }@@@", | 
 |       "@@@STEP_LOG_LINE@request@    }@@@", | 
 |       "@@@STEP_LOG_LINE@request@  ]@@@", | 
 |       "@@@STEP_LOG_LINE@request@}@@@", | 
 |       "@@@STEP_LOG_END@request@@@", | 
 |       "@@@STEP_LINK@8922054662172514003@https://cr-buildbucket.appspot.com/build/8922054662172514003@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "[CACHE]/builder/src/flutter/tools/gn", | 
 |       "--goma", | 
 |       "--fuchsia", | 
 |       "--fuchsia-cpu", | 
 |       "x64", | 
 |       "--runtime-mode", | 
 |       "debug", | 
 |       "--no-lto" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "gn --fuchsia --fuchsia-cpu x64 --runtime-mode debug --no-lto" | 
 |   }, | 
 |   { | 
 |     "cmd": [], | 
 |     "name": "setup goma (18)" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "restart" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "setup goma (18).start goma", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "RECIPE_REPO[depot_tools]/ninja", | 
 |       "-j", | 
 |       "1024", | 
 |       "-C", | 
 |       "[CACHE]/builder/src/out/fuchsia_debug_x64", | 
 |       "flutter/shell/platform/fuchsia:fuchsia", | 
 |       "fuchsia_tests" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0", | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]", | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "build fuchsia_debug_x64 flutter/shell/platform/fuchsia:fuchsia fuchsia_tests" | 
 |   }, | 
 |   { | 
 |     "cmd": [], | 
 |     "name": "teardown goma (18)" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "jsonstatus", | 
 |       "[CACHE]/goma/client/jsonstatus" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (18).goma jsonstatus", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@{@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  \"notice\": [@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      \"infra_status\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"num_user_error\": 0, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"ping_status_code\": 200@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  ]@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@}@@@", | 
 |       "@@@STEP_LOG_END@json.output@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "stat" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (18).goma stats", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "stop" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (18).stop goma", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "copy", | 
 |       "[CLEANUP]/compiler_proxy.WARNING", | 
 |       "/path/to/tmp/" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "teardown goma (18).read goma_client warning log", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@compiler_proxy.WARNING@test log@@@", | 
 |       "@@@STEP_LOG_END@compiler_proxy.WARNING@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "copy", | 
 |       "[CACHE]/goma/client/goma_stats.json", | 
 |       "/path/to/tmp/" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "teardown goma (18).read goma_stats.json", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@{@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    \"build_info\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"build_id\": 8945511751514863184, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"builder\": \"Mac Engine\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"time_stamp\": \"2012-05-14 12:54:12.500000\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"time_stamp_int\": 1337000054000@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@}@@@", | 
 |       "@@@STEP_LOG_END@json.output@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "[CACHE]/cipd/infra/tools/bqupload/git_revision%3Ad85fe78f303c3e969f815121e17c8b08868039ef/bqupload", | 
 |       "fuchsia-infra.artifacts.builds_beta_goma", | 
 |       "{\"build_info\": {\"build_id\": 8945511751514863184, \"builder\": \"Mac Engine\", \"time_stamp\": \"2012-05-14 12:54:12.500000\", \"time_stamp_int\": 1337000054000}}" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (18).upload goma stats to bigquery", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "[CACHE]/builder/src/flutter/tools/gn", | 
 |       "--goma", | 
 |       "--fuchsia", | 
 |       "--fuchsia-cpu", | 
 |       "arm64", | 
 |       "--runtime-mode", | 
 |       "debug", | 
 |       "--no-lto" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "gn --fuchsia --fuchsia-cpu arm64 --runtime-mode debug --no-lto" | 
 |   }, | 
 |   { | 
 |     "cmd": [], | 
 |     "name": "setup goma (19)" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "restart" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "setup goma (19).start goma", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "RECIPE_REPO[depot_tools]/ninja", | 
 |       "-j", | 
 |       "1024", | 
 |       "-C", | 
 |       "[CACHE]/builder/src/out/fuchsia_debug_arm64", | 
 |       "flutter/shell/platform/fuchsia:fuchsia", | 
 |       "fuchsia_tests" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0", | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]", | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "build fuchsia_debug_arm64 flutter/shell/platform/fuchsia:fuchsia fuchsia_tests" | 
 |   }, | 
 |   { | 
 |     "cmd": [], | 
 |     "name": "teardown goma (19)" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "jsonstatus", | 
 |       "[CACHE]/goma/client/jsonstatus" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (19).goma jsonstatus", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@{@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  \"notice\": [@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      \"infra_status\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"num_user_error\": 0, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"ping_status_code\": 200@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  ]@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@}@@@", | 
 |       "@@@STEP_LOG_END@json.output@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "stat" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (19).goma stats", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/goma/client/goma_ctl.py", | 
 |       "stop" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GLOG_log_dir": "[CLEANUP]", | 
 |       "GOMA_CACHE_DIR": "[CACHE]/goma", | 
 |       "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", | 
 |       "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", | 
 |       "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", | 
 |       "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", | 
 |       "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (19).stop goma", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "copy", | 
 |       "[CLEANUP]/compiler_proxy.WARNING", | 
 |       "/path/to/tmp/" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "teardown goma (19).read goma_client warning log", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@compiler_proxy.WARNING@test log@@@", | 
 |       "@@@STEP_LOG_END@compiler_proxy.WARNING@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "copy", | 
 |       "[CACHE]/goma/client/goma_stats.json", | 
 |       "/path/to/tmp/" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "teardown goma (19).read goma_stats.json", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@{@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    \"build_info\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"build_id\": 8945511751514863184, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"builder\": \"Mac Engine\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"time_stamp\": \"2012-05-14 12:54:15.500000\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"time_stamp_int\": 1337000057000@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@}@@@", | 
 |       "@@@STEP_LOG_END@json.output@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "[CACHE]/cipd/infra/tools/bqupload/git_revision%3Ad85fe78f303c3e969f815121e17c8b08868039ef/bqupload", | 
 |       "fuchsia-infra.artifacts.builds_beta_goma", | 
 |       "{\"build_info\": {\"build_id\": 8945511751514863184, \"builder\": \"Mac Engine\", \"time_stamp\": \"2012-05-14 12:54:15.500000\", \"time_stamp_int\": 1337000057000}}" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client", | 
 |       "GOMA_TMP_DIR": "[CLEANUP]/goma", | 
 |       "GOMA_USE_LOCAL": "False" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "teardown goma (19).upload goma stats to bigquery", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [], | 
 |     "name": "buildbucket.collect" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "bb", | 
 |       "collect", | 
 |       "-host", | 
 |       "cr-buildbucket.appspot.com", | 
 |       "-interval", | 
 |       "60s", | 
 |       "8922054662172514000", | 
 |       "8922054662172514001", | 
 |       "8922054662172514002", | 
 |       "8922054662172514003" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "buildbucket.collect.wait", | 
 |     "timeout": 7200, | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "bb", | 
 |       "batch", | 
 |       "-host", | 
 |       "cr-buildbucket.appspot.com" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "buildbucket.collect.get", | 
 |     "stdin": "{\"requests\": [{\"getBuild\": {\"fields\": \"builder,createTime,createdBy,critical,endTime,id,input,number,output,startTime,status,updateTime\", \"id\": \"8922054662172514000\"}}, {\"getBuild\": {\"fields\": \"builder,createTime,createdBy,critical,endTime,id,input,number,output,startTime,status,updateTime\", \"id\": \"8922054662172514001\"}}, {\"getBuild\": {\"fields\": \"builder,createTime,createdBy,critical,endTime,id,input,number,output,startTime,status,updateTime\", \"id\": \"8922054662172514002\"}}, {\"getBuild\": {\"fields\": \"builder,createTime,createdBy,critical,endTime,id,input,number,output,startTime,status,updateTime\", \"id\": \"8922054662172514003\"}}]}", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@{@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  \"responses\": [@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      \"getBuild\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"builder\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@          \"bucket\": \"try\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@          \"builder\": \"Linux Drone\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@          \"project\": \"flutter\"@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        }, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"createTime\": \"2018-05-25T23:50:17Z\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"createdBy\": \"user:commit-bot@chromium.org\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"id\": \"8945511751514863184\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"infra\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@          \"resultdb\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@            \"invocation\": \"invocations/build:8945511751514863184\"@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@          }, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@          \"swarming\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@            \"priority\": 30@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@          }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        }, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"input\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@          \"gerritChanges\": [@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@            {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@              \"change\": \"123456\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@              \"host\": \"chromium-review.googlesource.com\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@              \"patchset\": \"7\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@              \"project\": \"flutter\"@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@            }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@          ]@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        }, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"output\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@          \"properties\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@            \"isolated_output_hash\": \"deadbeef\"@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@          }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        }, @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"tags\": [@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@          {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@            \"key\": \"cq_experimental\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@            \"value\": \"false\"@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@          }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        ]@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  ]@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@}@@@", | 
 |       "@@@STEP_LOG_END@json.output@@@", | 
 |       "@@@STEP_LOG_LINE@request@{@@@", | 
 |       "@@@STEP_LOG_LINE@request@  \"requests\": [@@@", | 
 |       "@@@STEP_LOG_LINE@request@    {@@@", | 
 |       "@@@STEP_LOG_LINE@request@      \"getBuild\": {@@@", | 
 |       "@@@STEP_LOG_LINE@request@        \"fields\": \"builder,createTime,createdBy,critical,endTime,id,input,number,output,startTime,status,updateTime\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@        \"id\": \"8922054662172514000\"@@@", | 
 |       "@@@STEP_LOG_LINE@request@      }@@@", | 
 |       "@@@STEP_LOG_LINE@request@    }, @@@", | 
 |       "@@@STEP_LOG_LINE@request@    {@@@", | 
 |       "@@@STEP_LOG_LINE@request@      \"getBuild\": {@@@", | 
 |       "@@@STEP_LOG_LINE@request@        \"fields\": \"builder,createTime,createdBy,critical,endTime,id,input,number,output,startTime,status,updateTime\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@        \"id\": \"8922054662172514001\"@@@", | 
 |       "@@@STEP_LOG_LINE@request@      }@@@", | 
 |       "@@@STEP_LOG_LINE@request@    }, @@@", | 
 |       "@@@STEP_LOG_LINE@request@    {@@@", | 
 |       "@@@STEP_LOG_LINE@request@      \"getBuild\": {@@@", | 
 |       "@@@STEP_LOG_LINE@request@        \"fields\": \"builder,createTime,createdBy,critical,endTime,id,input,number,output,startTime,status,updateTime\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@        \"id\": \"8922054662172514002\"@@@", | 
 |       "@@@STEP_LOG_LINE@request@      }@@@", | 
 |       "@@@STEP_LOG_LINE@request@    }, @@@", | 
 |       "@@@STEP_LOG_LINE@request@    {@@@", | 
 |       "@@@STEP_LOG_LINE@request@      \"getBuild\": {@@@", | 
 |       "@@@STEP_LOG_LINE@request@        \"fields\": \"builder,createTime,createdBy,critical,endTime,id,input,number,output,startTime,status,updateTime\", @@@", | 
 |       "@@@STEP_LOG_LINE@request@        \"id\": \"8922054662172514003\"@@@", | 
 |       "@@@STEP_LOG_LINE@request@      }@@@", | 
 |       "@@@STEP_LOG_LINE@request@    }@@@", | 
 |       "@@@STEP_LOG_LINE@request@  ]@@@", | 
 |       "@@@STEP_LOG_LINE@request@}@@@", | 
 |       "@@@STEP_LOG_END@request@@@", | 
 |       "@@@STEP_LINK@8945511751514863184@https://cr-buildbucket.appspot.com/build/8945511751514863184@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [], | 
 |     "name": "display builds", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_WARNINGS@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [], | 
 |     "name": "display builds.Linux Drone", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LINK@8945511751514863184@https://cr-buildbucket.appspot.com/build/8945511751514863184@@@", | 
 |       "@@@STEP_WARNINGS@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [], | 
 |     "name": "install infra/tools/luci/isolated" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "ensure-directory", | 
 |       "--mode", | 
 |       "0777", | 
 |       "[CACHE]/cipd/infra/tools/luci/isolated/isolated_module_pin" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "install infra/tools/luci/isolated.ensure package directory", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "cipd", | 
 |       "ensure", | 
 |       "-root", | 
 |       "[CACHE]/cipd/infra/tools/luci/isolated/isolated_module_pin", | 
 |       "-ensure-file", | 
 |       "infra/tools/luci/isolated/${platform} isolated_module_pin", | 
 |       "-max-threads", | 
 |       "0", | 
 |       "-json-output", | 
 |       "/path/to/tmp/json" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "install infra/tools/luci/isolated.ensure_installed", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@{@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  \"result\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    \"\": [@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"instance_id\": \"resolved-instance_id-of-isolated_module_\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"package\": \"infra/tools/luci/isolated/resolved-platform\"@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    ]@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@}@@@", | 
 |       "@@@STEP_LOG_END@json.output@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "[CACHE]/cipd/infra/tools/luci/isolated/isolated_module_pin/isolated", | 
 |       "download", | 
 |       "-verbose", | 
 |       "-isolate-server", | 
 |       "https://example.isolateserver.appspot.com", | 
 |       "-isolated", | 
 |       "deadbeef", | 
 |       "-output-dir", | 
 |       "[CACHE]/builder/src" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "Download for build 8945511751514863184" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "dart", | 
 |       "[CACHE]/builder/src/flutter/testing/symbols/verify_exported.dart", | 
 |       "[CACHE]/builder/src/out" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "name": "Verify exported symbols on release binaries" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "sudo", | 
 |       "xcode-select", | 
 |       "--reset" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder", | 
 |     "env": { | 
 |       "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | 
 |       "GOMA_DIR": "[CACHE]/goma/client" | 
 |     }, | 
 |     "env_prefixes": { | 
 |       "PATH": [ | 
 |         "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" | 
 |       ] | 
 |     }, | 
 |     "env_suffixes": { | 
 |       "DEPOT_TOOLS_UPDATE": [ | 
 |         "0" | 
 |       ], | 
 |       "PATH": [ | 
 |         "RECIPE_REPO[depot_tools]" | 
 |       ] | 
 |     }, | 
 |     "infra_step": true, | 
 |     "name": "reset XCode" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "git", | 
 |       "rev-parse", | 
 |       "HEAD" | 
 |     ], | 
 |     "cwd": "[CACHE]/builder/src", | 
 |     "infra_step": true, | 
 |     "name": "Retrieve git hash" | 
 |   }, | 
 |   { | 
 |     "cmd": [], | 
 |     "name": "install infra/gcloud" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "vpython", | 
 |       "-u", | 
 |       "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | 
 |       "--json-output", | 
 |       "/path/to/tmp/json", | 
 |       "ensure-directory", | 
 |       "--mode", | 
 |       "0777", | 
 |       "[CACHE]/cipd/infra/gcloud/version%3A266.0.0.chromium0" | 
 |     ], | 
 |     "infra_step": true, | 
 |     "name": "install infra/gcloud.ensure package directory", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "cipd", | 
 |       "ensure", | 
 |       "-root", | 
 |       "[CACHE]/cipd/infra/gcloud/version%3A266.0.0.chromium0", | 
 |       "-ensure-file", | 
 |       "infra/gcloud/${platform} version:266.0.0.chromium0", | 
 |       "-max-threads", | 
 |       "0", | 
 |       "-json-output", | 
 |       "/path/to/tmp/json" | 
 |     ], | 
 |     "infra_step": true, | 
 |     "name": "install infra/gcloud.ensure_installed", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@{@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  \"result\": {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    \"\": [@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      {@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"instance_id\": \"resolved-instance_id-of-version:266.0.0.\", @@@", | 
 |       "@@@STEP_LOG_LINE@json.output@        \"package\": \"infra/gcloud/resolved-platform\"@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@      }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@    ]@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@  }@@@", | 
 |       "@@@STEP_LOG_LINE@json.output@}@@@", | 
 |       "@@@STEP_LOG_END@json.output@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "python", | 
 |       "-u", | 
 |       "[CACHE]/cipd/infra/gcloud/version%3A266.0.0.chromium0/lib/gcloud.py", | 
 |       "pubsub", | 
 |       "topics", | 
 |       "publish", | 
 |       "projects/flutter-dashboard/topics/luci-builds-prod", | 
 |       "--message={\"buildername\" : \"Mac Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" | 
 |     ], | 
 |     "infra_step": true, | 
 |     "name": "gcloud pubsub" | 
 |   }, | 
 |   { | 
 |     "cmd": [], | 
 |     "name": "Killing Processes" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "killall", | 
 |       "-9", | 
 |       "dart" | 
 |     ], | 
 |     "infra_step": true, | 
 |     "name": "Killing Processes.kill dart", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "killall", | 
 |       "-9", | 
 |       "flutter" | 
 |     ], | 
 |     "infra_step": true, | 
 |     "name": "Killing Processes.kill flutter", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "killall", | 
 |       "-9", | 
 |       "Chrome" | 
 |     ], | 
 |     "infra_step": true, | 
 |     "name": "Killing Processes.kill Chrome", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "killall", | 
 |       "-9", | 
 |       "Safari" | 
 |     ], | 
 |     "infra_step": true, | 
 |     "name": "Killing Processes.kill Safari", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "killall", | 
 |       "-9", | 
 |       "java" | 
 |     ], | 
 |     "infra_step": true, | 
 |     "name": "Killing Processes.kill Safari (2)", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "killall", | 
 |       "-9", | 
 |       "adb" | 
 |     ], | 
 |     "infra_step": true, | 
 |     "name": "Killing Processes.kill Safari (3)", | 
 |     "~followup_annotations": [ | 
 |       "@@@STEP_NEST_LEVEL@1@@@" | 
 |     ] | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "top", | 
 |       "-l", | 
 |       "3", | 
 |       "-o", | 
 |       "mem" | 
 |     ], | 
 |     "infra_step": true, | 
 |     "name": "OS info (2)" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "xattr", | 
 |       "/opt/s/w/ir/cipd_bin_packages/python" | 
 |     ], | 
 |     "infra_step": true, | 
 |     "name": "python xattr info (2)" | 
 |   }, | 
 |   { | 
 |     "cmd": [ | 
 |       "xattr", | 
 |       "/opt/s/w/ir/cipd_bin_packages/git" | 
 |     ], | 
 |     "infra_step": true, | 
 |     "name": "git xattr info (2)" | 
 |   }, | 
 |   { | 
 |     "name": "$result" | 
 |   } | 
 | ] |