[ { "cmd": [ "python", "-u", "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", "--json-output", "/path/to/tmp/json", "ensure-directory", "--mode", "0777", "[CUSTOM_/_B_WORK]" ], "infra_step": true, "name": "makedirs checkout_path" }, { "cmd": [ "python", "-u", "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", "--json-output", "/path/to/tmp/json", "remove", "[CUSTOM_/_B_WORK]/.gclient_entries" ], "infra_step": true, "name": "remove [CUSTOM_/_B_WORK]/.gclient_entries" }, { "cmd": [ "python", "-u", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "--spec-path", "cache_dir = '[CUSTOM_/_B_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]", "--patch_root", "skia", "--revision_mapping_file", "{\"got_revision\": \"skia\"}", "--git-cache-dir", "[CUSTOM_/_B_CACHE]", "--cleanup-dir", "[CLEANUP]/bot_update", "--output_json", "/path/to/tmp/json", "--revision", "skia@abc123" ], "cwd": "[CUSTOM_/_B_WORK]", "env_prefixes": { "PATH": [ "RECIPE_PACKAGE_REPO[depot_tools]" ] }, "infra_step": true, "name": "bot_update", "~followup_annotations": [ "@@@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@ \"skia\": \"abc123\"@@@", "@@@STEP_LOG_LINE@json.output@ }, @@@", "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", "@@@STEP_LOG_LINE@json.output@ \"skia\": {@@@", "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/skia.git\", @@@", "@@@STEP_LOG_LINE@json.output@ \"revision\": \"9046e2e693bb92a76e972b694580e5d17ad10748\"@@@", "@@@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\": \"skia\", @@@", "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"9046e2e693bb92a76e972b694580e5d17ad10748\", @@@", "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master@{#164710}\"@@@", "@@@STEP_LOG_LINE@json.output@ }, @@@", "@@@STEP_LOG_LINE@json.output@ \"root\": \"skia\", @@@", "@@@STEP_LOG_LINE@json.output@ \"source_manifest\": {@@@", "@@@STEP_LOG_LINE@json.output@ \"directories\": {@@@", "@@@STEP_LOG_LINE@json.output@ \"skia\": {@@@", "@@@STEP_LOG_LINE@json.output@ \"git_checkout\": {@@@", "@@@STEP_LOG_LINE@json.output@ \"repo_url\": \"https://fake.org/skia.git\", @@@", "@@@STEP_LOG_LINE@json.output@ \"revision\": \"9046e2e693bb92a76e972b694580e5d17ad10748\"@@@", "@@@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_revision@\"9046e2e693bb92a76e972b694580e5d17ad10748\"@@@", "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#164710}\"@@@" ] }, { "cmd": [ "python", "-u", "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", "--json-output", "/path/to/tmp/json", "ensure-directory", "--mode", "0777", "[START_DIR]/tmp" ], "infra_step": true, "name": "makedirs tmp_dir" }, { "cmd": [ "python", "-u", "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", "--json-output", "/path/to/tmp/json", "copy", "[START_DIR]/build/nanobench", "[CUSTOM_/_B_WORK]/skia/infra/bots/ct/nanobench" ], "infra_step": true, "name": "copy nanobench" }, { "cmd": [ "python", "-u", "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", "--path", "[START_DIR]/swarming.client", "--url", "https://chromium.googlesource.com/external/swarming.client.git" ], "name": "git setup (swarming_client)" }, { "cmd": [ "git", "retry", "fetch", "origin", "master", "--progress" ], "cwd": "[START_DIR]/swarming.client", "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:" }, "infra_step": true, "name": "git fetch (swarming_client)" }, { "cmd": [ "git", "checkout", "-f", "FETCH_HEAD" ], "cwd": "[START_DIR]/swarming.client", "infra_step": true, "name": "git checkout (swarming_client)" }, { "cmd": [ "git", "rev-parse", "HEAD" ], "cwd": "[START_DIR]/swarming.client", "infra_step": true, "name": "read revision", "stdout": "/path/to/tmp/", "~followup_annotations": [ "@@@STEP_TEXT@
checked out 'deadbeef'
@@@" ] }, { "cmd": [ "git", "clean", "-f", "-d", "-x" ], "cwd": "[START_DIR]/swarming.client", "infra_step": true, "name": "git clean (swarming_client)" }, { "cmd": [ "git", "submodule", "sync" ], "cwd": "[START_DIR]/swarming.client", "infra_step": true, "name": "submodule sync (swarming_client)" }, { "cmd": [ "git", "submodule", "update", "--init", "--recursive" ], "cwd": "[START_DIR]/swarming.client", "infra_step": true, "name": "submodule update (swarming_client)" }, { "cmd": [ "python", "-u", "[START_DIR]/swarming.client/swarming.py", "--version" ], "name": "swarming.py --version", "stdout": "/path/to/tmp/", "~followup_annotations": [ "@@@STEP_TEXT@0.8.6@@@" ] }, { "cmd": [ "download_from_google_storage", "--no_resume", "--platform=linux*", "--no_auth", "--bucket", "chromium-luci", "-d", "[CUSTOM_/_B_WORK]/skia/infra/bots/tools/luci-go/linux64" ], "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:" }, "name": "download luci-go linux" }, { "cmd": [ "download_from_google_storage", "--no_resume", "--platform=darwin", "--no_auth", "--bucket", "chromium-luci", "-d", "[CUSTOM_/_B_WORK]/skia/infra/bots/tools/luci-go/mac64" ], "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:" }, "name": "download luci-go mac" }, { "cmd": [ "download_from_google_storage", "--no_resume", "--platform=win32", "--no_auth", "--bucket", "chromium-luci", "-d", "[CUSTOM_/_B_WORK]/skia/infra/bots/tools/luci-go/win64" ], "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:" }, "name": "download luci-go win" }, { "cmd": [ "python", "-u", "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", "--json-output", "/path/to/tmp/json", "rmtree", "[START_DIR]/luci-go" ], "infra_step": true, "name": "rmtree luci-go" }, { "cmd": [ "python", "-u", "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", "--json-output", "/path/to/tmp/json", "copytree", "[CUSTOM_/_B_WORK]/skia/infra/bots/tools/luci-go", "[START_DIR]/luci-go" ], "infra_step": true, "name": "Copy Go binary", "~followup_annotations": [ "@@@SET_BUILD_PROPERTY@Download SKPs by rank@\"https://pantheon.corp.google.com/storage/browser/cluster-telemetry/swarming/skps/All/2b7e85eb251dc7-a3cf3659ed2c08/\"@@@", "@@@SET_BUILD_PROPERTY@Webpage rankings@\"https://storage.cloud.google.com/cluster-telemetry/csv/top-1m.csv\"@@@" ] }, { "cmd": [ "python", "-u", "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", "--json-output", "/path/to/tmp/json", "rmtree", "[START_DIR]/swarming_temp_dir" ], "infra_step": true, "name": "rmtree swarming_temp_dir" }, { "cmd": [ "python", "-u", "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", "--json-output", "/path/to/tmp/json", "rmtree", "[CUSTOM_/_B_WORK]/skps/2b7e85eb251dc7-a3cf3659ed2c08/All/5/slave1" ], "infra_step": true, "name": "rmtree slave1" }, { "cmd": [ "python", "-u", "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", "--json-output", "/path/to/tmp/json", "ensure-directory", "--mode", "0777", "[CUSTOM_/_B_WORK]/skps/2b7e85eb251dc7-a3cf3659ed2c08/All/5/slave1" ], "infra_step": true, "name": "makedirs slave1" }, { "cmd": [ "gsutil", "-m", "cp", "gs://cluster-telemetry/swarming/skps/All/2b7e85eb251dc7-a3cf3659ed2c08/1/*.skp", "gs://cluster-telemetry/swarming/skps/All/2b7e85eb251dc7-a3cf3659ed2c08/2/*.skp", "gs://cluster-telemetry/swarming/skps/All/2b7e85eb251dc7-a3cf3659ed2c08/3/*.skp", "gs://cluster-telemetry/swarming/skps/All/2b7e85eb251dc7-a3cf3659ed2c08/4/*.skp", "gs://cluster-telemetry/swarming/skps/All/2b7e85eb251dc7-a3cf3659ed2c08/5/*.skp", "gs://cluster-telemetry/swarming/skps/All/2b7e85eb251dc7-a3cf3659ed2c08/6/*.skp", "gs://cluster-telemetry/swarming/skps/All/2b7e85eb251dc7-a3cf3659ed2c08/7/*.skp", "gs://cluster-telemetry/swarming/skps/All/2b7e85eb251dc7-a3cf3659ed2c08/8/*.skp", "gs://cluster-telemetry/swarming/skps/All/2b7e85eb251dc7-a3cf3659ed2c08/9/*.skp", "gs://cluster-telemetry/swarming/skps/All/2b7e85eb251dc7-a3cf3659ed2c08/10/*.skp", "[CUSTOM_/_B_WORK]/skps/2b7e85eb251dc7-a3cf3659ed2c08/All/5/slave1" ], "name": "gsutil cp" }, { "cmd": [ "python", "-u", "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", "--json-output", "/path/to/tmp/json", "ensure-directory", "--mode", "0777", "[START_DIR]/swarming_temp_dir" ], "infra_step": true, "name": "makedirs swarming tmp dir" }, { "cmd": [ "python", "-u", "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", "--json-output", "/path/to/tmp/json", "copy", "{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-nanobench-1.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Release\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"1\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"All\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Perf-Ubuntu14-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-CT_BENCH_1k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"abc123\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"nanobench\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"2b7e85eb251dc7-a3cf3659ed2c08\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}", "[START_DIR]/swarming_temp_dir/ct-nanobench-1.isolated.gen.json" ], "infra_step": true, "name": "Write ct-nanobench-1.isolated.gen.json" }, { "cmd": [ "python", "-u", "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", "--json-output", "/path/to/tmp/json", "rmtree", "[CUSTOM_/_B_WORK]/skps/2b7e85eb251dc7-a3cf3659ed2c08/All/5/slave2" ], "infra_step": true, "name": "rmtree slave2" }, { "cmd": [ "python", "-u", "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", "--json-output", "/path/to/tmp/json", "ensure-directory", "--mode", "0777", "[CUSTOM_/_B_WORK]/skps/2b7e85eb251dc7-a3cf3659ed2c08/All/5/slave2" ], "infra_step": true, "name": "makedirs slave2" }, { "cmd": [ "gsutil", "-m", "cp", "gs://cluster-telemetry/swarming/skps/All/2b7e85eb251dc7-a3cf3659ed2c08/11/*.skp", "gs://cluster-telemetry/swarming/skps/All/2b7e85eb251dc7-a3cf3659ed2c08/12/*.skp", "gs://cluster-telemetry/swarming/skps/All/2b7e85eb251dc7-a3cf3659ed2c08/13/*.skp", "gs://cluster-telemetry/swarming/skps/All/2b7e85eb251dc7-a3cf3659ed2c08/14/*.skp", "gs://cluster-telemetry/swarming/skps/All/2b7e85eb251dc7-a3cf3659ed2c08/15/*.skp", "gs://cluster-telemetry/swarming/skps/All/2b7e85eb251dc7-a3cf3659ed2c08/16/*.skp", "gs://cluster-telemetry/swarming/skps/All/2b7e85eb251dc7-a3cf3659ed2c08/17/*.skp", "gs://cluster-telemetry/swarming/skps/All/2b7e85eb251dc7-a3cf3659ed2c08/18/*.skp", "gs://cluster-telemetry/swarming/skps/All/2b7e85eb251dc7-a3cf3659ed2c08/19/*.skp", "gs://cluster-telemetry/swarming/skps/All/2b7e85eb251dc7-a3cf3659ed2c08/20/*.skp", "[CUSTOM_/_B_WORK]/skps/2b7e85eb251dc7-a3cf3659ed2c08/All/5/slave2" ], "name": "gsutil cp (2)" }, { "cmd": [ "python", "-u", "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", "--json-output", "/path/to/tmp/json", "ensure-directory", "--mode", "0777", "[START_DIR]/swarming_temp_dir" ], "infra_step": true, "name": "makedirs swarming tmp dir (2)" }, { "cmd": [ "python", "-u", "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", "--json-output", "/path/to/tmp/json", "copy", "{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-nanobench-2.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Release\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"2\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"All\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Perf-Ubuntu14-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-CT_BENCH_1k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"abc123\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"nanobench\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"2b7e85eb251dc7-a3cf3659ed2c08\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}", "[START_DIR]/swarming_temp_dir/ct-nanobench-2.isolated.gen.json" ], "infra_step": true, "name": "Write ct-nanobench-2.isolated.gen.json" }, { "cmd": [ "python", "-u", "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", "--json-output", "/path/to/tmp/json", "rmtree", "[CUSTOM_/_B_WORK]/skps/2b7e85eb251dc7-a3cf3659ed2c08/All/5/slave3" ], "infra_step": true, "name": "rmtree slave3" }, { "cmd": [ "python", "-u", "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", "--json-output", "/path/to/tmp/json", "ensure-directory", "--mode", "0777", "[CUSTOM_/_B_WORK]/skps/2b7e85eb251dc7-a3cf3659ed2c08/All/5/slave3" ], "infra_step": true, "name": "makedirs slave3" }, { "cmd": [ "gsutil", "-m", "cp", "gs://cluster-telemetry/swarming/skps/All/2b7e85eb251dc7-a3cf3659ed2c08/21/*.skp", "gs://cluster-telemetry/swarming/skps/All/2b7e85eb251dc7-a3cf3659ed2c08/22/*.skp", "gs://cluster-telemetry/swarming/skps/All/2b7e85eb251dc7-a3cf3659ed2c08/23/*.skp", "gs://cluster-telemetry/swarming/skps/All/2b7e85eb251dc7-a3cf3659ed2c08/24/*.skp", "gs://cluster-telemetry/swarming/skps/All/2b7e85eb251dc7-a3cf3659ed2c08/25/*.skp", "gs://cluster-telemetry/swarming/skps/All/2b7e85eb251dc7-a3cf3659ed2c08/26/*.skp", "gs://cluster-telemetry/swarming/skps/All/2b7e85eb251dc7-a3cf3659ed2c08/27/*.skp", "gs://cluster-telemetry/swarming/skps/All/2b7e85eb251dc7-a3cf3659ed2c08/28/*.skp", "gs://cluster-telemetry/swarming/skps/All/2b7e85eb251dc7-a3cf3659ed2c08/29/*.skp", "gs://cluster-telemetry/swarming/skps/All/2b7e85eb251dc7-a3cf3659ed2c08/30/*.skp", "[CUSTOM_/_B_WORK]/skps/2b7e85eb251dc7-a3cf3659ed2c08/All/5/slave3" ], "name": "gsutil cp (3)" }, { "cmd": [ "python", "-u", "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", "--json-output", "/path/to/tmp/json", "ensure-directory", "--mode", "0777", "[START_DIR]/swarming_temp_dir" ], "infra_step": true, "name": "makedirs swarming tmp dir (3)" }, { "cmd": [ "python", "-u", "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", "--json-output", "/path/to/tmp/json", "copy", "{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-nanobench-3.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Release\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"3\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"All\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Perf-Ubuntu14-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-CT_BENCH_1k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"abc123\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"nanobench\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"2b7e85eb251dc7-a3cf3659ed2c08\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}", "[START_DIR]/swarming_temp_dir/ct-nanobench-3.isolated.gen.json" ], "infra_step": true, "name": "Write ct-nanobench-3.isolated.gen.json" }, { "cmd": [ "python", "-u", "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", "--json-output", "/path/to/tmp/json", "rmtree", "[CUSTOM_/_B_WORK]/skps/2b7e85eb251dc7-a3cf3659ed2c08/All/5/slave4" ], "infra_step": true, "name": "rmtree slave4" }, { "cmd": [ "python", "-u", "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", "--json-output", "/path/to/tmp/json", "ensure-directory", "--mode", "0777", "[CUSTOM_/_B_WORK]/skps/2b7e85eb251dc7-a3cf3659ed2c08/All/5/slave4" ], "infra_step": true, "name": "makedirs slave4" }, { "cmd": [ "gsutil", "-m", "cp", "gs://cluster-telemetry/swarming/skps/All/2b7e85eb251dc7-a3cf3659ed2c08/31/*.skp", "gs://cluster-telemetry/swarming/skps/All/2b7e85eb251dc7-a3cf3659ed2c08/32/*.skp", "gs://cluster-telemetry/swarming/skps/All/2b7e85eb251dc7-a3cf3659ed2c08/33/*.skp", "gs://cluster-telemetry/swarming/skps/All/2b7e85eb251dc7-a3cf3659ed2c08/34/*.skp", "gs://cluster-telemetry/swarming/skps/All/2b7e85eb251dc7-a3cf3659ed2c08/35/*.skp", "gs://cluster-telemetry/swarming/skps/All/2b7e85eb251dc7-a3cf3659ed2c08/36/*.skp", "gs://cluster-telemetry/swarming/skps/All/2b7e85eb251dc7-a3cf3659ed2c08/37/*.skp", "gs://cluster-telemetry/swarming/skps/All/2b7e85eb251dc7-a3cf3659ed2c08/38/*.skp", "gs://cluster-telemetry/swarming/skps/All/2b7e85eb251dc7-a3cf3659ed2c08/39/*.skp", "gs://cluster-telemetry/swarming/skps/All/2b7e85eb251dc7-a3cf3659ed2c08/40/*.skp", "[CUSTOM_/_B_WORK]/skps/2b7e85eb251dc7-a3cf3659ed2c08/All/5/slave4" ], "name": "gsutil cp (4)" }, { "cmd": [ "python", "-u", "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", "--json-output", "/path/to/tmp/json", "ensure-directory", "--mode", "0777", "[START_DIR]/swarming_temp_dir" ], "infra_step": true, "name": "makedirs swarming tmp dir (4)" }, { "cmd": [ "python", "-u", "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", "--json-output", "/path/to/tmp/json", "copy", "{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-nanobench-4.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Release\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"4\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"All\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Perf-Ubuntu14-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-CT_BENCH_1k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"abc123\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"nanobench\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"2b7e85eb251dc7-a3cf3659ed2c08\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}", "[START_DIR]/swarming_temp_dir/ct-nanobench-4.isolated.gen.json" ], "infra_step": true, "name": "Write ct-nanobench-4.isolated.gen.json" }, { "cmd": [ "python", "-u", "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", "--json-output", "/path/to/tmp/json", "rmtree", "[CUSTOM_/_B_WORK]/skps/2b7e85eb251dc7-a3cf3659ed2c08/All/5/slave5" ], "infra_step": true, "name": "rmtree slave5" }, { "cmd": [ "python", "-u", "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", "--json-output", "/path/to/tmp/json", "ensure-directory", "--mode", "0777", "[CUSTOM_/_B_WORK]/skps/2b7e85eb251dc7-a3cf3659ed2c08/All/5/slave5" ], "infra_step": true, "name": "makedirs slave5" }, { "cmd": [ "gsutil", "-m", "cp", "gs://cluster-telemetry/swarming/skps/All/2b7e85eb251dc7-a3cf3659ed2c08/41/*.skp", "gs://cluster-telemetry/swarming/skps/All/2b7e85eb251dc7-a3cf3659ed2c08/42/*.skp", "gs://cluster-telemetry/swarming/skps/All/2b7e85eb251dc7-a3cf3659ed2c08/43/*.skp", "gs://cluster-telemetry/swarming/skps/All/2b7e85eb251dc7-a3cf3659ed2c08/44/*.skp", "gs://cluster-telemetry/swarming/skps/All/2b7e85eb251dc7-a3cf3659ed2c08/45/*.skp", "gs://cluster-telemetry/swarming/skps/All/2b7e85eb251dc7-a3cf3659ed2c08/46/*.skp", "gs://cluster-telemetry/swarming/skps/All/2b7e85eb251dc7-a3cf3659ed2c08/47/*.skp", "gs://cluster-telemetry/swarming/skps/All/2b7e85eb251dc7-a3cf3659ed2c08/48/*.skp", "gs://cluster-telemetry/swarming/skps/All/2b7e85eb251dc7-a3cf3659ed2c08/49/*.skp", "gs://cluster-telemetry/swarming/skps/All/2b7e85eb251dc7-a3cf3659ed2c08/50/*.skp", "[CUSTOM_/_B_WORK]/skps/2b7e85eb251dc7-a3cf3659ed2c08/All/5/slave5" ], "name": "gsutil cp (5)" }, { "cmd": [ "python", "-u", "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", "--json-output", "/path/to/tmp/json", "ensure-directory", "--mode", "0777", "[START_DIR]/swarming_temp_dir" ], "infra_step": true, "name": "makedirs swarming tmp dir (5)" }, { "cmd": [ "python", "-u", "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", "--json-output", "/path/to/tmp/json", "copy", "{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[START_DIR]/swarming_temp_dir/skia-task-ct-nanobench-5.isolated\", \n \"--config-variable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\", \n \"NUM_SLAVES\", \n \"5\", \n \"--extra-variable\", \n \"CONFIGURATION\", \n \"Release\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"5\", \n \"--extra-variable\", \n \"PAGE_TYPE\", \n \"All\", \n \"--extra-variable\", \n \"BUILDER\", \n \"Perf-Ubuntu14-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-CT_BENCH_1k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"abc123\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"nanobench\", \n \"--extra-variable\", \n \"CHROMIUM_BUILD\", \n \"2b7e85eb251dc7-a3cf3659ed2c08\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"version\": 1\n}", "[START_DIR]/swarming_temp_dir/ct-nanobench-5.isolated.gen.json" ], "infra_step": true, "name": "Write ct-nanobench-5.isolated.gen.json" }, { "cmd": [ "python", "-u", "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", "--json-output", "/path/to/tmp/json", "copy", "{\"chromium_build\": \"2b7e85eb251dc7-a3cf3659ed2c08\", \"num_slaves\": 5, \"page_type\": \"All\"}", "[CUSTOM_/_B_WORK]/skps/2b7e85eb251dc7-a3cf3659ed2c08/All/5/skps_version" ], "infra_step": true, "name": "Create [CUSTOM_/_B_WORK]/skps/2b7e85eb251dc7-a3cf3659ed2c08/All/5/skps_version" }, { "cmd": [ "python", "-u", "RECIPE_MODULE[skia::isolate]/resources/isolate.py", "[START_DIR]/swarming.client", "batcharchive", "--dump-json", "/path/to/tmp/json", "--isolate-server", "https://isolateserver.appspot.com", "--verbose", "[START_DIR]/swarming_temp_dir/ct-nanobench-1.isolated.gen.json", "[START_DIR]/swarming_temp_dir/ct-nanobench-2.isolated.gen.json", "[START_DIR]/swarming_temp_dir/ct-nanobench-3.isolated.gen.json", "[START_DIR]/swarming_temp_dir/ct-nanobench-4.isolated.gen.json", "[START_DIR]/swarming_temp_dir/ct-nanobench-5.isolated.gen.json" ], "name": "isolate tests", "~followup_annotations": [ "@@@STEP_LOG_LINE@json.output@{@@@", "@@@STEP_LOG_LINE@json.output@ \"ct-nanobench-1\": \"[dummy hash for ct-nanobench-1]\", @@@", "@@@STEP_LOG_LINE@json.output@ \"ct-nanobench-2\": \"[dummy hash for ct-nanobench-2]\", @@@", "@@@STEP_LOG_LINE@json.output@ \"ct-nanobench-3\": \"[dummy hash for ct-nanobench-3]\", @@@", "@@@STEP_LOG_LINE@json.output@ \"ct-nanobench-4\": \"[dummy hash for ct-nanobench-4]\", @@@", "@@@STEP_LOG_LINE@json.output@ \"ct-nanobench-5\": \"[dummy hash for ct-nanobench-5]\"@@@", "@@@STEP_LOG_LINE@json.output@}@@@", "@@@STEP_LOG_END@json.output@@@", "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"ct-nanobench-1\": \"[dummy hash for ct-nanobench-1]\", \"ct-nanobench-2\": \"[dummy hash for ct-nanobench-2]\", \"ct-nanobench-3\": \"[dummy hash for ct-nanobench-3]\", \"ct-nanobench-4\": \"[dummy hash for ct-nanobench-4]\", \"ct-nanobench-5\": \"[dummy hash for ct-nanobench-5]\"}@@@" ] }, { "cmd": [ "python", "-u", "[START_DIR]/swarming.client/swarming.py", "trigger", "--swarming", "https://chromium-swarm.appspot.com", "--isolate-server", "https://isolateserver.appspot.com", "--priority", "90", "--shards", "1", "--task-name", "ct-nanobench-1/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-CT_BENCH_1k_SKPs/-1", "--dump-json", "/path/to/tmp/json", "--expiration", "72000", "--io-timeout", "2400", "--hard-timeout", "14400", "--dimension", "cpu", "x86-64-E3-1230_v5", "--dimension", "gpu", "10de:1cb3-384.90", "--dimension", "os", "Ubuntu-14.04", "--dimension", "pool", "Chrome-GPU", "--tag", "allow_milo:1", "--tag", "buildername:Perf-Ubuntu14-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-CT_BENCH_1k_SKPs", "--tag", "data:[dummy hash for ct-nanobench-1]", "--tag", "name:ct-nanobench-1", "--tag", "os:Ubuntu-14.04", "--tag", "revision:abc123", "--tag", "stepname:ct-nanobench-1", "--isolated", "[dummy hash for ct-nanobench-1]" ], "infra_step": true, "name": "[trigger] ct-nanobench-1", "~followup_annotations": [ "@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@", "@@@STEP_LOG_LINE@json.output@{@@@", "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-nanobench-1/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-CT_BENCH_1k_SKPs/-1\", @@@", "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", "@@@STEP_LOG_LINE@json.output@ \"ct-nanobench-1/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-CT_BENCH_1k_SKPs/-1\": {@@@", "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@", "@@@STEP_LOG_LINE@json.output@ }@@@", "@@@STEP_LOG_LINE@json.output@ }@@@", "@@@STEP_LOG_LINE@json.output@}@@@", "@@@STEP_LOG_END@json.output@@@", "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@@@" ] }, { "cmd": [ "python", "-u", "[START_DIR]/swarming.client/swarming.py", "trigger", "--swarming", "https://chromium-swarm.appspot.com", "--isolate-server", "https://isolateserver.appspot.com", "--priority", "90", "--shards", "1", "--task-name", "ct-nanobench-2/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-CT_BENCH_1k_SKPs/-1", "--dump-json", "/path/to/tmp/json", "--expiration", "72000", "--io-timeout", "2400", "--hard-timeout", "14400", "--dimension", "cpu", "x86-64-E3-1230_v5", "--dimension", "gpu", "10de:1cb3-384.90", "--dimension", "os", "Ubuntu-14.04", "--dimension", "pool", "Chrome-GPU", "--tag", "allow_milo:1", "--tag", "buildername:Perf-Ubuntu14-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-CT_BENCH_1k_SKPs", "--tag", "data:[dummy hash for ct-nanobench-2]", "--tag", "name:ct-nanobench-2", "--tag", "os:Ubuntu-14.04", "--tag", "revision:abc123", "--tag", "stepname:ct-nanobench-2", "--isolated", "[dummy hash for ct-nanobench-2]" ], "infra_step": true, "name": "[trigger] ct-nanobench-2", "~followup_annotations": [ "@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@", "@@@STEP_LOG_LINE@json.output@{@@@", "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-nanobench-2/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-CT_BENCH_1k_SKPs/-1\", @@@", "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", "@@@STEP_LOG_LINE@json.output@ \"ct-nanobench-2/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-CT_BENCH_1k_SKPs/-1\": {@@@", "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@", "@@@STEP_LOG_LINE@json.output@ }@@@", "@@@STEP_LOG_LINE@json.output@ }@@@", "@@@STEP_LOG_LINE@json.output@}@@@", "@@@STEP_LOG_END@json.output@@@", "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@@@" ] }, { "cmd": [ "python", "-u", "[START_DIR]/swarming.client/swarming.py", "trigger", "--swarming", "https://chromium-swarm.appspot.com", "--isolate-server", "https://isolateserver.appspot.com", "--priority", "90", "--shards", "1", "--task-name", "ct-nanobench-3/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-CT_BENCH_1k_SKPs/-1", "--dump-json", "/path/to/tmp/json", "--expiration", "72000", "--io-timeout", "2400", "--hard-timeout", "14400", "--dimension", "cpu", "x86-64-E3-1230_v5", "--dimension", "gpu", "10de:1cb3-384.90", "--dimension", "os", "Ubuntu-14.04", "--dimension", "pool", "Chrome-GPU", "--tag", "allow_milo:1", "--tag", "buildername:Perf-Ubuntu14-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-CT_BENCH_1k_SKPs", "--tag", "data:[dummy hash for ct-nanobench-3]", "--tag", "name:ct-nanobench-3", "--tag", "os:Ubuntu-14.04", "--tag", "revision:abc123", "--tag", "stepname:ct-nanobench-3", "--isolated", "[dummy hash for ct-nanobench-3]" ], "infra_step": true, "name": "[trigger] ct-nanobench-3", "~followup_annotations": [ "@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@", "@@@STEP_LOG_LINE@json.output@{@@@", "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-nanobench-3/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-CT_BENCH_1k_SKPs/-1\", @@@", "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", "@@@STEP_LOG_LINE@json.output@ \"ct-nanobench-3/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-CT_BENCH_1k_SKPs/-1\": {@@@", "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@", "@@@STEP_LOG_LINE@json.output@ }@@@", "@@@STEP_LOG_LINE@json.output@ }@@@", "@@@STEP_LOG_LINE@json.output@}@@@", "@@@STEP_LOG_END@json.output@@@", "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@@@" ] }, { "cmd": [ "python", "-u", "[START_DIR]/swarming.client/swarming.py", "trigger", "--swarming", "https://chromium-swarm.appspot.com", "--isolate-server", "https://isolateserver.appspot.com", "--priority", "90", "--shards", "1", "--task-name", "ct-nanobench-4/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-CT_BENCH_1k_SKPs/-1", "--dump-json", "/path/to/tmp/json", "--expiration", "72000", "--io-timeout", "2400", "--hard-timeout", "14400", "--dimension", "cpu", "x86-64-E3-1230_v5", "--dimension", "gpu", "10de:1cb3-384.90", "--dimension", "os", "Ubuntu-14.04", "--dimension", "pool", "Chrome-GPU", "--tag", "allow_milo:1", "--tag", "buildername:Perf-Ubuntu14-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-CT_BENCH_1k_SKPs", "--tag", "data:[dummy hash for ct-nanobench-4]", "--tag", "name:ct-nanobench-4", "--tag", "os:Ubuntu-14.04", "--tag", "revision:abc123", "--tag", "stepname:ct-nanobench-4", "--isolated", "[dummy hash for ct-nanobench-4]" ], "infra_step": true, "name": "[trigger] ct-nanobench-4", "~followup_annotations": [ "@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@", "@@@STEP_LOG_LINE@json.output@{@@@", "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-nanobench-4/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-CT_BENCH_1k_SKPs/-1\", @@@", "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", "@@@STEP_LOG_LINE@json.output@ \"ct-nanobench-4/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-CT_BENCH_1k_SKPs/-1\": {@@@", "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@", "@@@STEP_LOG_LINE@json.output@ }@@@", "@@@STEP_LOG_LINE@json.output@ }@@@", "@@@STEP_LOG_LINE@json.output@}@@@", "@@@STEP_LOG_END@json.output@@@", "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@@@" ] }, { "cmd": [ "python", "-u", "[START_DIR]/swarming.client/swarming.py", "trigger", "--swarming", "https://chromium-swarm.appspot.com", "--isolate-server", "https://isolateserver.appspot.com", "--priority", "90", "--shards", "1", "--task-name", "ct-nanobench-5/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-CT_BENCH_1k_SKPs/-1", "--dump-json", "/path/to/tmp/json", "--expiration", "72000", "--io-timeout", "2400", "--hard-timeout", "14400", "--dimension", "cpu", "x86-64-E3-1230_v5", "--dimension", "gpu", "10de:1cb3-384.90", "--dimension", "os", "Ubuntu-14.04", "--dimension", "pool", "Chrome-GPU", "--tag", "allow_milo:1", "--tag", "buildername:Perf-Ubuntu14-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-CT_BENCH_1k_SKPs", "--tag", "data:[dummy hash for ct-nanobench-5]", "--tag", "name:ct-nanobench-5", "--tag", "os:Ubuntu-14.04", "--tag", "revision:abc123", "--tag", "stepname:ct-nanobench-5", "--isolated", "[dummy hash for ct-nanobench-5]" ], "infra_step": true, "name": "[trigger] ct-nanobench-5", "~followup_annotations": [ "@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'@@@", "@@@STEP_LOG_LINE@json.output@{@@@", "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-nanobench-5/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-CT_BENCH_1k_SKPs/-1\", @@@", "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", "@@@STEP_LOG_LINE@json.output@ \"ct-nanobench-5/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-CT_BENCH_1k_SKPs/-1\": {@@@", "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@", "@@@STEP_LOG_LINE@json.output@ }@@@", "@@@STEP_LOG_LINE@json.output@ }@@@", "@@@STEP_LOG_LINE@json.output@}@@@", "@@@STEP_LOG_END@json.output@@@", "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@@@", "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/task/10000@@@" ] }, { "cmd": [ "python", "-u", "RECIPE_MODULE[skia::swarming]/resources/collect_task.py", "-o", "/path/to/tmp/json", "--task-output-dir", "[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-1", "--merge-script", "RECIPE_MODULE[skia::swarming]/resources/noop_merge.py", "--merge-additional-args", "[]", "--", "python", "-u", "[START_DIR]/swarming.client/swarming.py", "collect", "--swarming", "https://chromium-swarm.appspot.com", "--decorate", "--print-status-updates", "--json", "{\"base_task_name\": \"ct-nanobench-1/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-CT_BENCH_1k_SKPs/-1\", \"tasks\": {\"ct-nanobench-1/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-CT_BENCH_1k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}", "--task-summary-json", "/path/to/tmp/json" ], "name": "ct-nanobench-1", "~followup_annotations": [ "@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'
swarming pending 71s@@@", "@@@STEP_LOG_LINE@json.output@{}@@@", "@@@STEP_LOG_END@json.output@@@", "@@@STEP_LOG_LINE@swarming.summary@{@@@", "@@@STEP_LOG_LINE@swarming.summary@ \"shards\": [@@@", "@@@STEP_LOG_LINE@swarming.summary@ {@@@", "@@@STEP_LOG_LINE@swarming.summary@ \"abandoned_ts\": null, @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"bot_id\": \"vm30\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"completed_ts\": \"2014-09-25T01:42:00.123\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"created_ts\": \"2014-09-25T01:41:00.123\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"durations\": [@@@", "@@@STEP_LOG_LINE@swarming.summary@ 5.7, @@@", "@@@STEP_LOG_LINE@swarming.summary@ 31.5@@@", "@@@STEP_LOG_LINE@swarming.summary@ ], @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"exit_codes\": [@@@", "@@@STEP_LOG_LINE@swarming.summary@ 0, @@@", "@@@STEP_LOG_LINE@swarming.summary@ 0@@@", "@@@STEP_LOG_LINE@swarming.summary@ ], @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"failure\": false, @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"id\": \"148aa78d7aa0000\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"internal_failure\": false, @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"isolated_out\": {@@@", "@@@STEP_LOG_LINE@swarming.summary@ \"isolated\": \"abc123\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"isolatedserver\": \"https://isolateserver.appspot.com\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"namespace\": \"default-gzip\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"view_url\": \"blah\"@@@", "@@@STEP_LOG_LINE@swarming.summary@ }, @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"modified_ts\": \"2014-09-25 01:42:00\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"name\": \"heartbeat-canary-2014-09-25_01:41:55-os=Windows\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"outputs\": [@@@", "@@@STEP_LOG_LINE@swarming.summary@ \"Heart beat succeeded on win32.\\n\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"Foo\"@@@", "@@@STEP_LOG_LINE@swarming.summary@ ], @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"outputs_ref\": {@@@", "@@@STEP_LOG_LINE@swarming.summary@ \"view_url\": \"blah\"@@@", "@@@STEP_LOG_LINE@swarming.summary@ }, @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"started_ts\": \"2014-09-25T01:42:11.123\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"state\": 112, @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"try_number\": 1, @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"user\": \"unknown\"@@@", "@@@STEP_LOG_LINE@swarming.summary@ }@@@", "@@@STEP_LOG_LINE@swarming.summary@ ]@@@", "@@@STEP_LOG_LINE@swarming.summary@}@@@", "@@@STEP_LOG_END@swarming.summary@@@", "@@@STEP_LINK@shard #0 isolated out@blah@@@", "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/task/148aa78d7aa0000@@@" ] }, { "cmd": [ "python", "-u", "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", "--json-output", "/path/to/tmp/json", "listdir", "[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-1/0" ], "infra_step": true, "name": "listdir output dir", "stdout": "/path/to/tmp/", "~followup_annotations": [ "@@@STEP_LOG_LINE@listdir@[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-1/0/file 1@@@", "@@@STEP_LOG_LINE@listdir@[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-1/0/file 2@@@", "@@@STEP_LOG_END@listdir@@@" ] }, { "cmd": [ "gsutil", "cp", "-R", "[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-1/0/file 1", "gs://skia-perf/ct/All/2012/05/14/12/" ], "env": { "AWS_CREDENTIAL_FILE": null, "BOTO_CONFIG": null }, "infra_step": true, "name": "upload json output" }, { "cmd": [ "gsutil", "cp", "-R", "[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-1/0/file 2", "gs://skia-perf/ct/All/2012/05/14/12/" ], "env": { "AWS_CREDENTIAL_FILE": null, "BOTO_CONFIG": null }, "infra_step": true, "name": "upload json output (2)" }, { "cmd": [ "python", "-u", "RECIPE_MODULE[skia::swarming]/resources/collect_task.py", "-o", "/path/to/tmp/json", "--task-output-dir", "[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-2", "--merge-script", "RECIPE_MODULE[skia::swarming]/resources/noop_merge.py", "--merge-additional-args", "[]", "--", "python", "-u", "[START_DIR]/swarming.client/swarming.py", "collect", "--swarming", "https://chromium-swarm.appspot.com", "--decorate", "--print-status-updates", "--json", "{\"base_task_name\": \"ct-nanobench-2/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-CT_BENCH_1k_SKPs/-1\", \"tasks\": {\"ct-nanobench-2/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-CT_BENCH_1k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}", "--task-summary-json", "/path/to/tmp/json" ], "name": "ct-nanobench-2", "~followup_annotations": [ "@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'
swarming pending 71s@@@", "@@@STEP_LOG_LINE@json.output@{}@@@", "@@@STEP_LOG_END@json.output@@@", "@@@STEP_LOG_LINE@swarming.summary@{@@@", "@@@STEP_LOG_LINE@swarming.summary@ \"shards\": [@@@", "@@@STEP_LOG_LINE@swarming.summary@ {@@@", "@@@STEP_LOG_LINE@swarming.summary@ \"abandoned_ts\": null, @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"bot_id\": \"vm30\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"completed_ts\": \"2014-09-25T01:42:00.123\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"created_ts\": \"2014-09-25T01:41:00.123\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"durations\": [@@@", "@@@STEP_LOG_LINE@swarming.summary@ 5.7, @@@", "@@@STEP_LOG_LINE@swarming.summary@ 31.5@@@", "@@@STEP_LOG_LINE@swarming.summary@ ], @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"exit_codes\": [@@@", "@@@STEP_LOG_LINE@swarming.summary@ 0, @@@", "@@@STEP_LOG_LINE@swarming.summary@ 0@@@", "@@@STEP_LOG_LINE@swarming.summary@ ], @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"failure\": false, @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"id\": \"148aa78d7aa0000\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"internal_failure\": false, @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"isolated_out\": {@@@", "@@@STEP_LOG_LINE@swarming.summary@ \"isolated\": \"abc123\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"isolatedserver\": \"https://isolateserver.appspot.com\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"namespace\": \"default-gzip\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"view_url\": \"blah\"@@@", "@@@STEP_LOG_LINE@swarming.summary@ }, @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"modified_ts\": \"2014-09-25 01:42:00\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"name\": \"heartbeat-canary-2014-09-25_01:41:55-os=Windows\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"outputs\": [@@@", "@@@STEP_LOG_LINE@swarming.summary@ \"Heart beat succeeded on win32.\\n\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"Foo\"@@@", "@@@STEP_LOG_LINE@swarming.summary@ ], @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"outputs_ref\": {@@@", "@@@STEP_LOG_LINE@swarming.summary@ \"view_url\": \"blah\"@@@", "@@@STEP_LOG_LINE@swarming.summary@ }, @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"started_ts\": \"2014-09-25T01:42:11.123\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"state\": 112, @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"try_number\": 1, @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"user\": \"unknown\"@@@", "@@@STEP_LOG_LINE@swarming.summary@ }@@@", "@@@STEP_LOG_LINE@swarming.summary@ ]@@@", "@@@STEP_LOG_LINE@swarming.summary@}@@@", "@@@STEP_LOG_END@swarming.summary@@@", "@@@STEP_LINK@shard #0 isolated out@blah@@@", "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/task/148aa78d7aa0000@@@" ] }, { "cmd": [ "python", "-u", "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", "--json-output", "/path/to/tmp/json", "listdir", "[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-2/0" ], "infra_step": true, "name": "listdir output dir (2)", "stdout": "/path/to/tmp/", "~followup_annotations": [ "@@@STEP_LOG_LINE@listdir@[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-2/0/file 1@@@", "@@@STEP_LOG_LINE@listdir@[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-2/0/file 2@@@", "@@@STEP_LOG_END@listdir@@@" ] }, { "cmd": [ "gsutil", "cp", "-R", "[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-2/0/file 1", "gs://skia-perf/ct/All/2012/05/14/12/" ], "env": { "AWS_CREDENTIAL_FILE": null, "BOTO_CONFIG": null }, "infra_step": true, "name": "upload json output (3)" }, { "cmd": [ "gsutil", "cp", "-R", "[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-2/0/file 2", "gs://skia-perf/ct/All/2012/05/14/12/" ], "env": { "AWS_CREDENTIAL_FILE": null, "BOTO_CONFIG": null }, "infra_step": true, "name": "upload json output (4)" }, { "cmd": [ "python", "-u", "RECIPE_MODULE[skia::swarming]/resources/collect_task.py", "-o", "/path/to/tmp/json", "--task-output-dir", "[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-3", "--merge-script", "RECIPE_MODULE[skia::swarming]/resources/noop_merge.py", "--merge-additional-args", "[]", "--", "python", "-u", "[START_DIR]/swarming.client/swarming.py", "collect", "--swarming", "https://chromium-swarm.appspot.com", "--decorate", "--print-status-updates", "--json", "{\"base_task_name\": \"ct-nanobench-3/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-CT_BENCH_1k_SKPs/-1\", \"tasks\": {\"ct-nanobench-3/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-CT_BENCH_1k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}", "--task-summary-json", "/path/to/tmp/json" ], "name": "ct-nanobench-3", "~followup_annotations": [ "@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'
swarming pending 71s@@@", "@@@STEP_LOG_LINE@json.output@{}@@@", "@@@STEP_LOG_END@json.output@@@", "@@@STEP_LOG_LINE@swarming.summary@{@@@", "@@@STEP_LOG_LINE@swarming.summary@ \"shards\": [@@@", "@@@STEP_LOG_LINE@swarming.summary@ {@@@", "@@@STEP_LOG_LINE@swarming.summary@ \"abandoned_ts\": null, @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"bot_id\": \"vm30\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"completed_ts\": \"2014-09-25T01:42:00.123\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"created_ts\": \"2014-09-25T01:41:00.123\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"durations\": [@@@", "@@@STEP_LOG_LINE@swarming.summary@ 5.7, @@@", "@@@STEP_LOG_LINE@swarming.summary@ 31.5@@@", "@@@STEP_LOG_LINE@swarming.summary@ ], @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"exit_codes\": [@@@", "@@@STEP_LOG_LINE@swarming.summary@ 0, @@@", "@@@STEP_LOG_LINE@swarming.summary@ 0@@@", "@@@STEP_LOG_LINE@swarming.summary@ ], @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"failure\": false, @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"id\": \"148aa78d7aa0000\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"internal_failure\": false, @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"isolated_out\": {@@@", "@@@STEP_LOG_LINE@swarming.summary@ \"isolated\": \"abc123\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"isolatedserver\": \"https://isolateserver.appspot.com\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"namespace\": \"default-gzip\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"view_url\": \"blah\"@@@", "@@@STEP_LOG_LINE@swarming.summary@ }, @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"modified_ts\": \"2014-09-25 01:42:00\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"name\": \"heartbeat-canary-2014-09-25_01:41:55-os=Windows\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"outputs\": [@@@", "@@@STEP_LOG_LINE@swarming.summary@ \"Heart beat succeeded on win32.\\n\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"Foo\"@@@", "@@@STEP_LOG_LINE@swarming.summary@ ], @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"outputs_ref\": {@@@", "@@@STEP_LOG_LINE@swarming.summary@ \"view_url\": \"blah\"@@@", "@@@STEP_LOG_LINE@swarming.summary@ }, @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"started_ts\": \"2014-09-25T01:42:11.123\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"state\": 112, @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"try_number\": 1, @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"user\": \"unknown\"@@@", "@@@STEP_LOG_LINE@swarming.summary@ }@@@", "@@@STEP_LOG_LINE@swarming.summary@ ]@@@", "@@@STEP_LOG_LINE@swarming.summary@}@@@", "@@@STEP_LOG_END@swarming.summary@@@", "@@@STEP_LINK@shard #0 isolated out@blah@@@", "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/task/148aa78d7aa0000@@@" ] }, { "cmd": [ "python", "-u", "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", "--json-output", "/path/to/tmp/json", "listdir", "[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-3/0" ], "infra_step": true, "name": "listdir output dir (3)", "stdout": "/path/to/tmp/", "~followup_annotations": [ "@@@STEP_LOG_LINE@listdir@[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-3/0/file 1@@@", "@@@STEP_LOG_LINE@listdir@[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-3/0/file 2@@@", "@@@STEP_LOG_END@listdir@@@" ] }, { "cmd": [ "gsutil", "cp", "-R", "[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-3/0/file 1", "gs://skia-perf/ct/All/2012/05/14/12/" ], "env": { "AWS_CREDENTIAL_FILE": null, "BOTO_CONFIG": null }, "infra_step": true, "name": "upload json output (5)" }, { "cmd": [ "gsutil", "cp", "-R", "[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-3/0/file 2", "gs://skia-perf/ct/All/2012/05/14/12/" ], "env": { "AWS_CREDENTIAL_FILE": null, "BOTO_CONFIG": null }, "infra_step": true, "name": "upload json output (6)" }, { "cmd": [ "python", "-u", "RECIPE_MODULE[skia::swarming]/resources/collect_task.py", "-o", "/path/to/tmp/json", "--task-output-dir", "[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-4", "--merge-script", "RECIPE_MODULE[skia::swarming]/resources/noop_merge.py", "--merge-additional-args", "[]", "--", "python", "-u", "[START_DIR]/swarming.client/swarming.py", "collect", "--swarming", "https://chromium-swarm.appspot.com", "--decorate", "--print-status-updates", "--json", "{\"base_task_name\": \"ct-nanobench-4/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-CT_BENCH_1k_SKPs/-1\", \"tasks\": {\"ct-nanobench-4/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-CT_BENCH_1k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}", "--task-summary-json", "/path/to/tmp/json" ], "name": "ct-nanobench-4", "~followup_annotations": [ "@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'
swarming pending 71s@@@", "@@@STEP_LOG_LINE@json.output@{}@@@", "@@@STEP_LOG_END@json.output@@@", "@@@STEP_LOG_LINE@swarming.summary@{@@@", "@@@STEP_LOG_LINE@swarming.summary@ \"shards\": [@@@", "@@@STEP_LOG_LINE@swarming.summary@ {@@@", "@@@STEP_LOG_LINE@swarming.summary@ \"abandoned_ts\": null, @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"bot_id\": \"vm30\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"completed_ts\": \"2014-09-25T01:42:00.123\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"created_ts\": \"2014-09-25T01:41:00.123\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"durations\": [@@@", "@@@STEP_LOG_LINE@swarming.summary@ 5.7, @@@", "@@@STEP_LOG_LINE@swarming.summary@ 31.5@@@", "@@@STEP_LOG_LINE@swarming.summary@ ], @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"exit_codes\": [@@@", "@@@STEP_LOG_LINE@swarming.summary@ 0, @@@", "@@@STEP_LOG_LINE@swarming.summary@ 0@@@", "@@@STEP_LOG_LINE@swarming.summary@ ], @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"failure\": false, @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"id\": \"148aa78d7aa0000\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"internal_failure\": false, @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"isolated_out\": {@@@", "@@@STEP_LOG_LINE@swarming.summary@ \"isolated\": \"abc123\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"isolatedserver\": \"https://isolateserver.appspot.com\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"namespace\": \"default-gzip\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"view_url\": \"blah\"@@@", "@@@STEP_LOG_LINE@swarming.summary@ }, @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"modified_ts\": \"2014-09-25 01:42:00\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"name\": \"heartbeat-canary-2014-09-25_01:41:55-os=Windows\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"outputs\": [@@@", "@@@STEP_LOG_LINE@swarming.summary@ \"Heart beat succeeded on win32.\\n\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"Foo\"@@@", "@@@STEP_LOG_LINE@swarming.summary@ ], @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"outputs_ref\": {@@@", "@@@STEP_LOG_LINE@swarming.summary@ \"view_url\": \"blah\"@@@", "@@@STEP_LOG_LINE@swarming.summary@ }, @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"started_ts\": \"2014-09-25T01:42:11.123\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"state\": 112, @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"try_number\": 1, @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"user\": \"unknown\"@@@", "@@@STEP_LOG_LINE@swarming.summary@ }@@@", "@@@STEP_LOG_LINE@swarming.summary@ ]@@@", "@@@STEP_LOG_LINE@swarming.summary@}@@@", "@@@STEP_LOG_END@swarming.summary@@@", "@@@STEP_LINK@shard #0 isolated out@blah@@@", "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/task/148aa78d7aa0000@@@" ] }, { "cmd": [ "python", "-u", "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", "--json-output", "/path/to/tmp/json", "listdir", "[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-4/0" ], "infra_step": true, "name": "listdir output dir (4)", "stdout": "/path/to/tmp/", "~followup_annotations": [ "@@@STEP_LOG_LINE@listdir@[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-4/0/file 1@@@", "@@@STEP_LOG_LINE@listdir@[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-4/0/file 2@@@", "@@@STEP_LOG_END@listdir@@@" ] }, { "cmd": [ "gsutil", "cp", "-R", "[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-4/0/file 1", "gs://skia-perf/ct/All/2012/05/14/12/" ], "env": { "AWS_CREDENTIAL_FILE": null, "BOTO_CONFIG": null }, "infra_step": true, "name": "upload json output (7)" }, { "cmd": [ "gsutil", "cp", "-R", "[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-4/0/file 2", "gs://skia-perf/ct/All/2012/05/14/12/" ], "env": { "AWS_CREDENTIAL_FILE": null, "BOTO_CONFIG": null }, "infra_step": true, "name": "upload json output (8)" }, { "cmd": [ "python", "-u", "RECIPE_MODULE[skia::swarming]/resources/collect_task.py", "-o", "/path/to/tmp/json", "--task-output-dir", "[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-5", "--merge-script", "RECIPE_MODULE[skia::swarming]/resources/noop_merge.py", "--merge-additional-args", "[]", "--", "python", "-u", "[START_DIR]/swarming.client/swarming.py", "collect", "--swarming", "https://chromium-swarm.appspot.com", "--decorate", "--print-status-updates", "--json", "{\"base_task_name\": \"ct-nanobench-5/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-CT_BENCH_1k_SKPs/-1\", \"tasks\": {\"ct-nanobench-5/Ubuntu-14.04/[dummy has/Perf-Ubuntu14-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-CT_BENCH_1k_SKPs/-1\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}", "--task-summary-json", "/path/to/tmp/json" ], "name": "ct-nanobench-5", "~followup_annotations": [ "@@@STEP_TEXT@Run on OS: 'Ubuntu-14.04'
swarming pending 71s@@@", "@@@STEP_LOG_LINE@json.output@{}@@@", "@@@STEP_LOG_END@json.output@@@", "@@@STEP_LOG_LINE@swarming.summary@{@@@", "@@@STEP_LOG_LINE@swarming.summary@ \"shards\": [@@@", "@@@STEP_LOG_LINE@swarming.summary@ {@@@", "@@@STEP_LOG_LINE@swarming.summary@ \"abandoned_ts\": null, @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"bot_id\": \"vm30\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"completed_ts\": \"2014-09-25T01:42:00.123\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"created_ts\": \"2014-09-25T01:41:00.123\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"durations\": [@@@", "@@@STEP_LOG_LINE@swarming.summary@ 5.7, @@@", "@@@STEP_LOG_LINE@swarming.summary@ 31.5@@@", "@@@STEP_LOG_LINE@swarming.summary@ ], @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"exit_codes\": [@@@", "@@@STEP_LOG_LINE@swarming.summary@ 0, @@@", "@@@STEP_LOG_LINE@swarming.summary@ 0@@@", "@@@STEP_LOG_LINE@swarming.summary@ ], @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"failure\": false, @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"id\": \"148aa78d7aa0000\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"internal_failure\": false, @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"isolated_out\": {@@@", "@@@STEP_LOG_LINE@swarming.summary@ \"isolated\": \"abc123\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"isolatedserver\": \"https://isolateserver.appspot.com\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"namespace\": \"default-gzip\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"view_url\": \"blah\"@@@", "@@@STEP_LOG_LINE@swarming.summary@ }, @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"modified_ts\": \"2014-09-25 01:42:00\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"name\": \"heartbeat-canary-2014-09-25_01:41:55-os=Windows\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"outputs\": [@@@", "@@@STEP_LOG_LINE@swarming.summary@ \"Heart beat succeeded on win32.\\n\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"Foo\"@@@", "@@@STEP_LOG_LINE@swarming.summary@ ], @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"outputs_ref\": {@@@", "@@@STEP_LOG_LINE@swarming.summary@ \"view_url\": \"blah\"@@@", "@@@STEP_LOG_LINE@swarming.summary@ }, @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"started_ts\": \"2014-09-25T01:42:11.123\", @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"state\": 112, @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"try_number\": 1, @@@", "@@@STEP_LOG_LINE@swarming.summary@ \"user\": \"unknown\"@@@", "@@@STEP_LOG_LINE@swarming.summary@ }@@@", "@@@STEP_LOG_LINE@swarming.summary@ ]@@@", "@@@STEP_LOG_LINE@swarming.summary@}@@@", "@@@STEP_LOG_END@swarming.summary@@@", "@@@STEP_LINK@shard #0 isolated out@blah@@@", "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/task/148aa78d7aa0000@@@" ] }, { "cmd": [ "python", "-u", "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", "--json-output", "/path/to/tmp/json", "listdir", "[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-5/0" ], "infra_step": true, "name": "listdir output dir (5)", "stdout": "/path/to/tmp/", "~followup_annotations": [ "@@@STEP_LOG_LINE@listdir@[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-5/0/file 1@@@", "@@@STEP_LOG_LINE@listdir@[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-5/0/file 2@@@", "@@@STEP_LOG_END@listdir@@@" ] }, { "cmd": [ "gsutil", "cp", "-R", "[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-5/0/file 1", "gs://skia-perf/ct/All/2012/05/14/12/" ], "env": { "AWS_CREDENTIAL_FILE": null, "BOTO_CONFIG": null }, "infra_step": true, "name": "upload json output (9)" }, { "cmd": [ "gsutil", "cp", "-R", "[START_DIR]/swarming_temp_dir/outputs/ct-nanobench-5/0/file 2", "gs://skia-perf/ct/All/2012/05/14/12/" ], "env": { "AWS_CREDENTIAL_FILE": null, "BOTO_CONFIG": null }, "infra_step": true, "name": "upload json output (10)" }, { "name": "$result", "recipe_result": null, "status_code": 0 } ]