Remove "gcloud pubsub" step from engine/engine recipe. Removing this step to unblock builds which have started failing due to a missing binary in cipd package, until we can resolve the root cause. Bug: https://github.com/flutter/flutter/issues/120096 Change-Id: I49a6ebef483d238f9ee728c9bbe3e653ee4e8c5d Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/38600 Reviewed-by: Godofredo Contreras <godofredoc@google.com> (cherry picked from commit c6d44906f6e12105c87335ec7ee1cb2d5161fc86) Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/38582 Reviewed-by: Xilai Zhang <xilaizhang@google.com> Reviewed-by: Yusuf Mohsinally <mohsinally@google.com>
diff --git a/recipes/engine/engine.expected/Linux Fuchsia skips on duplicate.json b/recipes/engine/engine.expected/Linux Fuchsia skips on duplicate.json index 0fbe4ea..1f5ea9c 100644 --- a/recipes/engine/engine.expected/Linux Fuchsia skips on duplicate.json +++ b/recipes/engine/engine.expected/Linux Fuchsia skips on duplicate.json
@@ -4062,169 +4062,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Linux Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-b", "-n",
diff --git a/recipes/engine/engine.expected/clobber.json b/recipes/engine/engine.expected/clobber.json index 0592118..f2d32df 100644 --- a/recipes/engine/engine.expected/clobber.json +++ b/recipes/engine/engine.expected/clobber.json
@@ -17967,169 +17967,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Linux Host Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-b", "-n",
diff --git a/recipes/engine/engine.expected/experimental.json b/recipes/engine/engine.expected/experimental.json index 57492c1..d6a6ffe 100644 --- a/recipes/engine/engine.expected/experimental.json +++ b/recipes/engine/engine.expected/experimental.json
@@ -17837,169 +17837,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Linux Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-b", "-n",
diff --git a/recipes/engine/engine.expected/experimental_upload.json b/recipes/engine/engine.expected/experimental_upload.json index 8a81b5d..ae64439 100644 --- a/recipes/engine/engine.expected/experimental_upload.json +++ b/recipes/engine/engine.expected/experimental_upload.json
@@ -22081,169 +22081,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Linux Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-b", "-n",
diff --git a/recipes/engine/engine.expected/gcloud_pubsub_failure.json b/recipes/engine/engine.expected/gcloud_pubsub_failure.json deleted file mode 100644 index 054f066..0000000 --- a/recipes/engine/engine.expected/gcloud_pubsub_failure.json +++ /dev/null
@@ -1,18030 +0,0 @@ -[ - { - "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://github.com/flutter/engine'}]", - "--revision_mapping_file", - "{\"got_engine_revision\": \"src/flutter\"}", - "--git-cache-dir", - "[CACHE]/git", - "--cleanup-dir", - "[CLEANUP]/bot_update", - "--output_json", - "/path/to/tmp/json", - "--revision", - "src/flutter@refs/pull/1/head", - "--refs", - "refs/heads/main", - "--refs", - "refs/pull/1/head" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "DEPOT_TOOLS_REPORT_BUILD": "flutter/ci/Linux Host 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\": \"refs/pull/1/head\"@@@", - "@@@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\": \"a63681edc0f69a72604596b16c7986513e809995\"@@@", - "@@@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\": \"a63681edc0f69a72604596b16c7986513e809995\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"got_engine_revision_cp\": \"refs/pull/1/head@{#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\": \"a63681edc0f69a72604596b16c7986513e809995\"@@@", - "@@@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@\"a63681edc0f69a72604596b16c7986513e809995\"@@@", - "@@@SET_BUILD_PROPERTY@got_engine_revision_cp@\"refs/pull/1/head@{#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 Host 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": [ - "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 Host 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": "gclient runhooks" - }, - { - "cmd": [ - "python3", - "[CACHE]/builder/src/flutter/tools/gn", - "--goma", - "--runtime-mode", - "debug", - "--full-dart-sdk", - "--prebuilt-dart-sdk", - "--build-embedder-examples" - ], - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gn --runtime-mode debug --full-dart-sdk --prebuilt-dart-sdk --build-embedder-examples" - }, - { - "cmd": [ - "python3", - "[CACHE]/builder/src/flutter/tools/gn", - "--goma", - "--runtime-mode", - "debug", - "--unoptimized", - "--prebuilt-dart-sdk" - ], - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gn --runtime-mode debug --unoptimized --prebuilt-dart-sdk" - }, - { - "cmd": [ - "python3", - "[CACHE]/builder/src/flutter/tools/gn", - "--goma", - "--runtime-mode", - "profile", - "--no-lto", - "--prebuilt-dart-sdk", - "--build-embedder-examples" - ], - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gn --runtime-mode profile --no-lto --prebuilt-dart-sdk --build-embedder-examples" - }, - { - "cmd": [ - "python3", - "[CACHE]/builder/src/flutter/tools/gn", - "--goma", - "--runtime-mode", - "release", - "--prebuilt-dart-sdk", - "--build-embedder-examples" - ], - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gn --runtime-mode release --prebuilt-dart-sdk --build-embedder-examples" - }, - { - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "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": [ - "[CACHE]/builder/src/flutter/third_party/ninja/ninja", - "-j", - "200", - "-C", - "[CACHE]/builder/src/out/host_debug_unopt", - "flutter/sky/packages" - ], - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "build host_debug_unopt flutter/sky/packages" - }, - { - "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" - }, - "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]" - ] - }, - "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" - }, - "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]" - ] - }, - "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" - }, - "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]" - ] - }, - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "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 Host 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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "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 Host 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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "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": [], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "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": [ - "[CACHE]/builder/src/flutter/third_party/ninja/ninja", - "-j", - "200", - "-C", - "[CACHE]/builder/src/out/host_debug" - ], - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "build host_debug" - }, - { - "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" - }, - "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]" - ] - }, - "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" - }, - "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]" - ] - }, - "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" - }, - "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]" - ] - }, - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "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 Host 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 Host 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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "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": [ - "vpython3", - "-vpython-spec", - "RECIPE_REPO[depot_tools]/.vpython3", - "[CACHE]/builder/src/flutter/testing/run_tests.py", - "--variant", - "host_debug", - "--type", - "dart", - "--engine-capture-core-dump" - ], - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "test: Host Tests for host_debug" - }, - { - "cmd": [], - "name": "setup goma (3)" - }, - { - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "setup goma (3).start goma", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "[CACHE]/builder/src/flutter/third_party/ninja/ninja", - "-j", - "200", - "-C", - "[CACHE]/builder/src/out/host_profile" - ], - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "build host_profile" - }, - { - "cmd": [], - "name": "teardown goma (3)" - }, - { - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (3).goma jsonstatus", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"notice\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"infra_status\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"num_user_error\": 0, @@@", - "@@@STEP_LOG_LINE@json.output@ \"ping_status_code\": 200@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@ ]@@@", - "@@@STEP_LOG_LINE@json.output@}@@@", - "@@@STEP_LOG_END@json.output@@@" - ] - }, - { - "cmd": [ - "[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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (3).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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (3).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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (3).read goma_client warning log", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@compiler_proxy.WARNING@test log@@@", - "@@@STEP_LOG_END@compiler_proxy.WARNING@@@" - ] - }, - { - "cmd": [ - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (3).read goma_stats.json", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"build_info\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"build_id\": 8945511751514863184, @@@", - "@@@STEP_LOG_LINE@json.output@ \"builder\": \"Linux Host Engine\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"time_stamp\": \"2012-05-14 12:53:27.500000\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"time_stamp_int\": 1337000009000@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@}@@@", - "@@@STEP_LOG_END@json.output@@@" - ] - }, - { - "cmd": [ - "[START_DIR]/cipd_tool/path/to/bqupload/version%3Apinned-version/bqupload", - "fuchsia-infra.artifacts.builds_beta_goma", - "{\"build_info\": {\"build_id\": 8945511751514863184, \"builder\": \"Linux Host Engine\", \"time_stamp\": \"2012-05-14 12:53:27.500000\", \"time_stamp_int\": 1337000009000}}" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (3).upload goma stats to bigquery", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "vpython3", - "-vpython-spec", - "RECIPE_REPO[depot_tools]/.vpython3", - "[CACHE]/builder/src/flutter/testing/run_tests.py", - "--variant", - "host_profile", - "--type", - "dart,engine", - "--engine-capture-core-dump" - ], - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "test: Host Tests for host_profile" - }, - { - "cmd": [], - "name": "setup goma (4)" - }, - { - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "setup goma (4).start goma", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "[CACHE]/builder/src/flutter/third_party/ninja/ninja", - "-j", - "200", - "-C", - "[CACHE]/builder/src/out/host_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", - "GOMA_TMP_DIR": "[CLEANUP]/goma", - "GOMA_USE_LOCAL": "False" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0", - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]", - "RECIPE_REPO[depot_tools]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "build host_release" - }, - { - "cmd": [], - "name": "teardown goma (4)" - }, - { - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (4).goma jsonstatus", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"notice\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"infra_status\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"num_user_error\": 0, @@@", - "@@@STEP_LOG_LINE@json.output@ \"ping_status_code\": 200@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@ ]@@@", - "@@@STEP_LOG_LINE@json.output@}@@@", - "@@@STEP_LOG_END@json.output@@@" - ] - }, - { - "cmd": [ - "[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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (4).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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (4).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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (4).read goma_client warning log", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@compiler_proxy.WARNING@test log@@@", - "@@@STEP_LOG_END@compiler_proxy.WARNING@@@" - ] - }, - { - "cmd": [ - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (4).read goma_stats.json", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"build_info\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"build_id\": 8945511751514863184, @@@", - "@@@STEP_LOG_LINE@json.output@ \"builder\": \"Linux Host Engine\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"time_stamp\": \"2012-05-14 12:53:30.500000\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"time_stamp_int\": 1337000012000@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@}@@@", - "@@@STEP_LOG_END@json.output@@@" - ] - }, - { - "cmd": [ - "[START_DIR]/cipd_tool/path/to/bqupload/version%3Apinned-version/bqupload", - "fuchsia-infra.artifacts.builds_beta_goma", - "{\"build_info\": {\"build_id\": 8945511751514863184, \"builder\": \"Linux Host Engine\", \"time_stamp\": \"2012-05-14 12:53:30.500000\", \"time_stamp_int\": 1337000012000}}" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (4).upload goma stats to bigquery", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "listdir", - "[CACHE]/builder/src/out/host_release/zip_archives" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "host_release zips", - "~followup_annotations": [ - "@@@STEP_LOG_END@listdir@@@" - ] - }, - { - "cmd": [ - "vpython3", - "-vpython-spec", - "RECIPE_REPO[depot_tools]/.vpython3", - "[CACHE]/builder/src/flutter/testing/run_tests.py", - "--variant", - "host_release", - "--type", - "dart,engine,benchmarks", - "--engine-capture-core-dump" - ], - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "test: Host Tests for host_release" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "move", - "[CACHE]/builder/src/out/host_debug/shader_lib", - "[CACHE]/builder/src/shader_lib" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Move the impellerc shader lib to the current directory in preparation for upload" - }, - { - "cmd": [ - "python3", - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Zip linux-x64 artifacts.zip", - "stdin": "{\"entries\": [{\"archive_name\": \"icudtl.dat\", \"path\": \"[CACHE]/builder/src/third_party/icu/flutter/icudtl.dat\", \"type\": \"file\"}, {\"archive_name\": \"flutter_tester\", \"path\": \"[CACHE]/builder/src/out/host_debug/flutter_tester\", \"type\": \"file\"}, {\"archive_name\": \"LICENSE.impellerc.md\", \"path\": \"[CACHE]/builder/src/out/host_debug/gen/flutter/impeller/compiler/LICENSE.impellerc.md\", \"type\": \"file\"}, {\"archive_name\": \"LICENSE.path_ops.md\", \"path\": \"[CACHE]/builder/src/out/host_debug/gen/flutter/tools/path_ops/LICENSE.path_ops.md\", \"type\": \"file\"}, {\"archive_name\": \"impellerc\", \"path\": \"[CACHE]/builder/src/out/host_debug/impellerc\", \"type\": \"file\"}, {\"archive_name\": \"libpath_ops.so\", \"path\": \"[CACHE]/builder/src/out/host_debug/libpath_ops.so\", \"type\": \"file\"}, {\"archive_name\": \"libtessellator.so\", \"path\": \"[CACHE]/builder/src/out/host_debug/libtessellator.so\", \"type\": \"file\"}, {\"archive_name\": \"isolate_snapshot.bin\", \"path\": \"[CACHE]/builder/src/out/host_debug/gen/flutter/lib/snapshot/isolate_snapshot.bin\", \"type\": \"file\"}, {\"archive_name\": \"vm_isolate_snapshot.bin\", \"path\": \"[CACHE]/builder/src/out/host_debug/gen/flutter/lib/snapshot/vm_isolate_snapshot.bin\", \"type\": \"file\"}, {\"archive_name\": \"frontend_server.dart.snapshot\", \"path\": \"[CACHE]/builder/src/out/host_debug/gen/frontend_server.dart.snapshot\", \"type\": \"file\"}, {\"path\": \"[CACHE]/builder/src/shader_lib\", \"type\": \"dir\"}], \"output\": \"[CLEANUP]/tmp_tmp_1/artifacts.zip\", \"root\": \"[CACHE]/builder/src\"}" - }, - { - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "temp dir for linux-x64 UploadArtifacts artifacts.zip" - }, - { - "cmd": [ - "python3", - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Zip linux-x64 linux-x64-embedder", - "stdin": "{\"entries\": [{\"archive_name\": \"flutter_embedder.h\", \"path\": \"[CACHE]/builder/src/out/host_debug/flutter_embedder.h\", \"type\": \"file\"}, {\"archive_name\": \"libflutter_engine.so\", \"path\": \"[CACHE]/builder/src/out/host_debug/libflutter_engine.so\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_2/artifacts.zip\", \"root\": \"[CACHE]/builder/src\"}" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_2" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "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]" - ] - }, - "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 linux-x64 UploadArtifacts linux-x64-embedder" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmglob", - "[CACHE]/builder/src/out/host_debug/flutter_patched_sdk", - "**/*.dill.S", - "--hidden" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "remove *.dill.S files from flutter_patched_sdk" - }, - { - "cmd": [ - "python3", - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Zip flutter_patched_sdk", - "stdin": "{\"entries\": [{\"path\": \"[CACHE]/builder/src/out/host_debug/flutter_patched_sdk\", \"type\": \"dir\"}], \"output\": \"[CLEANUP]/tmp_tmp_3/flutter_patched_sdk.zip\", \"root\": \"[CACHE]/builder/src/out/host_debug\"}" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_3" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "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]" - ] - }, - "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 Upload Flutter patched sdk" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CACHE]/builder/src/out/host_release/flutter_patched_sdk_product" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Remove stale flutter_patched_sdk_product" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "move", - "[CACHE]/builder/src/out/host_release/flutter_patched_sdk", - "[CACHE]/builder/src/out/host_release/flutter_patched_sdk_product" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Move release flutter_patched_sdk to flutter_patched_sdk_product" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmglob", - "[CACHE]/builder/src/out/host_release/flutter_patched_sdk_product", - "**/*.dill.S", - "--hidden" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "remove *.dill.S files from flutter_patched_sdk_product" - }, - { - "cmd": [ - "python3", - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Zip flutter_patched_sdk_product", - "stdin": "{\"entries\": [{\"path\": \"[CACHE]/builder/src/out/host_release/flutter_patched_sdk_product\", \"type\": \"dir\"}], \"output\": \"[CLEANUP]/tmp_tmp_4/flutter_patched_sdk_product.zip\", \"root\": \"[CACHE]/builder/src/out/host_release\"}" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_4" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "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]" - ] - }, - "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 Upload Product Flutter patched sdk" - }, - { - "cmd": [ - "python3", - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Zip dart-sdk", - "stdin": "{\"entries\": [{\"path\": \"[CACHE]/builder/src/out/host_debug/dart-sdk\", \"type\": \"dir\"}], \"output\": \"[CLEANUP]/tmp_tmp_5/dart-sdk-linux-x64.zip\", \"root\": \"[CACHE]/builder/src/out/host_debug\"}" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_5" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "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]" - ] - }, - "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 Upload Dart SDK" - }, - { - "cmd": [ - "python3", - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Zip flutter_web_sdk", - "stdin": "{\"entries\": [{\"path\": \"[CACHE]/builder/src/out/host_debug/flutter_web_sdk\", \"type\": \"dir\"}], \"output\": \"[CLEANUP]/tmp_tmp_6/flutter-web-sdk-linux-x64.zip\", \"root\": \"[CACHE]/builder/src/out/host_debug\"}" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_6" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "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]" - ] - }, - "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 Upload Web SDK" - }, - { - "cmd": [ - "python3", - "[CACHE]/builder/src/flutter/tools/gn", - "--goma", - "--runtime-mode", - "debug", - "--prebuilt-dart-sdk", - "--enable-impeller-vulkan", - "--target-dir", - "host_debug_impeller_vulkan" - ], - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gn --runtime-mode debug --prebuilt-dart-sdk --enable-impeller-vulkan --target-dir host_debug_impeller_vulkan" - }, - { - "cmd": [], - "name": "setup goma (5)" - }, - { - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "setup goma (5).start goma", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "[CACHE]/builder/src/flutter/third_party/ninja/ninja", - "-j", - "200", - "-C", - "[CACHE]/builder/src/out/host_debug_impeller_vulkan" - ], - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "build host_debug_impeller_vulkan" - }, - { - "cmd": [], - "name": "teardown goma (5)" - }, - { - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (5).goma jsonstatus", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"notice\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"infra_status\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"num_user_error\": 0, @@@", - "@@@STEP_LOG_LINE@json.output@ \"ping_status_code\": 200@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@ ]@@@", - "@@@STEP_LOG_LINE@json.output@}@@@", - "@@@STEP_LOG_END@json.output@@@" - ] - }, - { - "cmd": [ - "[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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (5).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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (5).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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (5).read goma_client warning log", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@compiler_proxy.WARNING@test log@@@", - "@@@STEP_LOG_END@compiler_proxy.WARNING@@@" - ] - }, - { - "cmd": [ - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (5).read goma_stats.json", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"build_info\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"build_id\": 8945511751514863184, @@@", - "@@@STEP_LOG_LINE@json.output@ \"builder\": \"Linux Host Engine\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"time_stamp\": \"2012-05-14 12:53:33.500000\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"time_stamp_int\": 1337000015000@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@}@@@", - "@@@STEP_LOG_END@json.output@@@" - ] - }, - { - "cmd": [ - "[START_DIR]/cipd_tool/path/to/bqupload/version%3Apinned-version/bqupload", - "fuchsia-infra.artifacts.builds_beta_goma", - "{\"build_info\": {\"build_id\": 8945511751514863184, \"builder\": \"Linux Host Engine\", \"time_stamp\": \"2012-05-14 12:53:33.500000\", \"time_stamp_int\": 1337000015000}}" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (5).upload goma stats to bigquery", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "python3", - "[CACHE]/builder/src/flutter/tools/gn", - "--goma", - "--runtime-mode", - "debug", - "--enable-fontconfig", - "--prebuilt-dart-sdk" - ], - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gn --runtime-mode debug --enable-fontconfig --prebuilt-dart-sdk" - }, - { - "cmd": [ - "python3", - "[CACHE]/builder/src/flutter/tools/gn", - "--goma", - "--runtime-mode", - "profile", - "--no-lto", - "--enable-fontconfig", - "--prebuilt-dart-sdk" - ], - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gn --runtime-mode profile --no-lto --enable-fontconfig --prebuilt-dart-sdk" - }, - { - "cmd": [ - "python3", - "[CACHE]/builder/src/flutter/tools/gn", - "--goma", - "--runtime-mode", - "release", - "--enable-fontconfig", - "--prebuilt-dart-sdk" - ], - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gn --runtime-mode release --enable-fontconfig --prebuilt-dart-sdk" - }, - { - "cmd": [], - "name": "setup goma (6)" - }, - { - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "setup goma (6).start goma", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "[CACHE]/builder/src/flutter/third_party/ninja/ninja", - "-j", - "200", - "-C", - "[CACHE]/builder/src/out/host_debug" - ], - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "build host_debug (2)" - }, - { - "cmd": [], - "name": "teardown goma (6)" - }, - { - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (6).goma jsonstatus", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"notice\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"infra_status\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"num_user_error\": 0, @@@", - "@@@STEP_LOG_LINE@json.output@ \"ping_status_code\": 200@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@ ]@@@", - "@@@STEP_LOG_LINE@json.output@}@@@", - "@@@STEP_LOG_END@json.output@@@" - ] - }, - { - "cmd": [ - "[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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (6).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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (6).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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (6).read goma_client warning log", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@compiler_proxy.WARNING@test log@@@", - "@@@STEP_LOG_END@compiler_proxy.WARNING@@@" - ] - }, - { - "cmd": [ - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (6).read goma_stats.json", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"build_info\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"build_id\": 8945511751514863184, @@@", - "@@@STEP_LOG_LINE@json.output@ \"builder\": \"Linux Host Engine\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"time_stamp\": \"2012-05-14 12:53:36.500000\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"time_stamp_int\": 1337000018000@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@}@@@", - "@@@STEP_LOG_END@json.output@@@" - ] - }, - { - "cmd": [ - "[START_DIR]/cipd_tool/path/to/bqupload/version%3Apinned-version/bqupload", - "fuchsia-infra.artifacts.builds_beta_goma", - "{\"build_info\": {\"build_id\": 8945511751514863184, \"builder\": \"Linux Host Engine\", \"time_stamp\": \"2012-05-14 12:53:36.500000\", \"time_stamp_int\": 1337000018000}}" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (6).upload goma stats to bigquery", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [], - "name": "setup goma (7)" - }, - { - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "setup goma (7).start goma", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "[CACHE]/builder/src/flutter/third_party/ninja/ninja", - "-j", - "200", - "-C", - "[CACHE]/builder/src/out/host_profile" - ], - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "build host_profile (2)" - }, - { - "cmd": [], - "name": "teardown goma (7)" - }, - { - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (7).goma jsonstatus", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"notice\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"infra_status\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"num_user_error\": 0, @@@", - "@@@STEP_LOG_LINE@json.output@ \"ping_status_code\": 200@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@ ]@@@", - "@@@STEP_LOG_LINE@json.output@}@@@", - "@@@STEP_LOG_END@json.output@@@" - ] - }, - { - "cmd": [ - "[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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (7).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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (7).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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (7).read goma_client warning log", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@compiler_proxy.WARNING@test log@@@", - "@@@STEP_LOG_END@compiler_proxy.WARNING@@@" - ] - }, - { - "cmd": [ - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (7).read goma_stats.json", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"build_info\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"build_id\": 8945511751514863184, @@@", - "@@@STEP_LOG_LINE@json.output@ \"builder\": \"Linux Host Engine\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"time_stamp\": \"2012-05-14 12:53:39.500000\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"time_stamp_int\": 1337000021000@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@}@@@", - "@@@STEP_LOG_END@json.output@@@" - ] - }, - { - "cmd": [ - "[START_DIR]/cipd_tool/path/to/bqupload/version%3Apinned-version/bqupload", - "fuchsia-infra.artifacts.builds_beta_goma", - "{\"build_info\": {\"build_id\": 8945511751514863184, \"builder\": \"Linux Host Engine\", \"time_stamp\": \"2012-05-14 12:53:39.500000\", \"time_stamp_int\": 1337000021000}}" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (7).upload goma stats to bigquery", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [], - "name": "setup goma (8)" - }, - { - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "setup goma (8).start goma", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "[CACHE]/builder/src/flutter/third_party/ninja/ninja", - "-j", - "200", - "-C", - "[CACHE]/builder/src/out/host_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", - "GOMA_TMP_DIR": "[CLEANUP]/goma", - "GOMA_USE_LOCAL": "False" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0", - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]", - "RECIPE_REPO[depot_tools]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "build host_release (2)" - }, - { - "cmd": [], - "name": "teardown goma (8)" - }, - { - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (8).goma jsonstatus", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"notice\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"infra_status\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"num_user_error\": 0, @@@", - "@@@STEP_LOG_LINE@json.output@ \"ping_status_code\": 200@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@ ]@@@", - "@@@STEP_LOG_LINE@json.output@}@@@", - "@@@STEP_LOG_END@json.output@@@" - ] - }, - { - "cmd": [ - "[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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (8).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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (8).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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (8).read goma_client warning log", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@compiler_proxy.WARNING@test log@@@", - "@@@STEP_LOG_END@compiler_proxy.WARNING@@@" - ] - }, - { - "cmd": [ - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (8).read goma_stats.json", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"build_info\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"build_id\": 8945511751514863184, @@@", - "@@@STEP_LOG_LINE@json.output@ \"builder\": \"Linux Host Engine\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"time_stamp\": \"2012-05-14 12:53:42.500000\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"time_stamp_int\": 1337000024000@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@}@@@", - "@@@STEP_LOG_END@json.output@@@" - ] - }, - { - "cmd": [ - "[START_DIR]/cipd_tool/path/to/bqupload/version%3Apinned-version/bqupload", - "fuchsia-infra.artifacts.builds_beta_goma", - "{\"build_info\": {\"build_id\": 8945511751514863184, \"builder\": \"Linux Host Engine\", \"time_stamp\": \"2012-05-14 12:53:42.500000\", \"time_stamp_int\": 1337000024000}}" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (8).upload goma stats to bigquery", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "python3", - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Zip flutter_linux", - "stdin": "{\"entries\": [{\"path\": \"[CACHE]/builder/src/out/host_debug/flutter_linux\", \"type\": \"dir\"}, {\"archive_name\": \"libflutter_linux_gtk.so\", \"path\": \"[CACHE]/builder/src/out/host_debug/libflutter_linux_gtk.so\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_7/linux-x64-flutter-gtk.zip\", \"root\": \"[CACHE]/builder/src/out/host_debug\"}" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_7" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "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]" - ] - }, - "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 Upload linux-x64 Flutter GTK artifacts" - }, - { - "cmd": [ - "python3", - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Zip flutter_linux (2)", - "stdin": "{\"entries\": [{\"path\": \"[CACHE]/builder/src/out/host_profile/flutter_linux\", \"type\": \"dir\"}, {\"archive_name\": \"libflutter_linux_gtk.so\", \"path\": \"[CACHE]/builder/src/out/host_profile/libflutter_linux_gtk.so\", \"type\": \"file\"}, {\"archive_name\": \"gen_snapshot\", \"path\": \"[CACHE]/builder/src/out/host_profile/gen_snapshot\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_8/linux-x64-flutter-gtk.zip\", \"root\": \"[CACHE]/builder/src/out/host_profile\"}" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_8" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "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]" - ] - }, - "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 Upload linux-x64 Flutter GTK artifacts (2)" - }, - { - "cmd": [ - "python3", - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Zip flutter_linux (3)", - "stdin": "{\"entries\": [{\"path\": \"[CACHE]/builder/src/out/host_release/flutter_linux\", \"type\": \"dir\"}, {\"archive_name\": \"libflutter_linux_gtk.so\", \"path\": \"[CACHE]/builder/src/out/host_release/libflutter_linux_gtk.so\", \"type\": \"file\"}, {\"archive_name\": \"gen_snapshot\", \"path\": \"[CACHE]/builder/src/out/host_release/gen_snapshot\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_9/linux-x64-flutter-gtk.zip\", \"root\": \"[CACHE]/builder/src/out/host_release\"}" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_9" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "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]" - ] - }, - "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 Upload linux-x64 Flutter GTK artifacts (3)" - }, - { - "cmd": [ - "python3", - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Zip flutter_linux (4)", - "stdin": "{\"entries\": [{\"path\": \"[CACHE]/builder/src/out/host_debug/flutter_linux\", \"type\": \"dir\"}, {\"archive_name\": \"libflutter_linux_gtk.so\", \"path\": \"[CACHE]/builder/src/out/host_debug/libflutter_linux_gtk.so\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_10/linux-x64-flutter-gtk.zip\", \"root\": \"[CACHE]/builder/src/out/host_debug\"}" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_10" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "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]" - ] - }, - "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 Upload linux-x64 Flutter GTK artifacts (4)" - }, - { - "cmd": [ - "python3", - "[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" - }, - "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]" - ] - }, - "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 (9)" - }, - { - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "setup goma (9).start goma", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "[CACHE]/builder/src/flutter/third_party/ninja/ninja", - "-j", - "200", - "-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" - }, - "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]" - ] - }, - "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 (9)" - }, - { - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (9).goma jsonstatus", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"notice\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"infra_status\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"num_user_error\": 0, @@@", - "@@@STEP_LOG_LINE@json.output@ \"ping_status_code\": 200@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@ ]@@@", - "@@@STEP_LOG_LINE@json.output@}@@@", - "@@@STEP_LOG_END@json.output@@@" - ] - }, - { - "cmd": [ - "[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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (9).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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (9).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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (9).read goma_client warning log", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@compiler_proxy.WARNING@test log@@@", - "@@@STEP_LOG_END@compiler_proxy.WARNING@@@" - ] - }, - { - "cmd": [ - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (9).read goma_stats.json", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"build_info\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"build_id\": 8945511751514863184, @@@", - "@@@STEP_LOG_LINE@json.output@ \"builder\": \"Linux Host Engine\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"time_stamp\": \"2012-05-14 12:53:45.500000\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"time_stamp_int\": 1337000027000@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@}@@@", - "@@@STEP_LOG_END@json.output@@@" - ] - }, - { - "cmd": [ - "[START_DIR]/cipd_tool/path/to/bqupload/version%3Apinned-version/bqupload", - "fuchsia-infra.artifacts.builds_beta_goma", - "{\"build_info\": {\"build_id\": 8945511751514863184, \"builder\": \"Linux Host Engine\", \"time_stamp\": \"2012-05-14 12:53:45.500000\", \"time_stamp_int\": 1337000027000}}" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (9).upload goma stats to bigquery", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "python3", - "[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" - }, - "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]" - ] - }, - "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 (10)" - }, - { - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "setup goma (10).start goma", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "[CACHE]/builder/src/flutter/third_party/ninja/ninja", - "-j", - "200", - "-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" - }, - "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]" - ] - }, - "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 (10)" - }, - { - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (10).goma jsonstatus", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"notice\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"infra_status\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"num_user_error\": 0, @@@", - "@@@STEP_LOG_LINE@json.output@ \"ping_status_code\": 200@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@ ]@@@", - "@@@STEP_LOG_LINE@json.output@}@@@", - "@@@STEP_LOG_END@json.output@@@" - ] - }, - { - "cmd": [ - "[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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (10).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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (10).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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (10).read goma_client warning log", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@compiler_proxy.WARNING@test log@@@", - "@@@STEP_LOG_END@compiler_proxy.WARNING@@@" - ] - }, - { - "cmd": [ - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (10).read goma_stats.json", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"build_info\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"build_id\": 8945511751514863184, @@@", - "@@@STEP_LOG_LINE@json.output@ \"builder\": \"Linux Host Engine\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"time_stamp\": \"2012-05-14 12:53:48.500000\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"time_stamp_int\": 1337000030000@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@}@@@", - "@@@STEP_LOG_END@json.output@@@" - ] - }, - { - "cmd": [ - "[START_DIR]/cipd_tool/path/to/bqupload/version%3Apinned-version/bqupload", - "fuchsia-infra.artifacts.builds_beta_goma", - "{\"build_info\": {\"build_id\": 8945511751514863184, \"builder\": \"Linux Host Engine\", \"time_stamp\": \"2012-05-14 12:53:48.500000\", \"time_stamp_int\": 1337000030000}}" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (10).upload goma stats to bigquery", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "vpython3", - "-vpython-spec", - "RECIPE_REPO[depot_tools]/.vpython3", - "[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" - }, - "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]" - ] - }, - "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": [ - "python3", - "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" - }, - "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]" - ] - }, - "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_11/artifacts.zip\", \"root\": \"[CACHE]/builder/src\"}" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_11" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "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]" - ] - }, - "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": [ - "python3", - "[CACHE]/builder/src/flutter/tools/gn", - "--goma", - "--android", - "--android-cpu=arm", - "--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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gn --android --android-cpu=arm --no-lto" - }, - { - "cmd": [], - "name": "setup goma (11)" - }, - { - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "setup goma (11).start goma", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "[CACHE]/builder/src/flutter/third_party/ninja/ninja", - "-j", - "200", - "-C", - "[CACHE]/builder/src/out/android_debug" - ], - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "build android_debug" - }, - { - "cmd": [], - "name": "teardown goma (11)" - }, - { - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (11).goma jsonstatus", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"notice\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"infra_status\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"num_user_error\": 0, @@@", - "@@@STEP_LOG_LINE@json.output@ \"ping_status_code\": 200@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@ ]@@@", - "@@@STEP_LOG_LINE@json.output@}@@@", - "@@@STEP_LOG_END@json.output@@@" - ] - }, - { - "cmd": [ - "[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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (11).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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (11).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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (11).read goma_client warning log", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@compiler_proxy.WARNING@test log@@@", - "@@@STEP_LOG_END@compiler_proxy.WARNING@@@" - ] - }, - { - "cmd": [ - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (11).read goma_stats.json", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"build_info\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"build_id\": 8945511751514863184, @@@", - "@@@STEP_LOG_LINE@json.output@ \"builder\": \"Linux Host Engine\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"time_stamp\": \"2012-05-14 12:53:51.500000\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"time_stamp_int\": 1337000033000@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@}@@@", - "@@@STEP_LOG_END@json.output@@@" - ] - }, - { - "cmd": [ - "[START_DIR]/cipd_tool/path/to/bqupload/version%3Apinned-version/bqupload", - "fuchsia-infra.artifacts.builds_beta_goma", - "{\"build_info\": {\"build_id\": 8945511751514863184, \"builder\": \"Linux Host Engine\", \"time_stamp\": \"2012-05-14 12:53:51.500000\", \"time_stamp_int\": 1337000033000}}" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (11).upload goma stats to bigquery", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "python3", - "[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" - }, - "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]" - ] - }, - "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 (2)" - }, - { - "cmd": [], - "name": "setup goma (12)" - }, - { - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "setup goma (12).start goma", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "[CACHE]/builder/src/flutter/third_party/ninja/ninja", - "-j", - "200", - "-C", - "[CACHE]/builder/src/out/android_debug", - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "build android_debug flutter/shell/platform/android:robolectric_tests" - }, - { - "cmd": [], - "name": "teardown goma (12)" - }, - { - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (12).goma jsonstatus", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"notice\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"infra_status\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"num_user_error\": 0, @@@", - "@@@STEP_LOG_LINE@json.output@ \"ping_status_code\": 200@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@ ]@@@", - "@@@STEP_LOG_LINE@json.output@}@@@", - "@@@STEP_LOG_END@json.output@@@" - ] - }, - { - "cmd": [ - "[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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (12).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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (12).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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (12).read goma_client warning log", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@compiler_proxy.WARNING@test log@@@", - "@@@STEP_LOG_END@compiler_proxy.WARNING@@@" - ] - }, - { - "cmd": [ - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (12).read goma_stats.json", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"build_info\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"build_id\": 8945511751514863184, @@@", - "@@@STEP_LOG_LINE@json.output@ \"builder\": \"Linux Host Engine\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"time_stamp\": \"2012-05-14 12:53:54.500000\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"time_stamp_int\": 1337000036000@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@}@@@", - "@@@STEP_LOG_END@json.output@@@" - ] - }, - { - "cmd": [ - "[START_DIR]/cipd_tool/path/to/bqupload/version%3Apinned-version/bqupload", - "fuchsia-infra.artifacts.builds_beta_goma", - "{\"build_info\": {\"build_id\": 8945511751514863184, \"builder\": \"Linux Host Engine\", \"time_stamp\": \"2012-05-14 12:53:54.500000\", \"time_stamp_int\": 1337000036000}}" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (12).upload goma stats to bigquery", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "vpython3", - "-vpython-spec", - "RECIPE_REPO[depot_tools]/.vpython3", - "[CACHE]/builder/src/flutter/testing/run_tests.py", - "--variant", - "android_debug", - "--type", - "java", - "--engine-capture-core-dump", - "--android-variant", - "android_debug" - ], - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "test: Host Tests for android_debug" - }, - { - "cmd": [ - "python3", - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Zip android-arm artifacts.zip", - "stdin": "{\"entries\": [{\"archive_name\": \"flutter.jar\", \"path\": \"[CACHE]/builder/src/out/android_debug/flutter.jar\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_12/artifacts.zip\", \"root\": \"[CACHE]/builder/src\"}" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_12" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "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]" - ] - }, - "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-arm UploadArtifacts artifacts.zip" - }, - { - "cmd": [ - "python3", - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Zip android-arm symbols.zip", - "stdin": "{\"entries\": [{\"archive_name\": \"libflutter.so\", \"path\": \"[CACHE]/builder/src/out/android_debug/libflutter.so\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_13/artifacts.zip\", \"root\": \"[CACHE]/builder/src\"}" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_13" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "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]" - ] - }, - "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-arm UploadArtifacts symbols.zip" - }, - { - "cmd": [ - "python3", - "[CACHE]/builder/src/flutter/tools/gn", - "--goma", - "--android", - "--android-cpu=arm64", - "--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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gn --android --android-cpu=arm64 --no-lto" - }, - { - "cmd": [], - "name": "setup goma (13)" - }, - { - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "setup goma (13).start goma", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "[CACHE]/builder/src/flutter/third_party/ninja/ninja", - "-j", - "200", - "-C", - "[CACHE]/builder/src/out/android_debug_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", - "GOMA_TMP_DIR": "[CLEANUP]/goma", - "GOMA_USE_LOCAL": "False" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0", - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]", - "RECIPE_REPO[depot_tools]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "build android_debug_arm64" - }, - { - "cmd": [], - "name": "teardown goma (13)" - }, - { - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (13).goma jsonstatus", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"notice\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"infra_status\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"num_user_error\": 0, @@@", - "@@@STEP_LOG_LINE@json.output@ \"ping_status_code\": 200@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@ ]@@@", - "@@@STEP_LOG_LINE@json.output@}@@@", - "@@@STEP_LOG_END@json.output@@@" - ] - }, - { - "cmd": [ - "[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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (13).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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (13).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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (13).read goma_client warning log", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@compiler_proxy.WARNING@test log@@@", - "@@@STEP_LOG_END@compiler_proxy.WARNING@@@" - ] - }, - { - "cmd": [ - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (13).read goma_stats.json", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"build_info\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"build_id\": 8945511751514863184, @@@", - "@@@STEP_LOG_LINE@json.output@ \"builder\": \"Linux Host Engine\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"time_stamp\": \"2012-05-14 12:53:57.500000\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"time_stamp_int\": 1337000039000@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@}@@@", - "@@@STEP_LOG_END@json.output@@@" - ] - }, - { - "cmd": [ - "[START_DIR]/cipd_tool/path/to/bqupload/version%3Apinned-version/bqupload", - "fuchsia-infra.artifacts.builds_beta_goma", - "{\"build_info\": {\"build_id\": 8945511751514863184, \"builder\": \"Linux Host Engine\", \"time_stamp\": \"2012-05-14 12:53:57.500000\", \"time_stamp_int\": 1337000039000}}" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (13).upload goma stats to bigquery", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "python3", - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Zip android-arm64 artifacts.zip", - "stdin": "{\"entries\": [{\"archive_name\": \"flutter.jar\", \"path\": \"[CACHE]/builder/src/out/android_debug_arm64/flutter.jar\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_14/artifacts.zip\", \"root\": \"[CACHE]/builder/src\"}" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_14" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "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]" - ] - }, - "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-arm64 UploadArtifacts artifacts.zip" - }, - { - "cmd": [ - "python3", - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Zip android-arm64 symbols.zip", - "stdin": "{\"entries\": [{\"archive_name\": \"libflutter.so\", \"path\": \"[CACHE]/builder/src/out/android_debug_arm64/libflutter.so\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_15/artifacts.zip\", \"root\": \"[CACHE]/builder/src\"}" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_15" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "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]" - ] - }, - "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-arm64 UploadArtifacts symbols.zip" - }, - { - "cmd": [ - "python3", - "[CACHE]/builder/src/flutter/tools/gn", - "--goma", - "--android", - "--android-cpu=x86", - "--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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gn --android --android-cpu=x86 --no-lto" - }, - { - "cmd": [], - "name": "setup goma (14)" - }, - { - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "setup goma (14).start goma", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "[CACHE]/builder/src/flutter/third_party/ninja/ninja", - "-j", - "200", - "-C", - "[CACHE]/builder/src/out/android_debug_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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "build android_debug_x86" - }, - { - "cmd": [], - "name": "teardown goma (14)" - }, - { - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (14).goma jsonstatus", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"notice\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"infra_status\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"num_user_error\": 0, @@@", - "@@@STEP_LOG_LINE@json.output@ \"ping_status_code\": 200@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@ ]@@@", - "@@@STEP_LOG_LINE@json.output@}@@@", - "@@@STEP_LOG_END@json.output@@@" - ] - }, - { - "cmd": [ - "[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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (14).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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (14).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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (14).read goma_client warning log", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@compiler_proxy.WARNING@test log@@@", - "@@@STEP_LOG_END@compiler_proxy.WARNING@@@" - ] - }, - { - "cmd": [ - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (14).read goma_stats.json", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"build_info\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"build_id\": 8945511751514863184, @@@", - "@@@STEP_LOG_LINE@json.output@ \"builder\": \"Linux Host Engine\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"time_stamp\": \"2012-05-14 12:54:00.500000\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"time_stamp_int\": 1337000042000@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@}@@@", - "@@@STEP_LOG_END@json.output@@@" - ] - }, - { - "cmd": [ - "[START_DIR]/cipd_tool/path/to/bqupload/version%3Apinned-version/bqupload", - "fuchsia-infra.artifacts.builds_beta_goma", - "{\"build_info\": {\"build_id\": 8945511751514863184, \"builder\": \"Linux Host Engine\", \"time_stamp\": \"2012-05-14 12:54:00.500000\", \"time_stamp_int\": 1337000042000}}" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (14).upload goma stats to bigquery", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "python3", - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Zip android-x86 artifacts.zip", - "stdin": "{\"entries\": [{\"archive_name\": \"flutter.jar\", \"path\": \"[CACHE]/builder/src/out/android_debug_x86/flutter.jar\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_16/artifacts.zip\", \"root\": \"[CACHE]/builder/src\"}" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_16" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "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]" - ] - }, - "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 UploadArtifacts artifacts.zip" - }, - { - "cmd": [ - "python3", - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Zip android-x86 symbols.zip", - "stdin": "{\"entries\": [{\"archive_name\": \"libflutter.so\", \"path\": \"[CACHE]/builder/src/out/android_debug_x86/libflutter.so\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_17/artifacts.zip\", \"root\": \"[CACHE]/builder/src\"}" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_17" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "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]" - ] - }, - "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 UploadArtifacts symbols.zip" - }, - { - "cmd": [ - "python3", - "[CACHE]/builder/src/flutter/tools/gn", - "--goma", - "--android", - "--android-cpu=x64", - "--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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gn --android --android-cpu=x64 --no-lto" - }, - { - "cmd": [], - "name": "setup goma (15)" - }, - { - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "setup goma (15).start goma", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "[CACHE]/builder/src/flutter/third_party/ninja/ninja", - "-j", - "200", - "-C", - "[CACHE]/builder/src/out/android_debug_x64" - ], - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "build android_debug_x64" - }, - { - "cmd": [], - "name": "teardown goma (15)" - }, - { - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (15).goma jsonstatus", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"notice\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"infra_status\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"num_user_error\": 0, @@@", - "@@@STEP_LOG_LINE@json.output@ \"ping_status_code\": 200@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@ ]@@@", - "@@@STEP_LOG_LINE@json.output@}@@@", - "@@@STEP_LOG_END@json.output@@@" - ] - }, - { - "cmd": [ - "[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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (15).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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (15).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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (15).read goma_client warning log", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@compiler_proxy.WARNING@test log@@@", - "@@@STEP_LOG_END@compiler_proxy.WARNING@@@" - ] - }, - { - "cmd": [ - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (15).read goma_stats.json", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"build_info\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"build_id\": 8945511751514863184, @@@", - "@@@STEP_LOG_LINE@json.output@ \"builder\": \"Linux Host Engine\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"time_stamp\": \"2012-05-14 12:54:03.500000\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"time_stamp_int\": 1337000045000@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@}@@@", - "@@@STEP_LOG_END@json.output@@@" - ] - }, - { - "cmd": [ - "[START_DIR]/cipd_tool/path/to/bqupload/version%3Apinned-version/bqupload", - "fuchsia-infra.artifacts.builds_beta_goma", - "{\"build_info\": {\"build_id\": 8945511751514863184, \"builder\": \"Linux Host Engine\", \"time_stamp\": \"2012-05-14 12:54:03.500000\", \"time_stamp_int\": 1337000045000}}" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (15).upload goma stats to bigquery", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "python3", - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Zip android-x64 artifacts.zip", - "stdin": "{\"entries\": [{\"archive_name\": \"flutter.jar\", \"path\": \"[CACHE]/builder/src/out/android_debug_x64/flutter.jar\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_18/artifacts.zip\", \"root\": \"[CACHE]/builder/src\"}" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_18" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "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]" - ] - }, - "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-x64 UploadArtifacts artifacts.zip" - }, - { - "cmd": [ - "python3", - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Zip android-x64 symbols.zip", - "stdin": "{\"entries\": [{\"archive_name\": \"libflutter.so\", \"path\": \"[CACHE]/builder/src/out/android_debug_x64/libflutter.so\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_19/artifacts.zip\", \"root\": \"[CACHE]/builder/src\"}" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_19" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "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]" - ] - }, - "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-x64 UploadArtifacts symbols.zip" - }, - { - "cmd": [], - "name": "setup goma (16)" - }, - { - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "setup goma (16).start goma", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "[CACHE]/builder/src/flutter/third_party/ninja/ninja", - "-j", - "200", - "-C", - "[CACHE]/builder/src/out/android_debug", - ":dist" - ], - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "build android_debug :dist" - }, - { - "cmd": [], - "name": "teardown goma (16)" - }, - { - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (16).goma jsonstatus", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"notice\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"infra_status\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"num_user_error\": 0, @@@", - "@@@STEP_LOG_LINE@json.output@ \"ping_status_code\": 200@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@ ]@@@", - "@@@STEP_LOG_LINE@json.output@}@@@", - "@@@STEP_LOG_END@json.output@@@" - ] - }, - { - "cmd": [ - "[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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (16).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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (16).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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (16).read goma_client warning log", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@compiler_proxy.WARNING@test log@@@", - "@@@STEP_LOG_END@compiler_proxy.WARNING@@@" - ] - }, - { - "cmd": [ - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (16).read goma_stats.json", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"build_info\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"build_id\": 8945511751514863184, @@@", - "@@@STEP_LOG_LINE@json.output@ \"builder\": \"Linux Host Engine\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"time_stamp\": \"2012-05-14 12:54:06.500000\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"time_stamp_int\": 1337000048000@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@}@@@", - "@@@STEP_LOG_END@json.output@@@" - ] - }, - { - "cmd": [ - "[START_DIR]/cipd_tool/path/to/bqupload/version%3Apinned-version/bqupload", - "fuchsia-infra.artifacts.builds_beta_goma", - "{\"build_info\": {\"build_id\": 8945511751514863184, \"builder\": \"Linux Host Engine\", \"time_stamp\": \"2012-05-14 12:54:06.500000\", \"time_stamp_int\": 1337000048000}}" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (16).upload goma stats to bigquery", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "python3", - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Zip sky_engine", - "stdin": "{\"entries\": [{\"path\": \"[CACHE]/builder/src/out/android_debug/dist/packages/sky_engine\", \"type\": \"dir\"}], \"output\": \"[CLEANUP]/tmp_tmp_20/sky_engine.zip\", \"root\": \"[CACHE]/builder/src/out/android_debug/dist/packages\"}" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_20" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "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]" - ] - }, - "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 UploadDartPackage sky_engine" - }, - { - "cmd": [ - "cipd", - "pkg-build", - "-in", - "[CACHE]/builder/src/out/android_debug/dist/packages/sky_engine", - "-name", - "flutter/sky_engine", - "-out", - "[CLEANUP]/tmp_tmp_21/sky_engine.zip", - "-hash-algo", - "sha256", - "-install-mode", - "copy", - "-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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "build sky_engine", - "~followup_annotations": [ - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-package-instance_id\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"flutter/sky_engine\"@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@}@@@", - "@@@STEP_LOG_END@json.output@@@" - ] - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_21" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "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]" - ] - }, - "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 sky_engine" - }, - { - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "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\": \"github.com\", \"id\": \"2d72510e447ab60a9728aeea2362d8be2cbd7789\", \"project\": \"flutter/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\"]}], \"git_ref\": \"refs/pull/1/head\", \"git_url\": \"https://github.com/flutter/engine\"}, \"requestId\": \"8945511751514863184-00000000-0000-0000-0000-000000001352\", \"swarming\": {\"parentRunId\": \"fake-task-id\"}, \"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\": \"github.com\", @@@", - "@@@STEP_LOG_LINE@request@ \"id\": \"2d72510e447ab60a9728aeea2362d8be2cbd7789\", @@@", - "@@@STEP_LOG_LINE@request@ \"project\": \"flutter/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@ \"git_ref\": \"refs/pull/1/head\", @@@", - "@@@STEP_LOG_LINE@request@ \"git_url\": \"https://github.com/flutter/engine\"@@@", - "@@@STEP_LOG_LINE@request@ }, @@@", - "@@@STEP_LOG_LINE@request@ \"requestId\": \"8945511751514863184-00000000-0000-0000-0000-000000001352\", @@@", - "@@@STEP_LOG_LINE@request@ \"swarming\": {@@@", - "@@@STEP_LOG_LINE@request@ \"parentRunId\": \"fake-task-id\"@@@", - "@@@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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "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\": \"github.com\", \"id\": \"2d72510e447ab60a9728aeea2362d8be2cbd7789\", \"project\": \"flutter/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\"]}], \"git_ref\": \"refs/pull/1/head\", \"git_url\": \"https://github.com/flutter/engine\"}, \"requestId\": \"8945511751514863184-00000000-0000-0000-0000-000000001355\", \"swarming\": {\"parentRunId\": \"fake-task-id\"}, \"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\": \"github.com\", @@@", - "@@@STEP_LOG_LINE@request@ \"id\": \"2d72510e447ab60a9728aeea2362d8be2cbd7789\", @@@", - "@@@STEP_LOG_LINE@request@ \"project\": \"flutter/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@ \"git_ref\": \"refs/pull/1/head\", @@@", - "@@@STEP_LOG_LINE@request@ \"git_url\": \"https://github.com/flutter/engine\"@@@", - "@@@STEP_LOG_LINE@request@ }, @@@", - "@@@STEP_LOG_LINE@request@ \"requestId\": \"8945511751514863184-00000000-0000-0000-0000-000000001355\", @@@", - "@@@STEP_LOG_LINE@request@ \"swarming\": {@@@", - "@@@STEP_LOG_LINE@request@ \"parentRunId\": \"fake-task-id\"@@@", - "@@@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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "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\": \"github.com\", \"id\": \"2d72510e447ab60a9728aeea2362d8be2cbd7789\", \"project\": \"flutter/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\"]}], \"git_ref\": \"refs/pull/1/head\", \"git_url\": \"https://github.com/flutter/engine\"}, \"requestId\": \"8945511751514863184-00000000-0000-0000-0000-000000001358\", \"swarming\": {\"parentRunId\": \"fake-task-id\"}, \"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\": \"github.com\", @@@", - "@@@STEP_LOG_LINE@request@ \"id\": \"2d72510e447ab60a9728aeea2362d8be2cbd7789\", @@@", - "@@@STEP_LOG_LINE@request@ \"project\": \"flutter/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@ \"git_ref\": \"refs/pull/1/head\", @@@", - "@@@STEP_LOG_LINE@request@ \"git_url\": \"https://github.com/flutter/engine\"@@@", - "@@@STEP_LOG_LINE@request@ }, @@@", - "@@@STEP_LOG_LINE@request@ \"requestId\": \"8945511751514863184-00000000-0000-0000-0000-000000001358\", @@@", - "@@@STEP_LOG_LINE@request@ \"swarming\": {@@@", - "@@@STEP_LOG_LINE@request@ \"parentRunId\": \"fake-task-id\"@@@", - "@@@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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "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\": \"github.com\", \"id\": \"2d72510e447ab60a9728aeea2362d8be2cbd7789\", \"project\": \"flutter/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\"]}], \"git_ref\": \"refs/pull/1/head\", \"git_url\": \"https://github.com/flutter/engine\"}, \"requestId\": \"8945511751514863184-00000000-0000-0000-0000-00000000135b\", \"swarming\": {\"parentRunId\": \"fake-task-id\"}, \"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\": \"github.com\", @@@", - "@@@STEP_LOG_LINE@request@ \"id\": \"2d72510e447ab60a9728aeea2362d8be2cbd7789\", @@@", - "@@@STEP_LOG_LINE@request@ \"project\": \"flutter/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@ \"git_ref\": \"refs/pull/1/head\", @@@", - "@@@STEP_LOG_LINE@request@ \"git_url\": \"https://github.com/flutter/engine\"@@@", - "@@@STEP_LOG_LINE@request@ }, @@@", - "@@@STEP_LOG_LINE@request@ \"requestId\": \"8945511751514863184-00000000-0000-0000-0000-00000000135b\", @@@", - "@@@STEP_LOG_LINE@request@ \"swarming\": {@@@", - "@@@STEP_LOG_LINE@request@ \"parentRunId\": \"fake-task-id\"@@@", - "@@@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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "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\": \"github.com\", \"id\": \"2d72510e447ab60a9728aeea2362d8be2cbd7789\", \"project\": \"flutter/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\"]}], \"git_ref\": \"refs/pull/1/head\", \"git_url\": \"https://github.com/flutter/engine\"}, \"requestId\": \"8945511751514863184-00000000-0000-0000-0000-00000000135e\", \"swarming\": {\"parentRunId\": \"fake-task-id\"}, \"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\": \"github.com\", @@@", - "@@@STEP_LOG_LINE@request@ \"id\": \"2d72510e447ab60a9728aeea2362d8be2cbd7789\", @@@", - "@@@STEP_LOG_LINE@request@ \"project\": \"flutter/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@ \"git_ref\": \"refs/pull/1/head\", @@@", - "@@@STEP_LOG_LINE@request@ \"git_url\": \"https://github.com/flutter/engine\"@@@", - "@@@STEP_LOG_LINE@request@ }, @@@", - "@@@STEP_LOG_LINE@request@ \"requestId\": \"8945511751514863184-00000000-0000-0000-0000-00000000135e\", @@@", - "@@@STEP_LOG_LINE@request@ \"swarming\": {@@@", - "@@@STEP_LOG_LINE@request@ \"parentRunId\": \"fake-task-id\"@@@", - "@@@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" - }, - { - "cmd": [ - "python3", - "[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" - }, - "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]" - ] - }, - "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@@@" - ] - }, - { - "cmd": [], - "name": "Build and test arm64 profile.setup goma", - "~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", - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Build and test arm64 profile.setup goma.start goma", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "[CACHE]/builder/src/flutter/third_party/ninja/ninja", - "-j", - "200", - "-C", - "[CACHE]/builder/src/out/android_profile_arm64", - "default", - "clang_x64/gen_snapshot" - ], - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Build and test arm64 profile.build android_profile_arm64 default clang_x64/gen_snapshot", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [], - "name": "Build and test arm64 profile.teardown goma", - "~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", - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Build and test arm64 profile.teardown goma.goma jsonstatus", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Build and test arm64 profile.teardown goma.goma stats", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Build and test arm64 profile.teardown goma.stop goma", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Build and test arm64 profile.teardown goma.read goma_client warning log", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Build and test arm64 profile.teardown goma.read goma_stats.json", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@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 Host Engine\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"time_stamp\": \"2012-05-14 12:54:09.500000\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"time_stamp_int\": 1337000051000@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@}@@@", - "@@@STEP_LOG_END@json.output@@@" - ] - }, - { - "cmd": [ - "[START_DIR]/cipd_tool/path/to/bqupload/version%3Apinned-version/bqupload", - "fuchsia-infra.artifacts.builds_beta_goma", - "{\"build_info\": {\"build_id\": 8945511751514863184, \"builder\": \"Linux Host Engine\", \"time_stamp\": \"2012-05-14 12:54:09.500000\", \"time_stamp_int\": 1337000051000}}" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Build and test arm64 profile.teardown goma.upload goma stats to bigquery", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "python3", - "./flutter/ci/firebase_testlab.py", - "--variant", - "android_profile_arm64", - "--build-id", - "" - ], - "cwd": "[CACHE]/builder/src", - "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", - "GCP_PROJECT": "flutter-infra-staging", - "GOMA_DIR": "[CACHE]/goma/client", - "STORAGE_BUCKET": "gs://flutter_firebase_testlab_staging" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Build and test arm64 profile.test: Android Firebase Test", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [], - "name": "buildbucket.collect" - }, - { - "cmd": [ - "bb", - "collect", - "-host", - "cr-buildbucket.appspot.com", - "-interval", - "60s", - "8922054662172514000", - "8922054662172514001", - "8922054662172514002", - "8922054662172514003", - "8922054662172514004" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "buildbucket.collect.wait", - "timeout": 7200, - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "bb", - "batch", - "-host", - "cr-buildbucket.appspot.com" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "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]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "buildbucket.collect.get", - "stdin": "{\"requests\": [{\"getBuild\": {\"fields\": \"builder,createTime,createdBy,critical,endTime,id,infra,input,number,output,startTime,status,updateTime\", \"id\": \"8922054662172514000\"}}, {\"getBuild\": {\"fields\": \"builder,createTime,createdBy,critical,endTime,id,infra,input,number,output,startTime,status,updateTime\", \"id\": \"8922054662172514001\"}}, {\"getBuild\": {\"fields\": \"builder,createTime,createdBy,critical,endTime,id,infra,input,number,output,startTime,status,updateTime\", \"id\": \"8922054662172514002\"}}, {\"getBuild\": {\"fields\": \"builder,createTime,createdBy,critical,endTime,id,infra,input,number,output,startTime,status,updateTime\", \"id\": \"8922054662172514003\"}}, {\"getBuild\": {\"fields\": \"builder,createTime,createdBy,critical,endTime,id,infra,input,number,output,startTime,status,updateTime\", \"id\": \"8922054662172514004\"}}]}", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"responses\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"getBuild\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"builder\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"bucket\": \"try\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"builder\": \"Linux Drone\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"project\": \"flutter\"@@@", - "@@@STEP_LOG_LINE@json.output@ }, @@@", - "@@@STEP_LOG_LINE@json.output@ \"createTime\": \"2018-05-25T23:50:17Z\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"createdBy\": \"project:flutter\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"id\": \"8945511751514863184\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"infra\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"resultdb\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"invocation\": \"invocations/build:8945511751514863184\"@@@", - "@@@STEP_LOG_LINE@json.output@ }, @@@", - "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"priority\": 30@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@ }, @@@", - "@@@STEP_LOG_LINE@json.output@ \"input\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"gerritChanges\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"change\": \"123456\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"host\": \"chromium-review.googlesource.com\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"patchset\": \"7\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"project\": \"flutter\"@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@ ]@@@", - "@@@STEP_LOG_LINE@json.output@ }, @@@", - "@@@STEP_LOG_LINE@json.output@ \"output\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"cas_output_hash\": \"deadbeef\"@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@ }, @@@", - "@@@STEP_LOG_LINE@json.output@ \"tags\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"key\": \"cq_experimental\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"value\": \"false\"@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@ ]@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@ ]@@@", - "@@@STEP_LOG_LINE@json.output@}@@@", - "@@@STEP_LOG_END@json.output@@@", - "@@@STEP_LOG_LINE@request@{@@@", - "@@@STEP_LOG_LINE@request@ \"requests\": [@@@", - "@@@STEP_LOG_LINE@request@ {@@@", - "@@@STEP_LOG_LINE@request@ \"getBuild\": {@@@", - "@@@STEP_LOG_LINE@request@ \"fields\": \"builder,createTime,createdBy,critical,endTime,id,infra,input,number,output,startTime,status,updateTime\", @@@", - "@@@STEP_LOG_LINE@request@ \"id\": \"8922054662172514000\"@@@", - "@@@STEP_LOG_LINE@request@ }@@@", - "@@@STEP_LOG_LINE@request@ }, @@@", - "@@@STEP_LOG_LINE@request@ {@@@", - "@@@STEP_LOG_LINE@request@ \"getBuild\": {@@@", - "@@@STEP_LOG_LINE@request@ \"fields\": \"builder,createTime,createdBy,critical,endTime,id,infra,input,number,output,startTime,status,updateTime\", @@@", - "@@@STEP_LOG_LINE@request@ \"id\": \"8922054662172514001\"@@@", - "@@@STEP_LOG_LINE@request@ }@@@", - "@@@STEP_LOG_LINE@request@ }, @@@", - "@@@STEP_LOG_LINE@request@ {@@@", - "@@@STEP_LOG_LINE@request@ \"getBuild\": {@@@", - "@@@STEP_LOG_LINE@request@ \"fields\": \"builder,createTime,createdBy,critical,endTime,id,infra,input,number,output,startTime,status,updateTime\", @@@", - "@@@STEP_LOG_LINE@request@ \"id\": \"8922054662172514002\"@@@", - "@@@STEP_LOG_LINE@request@ }@@@", - "@@@STEP_LOG_LINE@request@ }, @@@", - "@@@STEP_LOG_LINE@request@ {@@@", - "@@@STEP_LOG_LINE@request@ \"getBuild\": {@@@", - "@@@STEP_LOG_LINE@request@ \"fields\": \"builder,createTime,createdBy,critical,endTime,id,infra,input,number,output,startTime,status,updateTime\", @@@", - "@@@STEP_LOG_LINE@request@ \"id\": \"8922054662172514003\"@@@", - "@@@STEP_LOG_LINE@request@ }@@@", - "@@@STEP_LOG_LINE@request@ }, @@@", - "@@@STEP_LOG_LINE@request@ {@@@", - "@@@STEP_LOG_LINE@request@ \"getBuild\": {@@@", - "@@@STEP_LOG_LINE@request@ \"fields\": \"builder,createTime,createdBy,critical,endTime,id,infra,input,number,output,startTime,status,updateTime\", @@@", - "@@@STEP_LOG_LINE@request@ \"id\": \"8922054662172514004\"@@@", - "@@@STEP_LOG_LINE@request@ }@@@", - "@@@STEP_LOG_LINE@request@ }@@@", - "@@@STEP_LOG_LINE@request@ ]@@@", - "@@@STEP_LOG_LINE@request@}@@@", - "@@@STEP_LOG_END@request@@@", - "@@@STEP_LINK@8945511751514863184@https://cr-buildbucket.appspot.com/build/8945511751514863184@@@" - ] - }, - { - "cmd": [], - "name": "display builds", - "~followup_annotations": [ - "@@@STEP_WARNINGS@@@" - ] - }, - { - "cmd": [], - "name": "display builds.Linux Drone", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LINK@8945511751514863184@https://cr-buildbucket.appspot.com/build/8945511751514863184@@@", - "@@@STEP_WARNINGS@@@" - ] - }, - { - "cmd": [], - "name": "install infra/tools/luci/cas" - }, - { - "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/infra/tools/luci/cas/latest" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "install infra/tools/luci/cas.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/infra/tools/luci/cas/latest", - "-ensure-file", - "infra/tools/luci/cas/${platform} latest", - "-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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "install infra/tools/luci/cas.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-latest----------\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/luci/cas/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": [ - "[START_DIR]/cipd_tool/infra/tools/luci/cas/latest/cas", - "download", - "-cas-instance", - "projects/example-cas-server/instances/default_instance", - "-digest", - "deadbeef", - "-dir", - "[CACHE]/builder/src" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Download for build 8945511751514863184" - }, - { - "cmd": [], - "name": "Upload artifacts android-arm64-profile" - }, - { - "cmd": [ - "python3", - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-arm64-profile.Zip android-arm64-profile artifacts.zip", - "stdin": "{\"entries\": [{\"archive_name\": \"flutter.jar\", \"path\": \"[CACHE]/builder/src/out/android_profile_arm64/flutter.jar\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_22/artifacts.zip\", \"root\": \"[CACHE]/builder/src\"}", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_22" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-arm64-profile.temp dir for android-arm64-profile UploadArtifacts artifacts.zip", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "python3", - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-arm64-profile.Zip android-arm64-profile linux-x64.zip", - "stdin": "{\"entries\": [{\"archive_name\": \"gen_snapshot\", \"path\": \"[CACHE]/builder/src/out/android_profile_arm64/clang_x64/gen_snapshot\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_23/artifacts.zip\", \"root\": \"[CACHE]/builder/src\"}", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_23" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-arm64-profile.temp dir for android-arm64-profile UploadArtifacts linux-x64.zip", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "python3", - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-arm64-profile.Zip android-arm64-profile analyze-snapshot-linux-x64.zip", - "stdin": "{\"entries\": [{\"archive_name\": \"analyze_snapshot\", \"path\": \"[CACHE]/builder/src/out/android_profile_arm64/clang_x64/analyze_snapshot\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_24/artifacts.zip\", \"root\": \"[CACHE]/builder/src\"}", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_24" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-arm64-profile.temp dir for android-arm64-profile UploadArtifacts analyze-snapshot-linux-x64.zip", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "python3", - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-arm64-profile.Zip android-arm64-profile symbols.zip", - "stdin": "{\"entries\": [{\"archive_name\": \"libflutter.so\", \"path\": \"[CACHE]/builder/src/out/android_profile_arm64/libflutter.so\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_25/artifacts.zip\", \"root\": \"[CACHE]/builder/src\"}", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_25" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-arm64-profile.temp dir for android-arm64-profile UploadArtifacts symbols.zip", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [], - "name": "Upload artifacts android-arm64-release" - }, - { - "cmd": [ - "python3", - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-arm64-release.Zip android-arm64-release artifacts.zip", - "stdin": "{\"entries\": [{\"archive_name\": \"flutter.jar\", \"path\": \"[CACHE]/builder/src/out/android_release_arm64/flutter.jar\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_26/artifacts.zip\", \"root\": \"[CACHE]/builder/src\"}", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_26" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-arm64-release.temp dir for android-arm64-release UploadArtifacts artifacts.zip", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "python3", - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-arm64-release.Zip android-arm64-release linux-x64.zip", - "stdin": "{\"entries\": [{\"archive_name\": \"gen_snapshot\", \"path\": \"[CACHE]/builder/src/out/android_release_arm64/clang_x64/gen_snapshot\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_27/artifacts.zip\", \"root\": \"[CACHE]/builder/src\"}", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_27" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-arm64-release.temp dir for android-arm64-release UploadArtifacts linux-x64.zip", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "python3", - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-arm64-release.Zip android-arm64-release analyze-snapshot-linux-x64.zip", - "stdin": "{\"entries\": [{\"archive_name\": \"analyze_snapshot\", \"path\": \"[CACHE]/builder/src/out/android_release_arm64/clang_x64/analyze_snapshot\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_28/artifacts.zip\", \"root\": \"[CACHE]/builder/src\"}", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_28" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-arm64-release.temp dir for android-arm64-release UploadArtifacts analyze-snapshot-linux-x64.zip", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "python3", - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-arm64-release.Zip android-arm64-release symbols.zip", - "stdin": "{\"entries\": [{\"archive_name\": \"libflutter.so\", \"path\": \"[CACHE]/builder/src/out/android_release_arm64/libflutter.so\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_29/artifacts.zip\", \"root\": \"[CACHE]/builder/src\"}", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_29" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-arm64-release.temp dir for android-arm64-release UploadArtifacts symbols.zip", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "file", - "[CACHE]/builder/src/out/android_release_arm64/libflutter.so" - ], - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-arm64-release.file on libflutter.so", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "sha1sum", - "[CACHE]/builder/src/out/android_release_arm64/libflutter.so" - ], - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-arm64-release.sha1sum on libflutter.so", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "python3", - "[CACHE]/builder/src/third_party/dart/runtime/third_party/binary_size/src/run_binary_size_analysis.py", - "--library", - "[CACHE]/builder/src/out/android_release_arm64/libflutter.so", - "--destdir", - "[CLEANUP]/tmp_tmp_30/sizes", - "--addr2line-binary", - "[CACHE]/builder/src/third_party/android_tools/ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-addr2line" - ], - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-arm64-release.generate treemap for android-arm64-release", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_30" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-arm64-release.temp dir for treemap", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [], - "name": "Upload artifacts android-arm-profile" - }, - { - "cmd": [ - "python3", - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-arm-profile.Zip android-arm-profile artifacts.zip", - "stdin": "{\"entries\": [{\"archive_name\": \"flutter.jar\", \"path\": \"[CACHE]/builder/src/out/android_profile/flutter.jar\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_31/artifacts.zip\", \"root\": \"[CACHE]/builder/src\"}", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_31" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-arm-profile.temp dir for android-arm-profile UploadArtifacts artifacts.zip", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "python3", - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-arm-profile.Zip android-arm-profile linux-x64.zip", - "stdin": "{\"entries\": [{\"archive_name\": \"gen_snapshot\", \"path\": \"[CACHE]/builder/src/out/android_profile/clang_x64/gen_snapshot\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_32/artifacts.zip\", \"root\": \"[CACHE]/builder/src\"}", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_32" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-arm-profile.temp dir for android-arm-profile UploadArtifacts linux-x64.zip", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "python3", - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-arm-profile.Zip android-arm-profile symbols.zip", - "stdin": "{\"entries\": [{\"archive_name\": \"libflutter.so\", \"path\": \"[CACHE]/builder/src/out/android_profile/libflutter.so\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_33/artifacts.zip\", \"root\": \"[CACHE]/builder/src\"}", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_33" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-arm-profile.temp dir for android-arm-profile UploadArtifacts symbols.zip", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [], - "name": "Upload artifacts android-arm-release" - }, - { - "cmd": [ - "python3", - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-arm-release.Zip android-arm-release artifacts.zip", - "stdin": "{\"entries\": [{\"archive_name\": \"flutter.jar\", \"path\": \"[CACHE]/builder/src/out/android_release/flutter.jar\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_34/artifacts.zip\", \"root\": \"[CACHE]/builder/src\"}", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_34" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-arm-release.temp dir for android-arm-release UploadArtifacts artifacts.zip", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "python3", - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-arm-release.Zip android-arm-release linux-x64.zip", - "stdin": "{\"entries\": [{\"archive_name\": \"gen_snapshot\", \"path\": \"[CACHE]/builder/src/out/android_release/clang_x64/gen_snapshot\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_35/artifacts.zip\", \"root\": \"[CACHE]/builder/src\"}", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_35" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-arm-release.temp dir for android-arm-release UploadArtifacts linux-x64.zip", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "python3", - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-arm-release.Zip android-arm-release symbols.zip", - "stdin": "{\"entries\": [{\"archive_name\": \"libflutter.so\", \"path\": \"[CACHE]/builder/src/out/android_release/libflutter.so\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_36/artifacts.zip\", \"root\": \"[CACHE]/builder/src\"}", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_36" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-arm-release.temp dir for android-arm-release UploadArtifacts symbols.zip", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "file", - "[CACHE]/builder/src/out/android_release/libflutter.so" - ], - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-arm-release.file on libflutter.so", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "sha1sum", - "[CACHE]/builder/src/out/android_release/libflutter.so" - ], - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-arm-release.sha1sum on libflutter.so", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "python3", - "[CACHE]/builder/src/third_party/dart/runtime/third_party/binary_size/src/run_binary_size_analysis.py", - "--library", - "[CACHE]/builder/src/out/android_release/libflutter.so", - "--destdir", - "[CLEANUP]/tmp_tmp_37/sizes", - "--addr2line-binary", - "[CACHE]/builder/src/third_party/android_tools/ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-addr2line" - ], - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-arm-release.generate treemap for android-arm-release", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_37" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-arm-release.temp dir for treemap", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [], - "name": "Upload artifacts android-x64-profile" - }, - { - "cmd": [ - "python3", - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-x64-profile.Zip android-x64-profile artifacts.zip", - "stdin": "{\"entries\": [{\"archive_name\": \"flutter.jar\", \"path\": \"[CACHE]/builder/src/out/android_profile_x64/flutter.jar\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_38/artifacts.zip\", \"root\": \"[CACHE]/builder/src\"}", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_38" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-x64-profile.temp dir for android-x64-profile UploadArtifacts artifacts.zip", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "python3", - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-x64-profile.Zip android-x64-profile linux-x64.zip", - "stdin": "{\"entries\": [{\"archive_name\": \"gen_snapshot\", \"path\": \"[CACHE]/builder/src/out/android_profile_x64/clang_x64/gen_snapshot\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_39/artifacts.zip\", \"root\": \"[CACHE]/builder/src\"}", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_39" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-x64-profile.temp dir for android-x64-profile UploadArtifacts linux-x64.zip", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "python3", - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-x64-profile.Zip android-x64-profile analyze-snapshot-linux-x64.zip", - "stdin": "{\"entries\": [{\"archive_name\": \"analyze_snapshot\", \"path\": \"[CACHE]/builder/src/out/android_profile_x64/clang_x64/analyze_snapshot\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_40/artifacts.zip\", \"root\": \"[CACHE]/builder/src\"}", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_40" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-x64-profile.temp dir for android-x64-profile UploadArtifacts analyze-snapshot-linux-x64.zip", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "python3", - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-x64-profile.Zip android-x64-profile symbols.zip", - "stdin": "{\"entries\": [{\"archive_name\": \"libflutter.so\", \"path\": \"[CACHE]/builder/src/out/android_profile_x64/libflutter.so\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_41/artifacts.zip\", \"root\": \"[CACHE]/builder/src\"}", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_41" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-x64-profile.temp dir for android-x64-profile UploadArtifacts symbols.zip", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [], - "name": "Upload artifacts android-x64-release" - }, - { - "cmd": [ - "python3", - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-x64-release.Zip android-x64-release artifacts.zip", - "stdin": "{\"entries\": [{\"archive_name\": \"flutter.jar\", \"path\": \"[CACHE]/builder/src/out/android_release_x64/flutter.jar\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_42/artifacts.zip\", \"root\": \"[CACHE]/builder/src\"}", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_42" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-x64-release.temp dir for android-x64-release UploadArtifacts artifacts.zip", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "python3", - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-x64-release.Zip android-x64-release linux-x64.zip", - "stdin": "{\"entries\": [{\"archive_name\": \"gen_snapshot\", \"path\": \"[CACHE]/builder/src/out/android_release_x64/clang_x64/gen_snapshot\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_43/artifacts.zip\", \"root\": \"[CACHE]/builder/src\"}", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_43" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-x64-release.temp dir for android-x64-release UploadArtifacts linux-x64.zip", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "python3", - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-x64-release.Zip android-x64-release analyze-snapshot-linux-x64.zip", - "stdin": "{\"entries\": [{\"archive_name\": \"analyze_snapshot\", \"path\": \"[CACHE]/builder/src/out/android_release_x64/clang_x64/analyze_snapshot\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_44/artifacts.zip\", \"root\": \"[CACHE]/builder/src\"}", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_44" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-x64-release.temp dir for android-x64-release UploadArtifacts analyze-snapshot-linux-x64.zip", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "python3", - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-x64-release.Zip android-x64-release symbols.zip", - "stdin": "{\"entries\": [{\"archive_name\": \"libflutter.so\", \"path\": \"[CACHE]/builder/src/out/android_release_x64/libflutter.so\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_45/artifacts.zip\", \"root\": \"[CACHE]/builder/src\"}", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_45" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload artifacts android-x64-release.temp dir for android-x64-release UploadArtifacts symbols.zip", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "bb", - "batch", - "-host", - "cr-buildbucket.appspot.com" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "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]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "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\": \"github.com\", \"id\": \"2d72510e447ab60a9728aeea2362d8be2cbd7789\", \"project\": \"flutter/engine\", \"ref\": \"refs/heads/main\"}, \"priority\": 25, \"properties\": {\"builds\": [{\"dir\": \"fuchsia_profile_arm64\", \"gn_args\": [\"--fuchsia\", \"--fuchsia-cpu\", \"arm64\", \"--runtime-mode\", \"profile\"], \"output_dirs\": [\"dart_jit_runner_far\", \"dart_aot_runner_far\", \"flutter_jit_runner_far\", \"flutter_aot_runner_far\", \"dart_runner_patched_sdk\", \"flutter_runner_patched_sdk\", \"clang_x64\", \".build-id\"], \"output_files\": [\"dart_jit_runner\", \"dart_aot_runner\", \"flutter_jit_runner\", \"flutter_aot_runner\"], \"targets\": [\"flutter/shell/platform/fuchsia:fuchsia\"]}], \"gclient_variables\": {}, \"git_ref\": \"refs/pull/1/head\", \"git_url\": \"https://github.com/flutter/engine\"}, \"requestId\": \"8945511751514863184-00000000-0000-0000-0000-000000001361\", \"swarming\": {\"parentRunId\": \"fake-task-id\"}, \"tags\": [{\"key\": \"parent_buildbucket_id\", \"value\": \"8945511751514863184\"}, {\"key\": \"user_agent\", \"value\": \"recipe\"}]}}]}", - "~followup_annotations": [ - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"responses\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"scheduleBuild\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"builder\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"bucket\": \"ci\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"builder\": \"Linux Engine Drone\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"project\": \"flutter\"@@@", - "@@@STEP_LOG_LINE@json.output@ }, @@@", - "@@@STEP_LOG_LINE@json.output@ \"id\": \"8922054662172514005\"@@@", - "@@@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\": \"github.com\", @@@", - "@@@STEP_LOG_LINE@request@ \"id\": \"2d72510e447ab60a9728aeea2362d8be2cbd7789\", @@@", - "@@@STEP_LOG_LINE@request@ \"project\": \"flutter/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\": \"fuchsia_profile_arm64\", @@@", - "@@@STEP_LOG_LINE@request@ \"gn_args\": [@@@", - "@@@STEP_LOG_LINE@request@ \"--fuchsia\", @@@", - "@@@STEP_LOG_LINE@request@ \"--fuchsia-cpu\", @@@", - "@@@STEP_LOG_LINE@request@ \"arm64\", @@@", - "@@@STEP_LOG_LINE@request@ \"--runtime-mode\", @@@", - "@@@STEP_LOG_LINE@request@ \"profile\"@@@", - "@@@STEP_LOG_LINE@request@ ], @@@", - "@@@STEP_LOG_LINE@request@ \"output_dirs\": [@@@", - "@@@STEP_LOG_LINE@request@ \"dart_jit_runner_far\", @@@", - "@@@STEP_LOG_LINE@request@ \"dart_aot_runner_far\", @@@", - "@@@STEP_LOG_LINE@request@ \"flutter_jit_runner_far\", @@@", - "@@@STEP_LOG_LINE@request@ \"flutter_aot_runner_far\", @@@", - "@@@STEP_LOG_LINE@request@ \"dart_runner_patched_sdk\", @@@", - "@@@STEP_LOG_LINE@request@ \"flutter_runner_patched_sdk\", @@@", - "@@@STEP_LOG_LINE@request@ \"clang_x64\", @@@", - "@@@STEP_LOG_LINE@request@ \".build-id\"@@@", - "@@@STEP_LOG_LINE@request@ ], @@@", - "@@@STEP_LOG_LINE@request@ \"output_files\": [@@@", - "@@@STEP_LOG_LINE@request@ \"dart_jit_runner\", @@@", - "@@@STEP_LOG_LINE@request@ \"dart_aot_runner\", @@@", - "@@@STEP_LOG_LINE@request@ \"flutter_jit_runner\", @@@", - "@@@STEP_LOG_LINE@request@ \"flutter_aot_runner\"@@@", - "@@@STEP_LOG_LINE@request@ ], @@@", - "@@@STEP_LOG_LINE@request@ \"targets\": [@@@", - "@@@STEP_LOG_LINE@request@ \"flutter/shell/platform/fuchsia:fuchsia\"@@@", - "@@@STEP_LOG_LINE@request@ ]@@@", - "@@@STEP_LOG_LINE@request@ }@@@", - "@@@STEP_LOG_LINE@request@ ], @@@", - "@@@STEP_LOG_LINE@request@ \"gclient_variables\": {}, @@@", - "@@@STEP_LOG_LINE@request@ \"git_ref\": \"refs/pull/1/head\", @@@", - "@@@STEP_LOG_LINE@request@ \"git_url\": \"https://github.com/flutter/engine\"@@@", - "@@@STEP_LOG_LINE@request@ }, @@@", - "@@@STEP_LOG_LINE@request@ \"requestId\": \"8945511751514863184-00000000-0000-0000-0000-000000001361\", @@@", - "@@@STEP_LOG_LINE@request@ \"swarming\": {@@@", - "@@@STEP_LOG_LINE@request@ \"parentRunId\": \"fake-task-id\"@@@", - "@@@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@8922054662172514005@https://cr-buildbucket.appspot.com/build/8922054662172514005@@@" - ] - }, - { - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "buildbucket.schedule (2)", - "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\": \"github.com\", \"id\": \"2d72510e447ab60a9728aeea2362d8be2cbd7789\", \"project\": \"flutter/engine\", \"ref\": \"refs/heads/main\"}, \"priority\": 25, \"properties\": {\"builds\": [{\"dir\": \"fuchsia_release_arm64\", \"gn_args\": [\"--fuchsia\", \"--fuchsia-cpu\", \"arm64\", \"--runtime-mode\", \"release\"], \"output_dirs\": [\"dart_jit_product_runner_far\", \"dart_aot_product_runner_far\", \"flutter_jit_product_runner_far\", \"flutter_aot_product_runner_far\", \"dart_runner_patched_sdk\", \"flutter_runner_patched_sdk\", \"clang_x64\", \".build-id\"], \"output_files\": [\"dart_jit_product_runner\", \"dart_aot_product_runner\", \"flutter_jit_product_runner\", \"flutter_aot_product_runner\"], \"targets\": [\"flutter/shell/platform/fuchsia:fuchsia\"]}], \"gclient_variables\": {}, \"git_ref\": \"refs/pull/1/head\", \"git_url\": \"https://github.com/flutter/engine\"}, \"requestId\": \"8945511751514863184-00000000-0000-0000-0000-000000001364\", \"swarming\": {\"parentRunId\": \"fake-task-id\"}, \"tags\": [{\"key\": \"parent_buildbucket_id\", \"value\": \"8945511751514863184\"}, {\"key\": \"user_agent\", \"value\": \"recipe\"}]}}]}", - "~followup_annotations": [ - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"responses\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"scheduleBuild\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"builder\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"bucket\": \"ci\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"builder\": \"Linux Engine Drone\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"project\": \"flutter\"@@@", - "@@@STEP_LOG_LINE@json.output@ }, @@@", - "@@@STEP_LOG_LINE@json.output@ \"id\": \"8922054662172514006\"@@@", - "@@@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\": \"github.com\", @@@", - "@@@STEP_LOG_LINE@request@ \"id\": \"2d72510e447ab60a9728aeea2362d8be2cbd7789\", @@@", - "@@@STEP_LOG_LINE@request@ \"project\": \"flutter/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\": \"fuchsia_release_arm64\", @@@", - "@@@STEP_LOG_LINE@request@ \"gn_args\": [@@@", - "@@@STEP_LOG_LINE@request@ \"--fuchsia\", @@@", - "@@@STEP_LOG_LINE@request@ \"--fuchsia-cpu\", @@@", - "@@@STEP_LOG_LINE@request@ \"arm64\", @@@", - "@@@STEP_LOG_LINE@request@ \"--runtime-mode\", @@@", - "@@@STEP_LOG_LINE@request@ \"release\"@@@", - "@@@STEP_LOG_LINE@request@ ], @@@", - "@@@STEP_LOG_LINE@request@ \"output_dirs\": [@@@", - "@@@STEP_LOG_LINE@request@ \"dart_jit_product_runner_far\", @@@", - "@@@STEP_LOG_LINE@request@ \"dart_aot_product_runner_far\", @@@", - "@@@STEP_LOG_LINE@request@ \"flutter_jit_product_runner_far\", @@@", - "@@@STEP_LOG_LINE@request@ \"flutter_aot_product_runner_far\", @@@", - "@@@STEP_LOG_LINE@request@ \"dart_runner_patched_sdk\", @@@", - "@@@STEP_LOG_LINE@request@ \"flutter_runner_patched_sdk\", @@@", - "@@@STEP_LOG_LINE@request@ \"clang_x64\", @@@", - "@@@STEP_LOG_LINE@request@ \".build-id\"@@@", - "@@@STEP_LOG_LINE@request@ ], @@@", - "@@@STEP_LOG_LINE@request@ \"output_files\": [@@@", - "@@@STEP_LOG_LINE@request@ \"dart_jit_product_runner\", @@@", - "@@@STEP_LOG_LINE@request@ \"dart_aot_product_runner\", @@@", - "@@@STEP_LOG_LINE@request@ \"flutter_jit_product_runner\", @@@", - "@@@STEP_LOG_LINE@request@ \"flutter_aot_product_runner\"@@@", - "@@@STEP_LOG_LINE@request@ ], @@@", - "@@@STEP_LOG_LINE@request@ \"targets\": [@@@", - "@@@STEP_LOG_LINE@request@ \"flutter/shell/platform/fuchsia:fuchsia\"@@@", - "@@@STEP_LOG_LINE@request@ ]@@@", - "@@@STEP_LOG_LINE@request@ }@@@", - "@@@STEP_LOG_LINE@request@ ], @@@", - "@@@STEP_LOG_LINE@request@ \"gclient_variables\": {}, @@@", - "@@@STEP_LOG_LINE@request@ \"git_ref\": \"refs/pull/1/head\", @@@", - "@@@STEP_LOG_LINE@request@ \"git_url\": \"https://github.com/flutter/engine\"@@@", - "@@@STEP_LOG_LINE@request@ }, @@@", - "@@@STEP_LOG_LINE@request@ \"requestId\": \"8945511751514863184-00000000-0000-0000-0000-000000001364\", @@@", - "@@@STEP_LOG_LINE@request@ \"swarming\": {@@@", - "@@@STEP_LOG_LINE@request@ \"parentRunId\": \"fake-task-id\"@@@", - "@@@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@8922054662172514006@https://cr-buildbucket.appspot.com/build/8922054662172514006@@@" - ] - }, - { - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "buildbucket.schedule (3)", - "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\": \"github.com\", \"id\": \"2d72510e447ab60a9728aeea2362d8be2cbd7789\", \"project\": \"flutter/engine\", \"ref\": \"refs/heads/main\"}, \"priority\": 25, \"properties\": {\"builds\": [{\"dir\": \"fuchsia_profile_x64\", \"gn_args\": [\"--fuchsia\", \"--fuchsia-cpu\", \"x64\", \"--runtime-mode\", \"profile\"], \"output_dirs\": [\"dart_jit_runner_far\", \"dart_aot_runner_far\", \"flutter_jit_runner_far\", \"flutter_aot_runner_far\", \"dart_runner_patched_sdk\", \"flutter_runner_patched_sdk\", \"clang_x64\", \".build-id\"], \"output_files\": [\"dart_jit_runner\", \"dart_aot_runner\", \"flutter_jit_runner\", \"flutter_aot_runner\"], \"targets\": [\"flutter/shell/platform/fuchsia:fuchsia\"]}], \"gclient_variables\": {}, \"git_ref\": \"refs/pull/1/head\", \"git_url\": \"https://github.com/flutter/engine\"}, \"requestId\": \"8945511751514863184-00000000-0000-0000-0000-000000001367\", \"swarming\": {\"parentRunId\": \"fake-task-id\"}, \"tags\": [{\"key\": \"parent_buildbucket_id\", \"value\": \"8945511751514863184\"}, {\"key\": \"user_agent\", \"value\": \"recipe\"}]}}]}", - "~followup_annotations": [ - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"responses\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"scheduleBuild\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"builder\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"bucket\": \"ci\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"builder\": \"Linux Engine Drone\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"project\": \"flutter\"@@@", - "@@@STEP_LOG_LINE@json.output@ }, @@@", - "@@@STEP_LOG_LINE@json.output@ \"id\": \"8922054662172514007\"@@@", - "@@@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\": \"github.com\", @@@", - "@@@STEP_LOG_LINE@request@ \"id\": \"2d72510e447ab60a9728aeea2362d8be2cbd7789\", @@@", - "@@@STEP_LOG_LINE@request@ \"project\": \"flutter/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\": \"fuchsia_profile_x64\", @@@", - "@@@STEP_LOG_LINE@request@ \"gn_args\": [@@@", - "@@@STEP_LOG_LINE@request@ \"--fuchsia\", @@@", - "@@@STEP_LOG_LINE@request@ \"--fuchsia-cpu\", @@@", - "@@@STEP_LOG_LINE@request@ \"x64\", @@@", - "@@@STEP_LOG_LINE@request@ \"--runtime-mode\", @@@", - "@@@STEP_LOG_LINE@request@ \"profile\"@@@", - "@@@STEP_LOG_LINE@request@ ], @@@", - "@@@STEP_LOG_LINE@request@ \"output_dirs\": [@@@", - "@@@STEP_LOG_LINE@request@ \"dart_jit_runner_far\", @@@", - "@@@STEP_LOG_LINE@request@ \"dart_aot_runner_far\", @@@", - "@@@STEP_LOG_LINE@request@ \"flutter_jit_runner_far\", @@@", - "@@@STEP_LOG_LINE@request@ \"flutter_aot_runner_far\", @@@", - "@@@STEP_LOG_LINE@request@ \"dart_runner_patched_sdk\", @@@", - "@@@STEP_LOG_LINE@request@ \"flutter_runner_patched_sdk\", @@@", - "@@@STEP_LOG_LINE@request@ \"clang_x64\", @@@", - "@@@STEP_LOG_LINE@request@ \".build-id\"@@@", - "@@@STEP_LOG_LINE@request@ ], @@@", - "@@@STEP_LOG_LINE@request@ \"output_files\": [@@@", - "@@@STEP_LOG_LINE@request@ \"dart_jit_runner\", @@@", - "@@@STEP_LOG_LINE@request@ \"dart_aot_runner\", @@@", - "@@@STEP_LOG_LINE@request@ \"flutter_jit_runner\", @@@", - "@@@STEP_LOG_LINE@request@ \"flutter_aot_runner\"@@@", - "@@@STEP_LOG_LINE@request@ ], @@@", - "@@@STEP_LOG_LINE@request@ \"targets\": [@@@", - "@@@STEP_LOG_LINE@request@ \"flutter/shell/platform/fuchsia:fuchsia\"@@@", - "@@@STEP_LOG_LINE@request@ ]@@@", - "@@@STEP_LOG_LINE@request@ }@@@", - "@@@STEP_LOG_LINE@request@ ], @@@", - "@@@STEP_LOG_LINE@request@ \"gclient_variables\": {}, @@@", - "@@@STEP_LOG_LINE@request@ \"git_ref\": \"refs/pull/1/head\", @@@", - "@@@STEP_LOG_LINE@request@ \"git_url\": \"https://github.com/flutter/engine\"@@@", - "@@@STEP_LOG_LINE@request@ }, @@@", - "@@@STEP_LOG_LINE@request@ \"requestId\": \"8945511751514863184-00000000-0000-0000-0000-000000001367\", @@@", - "@@@STEP_LOG_LINE@request@ \"swarming\": {@@@", - "@@@STEP_LOG_LINE@request@ \"parentRunId\": \"fake-task-id\"@@@", - "@@@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@8922054662172514007@https://cr-buildbucket.appspot.com/build/8922054662172514007@@@" - ] - }, - { - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "buildbucket.schedule (4)", - "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\": \"github.com\", \"id\": \"2d72510e447ab60a9728aeea2362d8be2cbd7789\", \"project\": \"flutter/engine\", \"ref\": \"refs/heads/main\"}, \"priority\": 25, \"properties\": {\"builds\": [{\"dir\": \"fuchsia_release_x64\", \"gn_args\": [\"--fuchsia\", \"--fuchsia-cpu\", \"x64\", \"--runtime-mode\", \"release\"], \"output_dirs\": [\"dart_jit_product_runner_far\", \"dart_aot_product_runner_far\", \"flutter_jit_product_runner_far\", \"flutter_aot_product_runner_far\", \"dart_runner_patched_sdk\", \"flutter_runner_patched_sdk\", \"clang_x64\", \".build-id\"], \"output_files\": [\"dart_jit_product_runner\", \"dart_aot_product_runner\", \"flutter_jit_product_runner\", \"flutter_aot_product_runner\"], \"targets\": [\"flutter/shell/platform/fuchsia:fuchsia\"]}], \"gclient_variables\": {}, \"git_ref\": \"refs/pull/1/head\", \"git_url\": \"https://github.com/flutter/engine\"}, \"requestId\": \"8945511751514863184-00000000-0000-0000-0000-00000000136a\", \"swarming\": {\"parentRunId\": \"fake-task-id\"}, \"tags\": [{\"key\": \"parent_buildbucket_id\", \"value\": \"8945511751514863184\"}, {\"key\": \"user_agent\", \"value\": \"recipe\"}]}}]}", - "~followup_annotations": [ - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"responses\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"scheduleBuild\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"builder\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"bucket\": \"ci\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"builder\": \"Linux Engine Drone\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"project\": \"flutter\"@@@", - "@@@STEP_LOG_LINE@json.output@ }, @@@", - "@@@STEP_LOG_LINE@json.output@ \"id\": \"8922054662172514008\"@@@", - "@@@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\": \"github.com\", @@@", - "@@@STEP_LOG_LINE@request@ \"id\": \"2d72510e447ab60a9728aeea2362d8be2cbd7789\", @@@", - "@@@STEP_LOG_LINE@request@ \"project\": \"flutter/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\": \"fuchsia_release_x64\", @@@", - "@@@STEP_LOG_LINE@request@ \"gn_args\": [@@@", - "@@@STEP_LOG_LINE@request@ \"--fuchsia\", @@@", - "@@@STEP_LOG_LINE@request@ \"--fuchsia-cpu\", @@@", - "@@@STEP_LOG_LINE@request@ \"x64\", @@@", - "@@@STEP_LOG_LINE@request@ \"--runtime-mode\", @@@", - "@@@STEP_LOG_LINE@request@ \"release\"@@@", - "@@@STEP_LOG_LINE@request@ ], @@@", - "@@@STEP_LOG_LINE@request@ \"output_dirs\": [@@@", - "@@@STEP_LOG_LINE@request@ \"dart_jit_product_runner_far\", @@@", - "@@@STEP_LOG_LINE@request@ \"dart_aot_product_runner_far\", @@@", - "@@@STEP_LOG_LINE@request@ \"flutter_jit_product_runner_far\", @@@", - "@@@STEP_LOG_LINE@request@ \"flutter_aot_product_runner_far\", @@@", - "@@@STEP_LOG_LINE@request@ \"dart_runner_patched_sdk\", @@@", - "@@@STEP_LOG_LINE@request@ \"flutter_runner_patched_sdk\", @@@", - "@@@STEP_LOG_LINE@request@ \"clang_x64\", @@@", - "@@@STEP_LOG_LINE@request@ \".build-id\"@@@", - "@@@STEP_LOG_LINE@request@ ], @@@", - "@@@STEP_LOG_LINE@request@ \"output_files\": [@@@", - "@@@STEP_LOG_LINE@request@ \"dart_jit_product_runner\", @@@", - "@@@STEP_LOG_LINE@request@ \"dart_aot_product_runner\", @@@", - "@@@STEP_LOG_LINE@request@ \"flutter_jit_product_runner\", @@@", - "@@@STEP_LOG_LINE@request@ \"flutter_aot_product_runner\"@@@", - "@@@STEP_LOG_LINE@request@ ], @@@", - "@@@STEP_LOG_LINE@request@ \"targets\": [@@@", - "@@@STEP_LOG_LINE@request@ \"flutter/shell/platform/fuchsia:fuchsia\"@@@", - "@@@STEP_LOG_LINE@request@ ]@@@", - "@@@STEP_LOG_LINE@request@ }@@@", - "@@@STEP_LOG_LINE@request@ ], @@@", - "@@@STEP_LOG_LINE@request@ \"gclient_variables\": {}, @@@", - "@@@STEP_LOG_LINE@request@ \"git_ref\": \"refs/pull/1/head\", @@@", - "@@@STEP_LOG_LINE@request@ \"git_url\": \"https://github.com/flutter/engine\"@@@", - "@@@STEP_LOG_LINE@request@ }, @@@", - "@@@STEP_LOG_LINE@request@ \"requestId\": \"8945511751514863184-00000000-0000-0000-0000-00000000136a\", @@@", - "@@@STEP_LOG_LINE@request@ \"swarming\": {@@@", - "@@@STEP_LOG_LINE@request@ \"parentRunId\": \"fake-task-id\"@@@", - "@@@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@8922054662172514008@https://cr-buildbucket.appspot.com/build/8922054662172514008@@@" - ] - }, - { - "cmd": [ - "python3", - "[CACHE]/builder/src/flutter/tools/gn", - "--goma", - "--fuchsia", - "--fuchsia-cpu", - "x64", - "--runtime-mode", - "debug", - "--no-lto" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gn --fuchsia --fuchsia-cpu x64 --runtime-mode debug --no-lto" - }, - { - "cmd": [], - "name": "setup goma (17)" - }, - { - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "setup goma (17).start goma", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "[CACHE]/builder/src/flutter/third_party/ninja/ninja", - "-j", - "200", - "-C", - "[CACHE]/builder/src/out/fuchsia_debug_x64", - "flutter/shell/platform/fuchsia:fuchsia", - "fuchsia_tests" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "build fuchsia_debug_x64 flutter/shell/platform/fuchsia:fuchsia fuchsia_tests" - }, - { - "cmd": [], - "name": "teardown goma (17)" - }, - { - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (17).goma jsonstatus", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"notice\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"infra_status\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"num_user_error\": 0, @@@", - "@@@STEP_LOG_LINE@json.output@ \"ping_status_code\": 200@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@ ]@@@", - "@@@STEP_LOG_LINE@json.output@}@@@", - "@@@STEP_LOG_END@json.output@@@" - ] - }, - { - "cmd": [ - "[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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (17).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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (17).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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (17).read goma_client warning log", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@compiler_proxy.WARNING@test log@@@", - "@@@STEP_LOG_END@compiler_proxy.WARNING@@@" - ] - }, - { - "cmd": [ - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (17).read goma_stats.json", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"build_info\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"build_id\": 8945511751514863184, @@@", - "@@@STEP_LOG_LINE@json.output@ \"builder\": \"Linux Host Engine\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"time_stamp\": \"2012-05-14 12:54:12.500000\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"time_stamp_int\": 1337000054000@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@}@@@", - "@@@STEP_LOG_END@json.output@@@" - ] - }, - { - "cmd": [ - "[START_DIR]/cipd_tool/path/to/bqupload/version%3Apinned-version/bqupload", - "fuchsia-infra.artifacts.builds_beta_goma", - "{\"build_info\": {\"build_id\": 8945511751514863184, \"builder\": \"Linux Host Engine\", \"time_stamp\": \"2012-05-14 12:54:12.500000\", \"time_stamp_int\": 1337000054000}}" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (17).upload goma stats to bigquery", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "python3", - "[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py", - "--engine-version", - "2d72510e447ab60a9728aeea2362d8be2cbd7789", - "--skip-build", - "--archs", - "x64", - "--runtime-mode", - "debug" - ], - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Package Fuchsia Artifacts" - }, - { - "cmd": [ - "python3", - "[CACHE]/builder/src/flutter/tools/gn", - "--goma", - "--fuchsia", - "--fuchsia-cpu", - "arm64", - "--runtime-mode", - "debug", - "--no-lto" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gn --fuchsia --fuchsia-cpu arm64 --runtime-mode debug --no-lto" - }, - { - "cmd": [], - "name": "setup goma (18)" - }, - { - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "setup goma (18).start goma", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "[CACHE]/builder/src/flutter/third_party/ninja/ninja", - "-j", - "200", - "-C", - "[CACHE]/builder/src/out/fuchsia_debug_arm64", - "flutter/shell/platform/fuchsia:fuchsia", - "fuchsia_tests" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "build fuchsia_debug_arm64 flutter/shell/platform/fuchsia:fuchsia fuchsia_tests" - }, - { - "cmd": [], - "name": "teardown goma (18)" - }, - { - "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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (18).goma jsonstatus", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"notice\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"infra_status\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"num_user_error\": 0, @@@", - "@@@STEP_LOG_LINE@json.output@ \"ping_status_code\": 200@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@ ]@@@", - "@@@STEP_LOG_LINE@json.output@}@@@", - "@@@STEP_LOG_END@json.output@@@" - ] - }, - { - "cmd": [ - "[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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (18).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" - }, - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (18).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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (18).read goma_client warning log", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@compiler_proxy.WARNING@test log@@@", - "@@@STEP_LOG_END@compiler_proxy.WARNING@@@" - ] - }, - { - "cmd": [ - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (18).read goma_stats.json", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"build_info\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"build_id\": 8945511751514863184, @@@", - "@@@STEP_LOG_LINE@json.output@ \"builder\": \"Linux Host Engine\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"time_stamp\": \"2012-05-14 12:54:15.500000\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"time_stamp_int\": 1337000057000@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@}@@@", - "@@@STEP_LOG_END@json.output@@@" - ] - }, - { - "cmd": [ - "[START_DIR]/cipd_tool/path/to/bqupload/version%3Apinned-version/bqupload", - "fuchsia-infra.artifacts.builds_beta_goma", - "{\"build_info\": {\"build_id\": 8945511751514863184, \"builder\": \"Linux Host Engine\", \"time_stamp\": \"2012-05-14 12:54:15.500000\", \"time_stamp_int\": 1337000057000}}" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "teardown goma (18).upload goma stats to bigquery", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [], - "name": "buildbucket.collect (2)" - }, - { - "cmd": [ - "bb", - "collect", - "-host", - "cr-buildbucket.appspot.com", - "-interval", - "60s", - "8922054662172514005", - "8922054662172514006", - "8922054662172514007", - "8922054662172514008" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "buildbucket.collect (2).wait", - "timeout": 7200, - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "bb", - "batch", - "-host", - "cr-buildbucket.appspot.com" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "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]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "buildbucket.collect (2).get", - "stdin": "{\"requests\": [{\"getBuild\": {\"fields\": \"builder,createTime,createdBy,critical,endTime,id,infra,input,number,output,startTime,status,updateTime\", \"id\": \"8922054662172514005\"}}, {\"getBuild\": {\"fields\": \"builder,createTime,createdBy,critical,endTime,id,infra,input,number,output,startTime,status,updateTime\", \"id\": \"8922054662172514006\"}}, {\"getBuild\": {\"fields\": \"builder,createTime,createdBy,critical,endTime,id,infra,input,number,output,startTime,status,updateTime\", \"id\": \"8922054662172514007\"}}, {\"getBuild\": {\"fields\": \"builder,createTime,createdBy,critical,endTime,id,infra,input,number,output,startTime,status,updateTime\", \"id\": \"8922054662172514008\"}}]}", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"responses\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"getBuild\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"id\": \"8922054662172514005\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"status\": \"SUCCESS\"@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@ }, @@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"getBuild\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"id\": \"8922054662172514006\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"status\": \"SUCCESS\"@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@ }, @@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"getBuild\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"id\": \"8922054662172514007\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"status\": \"SUCCESS\"@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@ }, @@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"getBuild\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"id\": \"8922054662172514008\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"status\": \"SUCCESS\"@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@ ]@@@", - "@@@STEP_LOG_LINE@json.output@}@@@", - "@@@STEP_LOG_END@json.output@@@", - "@@@STEP_LOG_LINE@request@{@@@", - "@@@STEP_LOG_LINE@request@ \"requests\": [@@@", - "@@@STEP_LOG_LINE@request@ {@@@", - "@@@STEP_LOG_LINE@request@ \"getBuild\": {@@@", - "@@@STEP_LOG_LINE@request@ \"fields\": \"builder,createTime,createdBy,critical,endTime,id,infra,input,number,output,startTime,status,updateTime\", @@@", - "@@@STEP_LOG_LINE@request@ \"id\": \"8922054662172514005\"@@@", - "@@@STEP_LOG_LINE@request@ }@@@", - "@@@STEP_LOG_LINE@request@ }, @@@", - "@@@STEP_LOG_LINE@request@ {@@@", - "@@@STEP_LOG_LINE@request@ \"getBuild\": {@@@", - "@@@STEP_LOG_LINE@request@ \"fields\": \"builder,createTime,createdBy,critical,endTime,id,infra,input,number,output,startTime,status,updateTime\", @@@", - "@@@STEP_LOG_LINE@request@ \"id\": \"8922054662172514006\"@@@", - "@@@STEP_LOG_LINE@request@ }@@@", - "@@@STEP_LOG_LINE@request@ }, @@@", - "@@@STEP_LOG_LINE@request@ {@@@", - "@@@STEP_LOG_LINE@request@ \"getBuild\": {@@@", - "@@@STEP_LOG_LINE@request@ \"fields\": \"builder,createTime,createdBy,critical,endTime,id,infra,input,number,output,startTime,status,updateTime\", @@@", - "@@@STEP_LOG_LINE@request@ \"id\": \"8922054662172514007\"@@@", - "@@@STEP_LOG_LINE@request@ }@@@", - "@@@STEP_LOG_LINE@request@ }, @@@", - "@@@STEP_LOG_LINE@request@ {@@@", - "@@@STEP_LOG_LINE@request@ \"getBuild\": {@@@", - "@@@STEP_LOG_LINE@request@ \"fields\": \"builder,createTime,createdBy,critical,endTime,id,infra,input,number,output,startTime,status,updateTime\", @@@", - "@@@STEP_LOG_LINE@request@ \"id\": \"8922054662172514008\"@@@", - "@@@STEP_LOG_LINE@request@ }@@@", - "@@@STEP_LOG_LINE@request@ }@@@", - "@@@STEP_LOG_LINE@request@ ]@@@", - "@@@STEP_LOG_LINE@request@}@@@", - "@@@STEP_LOG_END@request@@@", - "@@@STEP_LINK@8922054662172514005@https://cr-buildbucket.appspot.com/build/8922054662172514005@@@", - "@@@STEP_LINK@8922054662172514006@https://cr-buildbucket.appspot.com/build/8922054662172514006@@@", - "@@@STEP_LINK@8922054662172514007@https://cr-buildbucket.appspot.com/build/8922054662172514007@@@", - "@@@STEP_LINK@8922054662172514008@https://cr-buildbucket.appspot.com/build/8922054662172514008@@@" - ] - }, - { - "cmd": [], - "name": "display builds (2)" - }, - { - "cmd": [], - "name": "display builds (2).", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LINK@8922054662172514005@https://cr-buildbucket.appspot.com/build/8922054662172514005@@@" - ] - }, - { - "cmd": [], - "name": "display builds (2). (2)", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LINK@8922054662172514006@https://cr-buildbucket.appspot.com/build/8922054662172514006@@@" - ] - }, - { - "cmd": [], - "name": "display builds (2). (3)", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LINK@8922054662172514007@https://cr-buildbucket.appspot.com/build/8922054662172514007@@@" - ] - }, - { - "cmd": [], - "name": "display builds (2). (4)", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LINK@8922054662172514008@https://cr-buildbucket.appspot.com/build/8922054662172514008@@@" - ] - }, - { - "cmd": [ - "python3", - "[CACHE]/builder/src/flutter/tools/fuchsia/build_fuchsia_artifacts.py", - "--engine-version", - "2d72510e447ab60a9728aeea2362d8be2cbd7789", - "--skip-build" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload Fuchsia Artifacts" - }, - { - "cmd": [], - "name": "Upload Fuchsia Debug Symbols" - }, - { - "cmd": [], - "name": "Upload Fuchsia Debug Symbols.Upload to Symbol Server for arch: arm64", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "listdir", - "[CACHE]/builder/src/out/fuchsia_debug_arm64/.build-id", - "--recursive" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload Fuchsia Debug Symbols.Upload to Symbol Server for arch: arm64.list [CACHE]/builder/src/out/fuchsia_debug_arm64/.build-id", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@listdir@[CACHE]/builder/src/out/fuchsia_debug_arm64/.build-id/test_dir/sub_dir/test_file.debug@@@", - "@@@STEP_LOG_END@listdir@@@" - ] - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "listdir", - "[CACHE]/builder/src/out/fuchsia_profile_arm64/.build-id", - "--recursive" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload Fuchsia Debug Symbols.Upload to Symbol Server for arch: arm64.list [CACHE]/builder/src/out/fuchsia_profile_arm64/.build-id", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@listdir@[CACHE]/builder/src/out/fuchsia_profile_arm64/.build-id/test_dir/sub_dir/test_file.debug@@@", - "@@@STEP_LOG_END@listdir@@@" - ] - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "listdir", - "[CACHE]/builder/src/out/fuchsia_release_arm64/.build-id", - "--recursive" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload Fuchsia Debug Symbols.Upload to Symbol Server for arch: arm64.list [CACHE]/builder/src/out/fuchsia_release_arm64/.build-id", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@listdir@[CACHE]/builder/src/out/fuchsia_release_arm64/.build-id/test_dir/sub_dir/test_file.debug@@@", - "@@@STEP_LOG_END@listdir@@@" - ] - }, - { - "cmd": [ - "python3", - "[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py", - "--engine-version", - "2d72510e447ab60a9728aeea2362d8be2cbd7789", - "--target-arch", - "arm64", - "--out-dir", - "[CLEANUP]/tmp_tmp_46", - "--symbol-dirs", - "[CACHE]/builder/src/out/fuchsia_debug_arm64/.build-id", - "[CACHE]/builder/src/out/fuchsia_profile_arm64/.build-id", - "[CACHE]/builder/src/out/fuchsia_release_arm64/.build-id" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload Fuchsia Debug Symbols.Upload to CIPD for arch: arm64", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_46" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload Fuchsia Debug Symbols.temp dir for FuchsiaDebugSymbols_arm64", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [], - "name": "Upload Fuchsia Debug Symbols.Upload to Symbol Server for arch: x64", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "listdir", - "[CACHE]/builder/src/out/fuchsia_debug_x64/.build-id", - "--recursive" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload Fuchsia Debug Symbols.Upload to Symbol Server for arch: x64.list [CACHE]/builder/src/out/fuchsia_debug_x64/.build-id", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@listdir@[CACHE]/builder/src/out/fuchsia_debug_x64/.build-id/test_dir/sub_dir/test_file.debug@@@", - "@@@STEP_LOG_END@listdir@@@" - ] - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "listdir", - "[CACHE]/builder/src/out/fuchsia_profile_x64/.build-id", - "--recursive" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload Fuchsia Debug Symbols.Upload to Symbol Server for arch: x64.list [CACHE]/builder/src/out/fuchsia_profile_x64/.build-id", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@listdir@[CACHE]/builder/src/out/fuchsia_profile_x64/.build-id/test_dir/sub_dir/test_file.debug@@@", - "@@@STEP_LOG_END@listdir@@@" - ] - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "listdir", - "[CACHE]/builder/src/out/fuchsia_release_x64/.build-id", - "--recursive" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload Fuchsia Debug Symbols.Upload to Symbol Server for arch: x64.list [CACHE]/builder/src/out/fuchsia_release_x64/.build-id", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@listdir@[CACHE]/builder/src/out/fuchsia_release_x64/.build-id/test_dir/sub_dir/test_file.debug@@@", - "@@@STEP_LOG_END@listdir@@@" - ] - }, - { - "cmd": [ - "python3", - "[CACHE]/builder/src/flutter/tools/fuchsia/merge_and_upload_debug_symbols.py", - "--engine-version", - "2d72510e447ab60a9728aeea2362d8be2cbd7789", - "--target-arch", - "x64", - "--out-dir", - "[CLEANUP]/tmp_tmp_47", - "--symbol-dirs", - "[CACHE]/builder/src/out/fuchsia_debug_x64/.build-id", - "[CACHE]/builder/src/out/fuchsia_profile_x64/.build-id", - "[CACHE]/builder/src/out/fuchsia_release_x64/.build-id" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload Fuchsia Debug Symbols.Upload to CIPD for arch: x64", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_47" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Upload Fuchsia Debug Symbols.temp dir for FuchsiaDebugSymbols_x64", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "dart", - "[CACHE]/builder/src/flutter/testing/symbols/verify_exported.dart", - "[CACHE]/builder/src/out" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "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]" - ] - }, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Verify exported symbols on release binaries" - }, - { - "cmd": [], - "name": "process logs" - }, - { - "cmd": [ - "python3", - "-u", - "RECIPE_MODULE[depot_tools::gsutil]/resources/gsutil_smart_retry.py", - "--", - "RECIPE_REPO[depot_tools]/gsutil.py", - "-m", - "----", - "cp", - "-r", - "[CLEANUP]/flutter_logs_dir", - "gs://flutter_logs/flutter/2d72510e447ab60a9728aeea2362d8be2cbd7789/engine/00000000-0000-0000-0000-00000000136d" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "process logs.gsutil upload logs 2d72510e447ab60a9728aeea2362d8be2cbd7789", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LINK@archive logs@https://console.cloud.google.com/storage/browser/flutter_logs/flutter/2d72510e447ab60a9728aeea2362d8be2cbd7789/engine/00000000-0000-0000-0000-00000000136d@@@" - ] - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "glob", - "[CLEANUP]/flutter_logs_dir", - "*" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "process logs.logs", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@glob@[CLEANUP]/flutter_logs_dir/a.txt@@@", - "@@@STEP_LOG_END@glob@@@" - ] - }, - { - "cmd": [], - "name": "log links", - "~followup_annotations": [ - "@@@STEP_LINK@myfile.txt@https://storage.googleapis.com/flutter_logs/flutter/2d72510e447ab60a9728aeea2362d8be2cbd7789/engine/00000000-0000-0000-0000-00000000136d/myfile.txt@@@" - ] - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "listdir", - "[CLEANUP]/flutter_logs_dir", - "--recursive" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "log links.List logs path", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@listdir@[CLEANUP]/flutter_logs_dir/myfile.txt@@@", - "@@@STEP_LOG_END@listdir@@@" - ] - }, - { - "cmd": [], - "name": "Killing Processes" - }, - { - "cmd": [ - "pkill", - "chrome" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Killing Processes.kill chrome", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "pkill", - "dart" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Killing Processes.kill dart", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "pkill", - "flutter" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Killing Processes.kill flutter", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "pkill", - "java" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Killing Processes.kill java", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "pkill", - "adb" - ], - "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" - }, - "env_prefixes": { - "PATH": [ - "[CACHE]/builder/src/third_party/dart/tools/sdks/dart-sdk/bin" - ] - }, - "env_suffixes": { - "DEPOT_TOOLS_UPDATE": [ - "0" - ], - "PATH": [ - "RECIPE_REPO[depot_tools]" - ] - }, - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Killing Processes.kill adb", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Linux Host Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub", - "~followup_annotations": [ - "@@@STEP_EXCEPTION@@@" - ] - }, - { - "failure": { - "humanReason": "Infra Failure: Step('gcloud pubsub') (retcode: 1)" - }, - "name": "$result" - } -] \ No newline at end of file
diff --git a/recipes/engine/engine.expected/linux.json b/recipes/engine/engine.expected/linux.json index 63e3a6e..3b211e6 100644 --- a/recipes/engine/engine.expected/linux.json +++ b/recipes/engine/engine.expected/linux.json
@@ -17888,169 +17888,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Linux Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-b", "-n",
diff --git a/recipes/engine/engine.expected/linux_font_subset.json b/recipes/engine/engine.expected/linux_font_subset.json index 63e3a6e..3b211e6 100644 --- a/recipes/engine/engine.expected/linux_font_subset.json +++ b/recipes/engine/engine.expected/linux_font_subset.json
@@ -17888,169 +17888,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Linux Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-b", "-n",
diff --git a/recipes/engine/engine.expected/linux_maven.json b/recipes/engine/engine.expected/linux_maven.json index 63e3a6e..3b211e6 100644 --- a/recipes/engine/engine.expected/linux_maven.json +++ b/recipes/engine/engine.expected/linux_maven.json
@@ -17888,169 +17888,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Linux Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-b", "-n",
diff --git a/recipes/engine/engine.expected/linux_maven_font_subset.json b/recipes/engine/engine.expected/linux_maven_font_subset.json index 63e3a6e..3b211e6 100644 --- a/recipes/engine/engine.expected/linux_maven_font_subset.json +++ b/recipes/engine/engine.expected/linux_maven_font_subset.json
@@ -17888,169 +17888,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Linux Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-b", "-n",
diff --git a/recipes/engine/engine.expected/linux_maven_no_lto.json b/recipes/engine/engine.expected/linux_maven_no_lto.json index c8af243..3655748 100644 --- a/recipes/engine/engine.expected/linux_maven_no_lto.json +++ b/recipes/engine/engine.expected/linux_maven_no_lto.json
@@ -17896,169 +17896,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Linux Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-b", "-n",
diff --git a/recipes/engine/engine.expected/linux_maven_no_lto_font_subset.json b/recipes/engine/engine.expected/linux_maven_no_lto_font_subset.json index c8af243..3655748 100644 --- a/recipes/engine/engine.expected/linux_maven_no_lto_font_subset.json +++ b/recipes/engine/engine.expected/linux_maven_no_lto_font_subset.json
@@ -17896,169 +17896,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Linux Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-b", "-n",
diff --git a/recipes/engine/engine.expected/linux_maven_publish_cipd.json b/recipes/engine/engine.expected/linux_maven_publish_cipd.json index 63e3a6e..3b211e6 100644 --- a/recipes/engine/engine.expected/linux_maven_publish_cipd.json +++ b/recipes/engine/engine.expected/linux_maven_publish_cipd.json
@@ -17888,169 +17888,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Linux Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-b", "-n",
diff --git a/recipes/engine/engine.expected/linux_maven_publish_cipd_font_subset.json b/recipes/engine/engine.expected/linux_maven_publish_cipd_font_subset.json index 63e3a6e..3b211e6 100644 --- a/recipes/engine/engine.expected/linux_maven_publish_cipd_font_subset.json +++ b/recipes/engine/engine.expected/linux_maven_publish_cipd_font_subset.json
@@ -17888,169 +17888,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Linux Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-b", "-n",
diff --git a/recipes/engine/engine.expected/linux_maven_publish_cipd_no_lto.json b/recipes/engine/engine.expected/linux_maven_publish_cipd_no_lto.json index c8af243..3655748 100644 --- a/recipes/engine/engine.expected/linux_maven_publish_cipd_no_lto.json +++ b/recipes/engine/engine.expected/linux_maven_publish_cipd_no_lto.json
@@ -17896,169 +17896,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Linux Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-b", "-n",
diff --git a/recipes/engine/engine.expected/linux_maven_publish_cipd_no_lto_font_subset.json b/recipes/engine/engine.expected/linux_maven_publish_cipd_no_lto_font_subset.json index c8af243..3655748 100644 --- a/recipes/engine/engine.expected/linux_maven_publish_cipd_no_lto_font_subset.json +++ b/recipes/engine/engine.expected/linux_maven_publish_cipd_no_lto_font_subset.json
@@ -17896,169 +17896,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Linux Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-b", "-n",
diff --git a/recipes/engine/engine.expected/linux_no_lto.json b/recipes/engine/engine.expected/linux_no_lto.json index c8af243..3655748 100644 --- a/recipes/engine/engine.expected/linux_no_lto.json +++ b/recipes/engine/engine.expected/linux_no_lto.json
@@ -17896,169 +17896,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Linux Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-b", "-n",
diff --git a/recipes/engine/engine.expected/linux_no_lto_font_subset.json b/recipes/engine/engine.expected/linux_no_lto_font_subset.json index c8af243..3655748 100644 --- a/recipes/engine/engine.expected/linux_no_lto_font_subset.json +++ b/recipes/engine/engine.expected/linux_no_lto_font_subset.json
@@ -17896,169 +17896,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Linux Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-b", "-n",
diff --git a/recipes/engine/engine.expected/linux_publish_cipd.json b/recipes/engine/engine.expected/linux_publish_cipd.json index 63e3a6e..3b211e6 100644 --- a/recipes/engine/engine.expected/linux_publish_cipd.json +++ b/recipes/engine/engine.expected/linux_publish_cipd.json
@@ -17888,169 +17888,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Linux Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-b", "-n",
diff --git a/recipes/engine/engine.expected/linux_publish_cipd_font_subset.json b/recipes/engine/engine.expected/linux_publish_cipd_font_subset.json index 63e3a6e..3b211e6 100644 --- a/recipes/engine/engine.expected/linux_publish_cipd_font_subset.json +++ b/recipes/engine/engine.expected/linux_publish_cipd_font_subset.json
@@ -17888,169 +17888,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Linux Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-b", "-n",
diff --git a/recipes/engine/engine.expected/linux_publish_cipd_no_lto.json b/recipes/engine/engine.expected/linux_publish_cipd_no_lto.json index c8af243..3655748 100644 --- a/recipes/engine/engine.expected/linux_publish_cipd_no_lto.json +++ b/recipes/engine/engine.expected/linux_publish_cipd_no_lto.json
@@ -17896,169 +17896,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Linux Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-b", "-n",
diff --git a/recipes/engine/engine.expected/linux_publish_cipd_no_lto_font_subset.json b/recipes/engine/engine.expected/linux_publish_cipd_no_lto_font_subset.json index c8af243..3655748 100644 --- a/recipes/engine/engine.expected/linux_publish_cipd_no_lto_font_subset.json +++ b/recipes/engine/engine.expected/linux_publish_cipd_no_lto_font_subset.json
@@ -17896,169 +17896,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Linux Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-b", "-n",
diff --git a/recipes/engine/engine.expected/linux_upload.json b/recipes/engine/engine.expected/linux_upload.json index c84018d..9a69ee9 100644 --- a/recipes/engine/engine.expected/linux_upload.json +++ b/recipes/engine/engine.expected/linux_upload.json
@@ -22137,169 +22137,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Linux Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-b", "-n",
diff --git a/recipes/engine/engine.expected/linux_upload_font_subset.json b/recipes/engine/engine.expected/linux_upload_font_subset.json index 00402eb..739c088 100644 --- a/recipes/engine/engine.expected/linux_upload_font_subset.json +++ b/recipes/engine/engine.expected/linux_upload_font_subset.json
@@ -22188,169 +22188,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Linux Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-b", "-n",
diff --git a/recipes/engine/engine.expected/linux_upload_maven.json b/recipes/engine/engine.expected/linux_upload_maven.json index 55bac3d..00ce1d9 100644 --- a/recipes/engine/engine.expected/linux_upload_maven.json +++ b/recipes/engine/engine.expected/linux_upload_maven.json
@@ -20640,169 +20640,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Linux Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-b", "-n",
diff --git a/recipes/engine/engine.expected/linux_upload_maven_font_subset.json b/recipes/engine/engine.expected/linux_upload_maven_font_subset.json index c68ef7d..86bbf0c 100644 --- a/recipes/engine/engine.expected/linux_upload_maven_font_subset.json +++ b/recipes/engine/engine.expected/linux_upload_maven_font_subset.json
@@ -20691,169 +20691,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Linux Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-b", "-n",
diff --git a/recipes/engine/engine.expected/linux_upload_maven_no_lto.json b/recipes/engine/engine.expected/linux_upload_maven_no_lto.json index 3c41db5..2760132 100644 --- a/recipes/engine/engine.expected/linux_upload_maven_no_lto.json +++ b/recipes/engine/engine.expected/linux_upload_maven_no_lto.json
@@ -20648,169 +20648,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Linux Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-b", "-n",
diff --git a/recipes/engine/engine.expected/linux_upload_maven_no_lto_font_subset.json b/recipes/engine/engine.expected/linux_upload_maven_no_lto_font_subset.json index 3cef332..dcf74db 100644 --- a/recipes/engine/engine.expected/linux_upload_maven_no_lto_font_subset.json +++ b/recipes/engine/engine.expected/linux_upload_maven_no_lto_font_subset.json
@@ -20699,169 +20699,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Linux Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-b", "-n",
diff --git a/recipes/engine/engine.expected/linux_upload_maven_publish_cipd.json b/recipes/engine/engine.expected/linux_upload_maven_publish_cipd.json index 56325ad..6fe4ae3 100644 --- a/recipes/engine/engine.expected/linux_upload_maven_publish_cipd.json +++ b/recipes/engine/engine.expected/linux_upload_maven_publish_cipd.json
@@ -20638,169 +20638,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Linux Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-b", "-n",
diff --git a/recipes/engine/engine.expected/linux_upload_maven_publish_cipd_font_subset.json b/recipes/engine/engine.expected/linux_upload_maven_publish_cipd_font_subset.json index 9a7f384..1cf1a70 100644 --- a/recipes/engine/engine.expected/linux_upload_maven_publish_cipd_font_subset.json +++ b/recipes/engine/engine.expected/linux_upload_maven_publish_cipd_font_subset.json
@@ -20689,169 +20689,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Linux Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-b", "-n",
diff --git a/recipes/engine/engine.expected/linux_upload_maven_publish_cipd_no_lto.json b/recipes/engine/engine.expected/linux_upload_maven_publish_cipd_no_lto.json index dcdc22d..1ccd83f 100644 --- a/recipes/engine/engine.expected/linux_upload_maven_publish_cipd_no_lto.json +++ b/recipes/engine/engine.expected/linux_upload_maven_publish_cipd_no_lto.json
@@ -20646,169 +20646,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Linux Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-b", "-n",
diff --git a/recipes/engine/engine.expected/linux_upload_maven_publish_cipd_no_lto_font_subset.json b/recipes/engine/engine.expected/linux_upload_maven_publish_cipd_no_lto_font_subset.json index 72055b2..27d31af 100644 --- a/recipes/engine/engine.expected/linux_upload_maven_publish_cipd_no_lto_font_subset.json +++ b/recipes/engine/engine.expected/linux_upload_maven_publish_cipd_no_lto_font_subset.json
@@ -20697,169 +20697,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Linux Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-b", "-n",
diff --git a/recipes/engine/engine.expected/linux_upload_no_lto.json b/recipes/engine/engine.expected/linux_upload_no_lto.json index e1a3af7..1aaf3c7 100644 --- a/recipes/engine/engine.expected/linux_upload_no_lto.json +++ b/recipes/engine/engine.expected/linux_upload_no_lto.json
@@ -22145,169 +22145,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Linux Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-b", "-n",
diff --git a/recipes/engine/engine.expected/linux_upload_no_lto_font_subset.json b/recipes/engine/engine.expected/linux_upload_no_lto_font_subset.json index 5cff5ad..8e85751 100644 --- a/recipes/engine/engine.expected/linux_upload_no_lto_font_subset.json +++ b/recipes/engine/engine.expected/linux_upload_no_lto_font_subset.json
@@ -22196,169 +22196,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Linux Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-b", "-n",
diff --git a/recipes/engine/engine.expected/linux_upload_publish_cipd.json b/recipes/engine/engine.expected/linux_upload_publish_cipd.json index fe0e8a2..83a20c8 100644 --- a/recipes/engine/engine.expected/linux_upload_publish_cipd.json +++ b/recipes/engine/engine.expected/linux_upload_publish_cipd.json
@@ -22135,169 +22135,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Linux Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-b", "-n",
diff --git a/recipes/engine/engine.expected/linux_upload_publish_cipd_font_subset.json b/recipes/engine/engine.expected/linux_upload_publish_cipd_font_subset.json index b2bdeea..7ece126 100644 --- a/recipes/engine/engine.expected/linux_upload_publish_cipd_font_subset.json +++ b/recipes/engine/engine.expected/linux_upload_publish_cipd_font_subset.json
@@ -22186,169 +22186,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Linux Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-b", "-n",
diff --git a/recipes/engine/engine.expected/linux_upload_publish_cipd_no_lto.json b/recipes/engine/engine.expected/linux_upload_publish_cipd_no_lto.json index 3999724..6a94de3 100644 --- a/recipes/engine/engine.expected/linux_upload_publish_cipd_no_lto.json +++ b/recipes/engine/engine.expected/linux_upload_publish_cipd_no_lto.json
@@ -22143,169 +22143,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Linux Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-b", "-n",
diff --git a/recipes/engine/engine.expected/linux_upload_publish_cipd_no_lto_font_subset.json b/recipes/engine/engine.expected/linux_upload_publish_cipd_no_lto_font_subset.json index 132f850..bddb2a9 100644 --- a/recipes/engine/engine.expected/linux_upload_publish_cipd_no_lto_font_subset.json +++ b/recipes/engine/engine.expected/linux_upload_publish_cipd_no_lto_font_subset.json
@@ -22194,169 +22194,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Linux Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-b", "-n",
diff --git a/recipes/engine/engine.expected/mac.json b/recipes/engine/engine.expected/mac.json index f951659..8aa1036 100644 --- a/recipes/engine/engine.expected/mac.json +++ b/recipes/engine/engine.expected/mac.json
@@ -16572,169 +16572,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Mac Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-l", "3",
diff --git a/recipes/engine/engine.expected/mac_font_subset.json b/recipes/engine/engine.expected/mac_font_subset.json index f951659..8aa1036 100644 --- a/recipes/engine/engine.expected/mac_font_subset.json +++ b/recipes/engine/engine.expected/mac_font_subset.json
@@ -16572,169 +16572,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Mac Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-l", "3",
diff --git a/recipes/engine/engine.expected/mac_no_lto.json b/recipes/engine/engine.expected/mac_no_lto.json index aa449d7..221a3cf 100644 --- a/recipes/engine/engine.expected/mac_no_lto.json +++ b/recipes/engine/engine.expected/mac_no_lto.json
@@ -16582,169 +16582,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Mac Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-l", "3",
diff --git a/recipes/engine/engine.expected/mac_no_lto_font_subset.json b/recipes/engine/engine.expected/mac_no_lto_font_subset.json index aa449d7..221a3cf 100644 --- a/recipes/engine/engine.expected/mac_no_lto_font_subset.json +++ b/recipes/engine/engine.expected/mac_no_lto_font_subset.json
@@ -16582,169 +16582,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Mac Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-l", "3",
diff --git a/recipes/engine/engine.expected/mac_publish_cipd.json b/recipes/engine/engine.expected/mac_publish_cipd.json index f951659..8aa1036 100644 --- a/recipes/engine/engine.expected/mac_publish_cipd.json +++ b/recipes/engine/engine.expected/mac_publish_cipd.json
@@ -16572,169 +16572,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Mac Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-l", "3",
diff --git a/recipes/engine/engine.expected/mac_publish_cipd_font_subset.json b/recipes/engine/engine.expected/mac_publish_cipd_font_subset.json index f951659..8aa1036 100644 --- a/recipes/engine/engine.expected/mac_publish_cipd_font_subset.json +++ b/recipes/engine/engine.expected/mac_publish_cipd_font_subset.json
@@ -16572,169 +16572,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Mac Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-l", "3",
diff --git a/recipes/engine/engine.expected/mac_publish_cipd_no_lto.json b/recipes/engine/engine.expected/mac_publish_cipd_no_lto.json index aa449d7..221a3cf 100644 --- a/recipes/engine/engine.expected/mac_publish_cipd_no_lto.json +++ b/recipes/engine/engine.expected/mac_publish_cipd_no_lto.json
@@ -16582,169 +16582,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Mac Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-l", "3",
diff --git a/recipes/engine/engine.expected/mac_publish_cipd_no_lto_font_subset.json b/recipes/engine/engine.expected/mac_publish_cipd_no_lto_font_subset.json index aa449d7..221a3cf 100644 --- a/recipes/engine/engine.expected/mac_publish_cipd_no_lto_font_subset.json +++ b/recipes/engine/engine.expected/mac_publish_cipd_no_lto_font_subset.json
@@ -16582,169 +16582,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Mac Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-l", "3",
diff --git a/recipes/engine/engine.expected/mac_upload.json b/recipes/engine/engine.expected/mac_upload.json index f3a5162..1c5c292 100644 --- a/recipes/engine/engine.expected/mac_upload.json +++ b/recipes/engine/engine.expected/mac_upload.json
@@ -18374,169 +18374,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Mac Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-l", "3",
diff --git a/recipes/engine/engine.expected/mac_upload_font_subset.json b/recipes/engine/engine.expected/mac_upload_font_subset.json index 5318fb6..94e06d7 100644 --- a/recipes/engine/engine.expected/mac_upload_font_subset.json +++ b/recipes/engine/engine.expected/mac_upload_font_subset.json
@@ -18476,169 +18476,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Mac Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-l", "3",
diff --git a/recipes/engine/engine.expected/mac_upload_no_lto.json b/recipes/engine/engine.expected/mac_upload_no_lto.json index aaba1be..b39311d 100644 --- a/recipes/engine/engine.expected/mac_upload_no_lto.json +++ b/recipes/engine/engine.expected/mac_upload_no_lto.json
@@ -18384,169 +18384,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Mac Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-l", "3",
diff --git a/recipes/engine/engine.expected/mac_upload_no_lto_font_subset.json b/recipes/engine/engine.expected/mac_upload_no_lto_font_subset.json index 4f11986..2cb2ad2 100644 --- a/recipes/engine/engine.expected/mac_upload_no_lto_font_subset.json +++ b/recipes/engine/engine.expected/mac_upload_no_lto_font_subset.json
@@ -18486,169 +18486,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Mac Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-l", "3",
diff --git a/recipes/engine/engine.expected/mac_upload_publish_cipd.json b/recipes/engine/engine.expected/mac_upload_publish_cipd.json index f3a5162..1c5c292 100644 --- a/recipes/engine/engine.expected/mac_upload_publish_cipd.json +++ b/recipes/engine/engine.expected/mac_upload_publish_cipd.json
@@ -18374,169 +18374,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Mac Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-l", "3",
diff --git a/recipes/engine/engine.expected/mac_upload_publish_cipd_font_subset.json b/recipes/engine/engine.expected/mac_upload_publish_cipd_font_subset.json index 5318fb6..94e06d7 100644 --- a/recipes/engine/engine.expected/mac_upload_publish_cipd_font_subset.json +++ b/recipes/engine/engine.expected/mac_upload_publish_cipd_font_subset.json
@@ -18476,169 +18476,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Mac Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-l", "3",
diff --git a/recipes/engine/engine.expected/mac_upload_publish_cipd_no_lto.json b/recipes/engine/engine.expected/mac_upload_publish_cipd_no_lto.json index aaba1be..b39311d 100644 --- a/recipes/engine/engine.expected/mac_upload_publish_cipd_no_lto.json +++ b/recipes/engine/engine.expected/mac_upload_publish_cipd_no_lto.json
@@ -18384,169 +18384,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Mac Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-l", "3",
diff --git a/recipes/engine/engine.expected/mac_upload_publish_cipd_no_lto_font_subset.json b/recipes/engine/engine.expected/mac_upload_publish_cipd_no_lto_font_subset.json index 4f11986..2cb2ad2 100644 --- a/recipes/engine/engine.expected/mac_upload_publish_cipd_no_lto_font_subset.json +++ b/recipes/engine/engine.expected/mac_upload_publish_cipd_no_lto_font_subset.json
@@ -18486,169 +18486,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Mac Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-l", "3",
diff --git a/recipes/engine/engine.expected/pull_request.json b/recipes/engine/engine.expected/pull_request.json index 474f124..dee7fd1 100644 --- a/recipes/engine/engine.expected/pull_request.json +++ b/recipes/engine/engine.expected/pull_request.json
@@ -17869,169 +17869,6 @@ }, { "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Linux Host Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { - "cmd": [ "top", "-b", "-n",
diff --git a/recipes/engine/engine.expected/win.json b/recipes/engine/engine.expected/win.json index 815514a..855a853 100644 --- a/recipes/engine/engine.expected/win.json +++ b/recipes/engine/engine.expected/win.json
@@ -7285,169 +7285,6 @@ ] }, { - "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]\\builder\\src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]\\resources\\fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]\\resources\\tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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\\gcloud\\version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd.bat", - "ensure", - "-root", - "[START_DIR]\\cipd_tool\\path\\to\\gcloud\\version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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\\gcloud\\version%3Apinned-version\\bin\\gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Win Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { "name": "$result" } ] \ No newline at end of file
diff --git a/recipes/engine/engine.expected/win_font_subset.json b/recipes/engine/engine.expected/win_font_subset.json index 8b9468a..0fc7bb8 100644 --- a/recipes/engine/engine.expected/win_font_subset.json +++ b/recipes/engine/engine.expected/win_font_subset.json
@@ -7744,169 +7744,6 @@ ] }, { - "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]\\builder\\src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]\\resources\\fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]\\resources\\tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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\\gcloud\\version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd.bat", - "ensure", - "-root", - "[START_DIR]\\cipd_tool\\path\\to\\gcloud\\version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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\\gcloud\\version%3Apinned-version\\bin\\gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Win Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { "name": "$result" } ] \ No newline at end of file
diff --git a/recipes/engine/engine.expected/win_no_lto.json b/recipes/engine/engine.expected/win_no_lto.json index dd7f1f6..ecb4031 100644 --- a/recipes/engine/engine.expected/win_no_lto.json +++ b/recipes/engine/engine.expected/win_no_lto.json
@@ -7291,169 +7291,6 @@ ] }, { - "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]\\builder\\src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]\\resources\\fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]\\resources\\tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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\\gcloud\\version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd.bat", - "ensure", - "-root", - "[START_DIR]\\cipd_tool\\path\\to\\gcloud\\version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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\\gcloud\\version%3Apinned-version\\bin\\gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Win Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { "name": "$result" } ] \ No newline at end of file
diff --git a/recipes/engine/engine.expected/win_no_lto_font_subset.json b/recipes/engine/engine.expected/win_no_lto_font_subset.json index 8cd528f..e8c67a0 100644 --- a/recipes/engine/engine.expected/win_no_lto_font_subset.json +++ b/recipes/engine/engine.expected/win_no_lto_font_subset.json
@@ -7750,169 +7750,6 @@ ] }, { - "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]\\builder\\src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]\\resources\\fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]\\resources\\tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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\\gcloud\\version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd.bat", - "ensure", - "-root", - "[START_DIR]\\cipd_tool\\path\\to\\gcloud\\version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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\\gcloud\\version%3Apinned-version\\bin\\gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Win Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { "name": "$result" } ] \ No newline at end of file
diff --git a/recipes/engine/engine.expected/win_publish_cipd.json b/recipes/engine/engine.expected/win_publish_cipd.json index 815514a..855a853 100644 --- a/recipes/engine/engine.expected/win_publish_cipd.json +++ b/recipes/engine/engine.expected/win_publish_cipd.json
@@ -7285,169 +7285,6 @@ ] }, { - "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]\\builder\\src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]\\resources\\fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]\\resources\\tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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\\gcloud\\version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd.bat", - "ensure", - "-root", - "[START_DIR]\\cipd_tool\\path\\to\\gcloud\\version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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\\gcloud\\version%3Apinned-version\\bin\\gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Win Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { "name": "$result" } ] \ No newline at end of file
diff --git a/recipes/engine/engine.expected/win_publish_cipd_font_subset.json b/recipes/engine/engine.expected/win_publish_cipd_font_subset.json index 8b9468a..0fc7bb8 100644 --- a/recipes/engine/engine.expected/win_publish_cipd_font_subset.json +++ b/recipes/engine/engine.expected/win_publish_cipd_font_subset.json
@@ -7744,169 +7744,6 @@ ] }, { - "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]\\builder\\src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]\\resources\\fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]\\resources\\tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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\\gcloud\\version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd.bat", - "ensure", - "-root", - "[START_DIR]\\cipd_tool\\path\\to\\gcloud\\version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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\\gcloud\\version%3Apinned-version\\bin\\gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Win Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { "name": "$result" } ] \ No newline at end of file
diff --git a/recipes/engine/engine.expected/win_publish_cipd_no_lto.json b/recipes/engine/engine.expected/win_publish_cipd_no_lto.json index dd7f1f6..ecb4031 100644 --- a/recipes/engine/engine.expected/win_publish_cipd_no_lto.json +++ b/recipes/engine/engine.expected/win_publish_cipd_no_lto.json
@@ -7291,169 +7291,6 @@ ] }, { - "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]\\builder\\src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]\\resources\\fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]\\resources\\tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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\\gcloud\\version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd.bat", - "ensure", - "-root", - "[START_DIR]\\cipd_tool\\path\\to\\gcloud\\version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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\\gcloud\\version%3Apinned-version\\bin\\gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Win Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { "name": "$result" } ] \ No newline at end of file
diff --git a/recipes/engine/engine.expected/win_publish_cipd_no_lto_font_subset.json b/recipes/engine/engine.expected/win_publish_cipd_no_lto_font_subset.json index 8cd528f..e8c67a0 100644 --- a/recipes/engine/engine.expected/win_publish_cipd_no_lto_font_subset.json +++ b/recipes/engine/engine.expected/win_publish_cipd_no_lto_font_subset.json
@@ -7750,169 +7750,6 @@ ] }, { - "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]\\builder\\src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]\\resources\\fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]\\resources\\tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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\\gcloud\\version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd.bat", - "ensure", - "-root", - "[START_DIR]\\cipd_tool\\path\\to\\gcloud\\version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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\\gcloud\\version%3Apinned-version\\bin\\gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Win Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { "name": "$result" } ] \ No newline at end of file
diff --git a/recipes/engine/engine.expected/win_upload.json b/recipes/engine/engine.expected/win_upload.json index 6d64424..b994edc 100644 --- a/recipes/engine/engine.expected/win_upload.json +++ b/recipes/engine/engine.expected/win_upload.json
@@ -8065,169 +8065,6 @@ ] }, { - "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]\\builder\\src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]\\resources\\fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]\\resources\\tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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\\gcloud\\version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd.bat", - "ensure", - "-root", - "[START_DIR]\\cipd_tool\\path\\to\\gcloud\\version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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\\gcloud\\version%3Apinned-version\\bin\\gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Win Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { "name": "$result" } ] \ No newline at end of file
diff --git a/recipes/engine/engine.expected/win_upload_font_subset.json b/recipes/engine/engine.expected/win_upload_font_subset.json index bd79729..9e8392f 100644 --- a/recipes/engine/engine.expected/win_upload_font_subset.json +++ b/recipes/engine/engine.expected/win_upload_font_subset.json
@@ -8576,169 +8576,6 @@ ] }, { - "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]\\builder\\src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]\\resources\\fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]\\resources\\tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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\\gcloud\\version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd.bat", - "ensure", - "-root", - "[START_DIR]\\cipd_tool\\path\\to\\gcloud\\version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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\\gcloud\\version%3Apinned-version\\bin\\gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Win Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { "name": "$result" } ] \ No newline at end of file
diff --git a/recipes/engine/engine.expected/win_upload_no_lto.json b/recipes/engine/engine.expected/win_upload_no_lto.json index 23ed3f6..fce5e78 100644 --- a/recipes/engine/engine.expected/win_upload_no_lto.json +++ b/recipes/engine/engine.expected/win_upload_no_lto.json
@@ -8071,169 +8071,6 @@ ] }, { - "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]\\builder\\src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]\\resources\\fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]\\resources\\tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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\\gcloud\\version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd.bat", - "ensure", - "-root", - "[START_DIR]\\cipd_tool\\path\\to\\gcloud\\version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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\\gcloud\\version%3Apinned-version\\bin\\gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Win Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { "name": "$result" } ] \ No newline at end of file
diff --git a/recipes/engine/engine.expected/win_upload_no_lto_font_subset.json b/recipes/engine/engine.expected/win_upload_no_lto_font_subset.json index 4556e38..a563b94 100644 --- a/recipes/engine/engine.expected/win_upload_no_lto_font_subset.json +++ b/recipes/engine/engine.expected/win_upload_no_lto_font_subset.json
@@ -8582,169 +8582,6 @@ ] }, { - "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]\\builder\\src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]\\resources\\fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]\\resources\\tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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\\gcloud\\version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd.bat", - "ensure", - "-root", - "[START_DIR]\\cipd_tool\\path\\to\\gcloud\\version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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\\gcloud\\version%3Apinned-version\\bin\\gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Win Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { "name": "$result" } ] \ No newline at end of file
diff --git a/recipes/engine/engine.expected/win_upload_publish_cipd.json b/recipes/engine/engine.expected/win_upload_publish_cipd.json index 6d64424..b994edc 100644 --- a/recipes/engine/engine.expected/win_upload_publish_cipd.json +++ b/recipes/engine/engine.expected/win_upload_publish_cipd.json
@@ -8065,169 +8065,6 @@ ] }, { - "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]\\builder\\src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]\\resources\\fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]\\resources\\tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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\\gcloud\\version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd.bat", - "ensure", - "-root", - "[START_DIR]\\cipd_tool\\path\\to\\gcloud\\version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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\\gcloud\\version%3Apinned-version\\bin\\gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Win Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { "name": "$result" } ] \ No newline at end of file
diff --git a/recipes/engine/engine.expected/win_upload_publish_cipd_font_subset.json b/recipes/engine/engine.expected/win_upload_publish_cipd_font_subset.json index bd79729..9e8392f 100644 --- a/recipes/engine/engine.expected/win_upload_publish_cipd_font_subset.json +++ b/recipes/engine/engine.expected/win_upload_publish_cipd_font_subset.json
@@ -8576,169 +8576,6 @@ ] }, { - "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]\\builder\\src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]\\resources\\fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]\\resources\\tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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\\gcloud\\version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd.bat", - "ensure", - "-root", - "[START_DIR]\\cipd_tool\\path\\to\\gcloud\\version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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\\gcloud\\version%3Apinned-version\\bin\\gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Win Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { "name": "$result" } ] \ No newline at end of file
diff --git a/recipes/engine/engine.expected/win_upload_publish_cipd_no_lto.json b/recipes/engine/engine.expected/win_upload_publish_cipd_no_lto.json index 23ed3f6..fce5e78 100644 --- a/recipes/engine/engine.expected/win_upload_publish_cipd_no_lto.json +++ b/recipes/engine/engine.expected/win_upload_publish_cipd_no_lto.json
@@ -8071,169 +8071,6 @@ ] }, { - "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]\\builder\\src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]\\resources\\fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]\\resources\\tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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\\gcloud\\version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd.bat", - "ensure", - "-root", - "[START_DIR]\\cipd_tool\\path\\to\\gcloud\\version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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\\gcloud\\version%3Apinned-version\\bin\\gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Win Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { "name": "$result" } ] \ No newline at end of file
diff --git a/recipes/engine/engine.expected/win_upload_publish_cipd_no_lto_font_subset.json b/recipes/engine/engine.expected/win_upload_publish_cipd_no_lto_font_subset.json index 4556e38..a563b94 100644 --- a/recipes/engine/engine.expected/win_upload_publish_cipd_no_lto_font_subset.json +++ b/recipes/engine/engine.expected/win_upload_publish_cipd_no_lto_font_subset.json
@@ -8582,169 +8582,6 @@ ] }, { - "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]\\builder\\src", - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]\\resources\\fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]\\resources\\tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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\\gcloud\\version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd.bat", - "ensure", - "-root", - "[START_DIR]\\cipd_tool\\path\\to\\gcloud\\version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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\\gcloud\\version%3Apinned-version\\bin\\gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Win Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { "name": "$result" } ] \ No newline at end of file
diff --git a/recipes/engine/engine.py b/recipes/engine/engine.py index 52ad97d..db96d06 100644 --- a/recipes/engine/engine.py +++ b/recipes/engine/engine.py
@@ -91,16 +91,6 @@ return api.path['cache'].join('builder', 'src') -def GetGitHash(api): - with api.context(cwd=GetCheckoutPath(api)): - return api.step( - "Retrieve git hash", - ["git", "rev-parse", "HEAD"], - stdout=api.raw_io.output_text(), - infra_step=True, - ).stdout.strip() - - def GetCloudPath(api, path): git_hash = api.buildbucket.gitiles_commit.id if api.runtime.is_experimental: @@ -246,30 +236,6 @@ api.step('gn %s' % ' '.join(args), gn_cmd) -def NotifyPubsub( - api, - buildername, - bucket, - topic='projects/flutter-dashboard/topics/luci-builds-prod' -): - """Sends a pubsub message to the topic specified with buildername and githash, identifying - the completed build. - - Args: - api: luci api object. - buildername(str): The name of builder. - bucket(str): The name of the bucket. - topic(str): (optional) gcloud topic to publish message to. - """ - githash = GetGitHash(api) - cmd = [ - 'pubsub', 'topics', 'publish', topic, - '--message={"buildername" : "%s", "bucket" : "%s", "githash" : "%s"}' % - (buildername, bucket, githash) - ] - api.gcloud(*cmd, infra_step=True) - - def UploadArtifacts( api, platform, @@ -1750,12 +1716,6 @@ # This is to clean up leaked processes. api.os_utils.kill_processes() - # Notifies of build completion - # TODO(crbug.com/843720): replace this when user defined notifications is implemented. - NotifyPubsub( - api, api.buildbucket.builder_name, api.buildbucket.build.builder.bucket - ) - # Collect memory/cpu/process after task execution. api.os_utils.collect_os_info() @@ -1977,34 +1937,6 @@ api.properties.environ(EnvProperties(SWARMING_TASK_ID='deadbeef')), ) yield api.test( - 'gcloud_pubsub_failure', - api.buildbucket.ci_build( - builder='Linux Host Engine', - git_repo='https://github.com/flutter/engine', - project='flutter' - ), - # Next line force a fail condition for the bot update - # first execution. - api.step_data('gcloud pubsub', retcode=1), - collect_build_output, - api.runtime(is_experimental=True), - api.properties( - **{ - 'clobber': False, - 'git_url': 'https://github.com/flutter/engine', - 'goma_jobs': '200', - 'git_ref': 'refs/pull/1/head', - 'fuchsia_ctl_version': 'version:0.0.2', - 'build_host': True, - 'build_fuchsia': True, - 'build_android_aot': True, - 'build_android_debug': True, - 'android_sdk_license': 'android_sdk_hash', - 'android_sdk_preview_license': 'android_sdk_preview_hash' - } - ), - ) - yield api.test( 'fail_android_aot_sharded_builds', # 64 bit linux machine api.platform('linux', 64),
diff --git a/recipes/engine/engine_arm.expected/clobber.json b/recipes/engine/engine_arm.expected/clobber.json index 04a82ea..38eb926 100644 --- a/recipes/engine/engine_arm.expected/clobber.json +++ b/recipes/engine/engine_arm.expected/clobber.json
@@ -2569,167 +2569,6 @@ "name": "temp dir for Upload Dart SDK" }, { - "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Linux Host Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { "cmd": [], "name": "Killing Processes" },
diff --git a/recipes/engine/engine_arm.expected/experimental.json b/recipes/engine/engine_arm.expected/experimental.json index b87980d..5a4159e 100644 --- a/recipes/engine/engine_arm.expected/experimental.json +++ b/recipes/engine/engine_arm.expected/experimental.json
@@ -2457,167 +2457,6 @@ "name": "temp dir for Upload Dart SDK" }, { - "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Linux Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { "cmd": [], "name": "Killing Processes" },
diff --git a/recipes/engine/engine_arm.expected/experimental_upload.json b/recipes/engine/engine_arm.expected/experimental_upload.json index fa21780..e66430f 100644 --- a/recipes/engine/engine_arm.expected/experimental_upload.json +++ b/recipes/engine/engine_arm.expected/experimental_upload.json
@@ -2765,167 +2765,6 @@ "name": "temp dir for Upload Dart SDK" }, { - "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Linux Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { "cmd": [], "name": "Killing Processes" },
diff --git a/recipes/engine/engine_arm.expected/gcloud_pubsub_failure.json b/recipes/engine/engine_arm.expected/gcloud_pubsub_failure.json deleted file mode 100644 index ac856f7..0000000 --- a/recipes/engine/engine_arm.expected/gcloud_pubsub_failure.json +++ /dev/null
@@ -1,2771 +0,0 @@ -[ - { - "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": "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://github.com/flutter/engine'}]", - "--revision_mapping_file", - "{\"got_engine_revision\": \"src/flutter\"}", - "--git-cache-dir", - "[CACHE]/git", - "--cleanup-dir", - "[CLEANUP]/bot_update", - "--output_json", - "/path/to/tmp/json", - "--revision", - "src/flutter@refs/pull/1/head", - "--refs", - "refs/heads/main", - "--refs", - "refs/pull/1/head" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "DEPOT_TOOLS_REPORT_BUILD": "flutter/ci/Linux Host Engine/8945511751514863184", - "FLUTTER_PREBUILT_DART_SDK": "True", - "GIT_HTTP_LOW_SPEED_LIMIT": "102400", - "GIT_HTTP_LOW_SPEED_TIME": "1800", - "GOMA_DIR": "[CACHE]/goma/client" - }, - "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\": \"refs/pull/1/head\"@@@", - "@@@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\": \"a63681edc0f69a72604596b16c7986513e809995\"@@@", - "@@@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\": \"a63681edc0f69a72604596b16c7986513e809995\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"got_engine_revision_cp\": \"refs/pull/1/head@{#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\": \"a63681edc0f69a72604596b16c7986513e809995\"@@@", - "@@@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@\"a63681edc0f69a72604596b16c7986513e809995\"@@@", - "@@@SET_BUILD_PROPERTY@got_engine_revision_cp@\"refs/pull/1/head@{#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 Host Engine/8945511751514863184", - "FLUTTER_PREBUILT_DART_SDK": "True", - "GOMA_DIR": "[CACHE]/goma/client" - }, - "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": [ - "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 Host Engine/8945511751514863184", - "FLUTTER_PREBUILT_DART_SDK": "True", - "GOMA_DIR": "[CACHE]/goma/client" - }, - "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": [ - "python3", - "[CACHE]/builder/src/flutter/tools/gn", - "--goma", - "--runtime-mode", - "debug", - "--full-dart-sdk", - "--target-os=linux", - "--linux-cpu=arm64", - "--prebuilt-dart-sdk" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "FLUTTER_PREBUILT_DART_SDK": "True", - "GOMA_DIR": "[CACHE]/goma/client" - }, - "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 --runtime-mode debug --full-dart-sdk --target-os=linux --linux-cpu=arm64 --prebuilt-dart-sdk" - }, - { - "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_PREBUILT_DART_SDK": "True", - "GLOG_log_dir": "[CLEANUP]", - "GOMA_CACHE_DIR": "[CACHE]/goma", - "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", - "GOMA_DIR": "[CACHE]/goma/client", - "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", - "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", - "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", - "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", - "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", - "GOMA_TMP_DIR": "[CLEANUP]/goma", - "GOMA_USE_LOCAL": "False" - }, - "env_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_PREBUILT_DART_SDK": "True", - "GLOG_log_dir": "[CLEANUP]", - "GOMA_CACHE_DIR": "[CACHE]/goma", - "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", - "GOMA_DIR": "[CACHE]/goma/client", - "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", - "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", - "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", - "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", - "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", - "GOMA_TMP_DIR": "[CLEANUP]/goma", - "GOMA_USE_LOCAL": "False" - }, - "env_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_PREBUILT_DART_SDK": "True", - "GLOG_log_dir": "[CLEANUP]", - "GOMA_CACHE_DIR": "[CACHE]/goma", - "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", - "GOMA_DIR": "[CACHE]/goma/client", - "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", - "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", - "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", - "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", - "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", - "GOMA_TMP_DIR": "[CLEANUP]/goma", - "GOMA_USE_LOCAL": "False" - }, - "env_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_PREBUILT_DART_SDK": "True", - "GLOG_log_dir": "[CLEANUP]", - "GOMA_CACHE_DIR": "[CACHE]/goma", - "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", - "GOMA_DIR": "[CACHE]/goma/client", - "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", - "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", - "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", - "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", - "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", - "GOMA_TMP_DIR": "[CLEANUP]/goma", - "GOMA_USE_LOCAL": "False" - }, - "env_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": [ - "[CACHE]/builder/src/flutter/third_party/ninja/ninja", - "-j", - "200", - "-C", - "[CACHE]/builder/src/out/linux_debug_arm64" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "FLUTTER_PREBUILT_DART_SDK": "True", - "GOMA_DIR": "[CACHE]/goma/client", - "GOMA_TMP_DIR": "[CLEANUP]/goma", - "GOMA_USE_LOCAL": "False" - }, - "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 linux_debug_arm64" - }, - { - "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_PREBUILT_DART_SDK": "True", - "GLOG_log_dir": "[CLEANUP]", - "GOMA_CACHE_DIR": "[CACHE]/goma", - "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", - "GOMA_DIR": "[CACHE]/goma/client", - "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", - "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", - "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", - "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", - "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", - "GOMA_TMP_DIR": "[CLEANUP]/goma", - "GOMA_USE_LOCAL": "False" - }, - "env_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_PREBUILT_DART_SDK": "True", - "GLOG_log_dir": "[CLEANUP]", - "GOMA_CACHE_DIR": "[CACHE]/goma", - "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", - "GOMA_DIR": "[CACHE]/goma/client", - "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", - "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", - "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", - "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", - "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", - "GOMA_TMP_DIR": "[CLEANUP]/goma", - "GOMA_USE_LOCAL": "False" - }, - "env_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_PREBUILT_DART_SDK": "True", - "GLOG_log_dir": "[CLEANUP]", - "GOMA_CACHE_DIR": "[CACHE]/goma", - "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", - "GOMA_DIR": "[CACHE]/goma/client", - "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", - "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", - "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", - "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", - "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", - "GOMA_TMP_DIR": "[CLEANUP]/goma", - "GOMA_USE_LOCAL": "False" - }, - "env_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_PREBUILT_DART_SDK": "True", - "GOMA_DIR": "[CACHE]/goma/client", - "GOMA_TMP_DIR": "[CLEANUP]/goma", - "GOMA_USE_LOCAL": "False" - }, - "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_PREBUILT_DART_SDK": "True", - "GOMA_DIR": "[CACHE]/goma/client", - "GOMA_TMP_DIR": "[CLEANUP]/goma", - "GOMA_USE_LOCAL": "False" - }, - "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 Host 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_PREBUILT_DART_SDK": "True", - "GOMA_DIR": "[CACHE]/goma/client", - "GOMA_TMP_DIR": "[CLEANUP]/goma", - "GOMA_USE_LOCAL": "False" - }, - "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_PREBUILT_DART_SDK": "True", - "GOMA_DIR": "[CACHE]/goma/client", - "GOMA_TMP_DIR": "[CLEANUP]/goma", - "GOMA_USE_LOCAL": "False" - }, - "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_PREBUILT_DART_SDK": "True", - "GOMA_DIR": "[CACHE]/goma/client", - "GOMA_TMP_DIR": "[CLEANUP]/goma", - "GOMA_USE_LOCAL": "False" - }, - "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 Host 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_PREBUILT_DART_SDK": "True", - "GOMA_DIR": "[CACHE]/goma/client", - "GOMA_TMP_DIR": "[CLEANUP]/goma", - "GOMA_USE_LOCAL": "False" - }, - "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": [ - "python3", - "[CACHE]/builder/src/flutter/tools/gn", - "--goma", - "--runtime-mode", - "profile", - "--no-lto", - "--target-os=linux", - "--linux-cpu=arm64", - "--prebuilt-dart-sdk" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "FLUTTER_PREBUILT_DART_SDK": "True", - "GOMA_DIR": "[CACHE]/goma/client" - }, - "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 --runtime-mode profile --no-lto --target-os=linux --linux-cpu=arm64 --prebuilt-dart-sdk" - }, - { - "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_PREBUILT_DART_SDK": "True", - "GLOG_log_dir": "[CLEANUP]", - "GOMA_CACHE_DIR": "[CACHE]/goma", - "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", - "GOMA_DIR": "[CACHE]/goma/client", - "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", - "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", - "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", - "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", - "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", - "GOMA_TMP_DIR": "[CLEANUP]/goma", - "GOMA_USE_LOCAL": "False" - }, - "env_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": [ - "[CACHE]/builder/src/flutter/third_party/ninja/ninja", - "-j", - "200", - "-C", - "[CACHE]/builder/src/out/linux_profile_arm64" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "FLUTTER_PREBUILT_DART_SDK": "True", - "GOMA_DIR": "[CACHE]/goma/client", - "GOMA_TMP_DIR": "[CLEANUP]/goma", - "GOMA_USE_LOCAL": "False" - }, - "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 linux_profile_arm64" - }, - { - "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_PREBUILT_DART_SDK": "True", - "GLOG_log_dir": "[CLEANUP]", - "GOMA_CACHE_DIR": "[CACHE]/goma", - "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", - "GOMA_DIR": "[CACHE]/goma/client", - "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", - "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", - "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", - "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", - "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", - "GOMA_TMP_DIR": "[CLEANUP]/goma", - "GOMA_USE_LOCAL": "False" - }, - "env_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_PREBUILT_DART_SDK": "True", - "GLOG_log_dir": "[CLEANUP]", - "GOMA_CACHE_DIR": "[CACHE]/goma", - "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", - "GOMA_DIR": "[CACHE]/goma/client", - "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", - "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", - "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", - "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", - "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", - "GOMA_TMP_DIR": "[CLEANUP]/goma", - "GOMA_USE_LOCAL": "False" - }, - "env_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_PREBUILT_DART_SDK": "True", - "GLOG_log_dir": "[CLEANUP]", - "GOMA_CACHE_DIR": "[CACHE]/goma", - "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", - "GOMA_DIR": "[CACHE]/goma/client", - "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", - "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", - "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", - "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", - "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", - "GOMA_TMP_DIR": "[CLEANUP]/goma", - "GOMA_USE_LOCAL": "False" - }, - "env_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_PREBUILT_DART_SDK": "True", - "GOMA_DIR": "[CACHE]/goma/client", - "GOMA_TMP_DIR": "[CLEANUP]/goma", - "GOMA_USE_LOCAL": "False" - }, - "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_PREBUILT_DART_SDK": "True", - "GOMA_DIR": "[CACHE]/goma/client", - "GOMA_TMP_DIR": "[CLEANUP]/goma", - "GOMA_USE_LOCAL": "False" - }, - "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 Host 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 Host 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_PREBUILT_DART_SDK": "True", - "GOMA_DIR": "[CACHE]/goma/client", - "GOMA_TMP_DIR": "[CLEANUP]/goma", - "GOMA_USE_LOCAL": "False" - }, - "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": [ - "python3", - "[CACHE]/builder/src/flutter/tools/gn", - "--goma", - "--runtime-mode", - "release", - "--target-os=linux", - "--linux-cpu=arm64", - "--prebuilt-dart-sdk" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "FLUTTER_PREBUILT_DART_SDK": "True", - "GOMA_DIR": "[CACHE]/goma/client" - }, - "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 --runtime-mode release --target-os=linux --linux-cpu=arm64 --prebuilt-dart-sdk" - }, - { - "cmd": [], - "name": "setup goma (3)" - }, - { - "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_PREBUILT_DART_SDK": "True", - "GLOG_log_dir": "[CLEANUP]", - "GOMA_CACHE_DIR": "[CACHE]/goma", - "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", - "GOMA_DIR": "[CACHE]/goma/client", - "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", - "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", - "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", - "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", - "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", - "GOMA_TMP_DIR": "[CLEANUP]/goma", - "GOMA_USE_LOCAL": "False" - }, - "env_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 (3).start goma", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "[CACHE]/builder/src/flutter/third_party/ninja/ninja", - "-j", - "200", - "-C", - "[CACHE]/builder/src/out/linux_release_arm64" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "FLUTTER_PREBUILT_DART_SDK": "True", - "GOMA_DIR": "[CACHE]/goma/client", - "GOMA_TMP_DIR": "[CLEANUP]/goma", - "GOMA_USE_LOCAL": "False" - }, - "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 linux_release_arm64" - }, - { - "cmd": [], - "name": "teardown goma (3)" - }, - { - "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_PREBUILT_DART_SDK": "True", - "GLOG_log_dir": "[CLEANUP]", - "GOMA_CACHE_DIR": "[CACHE]/goma", - "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", - "GOMA_DIR": "[CACHE]/goma/client", - "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", - "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", - "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", - "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", - "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", - "GOMA_TMP_DIR": "[CLEANUP]/goma", - "GOMA_USE_LOCAL": "False" - }, - "env_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 (3).goma jsonstatus", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"notice\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"infra_status\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"num_user_error\": 0, @@@", - "@@@STEP_LOG_LINE@json.output@ \"ping_status_code\": 200@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@ ]@@@", - "@@@STEP_LOG_LINE@json.output@}@@@", - "@@@STEP_LOG_END@json.output@@@" - ] - }, - { - "cmd": [ - "[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_PREBUILT_DART_SDK": "True", - "GLOG_log_dir": "[CLEANUP]", - "GOMA_CACHE_DIR": "[CACHE]/goma", - "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", - "GOMA_DIR": "[CACHE]/goma/client", - "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", - "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", - "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", - "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", - "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", - "GOMA_TMP_DIR": "[CLEANUP]/goma", - "GOMA_USE_LOCAL": "False" - }, - "env_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 (3).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_PREBUILT_DART_SDK": "True", - "GLOG_log_dir": "[CLEANUP]", - "GOMA_CACHE_DIR": "[CACHE]/goma", - "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", - "GOMA_DIR": "[CACHE]/goma/client", - "GOMA_DUMP_STATS_FILE": "[CACHE]/goma/client/goma_stats.json", - "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]/goma/localoutputcache", - "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", - "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", - "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", - "GOMA_TMP_DIR": "[CLEANUP]/goma", - "GOMA_USE_LOCAL": "False" - }, - "env_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 (3).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_PREBUILT_DART_SDK": "True", - "GOMA_DIR": "[CACHE]/goma/client", - "GOMA_TMP_DIR": "[CLEANUP]/goma", - "GOMA_USE_LOCAL": "False" - }, - "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 (3).read goma_client warning log", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@compiler_proxy.WARNING@test log@@@", - "@@@STEP_LOG_END@compiler_proxy.WARNING@@@" - ] - }, - { - "cmd": [ - "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_PREBUILT_DART_SDK": "True", - "GOMA_DIR": "[CACHE]/goma/client", - "GOMA_TMP_DIR": "[CLEANUP]/goma", - "GOMA_USE_LOCAL": "False" - }, - "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 (3).read goma_stats.json", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"build_info\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"build_id\": 8945511751514863184, @@@", - "@@@STEP_LOG_LINE@json.output@ \"builder\": \"Linux Host Engine\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"time_stamp\": \"2012-05-14 12:53:27.500000\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"time_stamp_int\": 1337000009000@@@", - "@@@STEP_LOG_LINE@json.output@ }@@@", - "@@@STEP_LOG_LINE@json.output@}@@@", - "@@@STEP_LOG_END@json.output@@@" - ] - }, - { - "cmd": [ - "[START_DIR]/cipd_tool/path/to/bqupload/version%3Apinned-version/bqupload", - "fuchsia-infra.artifacts.builds_beta_goma", - "{\"build_info\": {\"build_id\": 8945511751514863184, \"builder\": \"Linux Host Engine\", \"time_stamp\": \"2012-05-14 12:53:27.500000\", \"time_stamp_int\": 1337000009000}}" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "FLUTTER_PREBUILT_DART_SDK": "True", - "GOMA_DIR": "[CACHE]/goma/client", - "GOMA_TMP_DIR": "[CLEANUP]/goma", - "GOMA_USE_LOCAL": "False" - }, - "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 (3).upload goma stats to bigquery", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "python3", - "RECIPE_MODULE[flutter::zip]/resources/zip.py" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "FLUTTER_PREBUILT_DART_SDK": "True", - "GOMA_DIR": "[CACHE]/goma/client" - }, - "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 linux-arm64 artifacts.zip", - "stdin": "{\"entries\": [{\"archive_name\": \"icudtl.dat\", \"path\": \"[CACHE]/builder/src/third_party/icu/flutter/icudtl.dat\", \"type\": \"file\"}, {\"archive_name\": \"flutter_tester\", \"path\": \"[CACHE]/builder/src/out/linux_debug_arm64/flutter_tester\", \"type\": \"file\"}, {\"archive_name\": \"LICENSE.impellerc.md\", \"path\": \"[CACHE]/builder/src/out/linux_debug_arm64/gen/flutter/impeller/compiler/LICENSE.impellerc.md\", \"type\": \"file\"}, {\"archive_name\": \"LICENSE.path_ops.md\", \"path\": \"[CACHE]/builder/src/out/linux_debug_arm64/gen/flutter/tools/path_ops/LICENSE.path_ops.md\", \"type\": \"file\"}, {\"archive_name\": \"impellerc\", \"path\": \"[CACHE]/builder/src/out/linux_debug_arm64/impellerc\", \"type\": \"file\"}, {\"archive_name\": \"libpath_ops.so\", \"path\": \"[CACHE]/builder/src/out/linux_debug_arm64/libpath_ops.so\", \"type\": \"file\"}, {\"archive_name\": \"libtessellator.so\", \"path\": \"[CACHE]/builder/src/out/linux_debug_arm64/libtessellator.so\", \"type\": \"file\"}, {\"archive_name\": \"isolate_snapshot.bin\", \"path\": \"[CACHE]/builder/src/out/linux_debug_arm64/gen/flutter/lib/snapshot/isolate_snapshot.bin\", \"type\": \"file\"}, {\"archive_name\": \"vm_isolate_snapshot.bin\", \"path\": \"[CACHE]/builder/src/out/linux_debug_arm64/gen/flutter/lib/snapshot/vm_isolate_snapshot.bin\", \"type\": \"file\"}, {\"archive_name\": \"frontend_server.dart.snapshot\", \"path\": \"[CACHE]/builder/src/out/linux_debug_arm64/gen/frontend_server.dart.snapshot\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_1/artifacts.zip\", \"root\": \"[CACHE]/builder/src\"}" - }, - { - "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_PREBUILT_DART_SDK": "True", - "GOMA_DIR": "[CACHE]/goma/client" - }, - "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 linux-arm64 UploadArtifacts artifacts.zip" - }, - { - "cmd": [ - "python3", - "RECIPE_MODULE[flutter::zip]/resources/zip.py" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "FLUTTER_PREBUILT_DART_SDK": "True", - "GOMA_DIR": "[CACHE]/goma/client" - }, - "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 linux-arm64 font-subset.zip", - "stdin": "{\"entries\": [{\"archive_name\": \"font-subset\", \"path\": \"[CACHE]/builder/src/out/linux_release_arm64/font-subset\", \"type\": \"file\"}, {\"archive_name\": \"const_finder.dart.snapshot\", \"path\": \"[CACHE]/builder/src/out/linux_debug_arm64/gen/const_finder.dart.snapshot\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_2/artifacts.zip\", \"root\": \"[CACHE]/builder/src\"}" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_2" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "FLUTTER_PREBUILT_DART_SDK": "True", - "GOMA_DIR": "[CACHE]/goma/client" - }, - "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 linux-arm64 UploadArtifacts font-subset.zip" - }, - { - "cmd": [ - "python3", - "RECIPE_MODULE[flutter::zip]/resources/zip.py" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "FLUTTER_PREBUILT_DART_SDK": "True", - "GOMA_DIR": "[CACHE]/goma/client" - }, - "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 flutter_linux", - "stdin": "{\"entries\": [{\"path\": \"[CACHE]/builder/src/out/linux_debug_arm64/flutter_linux\", \"type\": \"dir\"}, {\"archive_name\": \"libflutter_linux_gtk.so\", \"path\": \"[CACHE]/builder/src/out/linux_debug_arm64/libflutter_linux_gtk.so\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_3/linux-arm64-flutter-gtk.zip\", \"root\": \"[CACHE]/builder/src/out/linux_debug_arm64\"}" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_3" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "FLUTTER_PREBUILT_DART_SDK": "True", - "GOMA_DIR": "[CACHE]/goma/client" - }, - "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 Upload linux-arm64 Flutter GTK artifacts" - }, - { - "cmd": [ - "python3", - "RECIPE_MODULE[flutter::zip]/resources/zip.py" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "FLUTTER_PREBUILT_DART_SDK": "True", - "GOMA_DIR": "[CACHE]/goma/client" - }, - "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 flutter_linux (2)", - "stdin": "{\"entries\": [{\"path\": \"[CACHE]/builder/src/out/linux_profile_arm64/flutter_linux\", \"type\": \"dir\"}, {\"archive_name\": \"libflutter_linux_gtk.so\", \"path\": \"[CACHE]/builder/src/out/linux_profile_arm64/libflutter_linux_gtk.so\", \"type\": \"file\"}, {\"archive_name\": \"gen_snapshot\", \"path\": \"[CACHE]/builder/src/out/linux_profile_arm64/gen_snapshot\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_4/linux-arm64-flutter-gtk.zip\", \"root\": \"[CACHE]/builder/src/out/linux_profile_arm64\"}" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_4" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "FLUTTER_PREBUILT_DART_SDK": "True", - "GOMA_DIR": "[CACHE]/goma/client" - }, - "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 Upload linux-arm64 Flutter GTK artifacts (2)" - }, - { - "cmd": [ - "python3", - "RECIPE_MODULE[flutter::zip]/resources/zip.py" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "FLUTTER_PREBUILT_DART_SDK": "True", - "GOMA_DIR": "[CACHE]/goma/client" - }, - "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 flutter_linux (3)", - "stdin": "{\"entries\": [{\"path\": \"[CACHE]/builder/src/out/linux_release_arm64/flutter_linux\", \"type\": \"dir\"}, {\"archive_name\": \"libflutter_linux_gtk.so\", \"path\": \"[CACHE]/builder/src/out/linux_release_arm64/libflutter_linux_gtk.so\", \"type\": \"file\"}, {\"archive_name\": \"gen_snapshot\", \"path\": \"[CACHE]/builder/src/out/linux_release_arm64/gen_snapshot\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_5/linux-arm64-flutter-gtk.zip\", \"root\": \"[CACHE]/builder/src/out/linux_release_arm64\"}" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_5" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "FLUTTER_PREBUILT_DART_SDK": "True", - "GOMA_DIR": "[CACHE]/goma/client" - }, - "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 Upload linux-arm64 Flutter GTK artifacts (3)" - }, - { - "cmd": [ - "python3", - "RECIPE_MODULE[flutter::zip]/resources/zip.py" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "FLUTTER_PREBUILT_DART_SDK": "True", - "GOMA_DIR": "[CACHE]/goma/client" - }, - "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 flutter_linux (4)", - "stdin": "{\"entries\": [{\"path\": \"[CACHE]/builder/src/out/linux_debug_arm64/flutter_linux\", \"type\": \"dir\"}, {\"archive_name\": \"libflutter_linux_gtk.so\", \"path\": \"[CACHE]/builder/src/out/linux_debug_arm64/libflutter_linux_gtk.so\", \"type\": \"file\"}], \"output\": \"[CLEANUP]/tmp_tmp_6/linux-arm64-flutter-gtk.zip\", \"root\": \"[CACHE]/builder/src/out/linux_debug_arm64\"}" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_6" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "FLUTTER_PREBUILT_DART_SDK": "True", - "GOMA_DIR": "[CACHE]/goma/client" - }, - "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 Upload linux-arm64 Flutter GTK artifacts (4)" - }, - { - "cmd": [ - "python3", - "RECIPE_MODULE[flutter::zip]/resources/zip.py" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "FLUTTER_PREBUILT_DART_SDK": "True", - "GOMA_DIR": "[CACHE]/goma/client" - }, - "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 dart-sdk", - "stdin": "{\"entries\": [{\"path\": \"[CACHE]/builder/src/out/linux_debug_arm64/dart-sdk\", \"type\": \"dir\"}], \"output\": \"[CLEANUP]/tmp_tmp_7/dart-sdk-linux-arm64.zip\", \"root\": \"[CACHE]/builder/src/out/linux_debug_arm64\"}" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "rmtree", - "[CLEANUP]/tmp_tmp_7" - ], - "cwd": "[CACHE]/builder", - "env": { - "ANDROID_HOME": "[CACHE]/builder/src/third_party/android_tools/sdk", - "FLUTTER_PREBUILT_DART_SDK": "True", - "GOMA_DIR": "[CACHE]/goma/client" - }, - "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 Upload Dart SDK" - }, - { - "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Linux Host Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub", - "~followup_annotations": [ - "@@@STEP_FAILURE@@@" - ] - }, - { - "cmd": [], - "name": "Killing Processes" - }, - { - "cmd": [ - "pkill", - "chrome" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Killing Processes.kill chrome", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "pkill", - "dart" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Killing Processes.kill dart", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "pkill", - "flutter" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Killing Processes.kill flutter", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "pkill", - "java" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Killing Processes.kill java", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "cmd": [ - "pkill", - "adb" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Killing Processes.kill adb", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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 (2)" - }, - { - "name": "$result" - } -] \ No newline at end of file
diff --git a/recipes/engine/engine_arm.expected/linux.json b/recipes/engine/engine_arm.expected/linux.json index 9af4ea9..8912b06 100644 --- a/recipes/engine/engine_arm.expected/linux.json +++ b/recipes/engine/engine_arm.expected/linux.json
@@ -2457,167 +2457,6 @@ "name": "temp dir for Upload Dart SDK" }, { - "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Linux Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { "cmd": [], "name": "Killing Processes" },
diff --git a/recipes/engine/engine_arm.expected/linux_upload.json b/recipes/engine/engine_arm.expected/linux_upload.json index d128c75..1df3a8f 100644 --- a/recipes/engine/engine_arm.expected/linux_upload.json +++ b/recipes/engine/engine_arm.expected/linux_upload.json
@@ -2765,167 +2765,6 @@ "name": "temp dir for Upload Dart SDK" }, { - "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Linux Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { "cmd": [], "name": "Killing Processes" },
diff --git a/recipes/engine/engine_arm.expected/pull_request.json b/recipes/engine/engine_arm.expected/pull_request.json index a94d8a0..e61154c 100644 --- a/recipes/engine/engine_arm.expected/pull_request.json +++ b/recipes/engine/engine_arm.expected/pull_request.json
@@ -2459,167 +2459,6 @@ "name": "temp dir for Upload Dart SDK" }, { - "cmd": [ - "git", - "rev-parse", - "HEAD" - ], - "cwd": "[CACHE]/builder/src", - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "Retrieve git hash" - }, - { - "cmd": [], - "name": "ensure gcloud" - }, - { - "cmd": [ - "vpython3", - "-u", - "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", - "--json-output", - "/path/to/tmp/json", - "copy", - "RECIPE_MODULE[fuchsia::gcloud]/resources/tool_manifest.json", - "/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 gcloud.read manifest", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/gcloud\",@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", - "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", - "@@@STEP_LOG_END@tool_manifest.json@@@" - ] - }, - { - "cmd": [], - "name": "ensure gcloud.install path/to/gcloud", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@1@@@" - ] - }, - { - "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/gcloud/version%3Apinned-version" - ], - "infra_step": true, - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "ensure gcloud.install path/to/gcloud.ensure package directory", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@" - ] - }, - { - "cmd": [ - "cipd", - "ensure", - "-root", - "[START_DIR]/cipd_tool/path/to/gcloud/version%3Apinned-version", - "-ensure-file", - "path/to/gcloud version:pinned-version", - "-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 gcloud.install path/to/gcloud.ensure_installed", - "~followup_annotations": [ - "@@@STEP_NEST_LEVEL@2@@@", - "@@@STEP_LOG_LINE@json.output@{@@@", - "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", - "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", - "@@@STEP_LOG_LINE@json.output@ {@@@", - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", - "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/gcloud\"@@@", - "@@@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/gcloud/version%3Apinned-version/bin/gcloud", - "pubsub", - "topics", - "publish", - "projects/flutter-dashboard/topics/luci-builds-prod", - "--message={\"buildername\" : \"Linux Host Engine\", \"bucket\" : \"ci\", \"githash\" : \"\"}" - ], - "luci_context": { - "realm": { - "name": "flutter:ci" - }, - "resultdb": { - "current_invocation": { - "name": "invocations/build:8945511751514863184", - "update_token": "token" - }, - "hostname": "rdbhost" - } - }, - "name": "gcloud pubsub" - }, - { "cmd": [], "name": "Killing Processes" },
diff --git a/recipes/engine/engine_arm.py b/recipes/engine/engine_arm.py index dfb8f10..b35c325 100644 --- a/recipes/engine/engine_arm.py +++ b/recipes/engine/engine_arm.py
@@ -47,13 +47,6 @@ return api.path['cache'].join('builder', 'src') -def GetGitHash(api): - with api.context(cwd=GetCheckoutPath(api)): - return api.step( - "Retrieve git hash", ["git", "rev-parse", "HEAD"], - stdout=api.raw_io.output_text()).stdout.strip() - - def GetCloudPath(api, path): git_hash = api.buildbucket.gitiles_commit.id if api.runtime.is_experimental: @@ -80,28 +73,6 @@ api.step('gn %s' % ' '.join(args), gn_cmd) -def NotifyPubsub(api, - buildername, - bucket, - topic='projects/flutter-dashboard/topics/luci-builds-prod'): - """Sends a pubsub message to the topic specified with buildername and githash, identifying - the completed build. - - Args: - api: luci api object. - buildername(str): The name of builder. - bucket(str): The name of the bucket. - topic(str): (optional) gcloud topic to publish message to. - """ - githash = GetGitHash(api) - cmd = [ - 'pubsub', 'topics', 'publish', topic, - '--message={"buildername" : "%s", "bucket" : "%s", "githash" : "%s"}' % - (buildername, bucket, githash) - ] - api.gcloud(*cmd) - - def UploadArtifacts(api, platform, file_paths=[], @@ -240,14 +211,6 @@ if api.platform.is_win: raise api.step.StepFailure('Windows Arm host builds not supported yet.') - # Notifies of build completion - # TODO(crbug.com/843720): replace this when user defined notifications is implemented. - try: - NotifyPubsub(api, api.buildbucket.builder_name, - api.buildbucket.build.builder.bucket) - except (api.step.StepFailure) as e: - pass - # This is to clean up leaked processes. api.os_utils.kill_processes() # Collect memory/cpu/process after task execution. @@ -349,27 +312,3 @@ android_sdk_license='android_sdk_hash', android_sdk_preview_license='android_sdk_preview_hash')), ) - - yield api.test( - 'gcloud_pubsub_failure', - api.buildbucket.ci_build( - builder='Linux Host Engine', - git_repo='https://github.com/flutter/engine', - project='flutter'), - # Next line force a fail condition for the bot update - # first execution. - api.step_data('gcloud pubsub', retcode=1), - api.runtime(is_experimental=True), - api.properties( - InputProperties( - clobber=False, - git_url='https://github.com/flutter/engine', - goma_jobs='200', - git_ref='refs/pull/1/head', - fuchsia_ctl_version='version:0.0.2', - build_host=True, - build_fuchsia=True, - build_android_aot=True, - build_android_debug=True, - android_sdk_license='android_sdk_hash', - android_sdk_preview_license='android_sdk_preview_hash')))