blob: e02dd857c9ee851b510ac3123d60b7e8de108ad8 [file] [log] [blame]
[
{
"cmd": [
"[START_DIR]/recipe_path/recipes.py",
"lint",
"--allowlist",
"allowed_module"
],
"cwd": "[START_DIR]/recipe_path",
"luci_context": {
"realm": {
"name": "fuchsia:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "lint"
},
{
"cmd": [
"[START_DIR]/recipe_path/recipes.py",
"test",
"run"
],
"cwd": "[START_DIR]/recipe_path",
"luci_context": {
"realm": {
"name": "fuchsia:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "test"
},
{
"cmd": [],
"name": "fetch flutter commit-queue.cfg"
},
{
"cmd": [
"luci-auth",
"token",
"-lifetime",
"3m"
],
"infra_step": true,
"luci_context": {
"realm": {
"name": "fuchsia:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "fetch flutter commit-queue.cfg.get access token for default account",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@"
]
},
{
"cmd": [
"vpython3",
"-u",
"RECIPE_MODULE[recipe_engine::url]/resources/pycurl.py",
"--url",
"https://luci-config.appspot.com/_ah/api/config/v1/config_sets/projects/flutter/config/commit-queue.cfg",
"--status-json",
"/path/to/tmp/json",
"--outfile",
"/path/to/tmp/json",
"--headers-json",
"{\"Authorization\": \"Bearer extra.secret.token.should.not.be.logged\"}"
],
"luci_context": {
"realm": {
"name": "fuchsia:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "fetch flutter commit-queue.cfg.get",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@"
]
},
{
"cmd": [],
"name": "all tryjobs",
"~followup_annotations": [
"@@@STEP_LOG_LINE@tryjobs@fuchsia/try/recipes@@@",
"@@@STEP_LOG_END@tryjobs@@@"
]
},
{
"cmd": [],
"name": "get_affected_recipes",
"~followup_annotations": [
"@@@STEP_LOG_LINE@all recipes@flutter@@@",
"@@@STEP_LOG_LINE@all recipes@recipes@@@",
"@@@STEP_LOG_END@all recipes@@@",
"@@@STEP_LOG_LINE@changed files (raw)@recipes/flutter.py@@@",
"@@@STEP_LOG_LINE@changed files (raw)@recipes/foo@@@",
"@@@STEP_LOG_LINE@changed files (raw)@recipes/non_expected_json_file.json@@@",
"@@@STEP_LOG_LINE@changed files (raw)@recipe_modules/foo/examples/full.expected/bar.json@@@",
"@@@STEP_LOG_LINE@changed files (raw)@recipe_modules/foo/examples/full.py@@@",
"@@@STEP_LOG_LINE@changed files (raw)@recipe_modules/foo/test_api.py@@@",
"@@@STEP_LOG_END@changed files (raw)@@@",
"@@@STEP_LOG_LINE@changed files (filtered)@recipes/flutter.py@@@",
"@@@STEP_LOG_LINE@changed files (filtered)@recipes/foo@@@",
"@@@STEP_LOG_LINE@changed files (filtered)@recipes/non_expected_json_file.json@@@",
"@@@STEP_LOG_END@changed files (filtered)@@@",
"@@@STEP_LOG_LINE@affected recipes@recipes@@@",
"@@@STEP_LOG_END@affected recipes@@@"
]
},
{
"cmd": [
"vpython3",
"-u",
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
"--json-output",
"/path/to/tmp/json",
"listdir",
"[START_DIR]/recipe_path/recipes",
"--recursive"
],
"infra_step": true,
"luci_context": {
"realm": {
"name": "fuchsia:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "get_affected_recipes.ls-recipes",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
"@@@STEP_LOG_LINE@listdir@[START_DIR]/recipe_path/recipes/foo@@@",
"@@@STEP_LOG_LINE@listdir@[START_DIR]/recipe_path/recipes/flutter.py@@@",
"@@@STEP_LOG_LINE@listdir@[START_DIR]/recipe_path/recipes/recipes.py@@@",
"@@@STEP_LOG_LINE@listdir@[START_DIR]/recipe_path/recipes/sdk.expected@@@",
"@@@STEP_LOG_END@listdir@@@"
]
},
{
"cmd": [
"git",
"diff-tree",
"--no-commit-id",
"--name-only",
"--find-renames=100%",
"--diff-filter=rd",
"-r",
"-z",
"--ignore-submodules=all",
"HEAD"
],
"cwd": "[START_DIR]/recipe_path",
"luci_context": {
"realm": {
"name": "fuchsia:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "get_affected_recipes.git diff-tree",
"timeout": 60.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
"@@@STEP_LOG_LINE@files@[@@@",
"@@@STEP_LOG_LINE@files@ \"recipes/flutter.py\",@@@",
"@@@STEP_LOG_LINE@files@ \"recipes/foo\",@@@",
"@@@STEP_LOG_LINE@files@ \"recipes/non_expected_json_file.json\",@@@",
"@@@STEP_LOG_LINE@files@ \"recipe_modules/foo/examples/full.expected/bar.json\",@@@",
"@@@STEP_LOG_LINE@files@ \"recipe_modules/foo/examples/full.py\",@@@",
"@@@STEP_LOG_LINE@files@ \"recipe_modules/foo/test_api.py\"@@@",
"@@@STEP_LOG_LINE@files@]@@@",
"@@@STEP_LOG_END@files@@@"
]
},
{
"cmd": [
"[START_DIR]/recipe_path/recipes.py",
"analyze",
"{\"files\": [\"recipes/flutter.py\", \"recipes/foo\", \"recipes/non_expected_json_file.json\"], \"recipes\": [\"flutter\", \"recipes\"]}",
"/path/to/tmp/json"
],
"luci_context": {
"realm": {
"name": "fuchsia:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "get_affected_recipes.recipes-analyze",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
"@@@STEP_LOG_LINE@json.output@{@@@",
"@@@STEP_LOG_LINE@json.output@ \"error\": \"\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"invalidRecipes\": [],@@@",
"@@@STEP_LOG_LINE@json.output@ \"recipes\": [@@@",
"@@@STEP_LOG_LINE@json.output@ \"recipes\"@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
"@@@STEP_LOG_LINE@json.output@}@@@",
"@@@STEP_LOG_END@json.output@@@"
]
},
{
"cmd": [],
"name": "get builders",
"~followup_annotations": [
"@@@STEP_SUMMARY_TEXT@selected 1 builds@@@"
]
},
{
"cmd": [],
"name": "get builders.fuchsia/try/recipes",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
"@@@STEP_SUMMARY_TEXT@SELECTED@@@",
"@@@STEP_LOG_LINE@recipe_used@recipes@@@",
"@@@STEP_LOG_END@recipe_used@@@"
]
},
{
"cmd": [
"bb",
"ls",
"-host",
"cr-buildbucket.appspot.com",
"-json",
"-nopage",
"-n",
"25",
"-fields",
"builder,create_time,created_by,critical,end_time,id,infra,input,number,output,start_time,status,update_time",
"-predicate",
"{\"builder\": {\"bucket\": \"try\", \"builder\": \"recipes\", \"project\": \"fuchsia\"}, \"status\": \"SUCCESS\"}"
],
"cwd": "[START_DIR]/recipe_path",
"infra_step": true,
"luci_context": {
"realm": {
"name": "fuchsia:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "get builders.fuchsia/try/recipes.buildbucket.search",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@",
"@@@STEP_LOG_LINE@raw_io.output_text@{\"builder\": {\"bucket\": \"try\", \"builder\": \"fuchsia/try/recipes\", \"project\": \"flutter\"}, \"endTime\": \"2012-05-13T12:53:20Z\", \"id\": \"100\", \"input\": {\"gerritChanges\": [{\"host\": \"flutter-review.googlesource.com\", \"project\": \"flutter\"}], \"properties\": {\"recipe\": \"recipes\"}}, \"status\": \"SUCCESS\"}@@@",
"@@@STEP_LOG_END@raw_io.output_text@@@",
"@@@STEP_LINK@100@https://cr-buildbucket.appspot.com/build/100@@@"
]
},
{
"cmd": [
"led",
"get-build",
"-real-build",
"-adjust-priority",
"0",
"100"
],
"cwd": "[START_DIR]/recipe_path",
"infra_step": true,
"luci_context": {
"realm": {
"name": "fuchsia:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "get builders.fuchsia/try/recipes.led get-build",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@",
"@@@STEP_LOG_LINE@proto.output@{@@@",
"@@@STEP_LOG_LINE@proto.output@ \"buildbucket\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"bbagent_args\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"build\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"builder\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"bucket\": \"try\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"builder\": \"fuchsia/try/recipes\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"project\": \"flutter\"@@@",
"@@@STEP_LOG_LINE@proto.output@ },@@@",
"@@@STEP_LOG_LINE@proto.output@ \"create_time\": \"2018-05-25T23:50:17Z\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"created_by\": \"user:luci-scheduler@appspot.gserviceaccount.com\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"id\": \"100\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"infra\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"resultdb\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"invocation\": \"invocations/build:8945511751514863184\"@@@",
"@@@STEP_LOG_LINE@proto.output@ },@@@",
"@@@STEP_LOG_LINE@proto.output@ \"swarming\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"priority\": 34500,@@@",
"@@@STEP_LOG_LINE@proto.output@ \"task_id\": \"100\"@@@",
"@@@STEP_LOG_LINE@proto.output@ }@@@",
"@@@STEP_LOG_LINE@proto.output@ },@@@",
"@@@STEP_LOG_LINE@proto.output@ \"input\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"gitiles_commit\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"host\": \"chromium.googlesource.com\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"id\": \"2d72510e447ab60a9728aeea2362d8be2cbd7789\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"project\": \"flutter\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"ref\": \"refs/heads/main\"@@@",
"@@@STEP_LOG_LINE@proto.output@ },@@@",
"@@@STEP_LOG_LINE@proto.output@ \"properties\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"recipe\": \"recipes\"@@@",
"@@@STEP_LOG_LINE@proto.output@ }@@@",
"@@@STEP_LOG_LINE@proto.output@ }@@@",
"@@@STEP_LOG_LINE@proto.output@ }@@@",
"@@@STEP_LOG_LINE@proto.output@ }@@@",
"@@@STEP_LOG_LINE@proto.output@ }@@@",
"@@@STEP_LOG_LINE@proto.output@}@@@",
"@@@STEP_LOG_END@proto.output@@@"
]
},
{
"cmd": [
"led",
"edit-cr-cl",
"https://flutter-review.googlesource.com/c/recipes/+/123456"
],
"cwd": "[START_DIR]/recipe_path",
"infra_step": true,
"luci_context": {
"realm": {
"name": "fuchsia:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "get builders.fuchsia/try/recipes.led edit-cr-cl",
"stdin": "{\n \"buildbucket\": {\n \"bbagent_args\": {\n \"build\": {\n \"builder\": {\n \"bucket\": \"try\",\n \"builder\": \"fuchsia/try/recipes\",\n \"project\": \"flutter\"\n },\n \"create_time\": \"2018-05-25T23:50:17Z\",\n \"created_by\": \"user:luci-scheduler@appspot.gserviceaccount.com\",\n \"id\": \"100\",\n \"infra\": {\n \"resultdb\": {\n \"invocation\": \"invocations/build:8945511751514863184\"\n },\n \"swarming\": {\n \"priority\": 34500,\n \"task_id\": \"100\"\n }\n },\n \"input\": {\n \"gitiles_commit\": {\n \"host\": \"chromium.googlesource.com\",\n \"id\": \"2d72510e447ab60a9728aeea2362d8be2cbd7789\",\n \"project\": \"flutter\",\n \"ref\": \"refs/heads/main\"\n },\n \"properties\": {\n \"recipe\": \"recipes\"\n }\n }\n }\n }\n }\n}",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@",
"@@@STEP_LOG_LINE@proto.output@{@@@",
"@@@STEP_LOG_LINE@proto.output@ \"buildbucket\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"bbagent_args\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"build\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"builder\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"bucket\": \"try\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"builder\": \"fuchsia/try/recipes\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"project\": \"flutter\"@@@",
"@@@STEP_LOG_LINE@proto.output@ },@@@",
"@@@STEP_LOG_LINE@proto.output@ \"create_time\": \"2018-05-25T23:50:17Z\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"created_by\": \"user:luci-scheduler@appspot.gserviceaccount.com\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"id\": \"100\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"infra\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"resultdb\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"invocation\": \"invocations/build:8945511751514863184\"@@@",
"@@@STEP_LOG_LINE@proto.output@ },@@@",
"@@@STEP_LOG_LINE@proto.output@ \"swarming\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"priority\": 34500,@@@",
"@@@STEP_LOG_LINE@proto.output@ \"task_id\": \"100\"@@@",
"@@@STEP_LOG_LINE@proto.output@ }@@@",
"@@@STEP_LOG_LINE@proto.output@ },@@@",
"@@@STEP_LOG_LINE@proto.output@ \"input\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"gerrit_changes\": [@@@",
"@@@STEP_LOG_LINE@proto.output@ {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"change\": \"123456\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"host\": \"flutter-review.googlesource.com\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"patchset\": \"1337\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"project\": \"recipes\"@@@",
"@@@STEP_LOG_LINE@proto.output@ }@@@",
"@@@STEP_LOG_LINE@proto.output@ ],@@@",
"@@@STEP_LOG_LINE@proto.output@ \"gitiles_commit\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"host\": \"chromium.googlesource.com\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"id\": \"2d72510e447ab60a9728aeea2362d8be2cbd7789\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"project\": \"flutter\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"ref\": \"refs/heads/main\"@@@",
"@@@STEP_LOG_LINE@proto.output@ },@@@",
"@@@STEP_LOG_LINE@proto.output@ \"properties\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"recipe\": \"recipes\"@@@",
"@@@STEP_LOG_LINE@proto.output@ }@@@",
"@@@STEP_LOG_LINE@proto.output@ }@@@",
"@@@STEP_LOG_LINE@proto.output@ }@@@",
"@@@STEP_LOG_LINE@proto.output@ }@@@",
"@@@STEP_LOG_LINE@proto.output@ }@@@",
"@@@STEP_LOG_LINE@proto.output@}@@@",
"@@@STEP_LOG_END@proto.output@@@"
]
},
{
"cmd": [
"led",
"edit",
"-pa",
"$flutter/recipe_testing={\"enabled\": true, \"recipe_depth\": 1}"
],
"cwd": "[START_DIR]/recipe_path",
"infra_step": true,
"luci_context": {
"realm": {
"name": "fuchsia:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "get builders.fuchsia/try/recipes.led edit",
"stdin": "{\n \"buildbucket\": {\n \"bbagent_args\": {\n \"build\": {\n \"builder\": {\n \"bucket\": \"try\",\n \"builder\": \"fuchsia/try/recipes\",\n \"project\": \"flutter\"\n },\n \"create_time\": \"2018-05-25T23:50:17Z\",\n \"created_by\": \"user:luci-scheduler@appspot.gserviceaccount.com\",\n \"id\": \"100\",\n \"infra\": {\n \"resultdb\": {\n \"invocation\": \"invocations/build:8945511751514863184\"\n },\n \"swarming\": {\n \"priority\": 34500,\n \"task_id\": \"100\"\n }\n },\n \"input\": {\n \"gerrit_changes\": [\n {\n \"change\": \"123456\",\n \"host\": \"flutter-review.googlesource.com\",\n \"patchset\": \"1337\",\n \"project\": \"recipes\"\n }\n ],\n \"gitiles_commit\": {\n \"host\": \"chromium.googlesource.com\",\n \"id\": \"2d72510e447ab60a9728aeea2362d8be2cbd7789\",\n \"project\": \"flutter\",\n \"ref\": \"refs/heads/main\"\n },\n \"properties\": {\n \"recipe\": \"recipes\"\n }\n }\n }\n }\n }\n}",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@",
"@@@STEP_LOG_LINE@proto.output@{@@@",
"@@@STEP_LOG_LINE@proto.output@ \"buildbucket\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"bbagent_args\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"build\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"builder\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"bucket\": \"try\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"builder\": \"fuchsia/try/recipes\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"project\": \"flutter\"@@@",
"@@@STEP_LOG_LINE@proto.output@ },@@@",
"@@@STEP_LOG_LINE@proto.output@ \"create_time\": \"2018-05-25T23:50:17Z\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"created_by\": \"user:luci-scheduler@appspot.gserviceaccount.com\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"id\": \"100\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"infra\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"resultdb\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"invocation\": \"invocations/build:8945511751514863184\"@@@",
"@@@STEP_LOG_LINE@proto.output@ },@@@",
"@@@STEP_LOG_LINE@proto.output@ \"swarming\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"priority\": 34500,@@@",
"@@@STEP_LOG_LINE@proto.output@ \"task_id\": \"100\"@@@",
"@@@STEP_LOG_LINE@proto.output@ }@@@",
"@@@STEP_LOG_LINE@proto.output@ },@@@",
"@@@STEP_LOG_LINE@proto.output@ \"input\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"gerrit_changes\": [@@@",
"@@@STEP_LOG_LINE@proto.output@ {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"change\": \"123456\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"host\": \"flutter-review.googlesource.com\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"patchset\": \"1337\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"project\": \"recipes\"@@@",
"@@@STEP_LOG_LINE@proto.output@ }@@@",
"@@@STEP_LOG_LINE@proto.output@ ],@@@",
"@@@STEP_LOG_LINE@proto.output@ \"gitiles_commit\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"host\": \"chromium.googlesource.com\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"id\": \"2d72510e447ab60a9728aeea2362d8be2cbd7789\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"project\": \"flutter\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"ref\": \"refs/heads/main\"@@@",
"@@@STEP_LOG_LINE@proto.output@ },@@@",
"@@@STEP_LOG_LINE@proto.output@ \"properties\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"$flutter/recipe_testing\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"enabled\": true,@@@",
"@@@STEP_LOG_LINE@proto.output@ \"recipe_depth\": 1.0@@@",
"@@@STEP_LOG_LINE@proto.output@ },@@@",
"@@@STEP_LOG_LINE@proto.output@ \"recipe\": \"recipes\"@@@",
"@@@STEP_LOG_LINE@proto.output@ }@@@",
"@@@STEP_LOG_LINE@proto.output@ }@@@",
"@@@STEP_LOG_LINE@proto.output@ }@@@",
"@@@STEP_LOG_LINE@proto.output@ }@@@",
"@@@STEP_LOG_LINE@proto.output@ }@@@",
"@@@STEP_LOG_LINE@proto.output@}@@@",
"@@@STEP_LOG_END@proto.output@@@"
]
},
{
"cmd": [
"led",
"edit",
"-experiment",
"luci.use_realms=true"
],
"cwd": "[START_DIR]/recipe_path",
"infra_step": true,
"luci_context": {
"realm": {
"name": "fuchsia:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "get builders.fuchsia/try/recipes.led edit (2)",
"stdin": "{\n \"buildbucket\": {\n \"bbagent_args\": {\n \"build\": {\n \"builder\": {\n \"bucket\": \"try\",\n \"builder\": \"fuchsia/try/recipes\",\n \"project\": \"flutter\"\n },\n \"create_time\": \"2018-05-25T23:50:17Z\",\n \"created_by\": \"user:luci-scheduler@appspot.gserviceaccount.com\",\n \"id\": \"100\",\n \"infra\": {\n \"resultdb\": {\n \"invocation\": \"invocations/build:8945511751514863184\"\n },\n \"swarming\": {\n \"priority\": 34500,\n \"task_id\": \"100\"\n }\n },\n \"input\": {\n \"gerrit_changes\": [\n {\n \"change\": \"123456\",\n \"host\": \"flutter-review.googlesource.com\",\n \"patchset\": \"1337\",\n \"project\": \"recipes\"\n }\n ],\n \"gitiles_commit\": {\n \"host\": \"chromium.googlesource.com\",\n \"id\": \"2d72510e447ab60a9728aeea2362d8be2cbd7789\",\n \"project\": \"flutter\",\n \"ref\": \"refs/heads/main\"\n },\n \"properties\": {\n \"$flutter/recipe_testing\": {\n \"enabled\": true,\n \"recipe_depth\": 1.0\n },\n \"recipe\": \"recipes\"\n }\n }\n }\n }\n }\n}",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@",
"@@@STEP_LOG_LINE@proto.output@{@@@",
"@@@STEP_LOG_LINE@proto.output@ \"buildbucket\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"bbagent_args\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"build\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"builder\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"bucket\": \"try\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"builder\": \"fuchsia/try/recipes\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"project\": \"flutter\"@@@",
"@@@STEP_LOG_LINE@proto.output@ },@@@",
"@@@STEP_LOG_LINE@proto.output@ \"create_time\": \"2018-05-25T23:50:17Z\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"created_by\": \"user:luci-scheduler@appspot.gserviceaccount.com\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"id\": \"100\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"infra\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"resultdb\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"invocation\": \"invocations/build:8945511751514863184\"@@@",
"@@@STEP_LOG_LINE@proto.output@ },@@@",
"@@@STEP_LOG_LINE@proto.output@ \"swarming\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"priority\": 34500,@@@",
"@@@STEP_LOG_LINE@proto.output@ \"task_id\": \"100\"@@@",
"@@@STEP_LOG_LINE@proto.output@ }@@@",
"@@@STEP_LOG_LINE@proto.output@ },@@@",
"@@@STEP_LOG_LINE@proto.output@ \"input\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"gerrit_changes\": [@@@",
"@@@STEP_LOG_LINE@proto.output@ {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"change\": \"123456\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"host\": \"flutter-review.googlesource.com\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"patchset\": \"1337\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"project\": \"recipes\"@@@",
"@@@STEP_LOG_LINE@proto.output@ }@@@",
"@@@STEP_LOG_LINE@proto.output@ ],@@@",
"@@@STEP_LOG_LINE@proto.output@ \"gitiles_commit\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"host\": \"chromium.googlesource.com\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"id\": \"2d72510e447ab60a9728aeea2362d8be2cbd7789\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"project\": \"flutter\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"ref\": \"refs/heads/main\"@@@",
"@@@STEP_LOG_LINE@proto.output@ },@@@",
"@@@STEP_LOG_LINE@proto.output@ \"properties\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"$flutter/recipe_testing\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"enabled\": true,@@@",
"@@@STEP_LOG_LINE@proto.output@ \"recipe_depth\": 1.0@@@",
"@@@STEP_LOG_LINE@proto.output@ },@@@",
"@@@STEP_LOG_LINE@proto.output@ \"recipe\": \"recipes\"@@@",
"@@@STEP_LOG_LINE@proto.output@ }@@@",
"@@@STEP_LOG_LINE@proto.output@ }@@@",
"@@@STEP_LOG_LINE@proto.output@ }@@@",
"@@@STEP_LOG_LINE@proto.output@ }@@@",
"@@@STEP_LOG_LINE@proto.output@ }@@@",
"@@@STEP_LOG_LINE@proto.output@}@@@",
"@@@STEP_LOG_END@proto.output@@@"
]
},
{
"cmd": [
"led",
"edit-recipe-bundle"
],
"cwd": "[START_DIR]/recipe_path",
"infra_step": true,
"luci_context": {
"realm": {
"name": "fuchsia:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "get builders.fuchsia/try/recipes.led edit-recipe-bundle",
"stdin": "{\n \"buildbucket\": {\n \"bbagent_args\": {\n \"build\": {\n \"builder\": {\n \"bucket\": \"try\",\n \"builder\": \"fuchsia/try/recipes\",\n \"project\": \"flutter\"\n },\n \"create_time\": \"2018-05-25T23:50:17Z\",\n \"created_by\": \"user:luci-scheduler@appspot.gserviceaccount.com\",\n \"id\": \"100\",\n \"infra\": {\n \"resultdb\": {\n \"invocation\": \"invocations/build:8945511751514863184\"\n },\n \"swarming\": {\n \"priority\": 34500,\n \"task_id\": \"100\"\n }\n },\n \"input\": {\n \"gerrit_changes\": [\n {\n \"change\": \"123456\",\n \"host\": \"flutter-review.googlesource.com\",\n \"patchset\": \"1337\",\n \"project\": \"recipes\"\n }\n ],\n \"gitiles_commit\": {\n \"host\": \"chromium.googlesource.com\",\n \"id\": \"2d72510e447ab60a9728aeea2362d8be2cbd7789\",\n \"project\": \"flutter\",\n \"ref\": \"refs/heads/main\"\n },\n \"properties\": {\n \"$flutter/recipe_testing\": {\n \"enabled\": true,\n \"recipe_depth\": 1.0\n },\n \"recipe\": \"recipes\"\n }\n }\n }\n }\n }\n}",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@",
"@@@STEP_LOG_LINE@proto.output@{@@@",
"@@@STEP_LOG_LINE@proto.output@ \"buildbucket\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"bbagent_args\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"build\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"builder\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"bucket\": \"try\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"builder\": \"fuchsia/try/recipes\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"project\": \"flutter\"@@@",
"@@@STEP_LOG_LINE@proto.output@ },@@@",
"@@@STEP_LOG_LINE@proto.output@ \"create_time\": \"2018-05-25T23:50:17Z\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"created_by\": \"user:luci-scheduler@appspot.gserviceaccount.com\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"id\": \"100\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"infra\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"buildbucket\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"agent\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"input\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"data\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"kitchen-checkout\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"cas\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"digest\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"hash\": \"9095eb4fe66a5a67626c5af808e1298598a94bfc48e07c7232161b1128bac0be\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"size_bytes\": \"1337\"@@@",
"@@@STEP_LOG_LINE@proto.output@ }@@@",
"@@@STEP_LOG_LINE@proto.output@ }@@@",
"@@@STEP_LOG_LINE@proto.output@ }@@@",
"@@@STEP_LOG_LINE@proto.output@ }@@@",
"@@@STEP_LOG_LINE@proto.output@ },@@@",
"@@@STEP_LOG_LINE@proto.output@ \"purposes\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"kitchen-checkout\": \"PURPOSE_EXE_PAYLOAD\"@@@",
"@@@STEP_LOG_LINE@proto.output@ }@@@",
"@@@STEP_LOG_LINE@proto.output@ }@@@",
"@@@STEP_LOG_LINE@proto.output@ },@@@",
"@@@STEP_LOG_LINE@proto.output@ \"resultdb\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"invocation\": \"invocations/build:8945511751514863184\"@@@",
"@@@STEP_LOG_LINE@proto.output@ },@@@",
"@@@STEP_LOG_LINE@proto.output@ \"swarming\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"priority\": 34500,@@@",
"@@@STEP_LOG_LINE@proto.output@ \"task_id\": \"100\"@@@",
"@@@STEP_LOG_LINE@proto.output@ }@@@",
"@@@STEP_LOG_LINE@proto.output@ },@@@",
"@@@STEP_LOG_LINE@proto.output@ \"input\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"gerrit_changes\": [@@@",
"@@@STEP_LOG_LINE@proto.output@ {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"change\": \"123456\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"host\": \"flutter-review.googlesource.com\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"patchset\": \"1337\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"project\": \"recipes\"@@@",
"@@@STEP_LOG_LINE@proto.output@ }@@@",
"@@@STEP_LOG_LINE@proto.output@ ],@@@",
"@@@STEP_LOG_LINE@proto.output@ \"gitiles_commit\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"host\": \"chromium.googlesource.com\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"id\": \"2d72510e447ab60a9728aeea2362d8be2cbd7789\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"project\": \"flutter\",@@@",
"@@@STEP_LOG_LINE@proto.output@ \"ref\": \"refs/heads/main\"@@@",
"@@@STEP_LOG_LINE@proto.output@ },@@@",
"@@@STEP_LOG_LINE@proto.output@ \"properties\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"$flutter/recipe_testing\": {@@@",
"@@@STEP_LOG_LINE@proto.output@ \"enabled\": true,@@@",
"@@@STEP_LOG_LINE@proto.output@ \"recipe_depth\": 1.0@@@",
"@@@STEP_LOG_LINE@proto.output@ },@@@",
"@@@STEP_LOG_LINE@proto.output@ \"recipe\": \"recipes\"@@@",
"@@@STEP_LOG_LINE@proto.output@ }@@@",
"@@@STEP_LOG_LINE@proto.output@ }@@@",
"@@@STEP_LOG_LINE@proto.output@ }@@@",
"@@@STEP_LOG_LINE@proto.output@ }@@@",
"@@@STEP_LOG_LINE@proto.output@ }@@@",
"@@@STEP_LOG_LINE@proto.output@}@@@",
"@@@STEP_LOG_END@proto.output@@@"
]
},
{
"cmd": [],
"name": "launch/collect"
},
{
"cmd": [],
"name": "launch/collect.0",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
"@@@STEP_SUMMARY_TEXT@fuchsia/try/recipes passed@@@"
]
},
{
"cmd": [],
"name": "launch/collect.0.launch",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
]
},
{
"cmd": [],
"name": "launch/collect.0.launch.fuchsia/try/recipes (attempt 0)",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@3@@@",
"@@@STEP_LINK@Swarming task@https://buildbucket@appspot.com/build/100@@@"
]
},
{
"cmd": [
"led",
"launch",
"-real-build"
],
"infra_step": true,
"luci_context": {
"realm": {
"name": "fuchsia:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "launch/collect.0.launch.fuchsia/try/recipes (attempt 0).led launch",
"stdin": "{\n \"buildbucket\": {\n \"bbagent_args\": {\n \"build\": {\n \"builder\": {\n \"bucket\": \"try\",\n \"builder\": \"fuchsia/try/recipes\",\n \"project\": \"flutter\"\n },\n \"create_time\": \"2018-05-25T23:50:17Z\",\n \"created_by\": \"user:luci-scheduler@appspot.gserviceaccount.com\",\n \"id\": \"100\",\n \"infra\": {\n \"buildbucket\": {\n \"agent\": {\n \"input\": {\n \"data\": {\n \"kitchen-checkout\": {\n \"cas\": {\n \"digest\": {\n \"hash\": \"9095eb4fe66a5a67626c5af808e1298598a94bfc48e07c7232161b1128bac0be\",\n \"size_bytes\": \"1337\"\n }\n }\n }\n }\n },\n \"purposes\": {\n \"kitchen-checkout\": \"PURPOSE_EXE_PAYLOAD\"\n }\n }\n },\n \"resultdb\": {\n \"invocation\": \"invocations/build:8945511751514863184\"\n },\n \"swarming\": {\n \"priority\": 34500,\n \"task_id\": \"100\"\n }\n },\n \"input\": {\n \"gerrit_changes\": [\n {\n \"change\": \"123456\",\n \"host\": \"flutter-review.googlesource.com\",\n \"patchset\": \"1337\",\n \"project\": \"recipes\"\n }\n ],\n \"gitiles_commit\": {\n \"host\": \"chromium.googlesource.com\",\n \"id\": \"2d72510e447ab60a9728aeea2362d8be2cbd7789\",\n \"project\": \"flutter\",\n \"ref\": \"refs/heads/main\"\n },\n \"properties\": {\n \"$flutter/recipe_testing\": {\n \"enabled\": true,\n \"recipe_depth\": 1.0\n },\n \"recipe\": \"recipes\"\n }\n }\n }\n }\n }\n}",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@4@@@",
"@@@STEP_LOG_LINE@json.output@{@@@",
"@@@STEP_LOG_LINE@json.output@ \"buildbucket\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"build_id\": 100,@@@",
"@@@STEP_LOG_LINE@json.output@ \"host_name\": \"buildbucket@appspot.com\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@}@@@",
"@@@STEP_LOG_END@json.output@@@",
"@@@STEP_LINK@Build@https://ci.chromium.org/b/100@@@"
]
},
{
"cmd": [],
"name": "launch/collect.0.buildbucket.collect",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
]
},
{
"cmd": [
"bb",
"collect",
"-host",
"cr-buildbucket.appspot.com",
"-interval",
"60s",
"100"
],
"infra_step": true,
"luci_context": {
"realm": {
"name": "fuchsia:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "launch/collect.0.buildbucket.collect.wait",
"timeout": 3600,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@3@@@"
]
},
{
"cmd": [
"bb",
"batch",
"-host",
"cr-buildbucket.appspot.com"
],
"infra_step": true,
"luci_context": {
"realm": {
"name": "fuchsia:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "launch/collect.0.buildbucket.collect.get",
"stdin": "{\"requests\": [{\"getBuild\": {\"fields\": \"builder,createTime,createdBy,critical,endTime,id,infra,input,number,output,startTime,status,updateTime\", \"id\": \"100\"}}]}",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@3@@@",
"@@@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\": \"100\",@@@",
"@@@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\": \"100\"@@@",
"@@@STEP_LOG_LINE@request@ }@@@",
"@@@STEP_LOG_LINE@request@ }@@@",
"@@@STEP_LOG_LINE@request@ ]@@@",
"@@@STEP_LOG_LINE@request@}@@@",
"@@@STEP_LOG_END@request@@@",
"@@@STEP_LINK@100@https://cr-buildbucket.appspot.com/build/100@@@"
]
},
{
"cmd": [],
"name": "launch/collect.0.process results",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
]
},
{
"cmd": [],
"name": "launch/collect.0.process results.",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@3@@@"
]
},
{
"cmd": [],
"name": "launch/collect.0.passed tasks",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@",
"@@@STEP_LINK@fuchsia/try/recipes (attempt 0)@https://buildbucket@appspot.com/build/100@@@"
]
},
{
"cmd": [],
"name": "passes",
"~followup_annotations": [
"@@@STEP_SUMMARY_TEXT@1 passed@@@"
]
},
{
"cmd": [],
"name": "passes.fuchsia/try/recipes",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
"@@@STEP_LINK@attempt 0 (pass)@https://buildbucket@appspot.com/build/100@@@"
]
},
{
"cmd": [],
"name": "flakes",
"~followup_annotations": [
"@@@STEP_SUMMARY_TEXT@0 flaked@@@"
]
},
{
"cmd": [],
"name": "failures",
"~followup_annotations": [
"@@@STEP_SUMMARY_TEXT@0 failed@@@"
]
},
{
"cmd": [],
"name": "all tasks passed"
},
{
"name": "$result"
}
]