[ | |
{ | |
"cmd": [ | |
"top", | |
"-b", | |
"-n", | |
"3", | |
"-o", | |
"%MEM" | |
], | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "flutter:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "OS info" | |
}, | |
{ | |
"cmd": [ | |
"vpython3", | |
"-u", | |
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | |
"--json-output", | |
"/path/to/tmp/json", | |
"rmtree", | |
"[CACHE]/builder/src/out" | |
], | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "flutter:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "Clobber build output" | |
}, | |
{ | |
"cmd": [ | |
"vpython3", | |
"-u", | |
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | |
"--json-output", | |
"/path/to/tmp/json", | |
"ensure-directory", | |
"--mode", | |
"0777", | |
"[CACHE]/builder" | |
], | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "flutter:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "Ensure checkout cache" | |
}, | |
{ | |
"cmd": [], | |
"name": "ensure goma" | |
}, | |
{ | |
"cmd": [ | |
"cipd", | |
"ensure", | |
"-root", | |
"[CACHE]/goma/client", | |
"-ensure-file", | |
"fuchsia/third_party/goma/client/${platform} integration", | |
"-max-threads", | |
"0", | |
"-json-output", | |
"/path/to/tmp/json" | |
], | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "flutter:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"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-integration-----\", @@@", | |
"@@@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": "Initialize logs" | |
}, | |
{ | |
"cmd": [ | |
"vpython3", | |
"-u", | |
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | |
"--json-output", | |
"/path/to/tmp/json", | |
"ensure-directory", | |
"--mode", | |
"0777", | |
"[CLEANUP]/flutter_logs_dir" | |
], | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "flutter:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "Initialize logs.Ensure [CLEANUP]/flutter_logs_dir", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@1@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"vpython3", | |
"-u", | |
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | |
"--json-output", | |
"/path/to/tmp/json", | |
"copy", | |
"", | |
"[CLEANUP]/flutter_logs_dir/noop.txt" | |
], | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "flutter:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "Initialize logs.Write noop file", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@1@@@" | |
] | |
}, | |
{ | |
"cmd": [], | |
"name": "Checkout source code" | |
}, | |
{ | |
"cmd": [ | |
"vpython3", | |
"-u", | |
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | |
"--spec-path", | |
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': False, 'name': 'src/flutter', 'url': 'https://flutter.googlesource.com/mirrors/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@2d72510e447ab60a9728aeea2362d8be2cbd7789", | |
"--refs", | |
"refs/heads/main" | |
], | |
"cwd": "[CACHE]/builder", | |
"env": { | |
"ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | |
"DEPOT_TOOLS_REPORT_BUILD": "flutter/ci/Linux Engine/8945511751514863184", | |
"FLUTTER_LOGS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"FLUTTER_PREBUILT_DART_SDK": "True", | |
"FLUTTER_TEST_OUTPUTS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"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, | |
"luci_context": { | |
"realm": { | |
"name": "flutter:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"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\": \"2d72510e447ab60a9728aeea2362d8be2cbd7789\"@@@", | |
"@@@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\": \"2d72510e447ab60a9728aeea2362d8be2cbd7789\"@@@", | |
"@@@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\": \"2d72510e447ab60a9728aeea2362d8be2cbd7789\", @@@", | |
"@@@STEP_LOG_LINE@json.output@ \"got_engine_revision_cp\": \"refs/heads/main@{#84512}\", @@@", | |
"@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"9221bca00ddbd888260084def81f09543281b952\"@@@", | |
"@@@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\": \"2d72510e447ab60a9728aeea2362d8be2cbd7789\"@@@", | |
"@@@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@\"2d72510e447ab60a9728aeea2362d8be2cbd7789\"@@@", | |
"@@@SET_BUILD_PROPERTY@got_engine_revision_cp@\"refs/heads/main@{#84512}\"@@@", | |
"@@@SET_BUILD_PROPERTY@got_revision@\"9221bca00ddbd888260084def81f09543281b952\"@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"vpython3", | |
"-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/Linux Engine/8945511751514863184", | |
"FLUTTER_LOGS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"FLUTTER_PREBUILT_DART_SDK": "True", | |
"FLUTTER_TEST_OUTPUTS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"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]" | |
] | |
}, | |
"luci_context": { | |
"realm": { | |
"name": "flutter:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "Checkout source code.gclient runhooks", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@1@@@" | |
] | |
}, | |
{ | |
"cmd": [], | |
"name": "OpenJDK dependency" | |
}, | |
{ | |
"cmd": [ | |
"cipd", | |
"ensure", | |
"-root", | |
"[CACHE]/java", | |
"-ensure-file", | |
"flutter_internal/java/openjdk/${platform} version:1.8.0u202-b08", | |
"-max-threads", | |
"0", | |
"-json-output", | |
"/path/to/tmp/json" | |
], | |
"luci_context": { | |
"realm": { | |
"name": "flutter:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "OpenJDK dependency.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:1.8.0u20\", @@@", | |
"@@@STEP_LOG_LINE@json.output@ \"package\": \"flutter_internal/java/openjdk/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": [ | |
"vpython3", | |
"-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/Linux Engine/8945511751514863184", | |
"FLUTTER_LOGS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"FLUTTER_PREBUILT_DART_SDK": "True", | |
"FLUTTER_TEST_OUTPUTS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"GOMA_DIR": "[CACHE]/goma/client", | |
"JAVA_HOME": "[CACHE]/java" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin", | |
"[CACHE]/java/bin" | |
] | |
}, | |
"env_suffixes": { | |
"DEPOT_TOOLS_UPDATE": [ | |
"0" | |
], | |
"PATH": [ | |
"RECIPE_REPO[depot_tools]", | |
"RECIPE_REPO[depot_tools]" | |
] | |
}, | |
"luci_context": { | |
"realm": { | |
"name": "flutter:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "gclient runhooks" | |
}, | |
{ | |
"cmd": [ | |
"python", | |
"[CACHE]/builder/src/flutter/tools/gn", | |
"--goma", | |
"--android", | |
"--android-cpu=x86", | |
"--runtime-mode=jit_release" | |
], | |
"cwd": "[CACHE]/builder", | |
"env": { | |
"ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | |
"FLUTTER_LOGS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"FLUTTER_PREBUILT_DART_SDK": "True", | |
"FLUTTER_TEST_OUTPUTS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"GOMA_DIR": "[CACHE]/goma/client", | |
"JAVA_HOME": "[CACHE]/java" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin", | |
"[CACHE]/java/bin" | |
] | |
}, | |
"env_suffixes": { | |
"DEPOT_TOOLS_UPDATE": [ | |
"0" | |
], | |
"PATH": [ | |
"RECIPE_REPO[depot_tools]" | |
] | |
}, | |
"luci_context": { | |
"realm": { | |
"name": "flutter:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "gn --android --android-cpu=x86 --runtime-mode=jit_release" | |
}, | |
{ | |
"cmd": [], | |
"name": "setup goma" | |
}, | |
{ | |
"cmd": [], | |
"name": "setup goma.ensure cpython3", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@1@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"vpython3", | |
"-u", | |
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | |
"--json-output", | |
"/path/to/tmp/json", | |
"copy", | |
"RECIPE_MODULE[fuchsia::python3]/resources/tool_manifest.json", | |
"/path/to/tmp/json" | |
], | |
"cwd": "[CACHE]/builder", | |
"env": { | |
"ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | |
"FLUTTER_LOGS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"FLUTTER_PREBUILT_DART_SDK": "True", | |
"FLUTTER_TEST_OUTPUTS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"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", | |
"JAVA_HOME": "[CACHE]/java" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin", | |
"[CACHE]/java/bin" | |
] | |
}, | |
"env_suffixes": { | |
"DEPOT_TOOLS_UPDATE": [ | |
"0" | |
], | |
"PATH": [ | |
"RECIPE_REPO[depot_tools]" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "flutter:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "setup goma.ensure cpython3.read manifest", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@2@@@", | |
"@@@STEP_LOG_LINE@tool_manifest.json@{@@@", | |
"@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/cpython3\",@@@", | |
"@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", | |
"@@@STEP_LOG_LINE@tool_manifest.json@}@@@", | |
"@@@STEP_LOG_END@tool_manifest.json@@@" | |
] | |
}, | |
{ | |
"cmd": [], | |
"name": "setup goma.ensure cpython3.install path/to/cpython3", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@2@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"vpython3", | |
"-u", | |
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | |
"--json-output", | |
"/path/to/tmp/json", | |
"ensure-directory", | |
"--mode", | |
"0777", | |
"[START_DIR]/cipd_tool/path/to/cpython3/version%3Apinned-version" | |
], | |
"cwd": "[CACHE]/builder", | |
"env": { | |
"ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | |
"FLUTTER_LOGS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"FLUTTER_PREBUILT_DART_SDK": "True", | |
"FLUTTER_TEST_OUTPUTS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"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", | |
"JAVA_HOME": "[CACHE]/java" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin", | |
"[CACHE]/java/bin" | |
] | |
}, | |
"env_suffixes": { | |
"DEPOT_TOOLS_UPDATE": [ | |
"0" | |
], | |
"PATH": [ | |
"RECIPE_REPO[depot_tools]" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "flutter:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "setup goma.ensure cpython3.install path/to/cpython3.ensure package directory", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@3@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"cipd", | |
"ensure", | |
"-root", | |
"[START_DIR]/cipd_tool/path/to/cpython3/version%3Apinned-version", | |
"-ensure-file", | |
"path/to/cpython3 version:pinned-version", | |
"-max-threads", | |
"0", | |
"-json-output", | |
"/path/to/tmp/json" | |
], | |
"cwd": "[CACHE]/builder", | |
"env": { | |
"ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | |
"FLUTTER_LOGS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"FLUTTER_PREBUILT_DART_SDK": "True", | |
"FLUTTER_TEST_OUTPUTS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"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", | |
"JAVA_HOME": "[CACHE]/java" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin", | |
"[CACHE]/java/bin" | |
] | |
}, | |
"env_suffixes": { | |
"DEPOT_TOOLS_UPDATE": [ | |
"0" | |
], | |
"PATH": [ | |
"RECIPE_REPO[depot_tools]" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "flutter:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "setup goma.ensure cpython3.install path/to/cpython3.ensure_installed", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@3@@@", | |
"@@@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:pinned-v\", @@@", | |
"@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/cpython3\"@@@", | |
"@@@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": [ | |
"[START_DIR]/cipd_tool/path/to/cpython3/version%3Apinned-version/bin/python3", | |
"[CACHE]/goma/client/goma_ctl.py", | |
"restart" | |
], | |
"cwd": "[CACHE]/builder", | |
"env": { | |
"ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | |
"FLUTTER_LOGS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"FLUTTER_PREBUILT_DART_SDK": "True", | |
"FLUTTER_TEST_OUTPUTS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"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", | |
"JAVA_HOME": "[CACHE]/java" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin", | |
"[CACHE]/java/bin" | |
] | |
}, | |
"env_suffixes": { | |
"DEPOT_TOOLS_UPDATE": [ | |
"0" | |
], | |
"PATH": [ | |
"RECIPE_REPO[depot_tools]" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "flutter:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "setup goma.start goma", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@1@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"RECIPE_REPO[depot_tools]/ninja", | |
"-j", | |
"1024", | |
"-C", | |
"[CACHE]/builder/src/out/android_jit_release_x86" | |
], | |
"cwd": "[CACHE]/builder", | |
"env": { | |
"ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | |
"FLUTTER_LOGS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"FLUTTER_PREBUILT_DART_SDK": "True", | |
"FLUTTER_TEST_OUTPUTS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"GOMA_DIR": "[CACHE]/goma/client", | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False", | |
"JAVA_HOME": "[CACHE]/java" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin", | |
"[CACHE]/java/bin" | |
] | |
}, | |
"env_suffixes": { | |
"DEPOT_TOOLS_UPDATE": [ | |
"0", | |
"0" | |
], | |
"PATH": [ | |
"RECIPE_REPO[depot_tools]", | |
"RECIPE_REPO[depot_tools]" | |
] | |
}, | |
"luci_context": { | |
"realm": { | |
"name": "flutter:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build android_jit_release_x86" | |
}, | |
{ | |
"cmd": [], | |
"name": "teardown goma" | |
}, | |
{ | |
"cmd": [ | |
"[START_DIR]/cipd_tool/path/to/cpython3/version%3Apinned-version/bin/python3", | |
"[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", | |
"FLUTTER_LOGS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"FLUTTER_PREBUILT_DART_SDK": "True", | |
"FLUTTER_TEST_OUTPUTS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"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", | |
"JAVA_HOME": "[CACHE]/java" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin", | |
"[CACHE]/java/bin" | |
] | |
}, | |
"env_suffixes": { | |
"DEPOT_TOOLS_UPDATE": [ | |
"0" | |
], | |
"PATH": [ | |
"RECIPE_REPO[depot_tools]" | |
] | |
}, | |
"luci_context": { | |
"realm": { | |
"name": "flutter:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"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": [ | |
"[START_DIR]/cipd_tool/path/to/cpython3/version%3Apinned-version/bin/python3", | |
"[CACHE]/goma/client/goma_ctl.py", | |
"stat" | |
], | |
"cwd": "[CACHE]/builder", | |
"env": { | |
"ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | |
"FLUTTER_LOGS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"FLUTTER_PREBUILT_DART_SDK": "True", | |
"FLUTTER_TEST_OUTPUTS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"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", | |
"JAVA_HOME": "[CACHE]/java" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin", | |
"[CACHE]/java/bin" | |
] | |
}, | |
"env_suffixes": { | |
"DEPOT_TOOLS_UPDATE": [ | |
"0" | |
], | |
"PATH": [ | |
"RECIPE_REPO[depot_tools]" | |
] | |
}, | |
"luci_context": { | |
"realm": { | |
"name": "flutter:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "teardown goma.goma stats", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@1@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"[START_DIR]/cipd_tool/path/to/cpython3/version%3Apinned-version/bin/python3", | |
"[CACHE]/goma/client/goma_ctl.py", | |
"stop" | |
], | |
"cwd": "[CACHE]/builder", | |
"env": { | |
"ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | |
"FLUTTER_LOGS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"FLUTTER_PREBUILT_DART_SDK": "True", | |
"FLUTTER_TEST_OUTPUTS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"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", | |
"JAVA_HOME": "[CACHE]/java" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin", | |
"[CACHE]/java/bin" | |
] | |
}, | |
"env_suffixes": { | |
"DEPOT_TOOLS_UPDATE": [ | |
"0" | |
], | |
"PATH": [ | |
"RECIPE_REPO[depot_tools]" | |
] | |
}, | |
"luci_context": { | |
"realm": { | |
"name": "flutter:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "teardown goma.stop goma", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@1@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"vpython3", | |
"-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", | |
"FLUTTER_LOGS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"FLUTTER_PREBUILT_DART_SDK": "True", | |
"FLUTTER_TEST_OUTPUTS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"GOMA_DIR": "[CACHE]/goma/client", | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False", | |
"JAVA_HOME": "[CACHE]/java" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin", | |
"[CACHE]/java/bin" | |
] | |
}, | |
"env_suffixes": { | |
"DEPOT_TOOLS_UPDATE": [ | |
"0" | |
], | |
"PATH": [ | |
"RECIPE_REPO[depot_tools]" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "flutter:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"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": [ | |
"vpython3", | |
"-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", | |
"FLUTTER_LOGS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"FLUTTER_PREBUILT_DART_SDK": "True", | |
"FLUTTER_TEST_OUTPUTS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"GOMA_DIR": "[CACHE]/goma/client", | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False", | |
"JAVA_HOME": "[CACHE]/java" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin", | |
"[CACHE]/java/bin" | |
] | |
}, | |
"env_suffixes": { | |
"DEPOT_TOOLS_UPDATE": [ | |
"0" | |
], | |
"PATH": [ | |
"RECIPE_REPO[depot_tools]" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "flutter:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"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\": \"Linux 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.ensure bqupload", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@1@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"vpython3", | |
"-u", | |
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | |
"--json-output", | |
"/path/to/tmp/json", | |
"copy", | |
"RECIPE_MODULE[fuchsia::bqupload]/resources/tool_manifest.json", | |
"/path/to/tmp/json" | |
], | |
"cwd": "[CACHE]/builder", | |
"env": { | |
"ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | |
"FLUTTER_LOGS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"FLUTTER_PREBUILT_DART_SDK": "True", | |
"FLUTTER_TEST_OUTPUTS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"GOMA_DIR": "[CACHE]/goma/client", | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False", | |
"JAVA_HOME": "[CACHE]/java" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin", | |
"[CACHE]/java/bin" | |
] | |
}, | |
"env_suffixes": { | |
"DEPOT_TOOLS_UPDATE": [ | |
"0" | |
], | |
"PATH": [ | |
"RECIPE_REPO[depot_tools]" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "flutter:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "teardown goma.ensure bqupload.read manifest", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@2@@@", | |
"@@@STEP_LOG_LINE@tool_manifest.json@{@@@", | |
"@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/bqupload\",@@@", | |
"@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", | |
"@@@STEP_LOG_LINE@tool_manifest.json@}@@@", | |
"@@@STEP_LOG_END@tool_manifest.json@@@" | |
] | |
}, | |
{ | |
"cmd": [], | |
"name": "teardown goma.ensure bqupload.install path/to/bqupload", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@2@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"vpython3", | |
"-u", | |
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", | |
"--json-output", | |
"/path/to/tmp/json", | |
"ensure-directory", | |
"--mode", | |
"0777", | |
"[START_DIR]/cipd_tool/path/to/bqupload/version%3Apinned-version" | |
], | |
"cwd": "[CACHE]/builder", | |
"env": { | |
"ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | |
"FLUTTER_LOGS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"FLUTTER_PREBUILT_DART_SDK": "True", | |
"FLUTTER_TEST_OUTPUTS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"GOMA_DIR": "[CACHE]/goma/client", | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False", | |
"JAVA_HOME": "[CACHE]/java" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin", | |
"[CACHE]/java/bin" | |
] | |
}, | |
"env_suffixes": { | |
"DEPOT_TOOLS_UPDATE": [ | |
"0" | |
], | |
"PATH": [ | |
"RECIPE_REPO[depot_tools]" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "flutter:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "teardown goma.ensure bqupload.install path/to/bqupload.ensure package directory", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@3@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"cipd", | |
"ensure", | |
"-root", | |
"[START_DIR]/cipd_tool/path/to/bqupload/version%3Apinned-version", | |
"-ensure-file", | |
"path/to/bqupload version:pinned-version", | |
"-max-threads", | |
"0", | |
"-json-output", | |
"/path/to/tmp/json" | |
], | |
"cwd": "[CACHE]/builder", | |
"env": { | |
"ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | |
"FLUTTER_LOGS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"FLUTTER_PREBUILT_DART_SDK": "True", | |
"FLUTTER_TEST_OUTPUTS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"GOMA_DIR": "[CACHE]/goma/client", | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False", | |
"JAVA_HOME": "[CACHE]/java" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin", | |
"[CACHE]/java/bin" | |
] | |
}, | |
"env_suffixes": { | |
"DEPOT_TOOLS_UPDATE": [ | |
"0" | |
], | |
"PATH": [ | |
"RECIPE_REPO[depot_tools]" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "flutter:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "teardown goma.ensure bqupload.install path/to/bqupload.ensure_installed", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@3@@@", | |
"@@@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:pinned-v\", @@@", | |
"@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/bqupload\"@@@", | |
"@@@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": [ | |
"[START_DIR]/cipd_tool/path/to/bqupload/version%3Apinned-version/bqupload", | |
"fuchsia-infra.artifacts.builds_beta_goma", | |
"{\"build_info\": {\"build_id\": 8945511751514863184, \"builder\": \"Linux 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", | |
"FLUTTER_LOGS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"FLUTTER_PREBUILT_DART_SDK": "True", | |
"FLUTTER_TEST_OUTPUTS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"GOMA_DIR": "[CACHE]/goma/client", | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False", | |
"JAVA_HOME": "[CACHE]/java" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin", | |
"[CACHE]/java/bin" | |
] | |
}, | |
"env_suffixes": { | |
"DEPOT_TOOLS_UPDATE": [ | |
"0" | |
], | |
"PATH": [ | |
"RECIPE_REPO[depot_tools]" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "flutter:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "teardown goma.upload goma stats to bigquery", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@1@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"python", | |
"[CACHE]/builder/src/flutter/tools/gn", | |
"--goma", | |
"--android", | |
"--unoptimized", | |
"--runtime-mode=debug", | |
"--no-lto" | |
], | |
"cwd": "[CACHE]/builder", | |
"env": { | |
"ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | |
"FLUTTER_LOGS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"FLUTTER_PREBUILT_DART_SDK": "True", | |
"FLUTTER_TEST_OUTPUTS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"GOMA_DIR": "[CACHE]/goma/client", | |
"JAVA_HOME": "[CACHE]/java" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin", | |
"[CACHE]/java/bin" | |
] | |
}, | |
"env_suffixes": { | |
"DEPOT_TOOLS_UPDATE": [ | |
"0" | |
], | |
"PATH": [ | |
"RECIPE_REPO[depot_tools]" | |
] | |
}, | |
"luci_context": { | |
"realm": { | |
"name": "flutter:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "gn --android --unoptimized --runtime-mode=debug --no-lto" | |
}, | |
{ | |
"cmd": [], | |
"name": "setup goma (2)" | |
}, | |
{ | |
"cmd": [ | |
"[START_DIR]/cipd_tool/path/to/cpython3/version%3Apinned-version/bin/python3", | |
"[CACHE]/goma/client/goma_ctl.py", | |
"restart" | |
], | |
"cwd": "[CACHE]/builder", | |
"env": { | |
"ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | |
"FLUTTER_LOGS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"FLUTTER_PREBUILT_DART_SDK": "True", | |
"FLUTTER_TEST_OUTPUTS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"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", | |
"JAVA_HOME": "[CACHE]/java" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin", | |
"[CACHE]/java/bin" | |
] | |
}, | |
"env_suffixes": { | |
"DEPOT_TOOLS_UPDATE": [ | |
"0" | |
], | |
"PATH": [ | |
"RECIPE_REPO[depot_tools]" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "flutter:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"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/android_jit_release_x86", | |
"flutter/shell/platform/android:robolectric_tests" | |
], | |
"cwd": "[CACHE]/builder", | |
"env": { | |
"ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | |
"FLUTTER_LOGS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"FLUTTER_PREBUILT_DART_SDK": "True", | |
"FLUTTER_TEST_OUTPUTS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"GOMA_DIR": "[CACHE]/goma/client", | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False", | |
"JAVA_HOME": "[CACHE]/java" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin", | |
"[CACHE]/java/bin" | |
] | |
}, | |
"env_suffixes": { | |
"DEPOT_TOOLS_UPDATE": [ | |
"0", | |
"0" | |
], | |
"PATH": [ | |
"RECIPE_REPO[depot_tools]", | |
"RECIPE_REPO[depot_tools]" | |
] | |
}, | |
"luci_context": { | |
"realm": { | |
"name": "flutter:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "build android_jit_release_x86 flutter/shell/platform/android:robolectric_tests" | |
}, | |
{ | |
"cmd": [], | |
"name": "teardown goma (2)" | |
}, | |
{ | |
"cmd": [ | |
"[START_DIR]/cipd_tool/path/to/cpython3/version%3Apinned-version/bin/python3", | |
"[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", | |
"FLUTTER_LOGS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"FLUTTER_PREBUILT_DART_SDK": "True", | |
"FLUTTER_TEST_OUTPUTS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"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", | |
"JAVA_HOME": "[CACHE]/java" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin", | |
"[CACHE]/java/bin" | |
] | |
}, | |
"env_suffixes": { | |
"DEPOT_TOOLS_UPDATE": [ | |
"0" | |
], | |
"PATH": [ | |
"RECIPE_REPO[depot_tools]" | |
] | |
}, | |
"luci_context": { | |
"realm": { | |
"name": "flutter:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"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": [ | |
"[START_DIR]/cipd_tool/path/to/cpython3/version%3Apinned-version/bin/python3", | |
"[CACHE]/goma/client/goma_ctl.py", | |
"stat" | |
], | |
"cwd": "[CACHE]/builder", | |
"env": { | |
"ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | |
"FLUTTER_LOGS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"FLUTTER_PREBUILT_DART_SDK": "True", | |
"FLUTTER_TEST_OUTPUTS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"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", | |
"JAVA_HOME": "[CACHE]/java" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin", | |
"[CACHE]/java/bin" | |
] | |
}, | |
"env_suffixes": { | |
"DEPOT_TOOLS_UPDATE": [ | |
"0" | |
], | |
"PATH": [ | |
"RECIPE_REPO[depot_tools]" | |
] | |
}, | |
"luci_context": { | |
"realm": { | |
"name": "flutter:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "teardown goma (2).goma stats", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@1@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"[START_DIR]/cipd_tool/path/to/cpython3/version%3Apinned-version/bin/python3", | |
"[CACHE]/goma/client/goma_ctl.py", | |
"stop" | |
], | |
"cwd": "[CACHE]/builder", | |
"env": { | |
"ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | |
"FLUTTER_LOGS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"FLUTTER_PREBUILT_DART_SDK": "True", | |
"FLUTTER_TEST_OUTPUTS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"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", | |
"JAVA_HOME": "[CACHE]/java" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin", | |
"[CACHE]/java/bin" | |
] | |
}, | |
"env_suffixes": { | |
"DEPOT_TOOLS_UPDATE": [ | |
"0" | |
], | |
"PATH": [ | |
"RECIPE_REPO[depot_tools]" | |
] | |
}, | |
"luci_context": { | |
"realm": { | |
"name": "flutter:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "teardown goma (2).stop goma", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@1@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"vpython3", | |
"-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", | |
"FLUTTER_LOGS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"FLUTTER_PREBUILT_DART_SDK": "True", | |
"FLUTTER_TEST_OUTPUTS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"GOMA_DIR": "[CACHE]/goma/client", | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False", | |
"JAVA_HOME": "[CACHE]/java" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin", | |
"[CACHE]/java/bin" | |
] | |
}, | |
"env_suffixes": { | |
"DEPOT_TOOLS_UPDATE": [ | |
"0" | |
], | |
"PATH": [ | |
"RECIPE_REPO[depot_tools]" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "flutter:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"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": [ | |
"vpython3", | |
"-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", | |
"FLUTTER_LOGS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"FLUTTER_PREBUILT_DART_SDK": "True", | |
"FLUTTER_TEST_OUTPUTS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"GOMA_DIR": "[CACHE]/goma/client", | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False", | |
"JAVA_HOME": "[CACHE]/java" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin", | |
"[CACHE]/java/bin" | |
] | |
}, | |
"env_suffixes": { | |
"DEPOT_TOOLS_UPDATE": [ | |
"0" | |
], | |
"PATH": [ | |
"RECIPE_REPO[depot_tools]" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "flutter:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"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\": \"Linux 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": [ | |
"[START_DIR]/cipd_tool/path/to/bqupload/version%3Apinned-version/bqupload", | |
"fuchsia-infra.artifacts.builds_beta_goma", | |
"{\"build_info\": {\"build_id\": 8945511751514863184, \"builder\": \"Linux 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", | |
"FLUTTER_LOGS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"FLUTTER_PREBUILT_DART_SDK": "True", | |
"FLUTTER_TEST_OUTPUTS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"GOMA_DIR": "[CACHE]/goma/client", | |
"GOMA_TMP_DIR": "[CLEANUP]/goma", | |
"GOMA_USE_LOCAL": "False", | |
"JAVA_HOME": "[CACHE]/java" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin", | |
"[CACHE]/java/bin" | |
] | |
}, | |
"env_suffixes": { | |
"DEPOT_TOOLS_UPDATE": [ | |
"0" | |
], | |
"PATH": [ | |
"RECIPE_REPO[depot_tools]" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "flutter:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "teardown goma (2).upload goma stats to bigquery", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@1@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"vpython", | |
"-vpython-spec", | |
"RECIPE_REPO[depot_tools]/.vpython", | |
"[CACHE]/builder/src/flutter/testing/run_tests.py", | |
"--variant", | |
"android_jit_release_x86", | |
"--type", | |
"java", | |
"--engine-capture-core-dump", | |
"--android-variant", | |
"android_jit_release_x86" | |
], | |
"cwd": "[CACHE]/builder", | |
"env": { | |
"ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | |
"FLUTTER_LOGS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"FLUTTER_PREBUILT_DART_SDK": "True", | |
"FLUTTER_TEST_OUTPUTS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"GOMA_DIR": "[CACHE]/goma/client", | |
"JAVA_HOME": "[CACHE]/java" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin", | |
"[CACHE]/java/bin" | |
] | |
}, | |
"env_suffixes": { | |
"DEPOT_TOOLS_UPDATE": [ | |
"0" | |
], | |
"PATH": [ | |
"RECIPE_REPO[depot_tools]" | |
] | |
}, | |
"luci_context": { | |
"realm": { | |
"name": "flutter:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "test: Host Tests for android_jit_release_x86" | |
}, | |
{ | |
"cmd": [ | |
"python", | |
"RECIPE_MODULE[flutter::zip]/resources/zip.py" | |
], | |
"cwd": "[CACHE]/builder", | |
"env": { | |
"ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | |
"FLUTTER_LOGS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"FLUTTER_PREBUILT_DART_SDK": "True", | |
"FLUTTER_TEST_OUTPUTS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"GOMA_DIR": "[CACHE]/goma/client", | |
"JAVA_HOME": "[CACHE]/java" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin", | |
"[CACHE]/java/bin" | |
] | |
}, | |
"env_suffixes": { | |
"DEPOT_TOOLS_UPDATE": [ | |
"0" | |
], | |
"PATH": [ | |
"RECIPE_REPO[depot_tools]" | |
] | |
}, | |
"luci_context": { | |
"realm": { | |
"name": "flutter:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "Zip android-x86-jit-release artifacts.zip", | |
"stdin": "{\"entries\": [{\"archive_name\": \"flutter.jar\", \"path\": \"[CACHE]/builder/src/out/android_jit_release_x86/flutter.jar\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_1/artifacts.zip\", \"root\": \"[CACHE]/builder/src\"}" | |
}, | |
{ | |
"cmd": [ | |
"python3", | |
"-u", | |
"RECIPE_MODULE[depot_tools::gsutil]/resources/gsutil_smart_retry.py", | |
"--", | |
"RECIPE_REPO[depot_tools]/gsutil.py", | |
"----", | |
"cp", | |
"[CLEANUP]/tmp_tmp_1/artifacts.zip", | |
"gs://flutter_infra_release/flutter/2d72510e447ab60a9728aeea2362d8be2cbd7789/android-x86-jit-release/artifacts.zip" | |
], | |
"cwd": "[CACHE]/builder", | |
"env": { | |
"ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | |
"FLUTTER_LOGS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"FLUTTER_PREBUILT_DART_SDK": "True", | |
"FLUTTER_TEST_OUTPUTS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"GOMA_DIR": "[CACHE]/goma/client", | |
"JAVA_HOME": "[CACHE]/java" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin", | |
"[CACHE]/java/bin" | |
] | |
}, | |
"env_suffixes": { | |
"DEPOT_TOOLS_UPDATE": [ | |
"0" | |
], | |
"PATH": [ | |
"RECIPE_REPO[depot_tools]" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "flutter:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "gsutil upload \"flutter/2d72510e447ab60a9728aeea2362d8be2cbd7789/android-x86-jit-release/artifacts.zip\"", | |
"~followup_annotations": [ | |
"@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra_release/flutter/2d72510e447ab60a9728aeea2362d8be2cbd7789/android-x86-jit-release/artifacts.zip@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"vpython3", | |
"-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", | |
"FLUTTER_LOGS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"FLUTTER_PREBUILT_DART_SDK": "True", | |
"FLUTTER_TEST_OUTPUTS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"GOMA_DIR": "[CACHE]/goma/client", | |
"JAVA_HOME": "[CACHE]/java" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin", | |
"[CACHE]/java/bin" | |
] | |
}, | |
"env_suffixes": { | |
"DEPOT_TOOLS_UPDATE": [ | |
"0" | |
], | |
"PATH": [ | |
"RECIPE_REPO[depot_tools]" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "flutter:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "temp dir for android-x86-jit-release UploadArtifacts artifacts.zip" | |
}, | |
{ | |
"cmd": [], | |
"name": "Schedule build android_release_arm64" | |
}, | |
{ | |
"cmd": [ | |
"bb", | |
"batch", | |
"-host", | |
"cr-buildbucket.appspot.com" | |
], | |
"cwd": "[CACHE]/builder", | |
"env": { | |
"ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | |
"FLUTTER_LOGS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"FLUTTER_PREBUILT_DART_SDK": "True", | |
"FLUTTER_TEST_OUTPUTS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"GOMA_DIR": "[CACHE]/goma/client", | |
"JAVA_HOME": "[CACHE]/java" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin", | |
"[CACHE]/java/bin" | |
] | |
}, | |
"env_suffixes": { | |
"DEPOT_TOOLS_UPDATE": [ | |
"0" | |
], | |
"PATH": [ | |
"RECIPE_REPO[depot_tools]" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "flutter:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "Schedule build android_release_arm64.buildbucket.schedule", | |
"stdin": "{\"requests\": [{\"scheduleBuild\": {\"builder\": {\"bucket\": \"ci\", \"builder\": \"Linux Engine Drone\", \"project\": \"flutter\"}, \"exe\": {\"cipdVersion\": \"refs/heads/main\"}, \"experimental\": \"NO\", \"experiments\": {\"luci.buildbucket.parent_tracking\": false}, \"fields\": \"builder,createTime,createdBy,critical,endTime,id,infra,input,number,output,startTime,status,updateTime\", \"gitilesCommit\": {\"host\": \"flutter.googlesource.com\", \"id\": \"2d72510e447ab60a9728aeea2362d8be2cbd7789\", \"project\": \"mirrors/engine\", \"ref\": \"refs/heads/main\"}, \"priority\": 25, \"properties\": {\"builds\": [{\"dir\": \"android_release_arm64\", \"gn_args\": [\"--android\", \"--runtime-mode\", \"release\", \"--android-cpu\", \"arm64\"], \"output_files\": [\"flutter.jar\", \"clang_x64/gen_snapshot\", \"libflutter.so\", \"arm64_v8a_release.jar\", \"arm64_v8a_release.pom\", \"flutter_embedding_release.jar\", \"flutter_embedding_release.pom\", \"flutter_embedding_release-sources.jar\", \"clang_x64/analyze_snapshot\"], \"targets\": [\"default\", \"clang_x64/gen_snapshot\"]}]}, \"requestId\": \"8945511751514863184-00000000-0000-0000-0000-000000001337\", \"swarming\": {\"parentRunId\": \"deadbeef\"}, \"tags\": [{\"key\": \"parent_buildbucket_id\", \"value\": \"8945511751514863184\"}, {\"key\": \"user_agent\", \"value\": \"recipe\"}]}}]}", | |
"~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@ \"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@ \"exe\": {@@@", | |
"@@@STEP_LOG_LINE@request@ \"cipdVersion\": \"refs/heads/main\"@@@", | |
"@@@STEP_LOG_LINE@request@ }, @@@", | |
"@@@STEP_LOG_LINE@request@ \"experimental\": \"NO\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"experiments\": {@@@", | |
"@@@STEP_LOG_LINE@request@ \"luci.buildbucket.parent_tracking\": false@@@", | |
"@@@STEP_LOG_LINE@request@ }, @@@", | |
"@@@STEP_LOG_LINE@request@ \"fields\": \"builder,createTime,createdBy,critical,endTime,id,infra,input,number,output,startTime,status,updateTime\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"gitilesCommit\": {@@@", | |
"@@@STEP_LOG_LINE@request@ \"host\": \"flutter.googlesource.com\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"id\": \"2d72510e447ab60a9728aeea2362d8be2cbd7789\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"project\": \"mirrors/engine\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"ref\": \"refs/heads/main\"@@@", | |
"@@@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\": \"android_release_arm64\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"gn_args\": [@@@", | |
"@@@STEP_LOG_LINE@request@ \"--android\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"--runtime-mode\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"release\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"--android-cpu\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"arm64\"@@@", | |
"@@@STEP_LOG_LINE@request@ ], @@@", | |
"@@@STEP_LOG_LINE@request@ \"output_files\": [@@@", | |
"@@@STEP_LOG_LINE@request@ \"flutter.jar\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"clang_x64/gen_snapshot\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"libflutter.so\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"arm64_v8a_release.jar\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"arm64_v8a_release.pom\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"flutter_embedding_release.jar\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"flutter_embedding_release.pom\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"flutter_embedding_release-sources.jar\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"clang_x64/analyze_snapshot\"@@@", | |
"@@@STEP_LOG_LINE@request@ ], @@@", | |
"@@@STEP_LOG_LINE@request@ \"targets\": [@@@", | |
"@@@STEP_LOG_LINE@request@ \"default\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"clang_x64/gen_snapshot\"@@@", | |
"@@@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-000000001337\", @@@", | |
"@@@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\": \"parent_buildbucket_id\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"value\": \"8945511751514863184\"@@@", | |
"@@@STEP_LOG_LINE@request@ }, @@@", | |
"@@@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": [], | |
"name": "Schedule build android_profile" | |
}, | |
{ | |
"cmd": [ | |
"bb", | |
"batch", | |
"-host", | |
"cr-buildbucket.appspot.com" | |
], | |
"cwd": "[CACHE]/builder", | |
"env": { | |
"ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | |
"FLUTTER_LOGS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"FLUTTER_PREBUILT_DART_SDK": "True", | |
"FLUTTER_TEST_OUTPUTS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"GOMA_DIR": "[CACHE]/goma/client", | |
"JAVA_HOME": "[CACHE]/java" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin", | |
"[CACHE]/java/bin" | |
] | |
}, | |
"env_suffixes": { | |
"DEPOT_TOOLS_UPDATE": [ | |
"0" | |
], | |
"PATH": [ | |
"RECIPE_REPO[depot_tools]" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "flutter:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "Schedule build android_profile.buildbucket.schedule", | |
"stdin": "{\"requests\": [{\"scheduleBuild\": {\"builder\": {\"bucket\": \"ci\", \"builder\": \"Linux Engine Drone\", \"project\": \"flutter\"}, \"exe\": {\"cipdVersion\": \"refs/heads/main\"}, \"experimental\": \"NO\", \"experiments\": {\"luci.buildbucket.parent_tracking\": false}, \"fields\": \"builder,createTime,createdBy,critical,endTime,id,infra,input,number,output,startTime,status,updateTime\", \"gitilesCommit\": {\"host\": \"flutter.googlesource.com\", \"id\": \"2d72510e447ab60a9728aeea2362d8be2cbd7789\", \"project\": \"mirrors/engine\", \"ref\": \"refs/heads/main\"}, \"priority\": 25, \"properties\": {\"builds\": [{\"dir\": \"android_profile\", \"gn_args\": [\"--android\", \"--runtime-mode\", \"profile\", \"--android-cpu\", \"arm\"], \"output_files\": [\"flutter.jar\", \"clang_x64/gen_snapshot\", \"libflutter.so\", \"armeabi_v7a_profile.jar\", \"armeabi_v7a_profile.pom\", \"flutter_embedding_profile.jar\", \"flutter_embedding_profile.pom\", \"flutter_embedding_profile-sources.jar\"], \"targets\": [\"default\", \"clang_x64/gen_snapshot\"]}]}, \"requestId\": \"8945511751514863184-00000000-0000-0000-0000-00000000133a\", \"swarming\": {\"parentRunId\": \"deadbeef\"}, \"tags\": [{\"key\": \"parent_buildbucket_id\", \"value\": \"8945511751514863184\"}, {\"key\": \"user_agent\", \"value\": \"recipe\"}]}}]}", | |
"~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@ \"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@ \"exe\": {@@@", | |
"@@@STEP_LOG_LINE@request@ \"cipdVersion\": \"refs/heads/main\"@@@", | |
"@@@STEP_LOG_LINE@request@ }, @@@", | |
"@@@STEP_LOG_LINE@request@ \"experimental\": \"NO\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"experiments\": {@@@", | |
"@@@STEP_LOG_LINE@request@ \"luci.buildbucket.parent_tracking\": false@@@", | |
"@@@STEP_LOG_LINE@request@ }, @@@", | |
"@@@STEP_LOG_LINE@request@ \"fields\": \"builder,createTime,createdBy,critical,endTime,id,infra,input,number,output,startTime,status,updateTime\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"gitilesCommit\": {@@@", | |
"@@@STEP_LOG_LINE@request@ \"host\": \"flutter.googlesource.com\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"id\": \"2d72510e447ab60a9728aeea2362d8be2cbd7789\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"project\": \"mirrors/engine\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"ref\": \"refs/heads/main\"@@@", | |
"@@@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\": \"android_profile\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"gn_args\": [@@@", | |
"@@@STEP_LOG_LINE@request@ \"--android\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"--runtime-mode\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"profile\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"--android-cpu\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"arm\"@@@", | |
"@@@STEP_LOG_LINE@request@ ], @@@", | |
"@@@STEP_LOG_LINE@request@ \"output_files\": [@@@", | |
"@@@STEP_LOG_LINE@request@ \"flutter.jar\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"clang_x64/gen_snapshot\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"libflutter.so\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"armeabi_v7a_profile.jar\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"armeabi_v7a_profile.pom\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"flutter_embedding_profile.jar\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"flutter_embedding_profile.pom\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"flutter_embedding_profile-sources.jar\"@@@", | |
"@@@STEP_LOG_LINE@request@ ], @@@", | |
"@@@STEP_LOG_LINE@request@ \"targets\": [@@@", | |
"@@@STEP_LOG_LINE@request@ \"default\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"clang_x64/gen_snapshot\"@@@", | |
"@@@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-00000000133a\", @@@", | |
"@@@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\": \"parent_buildbucket_id\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"value\": \"8945511751514863184\"@@@", | |
"@@@STEP_LOG_LINE@request@ }, @@@", | |
"@@@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": [], | |
"name": "Schedule build android_release" | |
}, | |
{ | |
"cmd": [ | |
"bb", | |
"batch", | |
"-host", | |
"cr-buildbucket.appspot.com" | |
], | |
"cwd": "[CACHE]/builder", | |
"env": { | |
"ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | |
"FLUTTER_LOGS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"FLUTTER_PREBUILT_DART_SDK": "True", | |
"FLUTTER_TEST_OUTPUTS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"GOMA_DIR": "[CACHE]/goma/client", | |
"JAVA_HOME": "[CACHE]/java" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin", | |
"[CACHE]/java/bin" | |
] | |
}, | |
"env_suffixes": { | |
"DEPOT_TOOLS_UPDATE": [ | |
"0" | |
], | |
"PATH": [ | |
"RECIPE_REPO[depot_tools]" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "flutter:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "Schedule build android_release.buildbucket.schedule", | |
"stdin": "{\"requests\": [{\"scheduleBuild\": {\"builder\": {\"bucket\": \"ci\", \"builder\": \"Linux Engine Drone\", \"project\": \"flutter\"}, \"exe\": {\"cipdVersion\": \"refs/heads/main\"}, \"experimental\": \"NO\", \"experiments\": {\"luci.buildbucket.parent_tracking\": false}, \"fields\": \"builder,createTime,createdBy,critical,endTime,id,infra,input,number,output,startTime,status,updateTime\", \"gitilesCommit\": {\"host\": \"flutter.googlesource.com\", \"id\": \"2d72510e447ab60a9728aeea2362d8be2cbd7789\", \"project\": \"mirrors/engine\", \"ref\": \"refs/heads/main\"}, \"priority\": 25, \"properties\": {\"builds\": [{\"dir\": \"android_release\", \"gn_args\": [\"--android\", \"--runtime-mode\", \"release\", \"--android-cpu\", \"arm\"], \"output_files\": [\"flutter.jar\", \"clang_x64/gen_snapshot\", \"libflutter.so\", \"armeabi_v7a_release.jar\", \"armeabi_v7a_release.pom\", \"flutter_embedding_release.jar\", \"flutter_embedding_release.pom\", \"flutter_embedding_release-sources.jar\"], \"targets\": [\"default\", \"clang_x64/gen_snapshot\"]}]}, \"requestId\": \"8945511751514863184-00000000-0000-0000-0000-00000000133d\", \"swarming\": {\"parentRunId\": \"deadbeef\"}, \"tags\": [{\"key\": \"parent_buildbucket_id\", \"value\": \"8945511751514863184\"}, {\"key\": \"user_agent\", \"value\": \"recipe\"}]}}]}", | |
"~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@ \"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@ \"exe\": {@@@", | |
"@@@STEP_LOG_LINE@request@ \"cipdVersion\": \"refs/heads/main\"@@@", | |
"@@@STEP_LOG_LINE@request@ }, @@@", | |
"@@@STEP_LOG_LINE@request@ \"experimental\": \"NO\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"experiments\": {@@@", | |
"@@@STEP_LOG_LINE@request@ \"luci.buildbucket.parent_tracking\": false@@@", | |
"@@@STEP_LOG_LINE@request@ }, @@@", | |
"@@@STEP_LOG_LINE@request@ \"fields\": \"builder,createTime,createdBy,critical,endTime,id,infra,input,number,output,startTime,status,updateTime\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"gitilesCommit\": {@@@", | |
"@@@STEP_LOG_LINE@request@ \"host\": \"flutter.googlesource.com\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"id\": \"2d72510e447ab60a9728aeea2362d8be2cbd7789\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"project\": \"mirrors/engine\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"ref\": \"refs/heads/main\"@@@", | |
"@@@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\": \"android_release\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"gn_args\": [@@@", | |
"@@@STEP_LOG_LINE@request@ \"--android\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"--runtime-mode\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"release\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"--android-cpu\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"arm\"@@@", | |
"@@@STEP_LOG_LINE@request@ ], @@@", | |
"@@@STEP_LOG_LINE@request@ \"output_files\": [@@@", | |
"@@@STEP_LOG_LINE@request@ \"flutter.jar\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"clang_x64/gen_snapshot\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"libflutter.so\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"armeabi_v7a_release.jar\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"armeabi_v7a_release.pom\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"flutter_embedding_release.jar\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"flutter_embedding_release.pom\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"flutter_embedding_release-sources.jar\"@@@", | |
"@@@STEP_LOG_LINE@request@ ], @@@", | |
"@@@STEP_LOG_LINE@request@ \"targets\": [@@@", | |
"@@@STEP_LOG_LINE@request@ \"default\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"clang_x64/gen_snapshot\"@@@", | |
"@@@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\": \"parent_buildbucket_id\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"value\": \"8945511751514863184\"@@@", | |
"@@@STEP_LOG_LINE@request@ }, @@@", | |
"@@@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": [], | |
"name": "Schedule build android_profile_x64" | |
}, | |
{ | |
"cmd": [ | |
"bb", | |
"batch", | |
"-host", | |
"cr-buildbucket.appspot.com" | |
], | |
"cwd": "[CACHE]/builder", | |
"env": { | |
"ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | |
"FLUTTER_LOGS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"FLUTTER_PREBUILT_DART_SDK": "True", | |
"FLUTTER_TEST_OUTPUTS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"GOMA_DIR": "[CACHE]/goma/client", | |
"JAVA_HOME": "[CACHE]/java" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin", | |
"[CACHE]/java/bin" | |
] | |
}, | |
"env_suffixes": { | |
"DEPOT_TOOLS_UPDATE": [ | |
"0" | |
], | |
"PATH": [ | |
"RECIPE_REPO[depot_tools]" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "flutter:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "Schedule build android_profile_x64.buildbucket.schedule", | |
"stdin": "{\"requests\": [{\"scheduleBuild\": {\"builder\": {\"bucket\": \"ci\", \"builder\": \"Linux Engine Drone\", \"project\": \"flutter\"}, \"exe\": {\"cipdVersion\": \"refs/heads/main\"}, \"experimental\": \"NO\", \"experiments\": {\"luci.buildbucket.parent_tracking\": false}, \"fields\": \"builder,createTime,createdBy,critical,endTime,id,infra,input,number,output,startTime,status,updateTime\", \"gitilesCommit\": {\"host\": \"flutter.googlesource.com\", \"id\": \"2d72510e447ab60a9728aeea2362d8be2cbd7789\", \"project\": \"mirrors/engine\", \"ref\": \"refs/heads/main\"}, \"priority\": 25, \"properties\": {\"builds\": [{\"dir\": \"android_profile_x64\", \"gn_args\": [\"--android\", \"--runtime-mode\", \"profile\", \"--android-cpu\", \"x64\"], \"output_files\": [\"flutter.jar\", \"clang_x64/gen_snapshot\", \"libflutter.so\", \"x86_64_profile.jar\", \"x86_64_profile.pom\", \"flutter_embedding_profile.jar\", \"flutter_embedding_profile.pom\", \"flutter_embedding_profile-sources.jar\", \"clang_x64/analyze_snapshot\"], \"targets\": [\"default\", \"clang_x64/gen_snapshot\"]}]}, \"requestId\": \"8945511751514863184-00000000-0000-0000-0000-000000001340\", \"swarming\": {\"parentRunId\": \"deadbeef\"}, \"tags\": [{\"key\": \"parent_buildbucket_id\", \"value\": \"8945511751514863184\"}, {\"key\": \"user_agent\", \"value\": \"recipe\"}]}}]}", | |
"~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@ \"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@ \"exe\": {@@@", | |
"@@@STEP_LOG_LINE@request@ \"cipdVersion\": \"refs/heads/main\"@@@", | |
"@@@STEP_LOG_LINE@request@ }, @@@", | |
"@@@STEP_LOG_LINE@request@ \"experimental\": \"NO\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"experiments\": {@@@", | |
"@@@STEP_LOG_LINE@request@ \"luci.buildbucket.parent_tracking\": false@@@", | |
"@@@STEP_LOG_LINE@request@ }, @@@", | |
"@@@STEP_LOG_LINE@request@ \"fields\": \"builder,createTime,createdBy,critical,endTime,id,infra,input,number,output,startTime,status,updateTime\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"gitilesCommit\": {@@@", | |
"@@@STEP_LOG_LINE@request@ \"host\": \"flutter.googlesource.com\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"id\": \"2d72510e447ab60a9728aeea2362d8be2cbd7789\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"project\": \"mirrors/engine\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"ref\": \"refs/heads/main\"@@@", | |
"@@@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\": \"android_profile_x64\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"gn_args\": [@@@", | |
"@@@STEP_LOG_LINE@request@ \"--android\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"--runtime-mode\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"profile\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"--android-cpu\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"x64\"@@@", | |
"@@@STEP_LOG_LINE@request@ ], @@@", | |
"@@@STEP_LOG_LINE@request@ \"output_files\": [@@@", | |
"@@@STEP_LOG_LINE@request@ \"flutter.jar\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"clang_x64/gen_snapshot\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"libflutter.so\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"x86_64_profile.jar\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"x86_64_profile.pom\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"flutter_embedding_profile.jar\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"flutter_embedding_profile.pom\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"flutter_embedding_profile-sources.jar\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"clang_x64/analyze_snapshot\"@@@", | |
"@@@STEP_LOG_LINE@request@ ], @@@", | |
"@@@STEP_LOG_LINE@request@ \"targets\": [@@@", | |
"@@@STEP_LOG_LINE@request@ \"default\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"clang_x64/gen_snapshot\"@@@", | |
"@@@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\": \"parent_buildbucket_id\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"value\": \"8945511751514863184\"@@@", | |
"@@@STEP_LOG_LINE@request@ }, @@@", | |
"@@@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": [], | |
"name": "Schedule build android_release_x64" | |
}, | |
{ | |
"cmd": [ | |
"bb", | |
"batch", | |
"-host", | |
"cr-buildbucket.appspot.com" | |
], | |
"cwd": "[CACHE]/builder", | |
"env": { | |
"ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | |
"FLUTTER_LOGS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"FLUTTER_PREBUILT_DART_SDK": "True", | |
"FLUTTER_TEST_OUTPUTS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"GOMA_DIR": "[CACHE]/goma/client", | |
"JAVA_HOME": "[CACHE]/java" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin", | |
"[CACHE]/java/bin" | |
] | |
}, | |
"env_suffixes": { | |
"DEPOT_TOOLS_UPDATE": [ | |
"0" | |
], | |
"PATH": [ | |
"RECIPE_REPO[depot_tools]" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "flutter:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "Schedule build android_release_x64.buildbucket.schedule", | |
"stdin": "{\"requests\": [{\"scheduleBuild\": {\"builder\": {\"bucket\": \"ci\", \"builder\": \"Linux Engine Drone\", \"project\": \"flutter\"}, \"exe\": {\"cipdVersion\": \"refs/heads/main\"}, \"experimental\": \"NO\", \"experiments\": {\"luci.buildbucket.parent_tracking\": false}, \"fields\": \"builder,createTime,createdBy,critical,endTime,id,infra,input,number,output,startTime,status,updateTime\", \"gitilesCommit\": {\"host\": \"flutter.googlesource.com\", \"id\": \"2d72510e447ab60a9728aeea2362d8be2cbd7789\", \"project\": \"mirrors/engine\", \"ref\": \"refs/heads/main\"}, \"priority\": 25, \"properties\": {\"builds\": [{\"dir\": \"android_release_x64\", \"gn_args\": [\"--android\", \"--runtime-mode\", \"release\", \"--android-cpu\", \"x64\"], \"output_files\": [\"flutter.jar\", \"clang_x64/gen_snapshot\", \"libflutter.so\", \"x86_64_release.jar\", \"x86_64_release.pom\", \"flutter_embedding_release.jar\", \"flutter_embedding_release.pom\", \"flutter_embedding_release-sources.jar\", \"clang_x64/analyze_snapshot\"], \"targets\": [\"default\", \"clang_x64/gen_snapshot\"]}]}, \"requestId\": \"8945511751514863184-00000000-0000-0000-0000-000000001343\", \"swarming\": {\"parentRunId\": \"deadbeef\"}, \"tags\": [{\"key\": \"parent_buildbucket_id\", \"value\": \"8945511751514863184\"}, {\"key\": \"user_agent\", \"value\": \"recipe\"}]}}]}", | |
"~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@ \"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\": \"8922054662172514004\"@@@", | |
"@@@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@ \"exe\": {@@@", | |
"@@@STEP_LOG_LINE@request@ \"cipdVersion\": \"refs/heads/main\"@@@", | |
"@@@STEP_LOG_LINE@request@ }, @@@", | |
"@@@STEP_LOG_LINE@request@ \"experimental\": \"NO\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"experiments\": {@@@", | |
"@@@STEP_LOG_LINE@request@ \"luci.buildbucket.parent_tracking\": false@@@", | |
"@@@STEP_LOG_LINE@request@ }, @@@", | |
"@@@STEP_LOG_LINE@request@ \"fields\": \"builder,createTime,createdBy,critical,endTime,id,infra,input,number,output,startTime,status,updateTime\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"gitilesCommit\": {@@@", | |
"@@@STEP_LOG_LINE@request@ \"host\": \"flutter.googlesource.com\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"id\": \"2d72510e447ab60a9728aeea2362d8be2cbd7789\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"project\": \"mirrors/engine\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"ref\": \"refs/heads/main\"@@@", | |
"@@@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\": \"android_release_x64\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"gn_args\": [@@@", | |
"@@@STEP_LOG_LINE@request@ \"--android\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"--runtime-mode\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"release\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"--android-cpu\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"x64\"@@@", | |
"@@@STEP_LOG_LINE@request@ ], @@@", | |
"@@@STEP_LOG_LINE@request@ \"output_files\": [@@@", | |
"@@@STEP_LOG_LINE@request@ \"flutter.jar\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"clang_x64/gen_snapshot\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"libflutter.so\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"x86_64_release.jar\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"x86_64_release.pom\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"flutter_embedding_release.jar\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"flutter_embedding_release.pom\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"flutter_embedding_release-sources.jar\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"clang_x64/analyze_snapshot\"@@@", | |
"@@@STEP_LOG_LINE@request@ ], @@@", | |
"@@@STEP_LOG_LINE@request@ \"targets\": [@@@", | |
"@@@STEP_LOG_LINE@request@ \"default\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"clang_x64/gen_snapshot\"@@@", | |
"@@@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\": \"parent_buildbucket_id\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"value\": \"8945511751514863184\"@@@", | |
"@@@STEP_LOG_LINE@request@ }, @@@", | |
"@@@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@8922054662172514004@https://cr-buildbucket.appspot.com/build/8922054662172514004@@@" | |
] | |
}, | |
{ | |
"cmd": [], | |
"name": "Build and test arm64 profile", | |
"~followup_annotations": [ | |
"@@@STEP_FAILURE@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"python", | |
"[CACHE]/builder/src/flutter/tools/gn", | |
"--goma", | |
"--android", | |
"--runtime-mode", | |
"profile", | |
"--android-cpu", | |
"arm64" | |
], | |
"cwd": "[CACHE]/builder", | |
"env": { | |
"ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | |
"FLUTTER_LOGS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"FLUTTER_PREBUILT_DART_SDK": "True", | |
"FLUTTER_TEST_OUTPUTS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"GOMA_DIR": "[CACHE]/goma/client", | |
"JAVA_HOME": "[CACHE]/java" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin", | |
"[CACHE]/java/bin" | |
] | |
}, | |
"env_suffixes": { | |
"DEPOT_TOOLS_UPDATE": [ | |
"0" | |
], | |
"PATH": [ | |
"RECIPE_REPO[depot_tools]" | |
] | |
}, | |
"luci_context": { | |
"realm": { | |
"name": "flutter:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "Build and test arm64 profile.gn --android --runtime-mode profile --android-cpu arm64", | |
"~followup_annotations": [ | |
"@@@STEP_NEST_LEVEL@1@@@", | |
"@@@STEP_FAILURE@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"bb", | |
"batch", | |
"-host", | |
"cr-buildbucket.appspot.com" | |
], | |
"cwd": "[CACHE]/builder", | |
"env": { | |
"ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | |
"FLUTTER_LOGS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"FLUTTER_PREBUILT_DART_SDK": "True", | |
"FLUTTER_TEST_OUTPUTS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"GOMA_DIR": "[CACHE]/goma/client", | |
"JAVA_HOME": "[CACHE]/java" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin", | |
"[CACHE]/java/bin" | |
] | |
}, | |
"env_suffixes": { | |
"DEPOT_TOOLS_UPDATE": [ | |
"0" | |
], | |
"PATH": [ | |
"RECIPE_REPO[depot_tools]" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "flutter:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "buildbucket.cancel", | |
"stdin": "{\"requests\": [{\"cancelBuild\": {\"id\": \"8922054662172514000\", \"summaryMarkdown\": \" \"}}]}", | |
"~followup_annotations": [ | |
"@@@STEP_LOG_LINE@json.output@{@@@", | |
"@@@STEP_LOG_LINE@json.output@ \"responses\": [@@@", | |
"@@@STEP_LOG_LINE@json.output@ {@@@", | |
"@@@STEP_LOG_LINE@json.output@ \"cancelBuild\": {@@@", | |
"@@@STEP_LOG_LINE@json.output@ \"id\": \"8922054662172514000\", @@@", | |
"@@@STEP_LOG_LINE@json.output@ \"status\": \"CANCELED\"@@@", | |
"@@@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@ \"cancelBuild\": {@@@", | |
"@@@STEP_LOG_LINE@request@ \"id\": \"8922054662172514000\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"summaryMarkdown\": \" \"@@@", | |
"@@@STEP_LOG_LINE@request@ }@@@", | |
"@@@STEP_LOG_LINE@request@ }@@@", | |
"@@@STEP_LOG_LINE@request@ ]@@@", | |
"@@@STEP_LOG_LINE@request@}@@@", | |
"@@@STEP_LOG_END@request@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"bb", | |
"batch", | |
"-host", | |
"cr-buildbucket.appspot.com" | |
], | |
"cwd": "[CACHE]/builder", | |
"env": { | |
"ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | |
"FLUTTER_LOGS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"FLUTTER_PREBUILT_DART_SDK": "True", | |
"FLUTTER_TEST_OUTPUTS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"GOMA_DIR": "[CACHE]/goma/client", | |
"JAVA_HOME": "[CACHE]/java" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin", | |
"[CACHE]/java/bin" | |
] | |
}, | |
"env_suffixes": { | |
"DEPOT_TOOLS_UPDATE": [ | |
"0" | |
], | |
"PATH": [ | |
"RECIPE_REPO[depot_tools]" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "flutter:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "buildbucket.cancel (2)", | |
"stdin": "{\"requests\": [{\"cancelBuild\": {\"id\": \"8922054662172514001\", \"summaryMarkdown\": \" \"}}]}", | |
"~followup_annotations": [ | |
"@@@STEP_LOG_LINE@json.output@{@@@", | |
"@@@STEP_LOG_LINE@json.output@ \"responses\": [@@@", | |
"@@@STEP_LOG_LINE@json.output@ {@@@", | |
"@@@STEP_LOG_LINE@json.output@ \"cancelBuild\": {@@@", | |
"@@@STEP_LOG_LINE@json.output@ \"id\": \"8922054662172514001\", @@@", | |
"@@@STEP_LOG_LINE@json.output@ \"status\": \"CANCELED\"@@@", | |
"@@@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@ \"cancelBuild\": {@@@", | |
"@@@STEP_LOG_LINE@request@ \"id\": \"8922054662172514001\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"summaryMarkdown\": \" \"@@@", | |
"@@@STEP_LOG_LINE@request@ }@@@", | |
"@@@STEP_LOG_LINE@request@ }@@@", | |
"@@@STEP_LOG_LINE@request@ ]@@@", | |
"@@@STEP_LOG_LINE@request@}@@@", | |
"@@@STEP_LOG_END@request@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"bb", | |
"batch", | |
"-host", | |
"cr-buildbucket.appspot.com" | |
], | |
"cwd": "[CACHE]/builder", | |
"env": { | |
"ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | |
"FLUTTER_LOGS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"FLUTTER_PREBUILT_DART_SDK": "True", | |
"FLUTTER_TEST_OUTPUTS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"GOMA_DIR": "[CACHE]/goma/client", | |
"JAVA_HOME": "[CACHE]/java" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin", | |
"[CACHE]/java/bin" | |
] | |
}, | |
"env_suffixes": { | |
"DEPOT_TOOLS_UPDATE": [ | |
"0" | |
], | |
"PATH": [ | |
"RECIPE_REPO[depot_tools]" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "flutter:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "buildbucket.cancel (3)", | |
"stdin": "{\"requests\": [{\"cancelBuild\": {\"id\": \"8922054662172514002\", \"summaryMarkdown\": \" \"}}]}", | |
"~followup_annotations": [ | |
"@@@STEP_LOG_LINE@json.output@{@@@", | |
"@@@STEP_LOG_LINE@json.output@ \"responses\": [@@@", | |
"@@@STEP_LOG_LINE@json.output@ {@@@", | |
"@@@STEP_LOG_LINE@json.output@ \"cancelBuild\": {@@@", | |
"@@@STEP_LOG_LINE@json.output@ \"id\": \"8922054662172514002\", @@@", | |
"@@@STEP_LOG_LINE@json.output@ \"status\": \"CANCELED\"@@@", | |
"@@@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@ \"cancelBuild\": {@@@", | |
"@@@STEP_LOG_LINE@request@ \"id\": \"8922054662172514002\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"summaryMarkdown\": \" \"@@@", | |
"@@@STEP_LOG_LINE@request@ }@@@", | |
"@@@STEP_LOG_LINE@request@ }@@@", | |
"@@@STEP_LOG_LINE@request@ ]@@@", | |
"@@@STEP_LOG_LINE@request@}@@@", | |
"@@@STEP_LOG_END@request@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"bb", | |
"batch", | |
"-host", | |
"cr-buildbucket.appspot.com" | |
], | |
"cwd": "[CACHE]/builder", | |
"env": { | |
"ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | |
"FLUTTER_LOGS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"FLUTTER_PREBUILT_DART_SDK": "True", | |
"FLUTTER_TEST_OUTPUTS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"GOMA_DIR": "[CACHE]/goma/client", | |
"JAVA_HOME": "[CACHE]/java" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin", | |
"[CACHE]/java/bin" | |
] | |
}, | |
"env_suffixes": { | |
"DEPOT_TOOLS_UPDATE": [ | |
"0" | |
], | |
"PATH": [ | |
"RECIPE_REPO[depot_tools]" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "flutter:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "buildbucket.cancel (4)", | |
"stdin": "{\"requests\": [{\"cancelBuild\": {\"id\": \"8922054662172514003\", \"summaryMarkdown\": \" \"}}]}", | |
"~followup_annotations": [ | |
"@@@STEP_LOG_LINE@json.output@{@@@", | |
"@@@STEP_LOG_LINE@json.output@ \"responses\": [@@@", | |
"@@@STEP_LOG_LINE@json.output@ {@@@", | |
"@@@STEP_LOG_LINE@json.output@ \"cancelBuild\": {@@@", | |
"@@@STEP_LOG_LINE@json.output@ \"id\": \"8922054662172514003\", @@@", | |
"@@@STEP_LOG_LINE@json.output@ \"status\": \"CANCELED\"@@@", | |
"@@@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@ \"cancelBuild\": {@@@", | |
"@@@STEP_LOG_LINE@request@ \"id\": \"8922054662172514003\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"summaryMarkdown\": \" \"@@@", | |
"@@@STEP_LOG_LINE@request@ }@@@", | |
"@@@STEP_LOG_LINE@request@ }@@@", | |
"@@@STEP_LOG_LINE@request@ ]@@@", | |
"@@@STEP_LOG_LINE@request@}@@@", | |
"@@@STEP_LOG_END@request@@@" | |
] | |
}, | |
{ | |
"cmd": [ | |
"bb", | |
"batch", | |
"-host", | |
"cr-buildbucket.appspot.com" | |
], | |
"cwd": "[CACHE]/builder", | |
"env": { | |
"ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", | |
"FLUTTER_LOGS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"FLUTTER_PREBUILT_DART_SDK": "True", | |
"FLUTTER_TEST_OUTPUTS_DIR": "[CLEANUP]/flutter_logs_dir", | |
"GOMA_DIR": "[CACHE]/goma/client", | |
"JAVA_HOME": "[CACHE]/java" | |
}, | |
"env_prefixes": { | |
"PATH": [ | |
"[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin", | |
"[CACHE]/java/bin" | |
] | |
}, | |
"env_suffixes": { | |
"DEPOT_TOOLS_UPDATE": [ | |
"0" | |
], | |
"PATH": [ | |
"RECIPE_REPO[depot_tools]" | |
] | |
}, | |
"infra_step": true, | |
"luci_context": { | |
"realm": { | |
"name": "flutter:ci" | |
}, | |
"resultdb": { | |
"current_invocation": { | |
"name": "invocations/build:8945511751514863184", | |
"update_token": "token" | |
}, | |
"hostname": "rdbhost" | |
} | |
}, | |
"name": "buildbucket.cancel (5)", | |
"stdin": "{\"requests\": [{\"cancelBuild\": {\"id\": \"8922054662172514004\", \"summaryMarkdown\": \" \"}}]}", | |
"~followup_annotations": [ | |
"@@@STEP_LOG_LINE@json.output@{@@@", | |
"@@@STEP_LOG_LINE@json.output@ \"responses\": [@@@", | |
"@@@STEP_LOG_LINE@json.output@ {@@@", | |
"@@@STEP_LOG_LINE@json.output@ \"cancelBuild\": {@@@", | |
"@@@STEP_LOG_LINE@json.output@ \"id\": \"8922054662172514004\", @@@", | |
"@@@STEP_LOG_LINE@json.output@ \"status\": \"CANCELED\"@@@", | |
"@@@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@ \"cancelBuild\": {@@@", | |
"@@@STEP_LOG_LINE@request@ \"id\": \"8922054662172514004\", @@@", | |
"@@@STEP_LOG_LINE@request@ \"summaryMarkdown\": \" \"@@@", | |
"@@@STEP_LOG_LINE@request@ }@@@", | |
"@@@STEP_LOG_LINE@request@ }@@@", | |
"@@@STEP_LOG_LINE@request@ ]@@@", | |
"@@@STEP_LOG_LINE@request@}@@@", | |
"@@@STEP_LOG_END@request@@@" | |
] | |
}, | |
{ | |
"cmd": [], | |
"name": "process logs" | |
}, | |
{ | |
"cmd": [ |