| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
| 7 "[BUILDER_CACHE]/Android32_Release__swarming_", | 7 "[BUILDER_CACHE]/Android64__M_Nexus5X_", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| 11 "~followup_annotations": [ | 11 "~followup_annotations": [ |
| 12 "@@@STEP_LOG_LINE@python.inline@@@@", | 12 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| (...skipping 15 matching lines...) Expand all Loading... |
| 33 "--revision_mapping_file", | 33 "--revision_mapping_file", |
| 34 "{\"src\": \"got_revision\"}", | 34 "{\"src\": \"got_revision\"}", |
| 35 "--git-cache-dir", | 35 "--git-cache-dir", |
| 36 "[GIT_CACHE]", | 36 "[GIT_CACHE]", |
| 37 "--output_json", | 37 "--output_json", |
| 38 "/path/to/tmp/json", | 38 "/path/to/tmp/json", |
| 39 "--revision", | 39 "--revision", |
| 40 "src@12345", | 40 "src@12345", |
| 41 "--output_manifest" | 41 "--output_manifest" |
| 42 ], | 42 ], |
| 43 "cwd": "[BUILDER_CACHE]/Android32_Release__swarming_", | 43 "cwd": "[BUILDER_CACHE]/Android64__M_Nexus5X_", |
| 44 "env": { | 44 "env": { |
| 45 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 45 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 46 }, | 46 }, |
| 47 "name": "bot_update", | 47 "name": "bot_update", |
| 48 "~followup_annotations": [ | 48 "~followup_annotations": [ |
| 49 "@@@STEP_TEXT@Some step text@@@", | 49 "@@@STEP_TEXT@Some step text@@@", |
| 50 "@@@STEP_LOG_LINE@json.output@{@@@", | 50 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 51 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 51 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 52 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 52 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 53 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", | 53 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 70 "@@@STEP_LOG_END@json.output@@@", | 70 "@@@STEP_LOG_END@json.output@@@", |
| 71 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | 71 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", |
| 72 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 72 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 73 ] | 73 ] |
| 74 }, | 74 }, |
| 75 { | 75 { |
| 76 "cmd": [ | 76 "cmd": [ |
| 77 "python", | 77 "python", |
| 78 "-u", | 78 "-u", |
| 79 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", | 79 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", |
| 80 "[BUILDER_CACHE]/Android32_Release__swarming_/src/out" | 80 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/out" |
| 81 ], | 81 ], |
| 82 "name": "clean test output files" | 82 "name": "clean test output files" |
| 83 }, | 83 }, |
| 84 { | 84 { |
| 85 "cmd": [ | 85 "cmd": [ |
| 86 "python", | 86 "python", |
| 87 "-u", | 87 "-u", |
| 88 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree
(sys.argv[2], True)\ntry:\n os.remove(sys.argv[3])\nexcept OSError:\n pass\nfo
r base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endsw
ith('.pyc'):\n os.remove(os.path.join(base, f))\n", | 88 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree
(sys.argv[2], True)\ntry:\n os.remove(sys.argv[3])\nexcept OSError:\n pass\nfo
r base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endsw
ith('.pyc'):\n os.remove(os.path.join(base, f))\n", |
| 89 "[BUILDER_CACHE]/Android32_Release__swarming_/src/out/Release/debug_info_d
umps", | 89 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/out/Release/debug_info_dumps", |
| 90 "[BUILDER_CACHE]/Android32_Release__swarming_/src/out/Release/test_logs", | 90 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/out/Release/test_logs", |
| 91 "[BUILDER_CACHE]/Android32_Release__swarming_/src/out/build_product.zip", | 91 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/out/build_product.zip", |
| 92 "[BUILDER_CACHE]/Android32_Release__swarming_/src" | 92 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src" |
| 93 ], | 93 ], |
| 94 "name": "clean local files", | 94 "name": "clean local files", |
| 95 "~followup_annotations": [ | 95 "~followup_annotations": [ |
| 96 "@@@STEP_LOG_LINE@python.inline@@@@", | 96 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 97 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", | 97 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", |
| 98 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", | 98 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", |
| 99 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", | 99 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", |
| 100 "@@@STEP_LOG_LINE@python.inline@try:@@@", | 100 "@@@STEP_LOG_LINE@python.inline@try:@@@", |
| 101 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", | 101 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", |
| 102 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", | 102 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", |
| 103 "@@@STEP_LOG_LINE@python.inline@ pass@@@", | 103 "@@@STEP_LOG_LINE@python.inline@ pass@@@", |
| 104 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", | 104 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", |
| 105 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", | 105 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", |
| 106 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", | 106 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", |
| 107 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, | 107 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, |
| 108 "@@@STEP_LOG_END@python.inline@@@" | 108 "@@@STEP_LOG_END@python.inline@@@" |
| 109 ] | 109 ] |
| 110 }, | 110 }, |
| 111 { | 111 { |
| 112 "cmd": [ | 112 "cmd": [ |
| 113 "python", | 113 "python", |
| 114 "-u", | 114 "-u", |
| 115 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", | 115 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", |
| 116 "--build-dir", | 116 "--build-dir", |
| 117 "[BUILDER_CACHE]/Android32_Release__swarming_/src/out/Release", | 117 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/out/Release", |
| 118 "--clean-isolated-files" | 118 "--clean-isolated-files" |
| 119 ], | 119 ], |
| 120 "name": "clean isolated files" | 120 "name": "clean isolated files" |
| 121 }, | 121 }, |
| 122 { | 122 { |
| 123 "cmd": [], | 123 "cmd": [], |
| 124 "name": "ensure_goma" | 124 "name": "ensure_goma" |
| 125 }, | 125 }, |
| 126 { | 126 { |
| 127 "cmd": [ | 127 "cmd": [ |
| 128 "python", | 128 "python", |
| 129 "-u", | 129 "-u", |
| 130 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", | 130 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 131 "--platform", | 131 "--platform", |
| 132 "linux-386", | 132 "linux-amd64", |
| 133 "--dest-directory", | 133 "--dest-directory", |
| 134 "[SLAVE_BUILD]/cipd", | 134 "[SLAVE_BUILD]/cipd", |
| 135 "--json-output", | 135 "--json-output", |
| 136 "/path/to/tmp/json" | 136 "/path/to/tmp/json" |
| 137 ], | 137 ], |
| 138 "name": "ensure_goma.install cipd", | 138 "name": "ensure_goma.install cipd", |
| 139 "~followup_annotations": [ | 139 "~followup_annotations": [ |
| 140 "@@@STEP_NEST_LEVEL@1@@@", | 140 "@@@STEP_NEST_LEVEL@1@@@", |
| 141 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 141 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 142 "@@@STEP_LOG_LINE@json.output@{@@@", | 142 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 143 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", | 143 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", |
| 144 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 144 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 145 "@@@STEP_LOG_LINE@json.output@}@@@", | 145 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 146 "@@@STEP_LOG_END@json.output@@@" | 146 "@@@STEP_LOG_END@json.output@@@" |
| 147 ] | 147 ] |
| 148 }, | 148 }, |
| 149 { | 149 { |
| 150 "cmd": [ | 150 "cmd": [ |
| 151 "[SLAVE_BUILD]/cipd/cipd", | 151 "[SLAVE_BUILD]/cipd/cipd", |
| 152 "ensure", | 152 "ensure", |
| 153 "--root", | 153 "--root", |
| 154 "[CACHE]/cipd/goma", | 154 "[CACHE]/cipd/goma", |
| 155 "--list", | 155 "--list", |
| 156 "infra/tools/cloudtail/linux-386 goma_recipe_module\ninfra_internal/goma/c
lient/linux-386 release", | 156 "infra/tools/cloudtail/linux-amd64 goma_recipe_module\ninfra_internal/goma
/client/linux-amd64 release", |
| 157 "--json-output", | 157 "--json-output", |
| 158 "/path/to/tmp/json", | 158 "/path/to/tmp/json", |
| 159 "--service-account-json", | 159 "--service-account-json", |
| 160 "/creds/service_accounts/service-account-goma-client.json" | 160 "/creds/service_accounts/service-account-goma-client.json" |
| 161 ], | 161 ], |
| 162 "name": "ensure_goma.ensure_installed", | 162 "name": "ensure_goma.ensure_installed", |
| 163 "~followup_annotations": [ | 163 "~followup_annotations": [ |
| 164 "@@@STEP_NEST_LEVEL@1@@@", | 164 "@@@STEP_NEST_LEVEL@1@@@", |
| 165 "@@@STEP_LOG_LINE@json.output@{@@@", | 165 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 166 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 166 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 167 "@@@STEP_LOG_LINE@json.output@ {@@@", | 167 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 168 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-goma_recipe_modu\", @@@", | 168 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-goma_recipe_modu\", @@@", |
| 169 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/cloudtail/l
inux-386\"@@@", | 169 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/cloudtail/l
inux-amd64\"@@@", |
| 170 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 170 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 171 "@@@STEP_LOG_LINE@json.output@ {@@@", | 171 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 172 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 172 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 173 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-386\"@@@", | 173 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", |
| 174 "@@@STEP_LOG_LINE@json.output@ }@@@", | 174 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 175 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 175 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 176 "@@@STEP_LOG_LINE@json.output@}@@@", | 176 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 177 "@@@STEP_LOG_END@json.output@@@" | 177 "@@@STEP_LOG_END@json.output@@@" |
| 178 ] | 178 ] |
| 179 }, | 179 }, |
| 180 { | 180 { |
| 181 "cmd": [ | 181 "cmd": [ |
| 182 "python", | 182 "python", |
| 183 "-u", | 183 "-u", |
| 184 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 184 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 185 "runhooks" | 185 "runhooks" |
| 186 ], | 186 ], |
| 187 "cwd": "[BUILDER_CACHE]/Android32_Release__swarming_/src", | 187 "cwd": "[BUILDER_CACHE]/Android64__M_Nexus5X_/src", |
| 188 "env": { | 188 "env": { |
| 189 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 189 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 190 "GYP_CROSSCOMPILE": "1", | 190 "GYP_CROSSCOMPILE": "1", |
| 191 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
CACHE]/cipd/goma' target_arch=arm test_isolation_mode=prepare use_goma=1", | 191 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
CACHE]/cipd/goma' target_arch=arm64 test_isolation_mode=prepare use_goma=1", |
| 192 "PATH": "[BUILDER_CACHE]/Android32_Release__swarming_/src/third_party/andr
oid_tools/sdk/platform-tools:[BUILDER_CACHE]/Android32_Release__swarming_/src/bu
ild/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 192 "PATH": "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/third_party/android_too
ls/sdk/platform-tools:[BUILDER_CACHE]/Android64__M_Nexus5X_/src/build/android:%(
PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 193 }, | 193 }, |
| 194 "name": "gclient runhooks" | 194 "name": "gclient runhooks" |
| 195 }, | 195 }, |
| 196 { | 196 { |
| 197 "cmd": [ | 197 "cmd": [ |
| 198 "python", | 198 "python", |
| 199 "-u", | 199 "-u", |
| 200 "[BUILDER_CACHE]/Android32_Release__swarming_/src/tools/swarming_client/sw
arming.py", | 200 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/tools/swarming_client/swarming.
py", |
| 201 "--version" | 201 "--version" |
| 202 ], | 202 ], |
| 203 "name": "swarming.py --version", | 203 "name": "swarming.py --version", |
| 204 "stdout": "/path/to/tmp/", | 204 "stdout": "/path/to/tmp/", |
| 205 "~followup_annotations": [ | 205 "~followup_annotations": [ |
| 206 "@@@STEP_TEXT@0.8.6@@@" | 206 "@@@STEP_TEXT@0.8.6@@@" |
| 207 ] | 207 ] |
| 208 }, | 208 }, |
| 209 { | 209 { |
| 210 "cmd": [ | 210 "cmd": [ |
| 211 "python", | 211 "python", |
| 212 "-u", | 212 "-u", |
| 213 "[BUILDER_CACHE]/Android32_Release__swarming_/src/tools/mb/mb.py", | 213 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/tools/mb/mb.py", |
| 214 "gen", | 214 "gen", |
| 215 "-m", | 215 "-m", |
| 216 "client.webrtc.fyi", | 216 "client.webrtc", |
| 217 "-b", | 217 "-b", |
| 218 "Android32 Release (swarming)", | 218 "Android64 (M Nexus5X)", |
| 219 "--config-file", | 219 "--config-file", |
| 220 "[BUILDER_CACHE]/Android32_Release__swarming_/src/webrtc/build/mb_config.p
yl", | 220 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/webrtc/build/mb_config.pyl", |
| 221 "--goma-dir", | 221 "--goma-dir", |
| 222 "[CACHE]/cipd/goma", | 222 "[CACHE]/cipd/goma", |
| 223 "--swarming-targets-file", | 223 "--swarming-targets-file", |
| 224 "AppRTCMobileTest\nandroid_junit_tests\naudio_decoder_unittests\ncommon_au
dio_unittests\ncommon_video_unittests\nlibjingle_peerconnection_android_unittest
\nmodules_tests\nmodules_unittests\npeerconnection_unittests\nrtc_stats_unittest
s\nrtc_unittests\nsystem_wrappers_unittests\ntest_support_unittests\ntools_unitt
ests\nvideo_engine_tests\nvoice_engine_unittests\nwebrtc_nonparallel_tests\n", | 224 "AppRTCMobileTest\nandroid_junit_tests\naudio_decoder_unittests\ncommon_au
dio_unittests\ncommon_video_unittests\nlibjingle_peerconnection_android_unittest
\nmodules_tests\nmodules_unittests\npeerconnection_unittests\nrtc_stats_unittest
s\nrtc_unittests\nsystem_wrappers_unittests\ntest_support_unittests\ntools_unitt
ests\nvideo_engine_tests\nvoice_engine_unittests\nwebrtc_nonparallel_tests\n", |
| 225 "--gyp-script=[BUILDER_CACHE]/Android32_Release__swarming_/src/webrtc/buil
d/gyp_webrtc.py", | 225 "--gyp-script=[BUILDER_CACHE]/Android64__M_Nexus5X_/src/webrtc/build/gyp_w
ebrtc.py", |
| 226 "//out/Release" | 226 "//out/Release" |
| 227 ], | 227 ], |
| 228 "cwd": "[BUILDER_CACHE]/Android32_Release__swarming_/src", | 228 "cwd": "[BUILDER_CACHE]/Android64__M_Nexus5X_/src", |
| 229 "env": { | 229 "env": { |
| 230 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 230 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 231 }, | 231 }, |
| 232 "name": "generate_build_files", | 232 "name": "generate_build_files", |
| 233 "~followup_annotations": [ | 233 "~followup_annotations": [ |
| 234 "@@@STEP_LOG_LINE@swarming-targets-file.txt@AppRTCMobileTest@@@", | 234 "@@@STEP_LOG_LINE@swarming-targets-file.txt@AppRTCMobileTest@@@", |
| 235 "@@@STEP_LOG_LINE@swarming-targets-file.txt@android_junit_tests@@@", | 235 "@@@STEP_LOG_LINE@swarming-targets-file.txt@android_junit_tests@@@", |
| 236 "@@@STEP_LOG_LINE@swarming-targets-file.txt@audio_decoder_unittests@@@", | 236 "@@@STEP_LOG_LINE@swarming-targets-file.txt@audio_decoder_unittests@@@", |
| 237 "@@@STEP_LOG_LINE@swarming-targets-file.txt@common_audio_unittests@@@", | 237 "@@@STEP_LOG_LINE@swarming-targets-file.txt@common_audio_unittests@@@", |
| 238 "@@@STEP_LOG_LINE@swarming-targets-file.txt@common_video_unittests@@@", | 238 "@@@STEP_LOG_LINE@swarming-targets-file.txt@common_video_unittests@@@", |
| (...skipping 20 matching lines...) Expand all Loading... |
| 259 "--show-path", | 259 "--show-path", |
| 260 "python", | 260 "python", |
| 261 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 261 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 262 "--gsutil-py-path", | 262 "--gsutil-py-path", |
| 263 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 263 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 264 "--ninja-path", | 264 "--ninja-path", |
| 265 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 265 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 266 "--target", | 266 "--target", |
| 267 "Release", | 267 "Release", |
| 268 "--src-dir", | 268 "--src-dir", |
| 269 "[BUILDER_CACHE]/Android32_Release__swarming_/src", | 269 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src", |
| 270 "--goma-cache-dir", | 270 "--goma-cache-dir", |
| 271 "[GOMA_CACHE]", | 271 "[GOMA_CACHE]", |
| 272 "--buildbot-buildername", | 272 "--buildbot-buildername", |
| 273 "Android32 Release (swarming)", | 273 "Android64 (M Nexus5X)", |
| 274 "--buildbot-mastername", | 274 "--buildbot-mastername", |
| 275 "client.webrtc.fyi", | 275 "client.webrtc", |
| 276 "--buildbot-slavename", | 276 "--buildbot-slavename", |
| 277 "slavename", | 277 "slavename", |
| 278 "--goma-deps-cache-file", | 278 "--goma-deps-cache-file", |
| 279 "Android32_Release__swarming_.gomadeps", | 279 "Android64__M_Nexus5X_.gomadeps", |
| 280 "--compiler", | 280 "--compiler", |
| 281 "goma", | 281 "goma", |
| 282 "--goma-jsonstatus", | 282 "--goma-jsonstatus", |
| 283 "/path/to/tmp/json", | 283 "/path/to/tmp/json", |
| 284 "--goma-service-account-json-file", | 284 "--goma-service-account-json-file", |
| 285 "/creds/service_accounts/service-account-goma-client.json", | 285 "/creds/service_accounts/service-account-goma-client.json", |
| 286 "--goma-dir", | 286 "--goma-dir", |
| 287 "[CACHE]/cipd/goma", | 287 "[CACHE]/cipd/goma", |
| 288 "--" | 288 "--" |
| 289 ], | 289 ], |
| 290 "env": { | 290 "env": { |
| 291 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 291 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 292 "PATH": "[BUILDER_CACHE]/Android32_Release__swarming_/src/third_party/andr
oid_tools/sdk/platform-tools:[BUILDER_CACHE]/Android32_Release__swarming_/src/bu
ild/android:%(PATH)s" | 292 "PATH": "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/third_party/android_too
ls/sdk/platform-tools:[BUILDER_CACHE]/Android64__M_Nexus5X_/src/build/android:%(
PATH)s" |
| 293 }, | 293 }, |
| 294 "name": "compile", | 294 "name": "compile", |
| 295 "~followup_annotations": [ | 295 "~followup_annotations": [ |
| 296 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 296 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 297 "@@@STEP_LOG_END@json.output (invalid)@@@" | 297 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 298 ] | 298 ] |
| 299 }, | 299 }, |
| 300 { | 300 { |
| 301 "cmd": [ | 301 "cmd": [ |
| 302 "python", | 302 "python", |
| 303 "-u", | 303 "-u", |
| 304 "[BUILDER_CACHE]/Android32_Release__swarming_/src/tools/determinism/remove
_build_metadata.py", | 304 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/tools/determinism/remove_build_
metadata.py", |
| 305 "--build-dir", | 305 "--build-dir", |
| 306 "[BUILDER_CACHE]/Android32_Release__swarming_/src/out/Release" | 306 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/out/Release" |
| 307 ], | 307 ], |
| 308 "cwd": "[SLAVE_BUILD]", | 308 "cwd": "[SLAVE_BUILD]", |
| 309 "name": "remove_build_metadata" | 309 "name": "remove_build_metadata" |
| 310 }, | 310 }, |
| 311 { | 311 { |
| 312 "cmd": [ | 312 "cmd": [ |
| 313 "python", | 313 "python", |
| 314 "-u", | 314 "-u", |
| 315 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 315 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 316 "[BUILDER_CACHE]/Android32_Release__swarming_/src/tools/swarming_client", | 316 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/tools/swarming_client", |
| 317 "batcharchive", | 317 "batcharchive", |
| 318 "--dump-json", | 318 "--dump-json", |
| 319 "/path/to/tmp/json", | 319 "/path/to/tmp/json", |
| 320 "--isolate-server", | 320 "--isolate-server", |
| 321 "https://isolateserver.appspot.com", | 321 "https://isolateserver.appspot.com", |
| 322 "[BUILDER_CACHE]/Android32_Release__swarming_/src/out/Release/AppRTCMobile
Test.isolated.gen.json", | 322 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/out/Release/AppRTCMobileTest.is
olated.gen.json", |
| 323 "[BUILDER_CACHE]/Android32_Release__swarming_/src/out/Release/android_juni
t_tests.isolated.gen.json", | 323 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/out/Release/android_junit_tests
.isolated.gen.json", |
| 324 "[BUILDER_CACHE]/Android32_Release__swarming_/src/out/Release/audio_decode
r_unittests.isolated.gen.json", | 324 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/out/Release/audio_decoder_unitt
ests.isolated.gen.json", |
| 325 "[BUILDER_CACHE]/Android32_Release__swarming_/src/out/Release/common_audio
_unittests.isolated.gen.json", | 325 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/out/Release/common_audio_unitte
sts.isolated.gen.json", |
| 326 "[BUILDER_CACHE]/Android32_Release__swarming_/src/out/Release/common_video
_unittests.isolated.gen.json", | 326 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/out/Release/common_video_unitte
sts.isolated.gen.json", |
| 327 "[BUILDER_CACHE]/Android32_Release__swarming_/src/out/Release/libjingle_pe
erconnection_android_unittest.isolated.gen.json", | 327 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/out/Release/libjingle_peerconne
ction_android_unittest.isolated.gen.json", |
| 328 "[BUILDER_CACHE]/Android32_Release__swarming_/src/out/Release/modules_test
s.isolated.gen.json", | 328 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/out/Release/modules_tests.isola
ted.gen.json", |
| 329 "[BUILDER_CACHE]/Android32_Release__swarming_/src/out/Release/modules_unit
tests.isolated.gen.json", | 329 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/out/Release/modules_unittests.i
solated.gen.json", |
| 330 "[BUILDER_CACHE]/Android32_Release__swarming_/src/out/Release/peerconnecti
on_unittests.isolated.gen.json", | 330 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/out/Release/peerconnection_unit
tests.isolated.gen.json", |
| 331 "[BUILDER_CACHE]/Android32_Release__swarming_/src/out/Release/rtc_stats_un
ittests.isolated.gen.json", | 331 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/out/Release/rtc_stats_unittests
.isolated.gen.json", |
| 332 "[BUILDER_CACHE]/Android32_Release__swarming_/src/out/Release/rtc_unittest
s.isolated.gen.json", | 332 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/out/Release/rtc_unittests.isola
ted.gen.json", |
| 333 "[BUILDER_CACHE]/Android32_Release__swarming_/src/out/Release/system_wrapp
ers_unittests.isolated.gen.json", | 333 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/out/Release/system_wrappers_uni
ttests.isolated.gen.json", |
| 334 "[BUILDER_CACHE]/Android32_Release__swarming_/src/out/Release/test_support
_unittests.isolated.gen.json", | 334 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/out/Release/test_support_unitte
sts.isolated.gen.json", |
| 335 "[BUILDER_CACHE]/Android32_Release__swarming_/src/out/Release/tools_unitte
sts.isolated.gen.json", | 335 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/out/Release/tools_unittests.iso
lated.gen.json", |
| 336 "[BUILDER_CACHE]/Android32_Release__swarming_/src/out/Release/video_engine
_tests.isolated.gen.json", | 336 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/out/Release/video_engine_tests.
isolated.gen.json", |
| 337 "[BUILDER_CACHE]/Android32_Release__swarming_/src/out/Release/voice_engine
_unittests.isolated.gen.json", | 337 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/out/Release/voice_engine_unitte
sts.isolated.gen.json", |
| 338 "[BUILDER_CACHE]/Android32_Release__swarming_/src/out/Release/webrtc_nonpa
rallel_tests.isolated.gen.json" | 338 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/out/Release/webrtc_nonparallel_
tests.isolated.gen.json" |
| 339 ], | 339 ], |
| 340 "name": "isolate tests", | 340 "name": "isolate tests", |
| 341 "~followup_annotations": [ | 341 "~followup_annotations": [ |
| 342 "@@@STEP_LOG_LINE@json.output@{@@@", | 342 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 343 "@@@STEP_LOG_LINE@json.output@ \"AppRTCMobileTest\": \"[dummy hash for Ap
pRTCMobileTest]\", @@@", | 343 "@@@STEP_LOG_LINE@json.output@ \"AppRTCMobileTest\": \"[dummy hash for Ap
pRTCMobileTest]\", @@@", |
| 344 "@@@STEP_LOG_LINE@json.output@ \"android_junit_tests\": \"[dummy hash for
android_junit_tests]\", @@@", | 344 "@@@STEP_LOG_LINE@json.output@ \"android_junit_tests\": \"[dummy hash for
android_junit_tests]\", @@@", |
| 345 "@@@STEP_LOG_LINE@json.output@ \"audio_decoder_unittests\": \"[dummy hash
for audio_decoder_unittests]\", @@@", | 345 "@@@STEP_LOG_LINE@json.output@ \"audio_decoder_unittests\": \"[dummy hash
for audio_decoder_unittests]\", @@@", |
| 346 "@@@STEP_LOG_LINE@json.output@ \"common_audio_unittests\": \"[dummy hash
for common_audio_unittests]\", @@@", | 346 "@@@STEP_LOG_LINE@json.output@ \"common_audio_unittests\": \"[dummy hash
for common_audio_unittests]\", @@@", |
| 347 "@@@STEP_LOG_LINE@json.output@ \"common_video_unittests\": \"[dummy hash
for common_video_unittests]\", @@@", | 347 "@@@STEP_LOG_LINE@json.output@ \"common_video_unittests\": \"[dummy hash
for common_video_unittests]\", @@@", |
| 348 "@@@STEP_LOG_LINE@json.output@ \"libjingle_peerconnection_android_unittes
t\": \"[dummy hash for libjingle_peerconnection_android_unittest]\", @@@", | 348 "@@@STEP_LOG_LINE@json.output@ \"libjingle_peerconnection_android_unittes
t\": \"[dummy hash for libjingle_peerconnection_android_unittest]\", @@@", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 359 "@@@STEP_LOG_LINE@json.output@ \"webrtc_nonparallel_tests\": \"[dummy has
h for webrtc_nonparallel_tests]\"@@@", | 359 "@@@STEP_LOG_LINE@json.output@ \"webrtc_nonparallel_tests\": \"[dummy has
h for webrtc_nonparallel_tests]\"@@@", |
| 360 "@@@STEP_LOG_LINE@json.output@}@@@", | 360 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 361 "@@@STEP_LOG_END@json.output@@@", | 361 "@@@STEP_LOG_END@json.output@@@", |
| 362 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"AppRTCMobileTest\": \"[dummy hash f
or AppRTCMobileTest]\", \"android_junit_tests\": \"[dummy hash for android_junit
_tests]\", \"audio_decoder_unittests\": \"[dummy hash for audio_decoder_unittest
s]\", \"common_audio_unittests\": \"[dummy hash for common_audio_unittests]\", \
"common_video_unittests\": \"[dummy hash for common_video_unittests]\", \"libjin
gle_peerconnection_android_unittest\": \"[dummy hash for libjingle_peerconnectio
n_android_unittest]\", \"modules_tests\": \"[dummy hash for modules_tests]\", \"
modules_unittests\": \"[dummy hash for modules_unittests]\", \"peerconnection_un
ittests\": \"[dummy hash for peerconnection_unittests]\", \"rtc_stats_unittests\
": \"[dummy hash for rtc_stats_unittests]\", \"rtc_unittests\": \"[dummy hash fo
r rtc_unittests]\", \"system_wrappers_unittests\": \"[dummy hash for system_wrap
pers_unittests]\", \"test_support_unittests\": \"[dummy hash for test_support_un
ittests]\", \"tools_unittests\": \"[dummy hash for tools_unittests]\", \"video_e
ngine_tests\": \"[dummy hash for video_engine_tests]\", \"voice_engine_unittests
\": \"[dummy hash for voice_engine_unittests]\", \"webrtc_nonparallel_tests\": \
"[dummy hash for webrtc_nonparallel_tests]\"}@@@" | 362 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"AppRTCMobileTest\": \"[dummy hash f
or AppRTCMobileTest]\", \"android_junit_tests\": \"[dummy hash for android_junit
_tests]\", \"audio_decoder_unittests\": \"[dummy hash for audio_decoder_unittest
s]\", \"common_audio_unittests\": \"[dummy hash for common_audio_unittests]\", \
"common_video_unittests\": \"[dummy hash for common_video_unittests]\", \"libjin
gle_peerconnection_android_unittest\": \"[dummy hash for libjingle_peerconnectio
n_android_unittest]\", \"modules_tests\": \"[dummy hash for modules_tests]\", \"
modules_unittests\": \"[dummy hash for modules_unittests]\", \"peerconnection_un
ittests\": \"[dummy hash for peerconnection_unittests]\", \"rtc_stats_unittests\
": \"[dummy hash for rtc_stats_unittests]\", \"rtc_unittests\": \"[dummy hash fo
r rtc_unittests]\", \"system_wrappers_unittests\": \"[dummy hash for system_wrap
pers_unittests]\", \"test_support_unittests\": \"[dummy hash for test_support_un
ittests]\", \"tools_unittests\": \"[dummy hash for tools_unittests]\", \"video_e
ngine_tests\": \"[dummy hash for video_engine_tests]\", \"voice_engine_unittests
\": \"[dummy hash for voice_engine_unittests]\", \"webrtc_nonparallel_tests\": \
"[dummy hash for webrtc_nonparallel_tests]\"}@@@" |
| 363 ] | 363 ] |
| 364 }, | 364 }, |
| 365 { | 365 { |
| 366 "cmd": [ | 366 "cmd": [ |
| 367 "python", | 367 "python", |
| 368 "-u", | 368 "-u", |
| 369 "[BUILDER_CACHE]/Android32_Release__swarming_/src/tools/swarming_client/sw
arming.py", | 369 "RECIPE_MODULE[build::zip]/resources/zip.py" |
| 370 ], |
| 371 "name": "AppRTCMobile zip archive", |
| 372 "stdin": "{\"entries\": [{\"archive_name\": null, \"path\": \"[BUILDER_CACHE
]/Android64__M_Nexus5X_/src/out/Release/apks/AppRTCMobile.apk\", \"type\": \"fil
e\"}], \"output\": \"[SLAVE_BUILD]/AppRTCMobile_apk.zip\", \"root\": \"[BUILDER_
CACHE]/Android64__M_Nexus5X_/src/out/Release/apks\"}" |
| 373 }, |
| 374 { |
| 375 "cmd": [ |
| 376 "python", |
| 377 "-u", |
| 378 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 379 "--", |
| 380 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 381 "----", |
| 382 "cp", |
| 383 "-a", |
| 384 "public-read", |
| 385 "[SLAVE_BUILD]/AppRTCMobile_apk.zip", |
| 386 "gs://chromium-webrtc/client.webrtc/Android64 (M Nexus5X)/AppRTCMobile_apk
_170242.zip" |
| 387 ], |
| 388 "name": "gsutil upload", |
| 389 "~followup_annotations": [ |
| 390 "@@@STEP_LINK@gsutil.upload@https://storage.googleapis.com/chromium-webrtc
/client.webrtc/Android64 (M Nexus5X)/AppRTCMobile_apk_170242.zip@@@" |
| 391 ] |
| 392 }, |
| 393 { |
| 394 "cmd": [ |
| 395 "python", |
| 396 "-u", |
| 397 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/tools/swarming_client/swarming.
py", |
| 370 "trigger", | 398 "trigger", |
| 371 "--swarming", | 399 "--swarming", |
| 372 "https://chromium-swarm.appspot.com", | 400 "https://chromium-swarm.appspot.com", |
| 373 "--isolate-server", | 401 "--isolate-server", |
| 374 "https://isolateserver.appspot.com", | 402 "https://isolateserver.appspot.com", |
| 375 "--priority", | 403 "--priority", |
| 376 "25", | 404 "25", |
| 377 "--shards", | 405 "--shards", |
| 378 "1", | 406 "1", |
| 379 "--task-name", | 407 "--task-name", |
| 380 "audio_decoder_unittests/Android/[dummy has/Android32 Release (swarming)/1
337", | 408 "audio_decoder_unittests/Android/[dummy has/Android64 (M Nexus5X)/1337", |
| 381 "--dump-json", | 409 "--dump-json", |
| 382 "/path/to/tmp/json", | 410 "/path/to/tmp/json", |
| 383 "--expiration", | 411 "--expiration", |
| 384 "3600", | 412 "3600", |
| 385 "--io-timeout", | 413 "--io-timeout", |
| 386 "1200", | 414 "1200", |
| 387 "--hard-timeout", | 415 "--hard-timeout", |
| 388 "3600", | 416 "3600", |
| 389 "--dimension", | 417 "--dimension", |
| 390 "android_devices", | 418 "android_devices", |
| 391 "6", | 419 "6", |
| 392 "--dimension", | 420 "--dimension", |
| 421 "device_os", |
| 422 "M", |
| 423 "--dimension", |
| 393 "device_type", | 424 "device_type", |
| 394 "bullhead", | 425 "bullhead", |
| 395 "--dimension", | 426 "--dimension", |
| 396 "os", | 427 "os", |
| 397 "Android", | 428 "Android", |
| 398 "--dimension", | 429 "--dimension", |
| 399 "pool", | 430 "pool", |
| 400 "Chrome", | 431 "Chrome", |
| 401 "--tag", | 432 "--tag", |
| 402 "buildername:Android32 Release (swarming)", | 433 "buildername:Android64 (M Nexus5X)", |
| 403 "--tag", | 434 "--tag", |
| 404 "buildnumber:1337", | 435 "buildnumber:1337", |
| 405 "--tag", | 436 "--tag", |
| 406 "data:[dummy hash for audio_decoder_unittests]", | 437 "data:[dummy hash for audio_decoder_unittests]", |
| 407 "--tag", | 438 "--tag", |
| 408 "master:client.webrtc.fyi", | 439 "master:client.webrtc", |
| 409 "--tag", | 440 "--tag", |
| 410 "name:audio_decoder_unittests", | 441 "name:audio_decoder_unittests", |
| 411 "--tag", | 442 "--tag", |
| 412 "os:Android", | 443 "os:Android", |
| 413 "--tag", | 444 "--tag", |
| 414 "project:webrtc", | 445 "project:webrtc", |
| 415 "--tag", | 446 "--tag", |
| 416 "purpose:CI", | 447 "purpose:CI", |
| 417 "--tag", | 448 "--tag", |
| 418 "purpose:post-commit", | 449 "purpose:post-commit", |
| 419 "--tag", | 450 "--tag", |
| 420 "slavename:slavename", | 451 "slavename:slavename", |
| 421 "--tag", | 452 "--tag", |
| 422 "stepname:audio_decoder_unittests on Android", | 453 "stepname:audio_decoder_unittests on Android", |
| 423 "--idempotent", | 454 "--idempotent", |
| 424 "[dummy hash for audio_decoder_unittests]" | 455 "[dummy hash for audio_decoder_unittests]" |
| 425 ], | 456 ], |
| 426 "cwd": "[BUILDER_CACHE]/Android32_Release__swarming_", | 457 "cwd": "[BUILDER_CACHE]/Android64__M_Nexus5X_", |
| 427 "name": "[trigger] audio_decoder_unittests on Android", | 458 "name": "[trigger] audio_decoder_unittests on Android", |
| 428 "~followup_annotations": [ | 459 "~followup_annotations": [ |
| 429 "@@@STEP_LOG_LINE@json.output@{@@@", | 460 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 430 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"audio_decoder_unitte
sts/Android/[dummy has/Android32 Release (swarming)/1337\", @@@", | 461 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"audio_decoder_unitte
sts/Android/[dummy has/Android64 (M Nexus5X)/1337\", @@@", |
| 431 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 462 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 432 "@@@STEP_LOG_LINE@json.output@ \"audio_decoder_unittests/Android/[dummy
has/Android32 Release (swarming)/1337\": {@@@", | 463 "@@@STEP_LOG_LINE@json.output@ \"audio_decoder_unittests/Android/[dummy
has/Android64 (M Nexus5X)/1337\": {@@@", |
| 433 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 464 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 434 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 465 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 435 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 466 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 436 "@@@STEP_LOG_LINE@json.output@ }@@@", | 467 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 437 "@@@STEP_LOG_LINE@json.output@ }@@@", | 468 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 438 "@@@STEP_LOG_LINE@json.output@}@@@", | 469 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 439 "@@@STEP_LOG_END@json.output@@@", | 470 "@@@STEP_LOG_END@json.output@@@", |
| 440 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 471 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 441 ] | 472 ] |
| 442 }, | 473 }, |
| 443 { | 474 { |
| 444 "cmd": [ | 475 "cmd": [ |
| 445 "python", | 476 "python", |
| 446 "-u", | 477 "-u", |
| 447 "[BUILDER_CACHE]/Android32_Release__swarming_/src/tools/swarming_client/sw
arming.py", | 478 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/tools/swarming_client/swarming.
py", |
| 448 "trigger", | 479 "trigger", |
| 449 "--swarming", | 480 "--swarming", |
| 450 "https://chromium-swarm.appspot.com", | 481 "https://chromium-swarm.appspot.com", |
| 451 "--isolate-server", | 482 "--isolate-server", |
| 452 "https://isolateserver.appspot.com", | 483 "https://isolateserver.appspot.com", |
| 453 "--priority", | 484 "--priority", |
| 454 "25", | 485 "25", |
| 455 "--shards", | 486 "--shards", |
| 456 "1", | 487 "1", |
| 457 "--task-name", | 488 "--task-name", |
| 458 "common_audio_unittests/Android/[dummy has/Android32 Release (swarming)/13
37", | 489 "common_audio_unittests/Android/[dummy has/Android64 (M Nexus5X)/1337", |
| 459 "--dump-json", | 490 "--dump-json", |
| 460 "/path/to/tmp/json", | 491 "/path/to/tmp/json", |
| 461 "--expiration", | 492 "--expiration", |
| 462 "3600", | 493 "3600", |
| 463 "--io-timeout", | 494 "--io-timeout", |
| 464 "1200", | 495 "1200", |
| 465 "--hard-timeout", | 496 "--hard-timeout", |
| 466 "3600", | 497 "3600", |
| 467 "--dimension", | 498 "--dimension", |
| 468 "android_devices", | 499 "android_devices", |
| 469 "6", | 500 "6", |
| 470 "--dimension", | 501 "--dimension", |
| 502 "device_os", |
| 503 "M", |
| 504 "--dimension", |
| 471 "device_type", | 505 "device_type", |
| 472 "bullhead", | 506 "bullhead", |
| 473 "--dimension", | 507 "--dimension", |
| 474 "os", | 508 "os", |
| 475 "Android", | 509 "Android", |
| 476 "--dimension", | 510 "--dimension", |
| 477 "pool", | 511 "pool", |
| 478 "Chrome", | 512 "Chrome", |
| 479 "--tag", | 513 "--tag", |
| 480 "buildername:Android32 Release (swarming)", | 514 "buildername:Android64 (M Nexus5X)", |
| 481 "--tag", | 515 "--tag", |
| 482 "buildnumber:1337", | 516 "buildnumber:1337", |
| 483 "--tag", | 517 "--tag", |
| 484 "data:[dummy hash for common_audio_unittests]", | 518 "data:[dummy hash for common_audio_unittests]", |
| 485 "--tag", | 519 "--tag", |
| 486 "master:client.webrtc.fyi", | 520 "master:client.webrtc", |
| 487 "--tag", | 521 "--tag", |
| 488 "name:common_audio_unittests", | 522 "name:common_audio_unittests", |
| 489 "--tag", | 523 "--tag", |
| 490 "os:Android", | 524 "os:Android", |
| 491 "--tag", | 525 "--tag", |
| 492 "project:webrtc", | 526 "project:webrtc", |
| 493 "--tag", | 527 "--tag", |
| 494 "purpose:CI", | 528 "purpose:CI", |
| 495 "--tag", | 529 "--tag", |
| 496 "purpose:post-commit", | 530 "purpose:post-commit", |
| 497 "--tag", | 531 "--tag", |
| 498 "slavename:slavename", | 532 "slavename:slavename", |
| 499 "--tag", | 533 "--tag", |
| 500 "stepname:common_audio_unittests on Android", | 534 "stepname:common_audio_unittests on Android", |
| 501 "--idempotent", | 535 "--idempotent", |
| 502 "[dummy hash for common_audio_unittests]" | 536 "[dummy hash for common_audio_unittests]" |
| 503 ], | 537 ], |
| 504 "cwd": "[BUILDER_CACHE]/Android32_Release__swarming_", | 538 "cwd": "[BUILDER_CACHE]/Android64__M_Nexus5X_", |
| 505 "name": "[trigger] common_audio_unittests on Android", | 539 "name": "[trigger] common_audio_unittests on Android", |
| 506 "~followup_annotations": [ | 540 "~followup_annotations": [ |
| 507 "@@@STEP_LOG_LINE@json.output@{@@@", | 541 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 508 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"common_audio_unittes
ts/Android/[dummy has/Android32 Release (swarming)/1337\", @@@", | 542 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"common_audio_unittes
ts/Android/[dummy has/Android64 (M Nexus5X)/1337\", @@@", |
| 509 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 543 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 510 "@@@STEP_LOG_LINE@json.output@ \"common_audio_unittests/Android/[dummy
has/Android32 Release (swarming)/1337\": {@@@", | 544 "@@@STEP_LOG_LINE@json.output@ \"common_audio_unittests/Android/[dummy
has/Android64 (M Nexus5X)/1337\": {@@@", |
| 511 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 545 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 512 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 546 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 513 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 547 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 514 "@@@STEP_LOG_LINE@json.output@ }@@@", | 548 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 515 "@@@STEP_LOG_LINE@json.output@ }@@@", | 549 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 516 "@@@STEP_LOG_LINE@json.output@}@@@", | 550 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 517 "@@@STEP_LOG_END@json.output@@@", | 551 "@@@STEP_LOG_END@json.output@@@", |
| 518 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 552 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 519 ] | 553 ] |
| 520 }, | 554 }, |
| 521 { | 555 { |
| 522 "cmd": [ | 556 "cmd": [ |
| 523 "python", | 557 "python", |
| 524 "-u", | 558 "-u", |
| 525 "[BUILDER_CACHE]/Android32_Release__swarming_/src/tools/swarming_client/sw
arming.py", | 559 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/tools/swarming_client/swarming.
py", |
| 526 "trigger", | 560 "trigger", |
| 527 "--swarming", | 561 "--swarming", |
| 528 "https://chromium-swarm.appspot.com", | 562 "https://chromium-swarm.appspot.com", |
| 529 "--isolate-server", | 563 "--isolate-server", |
| 530 "https://isolateserver.appspot.com", | 564 "https://isolateserver.appspot.com", |
| 531 "--priority", | 565 "--priority", |
| 532 "25", | 566 "25", |
| 533 "--shards", | 567 "--shards", |
| 534 "1", | 568 "1", |
| 535 "--task-name", | 569 "--task-name", |
| 536 "common_video_unittests/Android/[dummy has/Android32 Release (swarming)/13
37", | 570 "common_video_unittests/Android/[dummy has/Android64 (M Nexus5X)/1337", |
| 537 "--dump-json", | 571 "--dump-json", |
| 538 "/path/to/tmp/json", | 572 "/path/to/tmp/json", |
| 539 "--expiration", | 573 "--expiration", |
| 540 "3600", | 574 "3600", |
| 541 "--io-timeout", | 575 "--io-timeout", |
| 542 "1200", | 576 "1200", |
| 543 "--hard-timeout", | 577 "--hard-timeout", |
| 544 "3600", | 578 "3600", |
| 545 "--dimension", | 579 "--dimension", |
| 546 "android_devices", | 580 "android_devices", |
| 547 "6", | 581 "6", |
| 548 "--dimension", | 582 "--dimension", |
| 583 "device_os", |
| 584 "M", |
| 585 "--dimension", |
| 549 "device_type", | 586 "device_type", |
| 550 "bullhead", | 587 "bullhead", |
| 551 "--dimension", | 588 "--dimension", |
| 552 "os", | 589 "os", |
| 553 "Android", | 590 "Android", |
| 554 "--dimension", | 591 "--dimension", |
| 555 "pool", | 592 "pool", |
| 556 "Chrome", | 593 "Chrome", |
| 557 "--tag", | 594 "--tag", |
| 558 "buildername:Android32 Release (swarming)", | 595 "buildername:Android64 (M Nexus5X)", |
| 559 "--tag", | 596 "--tag", |
| 560 "buildnumber:1337", | 597 "buildnumber:1337", |
| 561 "--tag", | 598 "--tag", |
| 562 "data:[dummy hash for common_video_unittests]", | 599 "data:[dummy hash for common_video_unittests]", |
| 563 "--tag", | 600 "--tag", |
| 564 "master:client.webrtc.fyi", | 601 "master:client.webrtc", |
| 565 "--tag", | 602 "--tag", |
| 566 "name:common_video_unittests", | 603 "name:common_video_unittests", |
| 567 "--tag", | 604 "--tag", |
| 568 "os:Android", | 605 "os:Android", |
| 569 "--tag", | 606 "--tag", |
| 570 "project:webrtc", | 607 "project:webrtc", |
| 571 "--tag", | 608 "--tag", |
| 572 "purpose:CI", | 609 "purpose:CI", |
| 573 "--tag", | 610 "--tag", |
| 574 "purpose:post-commit", | 611 "purpose:post-commit", |
| 575 "--tag", | 612 "--tag", |
| 576 "slavename:slavename", | 613 "slavename:slavename", |
| 577 "--tag", | 614 "--tag", |
| 578 "stepname:common_video_unittests on Android", | 615 "stepname:common_video_unittests on Android", |
| 579 "--idempotent", | 616 "--idempotent", |
| 580 "[dummy hash for common_video_unittests]" | 617 "[dummy hash for common_video_unittests]" |
| 581 ], | 618 ], |
| 582 "cwd": "[BUILDER_CACHE]/Android32_Release__swarming_", | 619 "cwd": "[BUILDER_CACHE]/Android64__M_Nexus5X_", |
| 583 "name": "[trigger] common_video_unittests on Android", | 620 "name": "[trigger] common_video_unittests on Android", |
| 584 "~followup_annotations": [ | 621 "~followup_annotations": [ |
| 585 "@@@STEP_LOG_LINE@json.output@{@@@", | 622 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 586 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"common_video_unittes
ts/Android/[dummy has/Android32 Release (swarming)/1337\", @@@", | 623 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"common_video_unittes
ts/Android/[dummy has/Android64 (M Nexus5X)/1337\", @@@", |
| 587 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 624 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 588 "@@@STEP_LOG_LINE@json.output@ \"common_video_unittests/Android/[dummy
has/Android32 Release (swarming)/1337\": {@@@", | 625 "@@@STEP_LOG_LINE@json.output@ \"common_video_unittests/Android/[dummy
has/Android64 (M Nexus5X)/1337\": {@@@", |
| 589 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 626 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 590 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 627 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 591 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 628 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 592 "@@@STEP_LOG_LINE@json.output@ }@@@", | 629 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 593 "@@@STEP_LOG_LINE@json.output@ }@@@", | 630 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 594 "@@@STEP_LOG_LINE@json.output@}@@@", | 631 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 595 "@@@STEP_LOG_END@json.output@@@", | 632 "@@@STEP_LOG_END@json.output@@@", |
| 596 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 633 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 597 ] | 634 ] |
| 598 }, | 635 }, |
| 599 { | 636 { |
| 600 "cmd": [ | 637 "cmd": [ |
| 601 "python", | 638 "python", |
| 602 "-u", | 639 "-u", |
| 603 "[BUILDER_CACHE]/Android32_Release__swarming_/src/tools/swarming_client/sw
arming.py", | 640 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/tools/swarming_client/swarming.
py", |
| 604 "trigger", | 641 "trigger", |
| 605 "--swarming", | 642 "--swarming", |
| 606 "https://chromium-swarm.appspot.com", | 643 "https://chromium-swarm.appspot.com", |
| 607 "--isolate-server", | 644 "--isolate-server", |
| 608 "https://isolateserver.appspot.com", | 645 "https://isolateserver.appspot.com", |
| 609 "--priority", | 646 "--priority", |
| 610 "25", | 647 "25", |
| 611 "--shards", | 648 "--shards", |
| 612 "1", | 649 "1", |
| 613 "--task-name", | 650 "--task-name", |
| 614 "modules_tests/Android/[dummy has/Android32 Release (swarming)/1337", | 651 "modules_tests/Android/[dummy has/Android64 (M Nexus5X)/1337", |
| 615 "--dump-json", | 652 "--dump-json", |
| 616 "/path/to/tmp/json", | 653 "/path/to/tmp/json", |
| 617 "--expiration", | 654 "--expiration", |
| 618 "3600", | 655 "3600", |
| 619 "--io-timeout", | 656 "--io-timeout", |
| 620 "1200", | 657 "1200", |
| 621 "--hard-timeout", | 658 "--hard-timeout", |
| 622 "3600", | 659 "3600", |
| 623 "--dimension", | 660 "--dimension", |
| 624 "android_devices", | 661 "android_devices", |
| 625 "6", | 662 "6", |
| 626 "--dimension", | 663 "--dimension", |
| 664 "device_os", |
| 665 "M", |
| 666 "--dimension", |
| 627 "device_type", | 667 "device_type", |
| 628 "bullhead", | 668 "bullhead", |
| 629 "--dimension", | 669 "--dimension", |
| 630 "os", | 670 "os", |
| 631 "Android", | 671 "Android", |
| 632 "--dimension", | 672 "--dimension", |
| 633 "pool", | 673 "pool", |
| 634 "Chrome", | 674 "Chrome", |
| 635 "--tag", | 675 "--tag", |
| 636 "buildername:Android32 Release (swarming)", | 676 "buildername:Android64 (M Nexus5X)", |
| 637 "--tag", | 677 "--tag", |
| 638 "buildnumber:1337", | 678 "buildnumber:1337", |
| 639 "--tag", | 679 "--tag", |
| 640 "data:[dummy hash for modules_tests]", | 680 "data:[dummy hash for modules_tests]", |
| 641 "--tag", | 681 "--tag", |
| 642 "master:client.webrtc.fyi", | 682 "master:client.webrtc", |
| 643 "--tag", | 683 "--tag", |
| 644 "name:modules_tests", | 684 "name:modules_tests", |
| 645 "--tag", | 685 "--tag", |
| 646 "os:Android", | 686 "os:Android", |
| 647 "--tag", | 687 "--tag", |
| 648 "project:webrtc", | 688 "project:webrtc", |
| 649 "--tag", | 689 "--tag", |
| 650 "purpose:CI", | 690 "purpose:CI", |
| 651 "--tag", | 691 "--tag", |
| 652 "purpose:post-commit", | 692 "purpose:post-commit", |
| 653 "--tag", | 693 "--tag", |
| 654 "slavename:slavename", | 694 "slavename:slavename", |
| 655 "--tag", | 695 "--tag", |
| 656 "stepname:modules_tests on Android", | 696 "stepname:modules_tests on Android", |
| 657 "--idempotent", | 697 "--idempotent", |
| 658 "[dummy hash for modules_tests]" | 698 "[dummy hash for modules_tests]" |
| 659 ], | 699 ], |
| 660 "cwd": "[BUILDER_CACHE]/Android32_Release__swarming_", | 700 "cwd": "[BUILDER_CACHE]/Android64__M_Nexus5X_", |
| 661 "name": "[trigger] modules_tests on Android", | 701 "name": "[trigger] modules_tests on Android", |
| 662 "~followup_annotations": [ | 702 "~followup_annotations": [ |
| 663 "@@@STEP_LOG_LINE@json.output@{@@@", | 703 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 664 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"modules_tests/Androi
d/[dummy has/Android32 Release (swarming)/1337\", @@@", | 704 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"modules_tests/Androi
d/[dummy has/Android64 (M Nexus5X)/1337\", @@@", |
| 665 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 705 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 666 "@@@STEP_LOG_LINE@json.output@ \"modules_tests/Android/[dummy has/Andro
id32 Release (swarming)/1337\": {@@@", | 706 "@@@STEP_LOG_LINE@json.output@ \"modules_tests/Android/[dummy has/Andro
id64 (M Nexus5X)/1337\": {@@@", |
| 667 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 707 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 668 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 708 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 669 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 709 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 670 "@@@STEP_LOG_LINE@json.output@ }@@@", | 710 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 671 "@@@STEP_LOG_LINE@json.output@ }@@@", | 711 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 672 "@@@STEP_LOG_LINE@json.output@}@@@", | 712 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 673 "@@@STEP_LOG_END@json.output@@@", | 713 "@@@STEP_LOG_END@json.output@@@", |
| 674 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 714 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 675 ] | 715 ] |
| 676 }, | 716 }, |
| 677 { | 717 { |
| 678 "cmd": [ | 718 "cmd": [ |
| 679 "python", | 719 "python", |
| 680 "-u", | 720 "-u", |
| 681 "[BUILDER_CACHE]/Android32_Release__swarming_/src/tools/swarming_client/sw
arming.py", | 721 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/tools/swarming_client/swarming.
py", |
| 682 "trigger", | 722 "trigger", |
| 683 "--swarming", | 723 "--swarming", |
| 684 "https://chromium-swarm.appspot.com", | 724 "https://chromium-swarm.appspot.com", |
| 685 "--isolate-server", | 725 "--isolate-server", |
| 686 "https://isolateserver.appspot.com", | 726 "https://isolateserver.appspot.com", |
| 687 "--priority", | 727 "--priority", |
| 688 "25", | 728 "25", |
| 689 "--shards", | 729 "--shards", |
| 690 "1", | 730 "1", |
| 691 "--task-name", | 731 "--task-name", |
| 692 "modules_unittests/Android/[dummy has/Android32 Release (swarming)/1337", | 732 "modules_unittests/Android/[dummy has/Android64 (M Nexus5X)/1337", |
| 693 "--dump-json", | 733 "--dump-json", |
| 694 "/path/to/tmp/json", | 734 "/path/to/tmp/json", |
| 695 "--expiration", | 735 "--expiration", |
| 696 "3600", | 736 "3600", |
| 697 "--io-timeout", | 737 "--io-timeout", |
| 698 "1200", | 738 "1200", |
| 699 "--hard-timeout", | 739 "--hard-timeout", |
| 700 "3600", | 740 "3600", |
| 701 "--dimension", | 741 "--dimension", |
| 702 "android_devices", | 742 "android_devices", |
| 703 "6", | 743 "6", |
| 704 "--dimension", | 744 "--dimension", |
| 745 "device_os", |
| 746 "M", |
| 747 "--dimension", |
| 705 "device_type", | 748 "device_type", |
| 706 "bullhead", | 749 "bullhead", |
| 707 "--dimension", | 750 "--dimension", |
| 708 "os", | 751 "os", |
| 709 "Android", | 752 "Android", |
| 710 "--dimension", | 753 "--dimension", |
| 711 "pool", | 754 "pool", |
| 712 "Chrome", | 755 "Chrome", |
| 713 "--tag", | 756 "--tag", |
| 714 "buildername:Android32 Release (swarming)", | 757 "buildername:Android64 (M Nexus5X)", |
| 715 "--tag", | 758 "--tag", |
| 716 "buildnumber:1337", | 759 "buildnumber:1337", |
| 717 "--tag", | 760 "--tag", |
| 718 "data:[dummy hash for modules_unittests]", | 761 "data:[dummy hash for modules_unittests]", |
| 719 "--tag", | 762 "--tag", |
| 720 "master:client.webrtc.fyi", | 763 "master:client.webrtc", |
| 721 "--tag", | 764 "--tag", |
| 722 "name:modules_unittests", | 765 "name:modules_unittests", |
| 723 "--tag", | 766 "--tag", |
| 724 "os:Android", | 767 "os:Android", |
| 725 "--tag", | 768 "--tag", |
| 726 "project:webrtc", | 769 "project:webrtc", |
| 727 "--tag", | 770 "--tag", |
| 728 "purpose:CI", | 771 "purpose:CI", |
| 729 "--tag", | 772 "--tag", |
| 730 "purpose:post-commit", | 773 "purpose:post-commit", |
| 731 "--tag", | 774 "--tag", |
| 732 "slavename:slavename", | 775 "slavename:slavename", |
| 733 "--tag", | 776 "--tag", |
| 734 "stepname:modules_unittests on Android", | 777 "stepname:modules_unittests on Android", |
| 735 "--idempotent", | 778 "--idempotent", |
| 736 "[dummy hash for modules_unittests]" | 779 "[dummy hash for modules_unittests]" |
| 737 ], | 780 ], |
| 738 "cwd": "[BUILDER_CACHE]/Android32_Release__swarming_", | 781 "cwd": "[BUILDER_CACHE]/Android64__M_Nexus5X_", |
| 739 "name": "[trigger] modules_unittests on Android", | 782 "name": "[trigger] modules_unittests on Android", |
| 740 "~followup_annotations": [ | 783 "~followup_annotations": [ |
| 741 "@@@STEP_LOG_LINE@json.output@{@@@", | 784 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 742 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"modules_unittests/An
droid/[dummy has/Android32 Release (swarming)/1337\", @@@", | 785 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"modules_unittests/An
droid/[dummy has/Android64 (M Nexus5X)/1337\", @@@", |
| 743 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 786 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 744 "@@@STEP_LOG_LINE@json.output@ \"modules_unittests/Android/[dummy has/A
ndroid32 Release (swarming)/1337\": {@@@", | 787 "@@@STEP_LOG_LINE@json.output@ \"modules_unittests/Android/[dummy has/A
ndroid64 (M Nexus5X)/1337\": {@@@", |
| 745 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 788 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 746 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 789 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 747 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 790 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 748 "@@@STEP_LOG_LINE@json.output@ }@@@", | 791 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 749 "@@@STEP_LOG_LINE@json.output@ }@@@", | 792 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 750 "@@@STEP_LOG_LINE@json.output@}@@@", | 793 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 751 "@@@STEP_LOG_END@json.output@@@", | 794 "@@@STEP_LOG_END@json.output@@@", |
| 752 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 795 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 753 ] | 796 ] |
| 754 }, | 797 }, |
| 755 { | 798 { |
| 756 "cmd": [ | 799 "cmd": [ |
| 757 "python", | 800 "python", |
| 758 "-u", | 801 "-u", |
| 759 "[BUILDER_CACHE]/Android32_Release__swarming_/src/tools/swarming_client/sw
arming.py", | 802 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/tools/swarming_client/swarming.
py", |
| 760 "trigger", | 803 "trigger", |
| 761 "--swarming", | 804 "--swarming", |
| 762 "https://chromium-swarm.appspot.com", | 805 "https://chromium-swarm.appspot.com", |
| 763 "--isolate-server", | 806 "--isolate-server", |
| 764 "https://isolateserver.appspot.com", | 807 "https://isolateserver.appspot.com", |
| 765 "--priority", | 808 "--priority", |
| 766 "25", | 809 "25", |
| 767 "--shards", | 810 "--shards", |
| 768 "1", | 811 "1", |
| 769 "--task-name", | 812 "--task-name", |
| 770 "peerconnection_unittests/Android/[dummy has/Android32 Release (swarming)/
1337", | 813 "peerconnection_unittests/Android/[dummy has/Android64 (M Nexus5X)/1337", |
| 771 "--dump-json", | 814 "--dump-json", |
| 772 "/path/to/tmp/json", | 815 "/path/to/tmp/json", |
| 773 "--expiration", | 816 "--expiration", |
| 774 "3600", | 817 "3600", |
| 775 "--io-timeout", | 818 "--io-timeout", |
| 776 "1200", | 819 "1200", |
| 777 "--hard-timeout", | 820 "--hard-timeout", |
| 778 "3600", | 821 "3600", |
| 779 "--dimension", | 822 "--dimension", |
| 780 "android_devices", | 823 "android_devices", |
| 781 "6", | 824 "6", |
| 782 "--dimension", | 825 "--dimension", |
| 826 "device_os", |
| 827 "M", |
| 828 "--dimension", |
| 783 "device_type", | 829 "device_type", |
| 784 "bullhead", | 830 "bullhead", |
| 785 "--dimension", | 831 "--dimension", |
| 786 "os", | 832 "os", |
| 787 "Android", | 833 "Android", |
| 788 "--dimension", | 834 "--dimension", |
| 789 "pool", | 835 "pool", |
| 790 "Chrome", | 836 "Chrome", |
| 791 "--tag", | 837 "--tag", |
| 792 "buildername:Android32 Release (swarming)", | 838 "buildername:Android64 (M Nexus5X)", |
| 793 "--tag", | 839 "--tag", |
| 794 "buildnumber:1337", | 840 "buildnumber:1337", |
| 795 "--tag", | 841 "--tag", |
| 796 "data:[dummy hash for peerconnection_unittests]", | 842 "data:[dummy hash for peerconnection_unittests]", |
| 797 "--tag", | 843 "--tag", |
| 798 "master:client.webrtc.fyi", | 844 "master:client.webrtc", |
| 799 "--tag", | 845 "--tag", |
| 800 "name:peerconnection_unittests", | 846 "name:peerconnection_unittests", |
| 801 "--tag", | 847 "--tag", |
| 802 "os:Android", | 848 "os:Android", |
| 803 "--tag", | 849 "--tag", |
| 804 "project:webrtc", | 850 "project:webrtc", |
| 805 "--tag", | 851 "--tag", |
| 806 "purpose:CI", | 852 "purpose:CI", |
| 807 "--tag", | 853 "--tag", |
| 808 "purpose:post-commit", | 854 "purpose:post-commit", |
| 809 "--tag", | 855 "--tag", |
| 810 "slavename:slavename", | 856 "slavename:slavename", |
| 811 "--tag", | 857 "--tag", |
| 812 "stepname:peerconnection_unittests on Android", | 858 "stepname:peerconnection_unittests on Android", |
| 813 "--idempotent", | 859 "--idempotent", |
| 814 "[dummy hash for peerconnection_unittests]" | 860 "[dummy hash for peerconnection_unittests]" |
| 815 ], | 861 ], |
| 816 "cwd": "[BUILDER_CACHE]/Android32_Release__swarming_", | 862 "cwd": "[BUILDER_CACHE]/Android64__M_Nexus5X_", |
| 817 "name": "[trigger] peerconnection_unittests on Android", | 863 "name": "[trigger] peerconnection_unittests on Android", |
| 818 "~followup_annotations": [ | 864 "~followup_annotations": [ |
| 819 "@@@STEP_LOG_LINE@json.output@{@@@", | 865 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 820 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"peerconnection_unitt
ests/Android/[dummy has/Android32 Release (swarming)/1337\", @@@", | 866 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"peerconnection_unitt
ests/Android/[dummy has/Android64 (M Nexus5X)/1337\", @@@", |
| 821 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 867 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 822 "@@@STEP_LOG_LINE@json.output@ \"peerconnection_unittests/Android/[dumm
y has/Android32 Release (swarming)/1337\": {@@@", | 868 "@@@STEP_LOG_LINE@json.output@ \"peerconnection_unittests/Android/[dumm
y has/Android64 (M Nexus5X)/1337\": {@@@", |
| 823 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 869 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 824 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 870 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 825 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 871 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 826 "@@@STEP_LOG_LINE@json.output@ }@@@", | 872 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 827 "@@@STEP_LOG_LINE@json.output@ }@@@", | 873 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 828 "@@@STEP_LOG_LINE@json.output@}@@@", | 874 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 829 "@@@STEP_LOG_END@json.output@@@", | 875 "@@@STEP_LOG_END@json.output@@@", |
| 830 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 876 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 831 ] | 877 ] |
| 832 }, | 878 }, |
| 833 { | 879 { |
| 834 "cmd": [ | 880 "cmd": [ |
| 835 "python", | 881 "python", |
| 836 "-u", | 882 "-u", |
| 837 "[BUILDER_CACHE]/Android32_Release__swarming_/src/tools/swarming_client/sw
arming.py", | 883 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/tools/swarming_client/swarming.
py", |
| 838 "trigger", | 884 "trigger", |
| 839 "--swarming", | 885 "--swarming", |
| 840 "https://chromium-swarm.appspot.com", | 886 "https://chromium-swarm.appspot.com", |
| 841 "--isolate-server", | 887 "--isolate-server", |
| 842 "https://isolateserver.appspot.com", | 888 "https://isolateserver.appspot.com", |
| 843 "--priority", | 889 "--priority", |
| 844 "25", | 890 "25", |
| 845 "--shards", | 891 "--shards", |
| 846 "1", | 892 "1", |
| 847 "--task-name", | 893 "--task-name", |
| 848 "rtc_stats_unittests/Android/[dummy has/Android32 Release (swarming)/1337"
, | 894 "rtc_stats_unittests/Android/[dummy has/Android64 (M Nexus5X)/1337", |
| 849 "--dump-json", | 895 "--dump-json", |
| 850 "/path/to/tmp/json", | 896 "/path/to/tmp/json", |
| 851 "--expiration", | 897 "--expiration", |
| 852 "3600", | 898 "3600", |
| 853 "--io-timeout", | 899 "--io-timeout", |
| 854 "1200", | 900 "1200", |
| 855 "--hard-timeout", | 901 "--hard-timeout", |
| 856 "3600", | 902 "3600", |
| 857 "--dimension", | 903 "--dimension", |
| 858 "android_devices", | 904 "android_devices", |
| 859 "6", | 905 "6", |
| 860 "--dimension", | 906 "--dimension", |
| 907 "device_os", |
| 908 "M", |
| 909 "--dimension", |
| 861 "device_type", | 910 "device_type", |
| 862 "bullhead", | 911 "bullhead", |
| 863 "--dimension", | 912 "--dimension", |
| 864 "os", | 913 "os", |
| 865 "Android", | 914 "Android", |
| 866 "--dimension", | 915 "--dimension", |
| 867 "pool", | 916 "pool", |
| 868 "Chrome", | 917 "Chrome", |
| 869 "--tag", | 918 "--tag", |
| 870 "buildername:Android32 Release (swarming)", | 919 "buildername:Android64 (M Nexus5X)", |
| 871 "--tag", | 920 "--tag", |
| 872 "buildnumber:1337", | 921 "buildnumber:1337", |
| 873 "--tag", | 922 "--tag", |
| 874 "data:[dummy hash for rtc_stats_unittests]", | 923 "data:[dummy hash for rtc_stats_unittests]", |
| 875 "--tag", | 924 "--tag", |
| 876 "master:client.webrtc.fyi", | 925 "master:client.webrtc", |
| 877 "--tag", | 926 "--tag", |
| 878 "name:rtc_stats_unittests", | 927 "name:rtc_stats_unittests", |
| 879 "--tag", | 928 "--tag", |
| 880 "os:Android", | 929 "os:Android", |
| 881 "--tag", | 930 "--tag", |
| 882 "project:webrtc", | 931 "project:webrtc", |
| 883 "--tag", | 932 "--tag", |
| 884 "purpose:CI", | 933 "purpose:CI", |
| 885 "--tag", | 934 "--tag", |
| 886 "purpose:post-commit", | 935 "purpose:post-commit", |
| 887 "--tag", | 936 "--tag", |
| 888 "slavename:slavename", | 937 "slavename:slavename", |
| 889 "--tag", | 938 "--tag", |
| 890 "stepname:rtc_stats_unittests on Android", | 939 "stepname:rtc_stats_unittests on Android", |
| 891 "--idempotent", | 940 "--idempotent", |
| 892 "[dummy hash for rtc_stats_unittests]" | 941 "[dummy hash for rtc_stats_unittests]" |
| 893 ], | 942 ], |
| 894 "cwd": "[BUILDER_CACHE]/Android32_Release__swarming_", | 943 "cwd": "[BUILDER_CACHE]/Android64__M_Nexus5X_", |
| 895 "name": "[trigger] rtc_stats_unittests on Android", | 944 "name": "[trigger] rtc_stats_unittests on Android", |
| 896 "~followup_annotations": [ | 945 "~followup_annotations": [ |
| 897 "@@@STEP_LOG_LINE@json.output@{@@@", | 946 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 898 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"rtc_stats_unittests/
Android/[dummy has/Android32 Release (swarming)/1337\", @@@", | 947 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"rtc_stats_unittests/
Android/[dummy has/Android64 (M Nexus5X)/1337\", @@@", |
| 899 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 948 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 900 "@@@STEP_LOG_LINE@json.output@ \"rtc_stats_unittests/Android/[dummy has
/Android32 Release (swarming)/1337\": {@@@", | 949 "@@@STEP_LOG_LINE@json.output@ \"rtc_stats_unittests/Android/[dummy has
/Android64 (M Nexus5X)/1337\": {@@@", |
| 901 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 950 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 902 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 951 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 903 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 952 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 904 "@@@STEP_LOG_LINE@json.output@ }@@@", | 953 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 905 "@@@STEP_LOG_LINE@json.output@ }@@@", | 954 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 906 "@@@STEP_LOG_LINE@json.output@}@@@", | 955 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 907 "@@@STEP_LOG_END@json.output@@@", | 956 "@@@STEP_LOG_END@json.output@@@", |
| 908 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 957 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 909 ] | 958 ] |
| 910 }, | 959 }, |
| 911 { | 960 { |
| 912 "cmd": [ | 961 "cmd": [ |
| 913 "python", | 962 "python", |
| 914 "-u", | 963 "-u", |
| 915 "[BUILDER_CACHE]/Android32_Release__swarming_/src/tools/swarming_client/sw
arming.py", | 964 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/tools/swarming_client/swarming.
py", |
| 916 "trigger", | 965 "trigger", |
| 917 "--swarming", | 966 "--swarming", |
| 918 "https://chromium-swarm.appspot.com", | 967 "https://chromium-swarm.appspot.com", |
| 919 "--isolate-server", | 968 "--isolate-server", |
| 920 "https://isolateserver.appspot.com", | 969 "https://isolateserver.appspot.com", |
| 921 "--priority", | 970 "--priority", |
| 922 "25", | 971 "25", |
| 923 "--shards", | 972 "--shards", |
| 924 "1", | 973 "1", |
| 925 "--task-name", | 974 "--task-name", |
| 926 "rtc_unittests/Android/[dummy has/Android32 Release (swarming)/1337", | 975 "rtc_unittests/Android/[dummy has/Android64 (M Nexus5X)/1337", |
| 927 "--dump-json", | 976 "--dump-json", |
| 928 "/path/to/tmp/json", | 977 "/path/to/tmp/json", |
| 929 "--expiration", | 978 "--expiration", |
| 930 "3600", | 979 "3600", |
| 931 "--io-timeout", | 980 "--io-timeout", |
| 932 "1200", | 981 "1200", |
| 933 "--hard-timeout", | 982 "--hard-timeout", |
| 934 "3600", | 983 "3600", |
| 935 "--dimension", | 984 "--dimension", |
| 936 "android_devices", | 985 "android_devices", |
| 937 "6", | 986 "6", |
| 938 "--dimension", | 987 "--dimension", |
| 988 "device_os", |
| 989 "M", |
| 990 "--dimension", |
| 939 "device_type", | 991 "device_type", |
| 940 "bullhead", | 992 "bullhead", |
| 941 "--dimension", | 993 "--dimension", |
| 942 "os", | 994 "os", |
| 943 "Android", | 995 "Android", |
| 944 "--dimension", | 996 "--dimension", |
| 945 "pool", | 997 "pool", |
| 946 "Chrome", | 998 "Chrome", |
| 947 "--tag", | 999 "--tag", |
| 948 "buildername:Android32 Release (swarming)", | 1000 "buildername:Android64 (M Nexus5X)", |
| 949 "--tag", | 1001 "--tag", |
| 950 "buildnumber:1337", | 1002 "buildnumber:1337", |
| 951 "--tag", | 1003 "--tag", |
| 952 "data:[dummy hash for rtc_unittests]", | 1004 "data:[dummy hash for rtc_unittests]", |
| 953 "--tag", | 1005 "--tag", |
| 954 "master:client.webrtc.fyi", | 1006 "master:client.webrtc", |
| 955 "--tag", | 1007 "--tag", |
| 956 "name:rtc_unittests", | 1008 "name:rtc_unittests", |
| 957 "--tag", | 1009 "--tag", |
| 958 "os:Android", | 1010 "os:Android", |
| 959 "--tag", | 1011 "--tag", |
| 960 "project:webrtc", | 1012 "project:webrtc", |
| 961 "--tag", | 1013 "--tag", |
| 962 "purpose:CI", | 1014 "purpose:CI", |
| 963 "--tag", | 1015 "--tag", |
| 964 "purpose:post-commit", | 1016 "purpose:post-commit", |
| 965 "--tag", | 1017 "--tag", |
| 966 "slavename:slavename", | 1018 "slavename:slavename", |
| 967 "--tag", | 1019 "--tag", |
| 968 "stepname:rtc_unittests on Android", | 1020 "stepname:rtc_unittests on Android", |
| 969 "--idempotent", | 1021 "--idempotent", |
| 970 "[dummy hash for rtc_unittests]" | 1022 "[dummy hash for rtc_unittests]" |
| 971 ], | 1023 ], |
| 972 "cwd": "[BUILDER_CACHE]/Android32_Release__swarming_", | 1024 "cwd": "[BUILDER_CACHE]/Android64__M_Nexus5X_", |
| 973 "name": "[trigger] rtc_unittests on Android", | 1025 "name": "[trigger] rtc_unittests on Android", |
| 974 "~followup_annotations": [ | 1026 "~followup_annotations": [ |
| 975 "@@@STEP_LOG_LINE@json.output@{@@@", | 1027 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 976 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"rtc_unittests/Androi
d/[dummy has/Android32 Release (swarming)/1337\", @@@", | 1028 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"rtc_unittests/Androi
d/[dummy has/Android64 (M Nexus5X)/1337\", @@@", |
| 977 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1029 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 978 "@@@STEP_LOG_LINE@json.output@ \"rtc_unittests/Android/[dummy has/Andro
id32 Release (swarming)/1337\": {@@@", | 1030 "@@@STEP_LOG_LINE@json.output@ \"rtc_unittests/Android/[dummy has/Andro
id64 (M Nexus5X)/1337\": {@@@", |
| 979 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1031 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 980 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1032 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 981 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1033 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 982 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1034 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 983 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1035 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 984 "@@@STEP_LOG_LINE@json.output@}@@@", | 1036 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 985 "@@@STEP_LOG_END@json.output@@@", | 1037 "@@@STEP_LOG_END@json.output@@@", |
| 986 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1038 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 987 ] | 1039 ] |
| 988 }, | 1040 }, |
| 989 { | 1041 { |
| 990 "cmd": [ | 1042 "cmd": [ |
| 991 "python", | 1043 "python", |
| 992 "-u", | 1044 "-u", |
| 993 "[BUILDER_CACHE]/Android32_Release__swarming_/src/tools/swarming_client/sw
arming.py", | 1045 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/tools/swarming_client/swarming.
py", |
| 994 "trigger", | 1046 "trigger", |
| 995 "--swarming", | 1047 "--swarming", |
| 996 "https://chromium-swarm.appspot.com", | 1048 "https://chromium-swarm.appspot.com", |
| 997 "--isolate-server", | 1049 "--isolate-server", |
| 998 "https://isolateserver.appspot.com", | 1050 "https://isolateserver.appspot.com", |
| 999 "--priority", | 1051 "--priority", |
| 1000 "25", | 1052 "25", |
| 1001 "--shards", | 1053 "--shards", |
| 1002 "1", | 1054 "1", |
| 1003 "--task-name", | 1055 "--task-name", |
| 1004 "system_wrappers_unittests/Android/[dummy has/Android32 Release (swarming)
/1337", | 1056 "system_wrappers_unittests/Android/[dummy has/Android64 (M Nexus5X)/1337", |
| 1005 "--dump-json", | 1057 "--dump-json", |
| 1006 "/path/to/tmp/json", | 1058 "/path/to/tmp/json", |
| 1007 "--expiration", | 1059 "--expiration", |
| 1008 "3600", | 1060 "3600", |
| 1009 "--io-timeout", | 1061 "--io-timeout", |
| 1010 "1200", | 1062 "1200", |
| 1011 "--hard-timeout", | 1063 "--hard-timeout", |
| 1012 "3600", | 1064 "3600", |
| 1013 "--dimension", | 1065 "--dimension", |
| 1014 "android_devices", | 1066 "android_devices", |
| 1015 "6", | 1067 "6", |
| 1016 "--dimension", | 1068 "--dimension", |
| 1069 "device_os", |
| 1070 "M", |
| 1071 "--dimension", |
| 1017 "device_type", | 1072 "device_type", |
| 1018 "bullhead", | 1073 "bullhead", |
| 1019 "--dimension", | 1074 "--dimension", |
| 1020 "os", | 1075 "os", |
| 1021 "Android", | 1076 "Android", |
| 1022 "--dimension", | 1077 "--dimension", |
| 1023 "pool", | 1078 "pool", |
| 1024 "Chrome", | 1079 "Chrome", |
| 1025 "--tag", | 1080 "--tag", |
| 1026 "buildername:Android32 Release (swarming)", | 1081 "buildername:Android64 (M Nexus5X)", |
| 1027 "--tag", | 1082 "--tag", |
| 1028 "buildnumber:1337", | 1083 "buildnumber:1337", |
| 1029 "--tag", | 1084 "--tag", |
| 1030 "data:[dummy hash for system_wrappers_unittests]", | 1085 "data:[dummy hash for system_wrappers_unittests]", |
| 1031 "--tag", | 1086 "--tag", |
| 1032 "master:client.webrtc.fyi", | 1087 "master:client.webrtc", |
| 1033 "--tag", | 1088 "--tag", |
| 1034 "name:system_wrappers_unittests", | 1089 "name:system_wrappers_unittests", |
| 1035 "--tag", | 1090 "--tag", |
| 1036 "os:Android", | 1091 "os:Android", |
| 1037 "--tag", | 1092 "--tag", |
| 1038 "project:webrtc", | 1093 "project:webrtc", |
| 1039 "--tag", | 1094 "--tag", |
| 1040 "purpose:CI", | 1095 "purpose:CI", |
| 1041 "--tag", | 1096 "--tag", |
| 1042 "purpose:post-commit", | 1097 "purpose:post-commit", |
| 1043 "--tag", | 1098 "--tag", |
| 1044 "slavename:slavename", | 1099 "slavename:slavename", |
| 1045 "--tag", | 1100 "--tag", |
| 1046 "stepname:system_wrappers_unittests on Android", | 1101 "stepname:system_wrappers_unittests on Android", |
| 1047 "--idempotent", | 1102 "--idempotent", |
| 1048 "[dummy hash for system_wrappers_unittests]" | 1103 "[dummy hash for system_wrappers_unittests]" |
| 1049 ], | 1104 ], |
| 1050 "cwd": "[BUILDER_CACHE]/Android32_Release__swarming_", | 1105 "cwd": "[BUILDER_CACHE]/Android64__M_Nexus5X_", |
| 1051 "name": "[trigger] system_wrappers_unittests on Android", | 1106 "name": "[trigger] system_wrappers_unittests on Android", |
| 1052 "~followup_annotations": [ | 1107 "~followup_annotations": [ |
| 1053 "@@@STEP_LOG_LINE@json.output@{@@@", | 1108 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1054 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"system_wrappers_unit
tests/Android/[dummy has/Android32 Release (swarming)/1337\", @@@", | 1109 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"system_wrappers_unit
tests/Android/[dummy has/Android64 (M Nexus5X)/1337\", @@@", |
| 1055 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1110 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 1056 "@@@STEP_LOG_LINE@json.output@ \"system_wrappers_unittests/Android/[dum
my has/Android32 Release (swarming)/1337\": {@@@", | 1111 "@@@STEP_LOG_LINE@json.output@ \"system_wrappers_unittests/Android/[dum
my has/Android64 (M Nexus5X)/1337\": {@@@", |
| 1057 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1112 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 1058 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1113 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 1059 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1114 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 1060 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1115 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1061 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1116 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1062 "@@@STEP_LOG_LINE@json.output@}@@@", | 1117 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1063 "@@@STEP_LOG_END@json.output@@@", | 1118 "@@@STEP_LOG_END@json.output@@@", |
| 1064 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1119 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1065 ] | 1120 ] |
| 1066 }, | 1121 }, |
| 1067 { | 1122 { |
| 1068 "cmd": [ | 1123 "cmd": [ |
| 1069 "python", | 1124 "python", |
| 1070 "-u", | 1125 "-u", |
| 1071 "[BUILDER_CACHE]/Android32_Release__swarming_/src/tools/swarming_client/sw
arming.py", | 1126 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/tools/swarming_client/swarming.
py", |
| 1072 "trigger", | 1127 "trigger", |
| 1073 "--swarming", | 1128 "--swarming", |
| 1074 "https://chromium-swarm.appspot.com", | 1129 "https://chromium-swarm.appspot.com", |
| 1075 "--isolate-server", | 1130 "--isolate-server", |
| 1076 "https://isolateserver.appspot.com", | 1131 "https://isolateserver.appspot.com", |
| 1077 "--priority", | 1132 "--priority", |
| 1078 "25", | 1133 "25", |
| 1079 "--shards", | 1134 "--shards", |
| 1080 "1", | 1135 "1", |
| 1081 "--task-name", | 1136 "--task-name", |
| 1082 "test_support_unittests/Android/[dummy has/Android32 Release (swarming)/13
37", | 1137 "test_support_unittests/Android/[dummy has/Android64 (M Nexus5X)/1337", |
| 1083 "--dump-json", | 1138 "--dump-json", |
| 1084 "/path/to/tmp/json", | 1139 "/path/to/tmp/json", |
| 1085 "--expiration", | 1140 "--expiration", |
| 1086 "3600", | 1141 "3600", |
| 1087 "--io-timeout", | 1142 "--io-timeout", |
| 1088 "1200", | 1143 "1200", |
| 1089 "--hard-timeout", | 1144 "--hard-timeout", |
| 1090 "3600", | 1145 "3600", |
| 1091 "--dimension", | 1146 "--dimension", |
| 1092 "android_devices", | 1147 "android_devices", |
| 1093 "6", | 1148 "6", |
| 1094 "--dimension", | 1149 "--dimension", |
| 1150 "device_os", |
| 1151 "M", |
| 1152 "--dimension", |
| 1095 "device_type", | 1153 "device_type", |
| 1096 "bullhead", | 1154 "bullhead", |
| 1097 "--dimension", | 1155 "--dimension", |
| 1098 "os", | 1156 "os", |
| 1099 "Android", | 1157 "Android", |
| 1100 "--dimension", | 1158 "--dimension", |
| 1101 "pool", | 1159 "pool", |
| 1102 "Chrome", | 1160 "Chrome", |
| 1103 "--tag", | 1161 "--tag", |
| 1104 "buildername:Android32 Release (swarming)", | 1162 "buildername:Android64 (M Nexus5X)", |
| 1105 "--tag", | 1163 "--tag", |
| 1106 "buildnumber:1337", | 1164 "buildnumber:1337", |
| 1107 "--tag", | 1165 "--tag", |
| 1108 "data:[dummy hash for test_support_unittests]", | 1166 "data:[dummy hash for test_support_unittests]", |
| 1109 "--tag", | 1167 "--tag", |
| 1110 "master:client.webrtc.fyi", | 1168 "master:client.webrtc", |
| 1111 "--tag", | 1169 "--tag", |
| 1112 "name:test_support_unittests", | 1170 "name:test_support_unittests", |
| 1113 "--tag", | 1171 "--tag", |
| 1114 "os:Android", | 1172 "os:Android", |
| 1115 "--tag", | 1173 "--tag", |
| 1116 "project:webrtc", | 1174 "project:webrtc", |
| 1117 "--tag", | 1175 "--tag", |
| 1118 "purpose:CI", | 1176 "purpose:CI", |
| 1119 "--tag", | 1177 "--tag", |
| 1120 "purpose:post-commit", | 1178 "purpose:post-commit", |
| 1121 "--tag", | 1179 "--tag", |
| 1122 "slavename:slavename", | 1180 "slavename:slavename", |
| 1123 "--tag", | 1181 "--tag", |
| 1124 "stepname:test_support_unittests on Android", | 1182 "stepname:test_support_unittests on Android", |
| 1125 "--idempotent", | 1183 "--idempotent", |
| 1126 "[dummy hash for test_support_unittests]" | 1184 "[dummy hash for test_support_unittests]" |
| 1127 ], | 1185 ], |
| 1128 "cwd": "[BUILDER_CACHE]/Android32_Release__swarming_", | 1186 "cwd": "[BUILDER_CACHE]/Android64__M_Nexus5X_", |
| 1129 "name": "[trigger] test_support_unittests on Android", | 1187 "name": "[trigger] test_support_unittests on Android", |
| 1130 "~followup_annotations": [ | 1188 "~followup_annotations": [ |
| 1131 "@@@STEP_LOG_LINE@json.output@{@@@", | 1189 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1132 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_support_unittes
ts/Android/[dummy has/Android32 Release (swarming)/1337\", @@@", | 1190 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_support_unittes
ts/Android/[dummy has/Android64 (M Nexus5X)/1337\", @@@", |
| 1133 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1191 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 1134 "@@@STEP_LOG_LINE@json.output@ \"test_support_unittests/Android/[dummy
has/Android32 Release (swarming)/1337\": {@@@", | 1192 "@@@STEP_LOG_LINE@json.output@ \"test_support_unittests/Android/[dummy
has/Android64 (M Nexus5X)/1337\": {@@@", |
| 1135 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1193 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 1136 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1194 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 1137 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1195 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 1138 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1196 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1139 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1197 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1140 "@@@STEP_LOG_LINE@json.output@}@@@", | 1198 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1141 "@@@STEP_LOG_END@json.output@@@", | 1199 "@@@STEP_LOG_END@json.output@@@", |
| 1142 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1200 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1143 ] | 1201 ] |
| 1144 }, | 1202 }, |
| 1145 { | 1203 { |
| 1146 "cmd": [ | 1204 "cmd": [ |
| 1147 "python", | 1205 "python", |
| 1148 "-u", | 1206 "-u", |
| 1149 "[BUILDER_CACHE]/Android32_Release__swarming_/src/tools/swarming_client/sw
arming.py", | 1207 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/tools/swarming_client/swarming.
py", |
| 1150 "trigger", | 1208 "trigger", |
| 1151 "--swarming", | 1209 "--swarming", |
| 1152 "https://chromium-swarm.appspot.com", | 1210 "https://chromium-swarm.appspot.com", |
| 1153 "--isolate-server", | 1211 "--isolate-server", |
| 1154 "https://isolateserver.appspot.com", | 1212 "https://isolateserver.appspot.com", |
| 1155 "--priority", | 1213 "--priority", |
| 1156 "25", | 1214 "25", |
| 1157 "--shards", | 1215 "--shards", |
| 1158 "1", | 1216 "1", |
| 1159 "--task-name", | 1217 "--task-name", |
| 1160 "tools_unittests/Android/[dummy has/Android32 Release (swarming)/1337", | 1218 "tools_unittests/Android/[dummy has/Android64 (M Nexus5X)/1337", |
| 1161 "--dump-json", | 1219 "--dump-json", |
| 1162 "/path/to/tmp/json", | 1220 "/path/to/tmp/json", |
| 1163 "--expiration", | 1221 "--expiration", |
| 1164 "3600", | 1222 "3600", |
| 1165 "--io-timeout", | 1223 "--io-timeout", |
| 1166 "1200", | 1224 "1200", |
| 1167 "--hard-timeout", | 1225 "--hard-timeout", |
| 1168 "3600", | 1226 "3600", |
| 1169 "--dimension", | 1227 "--dimension", |
| 1170 "android_devices", | 1228 "android_devices", |
| 1171 "6", | 1229 "6", |
| 1172 "--dimension", | 1230 "--dimension", |
| 1231 "device_os", |
| 1232 "M", |
| 1233 "--dimension", |
| 1173 "device_type", | 1234 "device_type", |
| 1174 "bullhead", | 1235 "bullhead", |
| 1175 "--dimension", | 1236 "--dimension", |
| 1176 "os", | 1237 "os", |
| 1177 "Android", | 1238 "Android", |
| 1178 "--dimension", | 1239 "--dimension", |
| 1179 "pool", | 1240 "pool", |
| 1180 "Chrome", | 1241 "Chrome", |
| 1181 "--tag", | 1242 "--tag", |
| 1182 "buildername:Android32 Release (swarming)", | 1243 "buildername:Android64 (M Nexus5X)", |
| 1183 "--tag", | 1244 "--tag", |
| 1184 "buildnumber:1337", | 1245 "buildnumber:1337", |
| 1185 "--tag", | 1246 "--tag", |
| 1186 "data:[dummy hash for tools_unittests]", | 1247 "data:[dummy hash for tools_unittests]", |
| 1187 "--tag", | 1248 "--tag", |
| 1188 "master:client.webrtc.fyi", | 1249 "master:client.webrtc", |
| 1189 "--tag", | 1250 "--tag", |
| 1190 "name:tools_unittests", | 1251 "name:tools_unittests", |
| 1191 "--tag", | 1252 "--tag", |
| 1192 "os:Android", | 1253 "os:Android", |
| 1193 "--tag", | 1254 "--tag", |
| 1194 "project:webrtc", | 1255 "project:webrtc", |
| 1195 "--tag", | 1256 "--tag", |
| 1196 "purpose:CI", | 1257 "purpose:CI", |
| 1197 "--tag", | 1258 "--tag", |
| 1198 "purpose:post-commit", | 1259 "purpose:post-commit", |
| 1199 "--tag", | 1260 "--tag", |
| 1200 "slavename:slavename", | 1261 "slavename:slavename", |
| 1201 "--tag", | 1262 "--tag", |
| 1202 "stepname:tools_unittests on Android", | 1263 "stepname:tools_unittests on Android", |
| 1203 "--idempotent", | 1264 "--idempotent", |
| 1204 "[dummy hash for tools_unittests]" | 1265 "[dummy hash for tools_unittests]" |
| 1205 ], | 1266 ], |
| 1206 "cwd": "[BUILDER_CACHE]/Android32_Release__swarming_", | 1267 "cwd": "[BUILDER_CACHE]/Android64__M_Nexus5X_", |
| 1207 "name": "[trigger] tools_unittests on Android", | 1268 "name": "[trigger] tools_unittests on Android", |
| 1208 "~followup_annotations": [ | 1269 "~followup_annotations": [ |
| 1209 "@@@STEP_LOG_LINE@json.output@{@@@", | 1270 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1210 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"tools_unittests/Andr
oid/[dummy has/Android32 Release (swarming)/1337\", @@@", | 1271 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"tools_unittests/Andr
oid/[dummy has/Android64 (M Nexus5X)/1337\", @@@", |
| 1211 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1272 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 1212 "@@@STEP_LOG_LINE@json.output@ \"tools_unittests/Android/[dummy has/And
roid32 Release (swarming)/1337\": {@@@", | 1273 "@@@STEP_LOG_LINE@json.output@ \"tools_unittests/Android/[dummy has/And
roid64 (M Nexus5X)/1337\": {@@@", |
| 1213 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1274 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 1214 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1275 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 1215 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1276 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 1216 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1277 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1217 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1278 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1218 "@@@STEP_LOG_LINE@json.output@}@@@", | 1279 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1219 "@@@STEP_LOG_END@json.output@@@", | 1280 "@@@STEP_LOG_END@json.output@@@", |
| 1220 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1281 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1221 ] | 1282 ] |
| 1222 }, | 1283 }, |
| 1223 { | 1284 { |
| 1224 "cmd": [ | 1285 "cmd": [ |
| 1225 "python", | 1286 "python", |
| 1226 "-u", | 1287 "-u", |
| 1227 "[BUILDER_CACHE]/Android32_Release__swarming_/src/tools/swarming_client/sw
arming.py", | 1288 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/tools/swarming_client/swarming.
py", |
| 1228 "trigger", | 1289 "trigger", |
| 1229 "--swarming", | 1290 "--swarming", |
| 1230 "https://chromium-swarm.appspot.com", | 1291 "https://chromium-swarm.appspot.com", |
| 1231 "--isolate-server", | 1292 "--isolate-server", |
| 1232 "https://isolateserver.appspot.com", | 1293 "https://isolateserver.appspot.com", |
| 1233 "--priority", | 1294 "--priority", |
| 1234 "25", | 1295 "25", |
| 1235 "--shards", | 1296 "--shards", |
| 1236 "1", | 1297 "1", |
| 1237 "--task-name", | 1298 "--task-name", |
| 1238 "video_engine_tests/Android/[dummy has/Android32 Release (swarming)/1337", | 1299 "video_engine_tests/Android/[dummy has/Android64 (M Nexus5X)/1337", |
| 1239 "--dump-json", | 1300 "--dump-json", |
| 1240 "/path/to/tmp/json", | 1301 "/path/to/tmp/json", |
| 1241 "--expiration", | 1302 "--expiration", |
| 1242 "3600", | 1303 "3600", |
| 1243 "--io-timeout", | 1304 "--io-timeout", |
| 1244 "1200", | 1305 "1200", |
| 1245 "--hard-timeout", | 1306 "--hard-timeout", |
| 1246 "3600", | 1307 "3600", |
| 1247 "--dimension", | 1308 "--dimension", |
| 1248 "android_devices", | 1309 "android_devices", |
| 1249 "6", | 1310 "6", |
| 1250 "--dimension", | 1311 "--dimension", |
| 1312 "device_os", |
| 1313 "M", |
| 1314 "--dimension", |
| 1251 "device_type", | 1315 "device_type", |
| 1252 "bullhead", | 1316 "bullhead", |
| 1253 "--dimension", | 1317 "--dimension", |
| 1254 "os", | 1318 "os", |
| 1255 "Android", | 1319 "Android", |
| 1256 "--dimension", | 1320 "--dimension", |
| 1257 "pool", | 1321 "pool", |
| 1258 "Chrome", | 1322 "Chrome", |
| 1259 "--tag", | 1323 "--tag", |
| 1260 "buildername:Android32 Release (swarming)", | 1324 "buildername:Android64 (M Nexus5X)", |
| 1261 "--tag", | 1325 "--tag", |
| 1262 "buildnumber:1337", | 1326 "buildnumber:1337", |
| 1263 "--tag", | 1327 "--tag", |
| 1264 "data:[dummy hash for video_engine_tests]", | 1328 "data:[dummy hash for video_engine_tests]", |
| 1265 "--tag", | 1329 "--tag", |
| 1266 "master:client.webrtc.fyi", | 1330 "master:client.webrtc", |
| 1267 "--tag", | 1331 "--tag", |
| 1268 "name:video_engine_tests", | 1332 "name:video_engine_tests", |
| 1269 "--tag", | 1333 "--tag", |
| 1270 "os:Android", | 1334 "os:Android", |
| 1271 "--tag", | 1335 "--tag", |
| 1272 "project:webrtc", | 1336 "project:webrtc", |
| 1273 "--tag", | 1337 "--tag", |
| 1274 "purpose:CI", | 1338 "purpose:CI", |
| 1275 "--tag", | 1339 "--tag", |
| 1276 "purpose:post-commit", | 1340 "purpose:post-commit", |
| 1277 "--tag", | 1341 "--tag", |
| 1278 "slavename:slavename", | 1342 "slavename:slavename", |
| 1279 "--tag", | 1343 "--tag", |
| 1280 "stepname:video_engine_tests on Android", | 1344 "stepname:video_engine_tests on Android", |
| 1281 "--idempotent", | 1345 "--idempotent", |
| 1282 "[dummy hash for video_engine_tests]" | 1346 "[dummy hash for video_engine_tests]" |
| 1283 ], | 1347 ], |
| 1284 "cwd": "[BUILDER_CACHE]/Android32_Release__swarming_", | 1348 "cwd": "[BUILDER_CACHE]/Android64__M_Nexus5X_", |
| 1285 "name": "[trigger] video_engine_tests on Android", | 1349 "name": "[trigger] video_engine_tests on Android", |
| 1286 "~followup_annotations": [ | 1350 "~followup_annotations": [ |
| 1287 "@@@STEP_LOG_LINE@json.output@{@@@", | 1351 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1288 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"video_engine_tests/A
ndroid/[dummy has/Android32 Release (swarming)/1337\", @@@", | 1352 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"video_engine_tests/A
ndroid/[dummy has/Android64 (M Nexus5X)/1337\", @@@", |
| 1289 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1353 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 1290 "@@@STEP_LOG_LINE@json.output@ \"video_engine_tests/Android/[dummy has/
Android32 Release (swarming)/1337\": {@@@", | 1354 "@@@STEP_LOG_LINE@json.output@ \"video_engine_tests/Android/[dummy has/
Android64 (M Nexus5X)/1337\": {@@@", |
| 1291 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1355 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 1292 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1356 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 1293 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1357 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 1294 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1358 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1295 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1359 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1296 "@@@STEP_LOG_LINE@json.output@}@@@", | 1360 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1297 "@@@STEP_LOG_END@json.output@@@", | 1361 "@@@STEP_LOG_END@json.output@@@", |
| 1298 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1362 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1299 ] | 1363 ] |
| 1300 }, | 1364 }, |
| 1301 { | 1365 { |
| 1302 "cmd": [ | 1366 "cmd": [ |
| 1303 "python", | 1367 "python", |
| 1304 "-u", | 1368 "-u", |
| 1305 "[BUILDER_CACHE]/Android32_Release__swarming_/src/tools/swarming_client/sw
arming.py", | 1369 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/tools/swarming_client/swarming.
py", |
| 1306 "trigger", | 1370 "trigger", |
| 1307 "--swarming", | 1371 "--swarming", |
| 1308 "https://chromium-swarm.appspot.com", | 1372 "https://chromium-swarm.appspot.com", |
| 1309 "--isolate-server", | 1373 "--isolate-server", |
| 1310 "https://isolateserver.appspot.com", | 1374 "https://isolateserver.appspot.com", |
| 1311 "--priority", | 1375 "--priority", |
| 1312 "25", | 1376 "25", |
| 1313 "--shards", | 1377 "--shards", |
| 1314 "1", | 1378 "1", |
| 1315 "--task-name", | 1379 "--task-name", |
| 1316 "voice_engine_unittests/Android/[dummy has/Android32 Release (swarming)/13
37", | 1380 "voice_engine_unittests/Android/[dummy has/Android64 (M Nexus5X)/1337", |
| 1317 "--dump-json", | 1381 "--dump-json", |
| 1318 "/path/to/tmp/json", | 1382 "/path/to/tmp/json", |
| 1319 "--expiration", | 1383 "--expiration", |
| 1320 "3600", | 1384 "3600", |
| 1321 "--io-timeout", | 1385 "--io-timeout", |
| 1322 "1200", | 1386 "1200", |
| 1323 "--hard-timeout", | 1387 "--hard-timeout", |
| 1324 "3600", | 1388 "3600", |
| 1325 "--dimension", | 1389 "--dimension", |
| 1326 "android_devices", | 1390 "android_devices", |
| 1327 "6", | 1391 "6", |
| 1328 "--dimension", | 1392 "--dimension", |
| 1393 "device_os", |
| 1394 "M", |
| 1395 "--dimension", |
| 1329 "device_type", | 1396 "device_type", |
| 1330 "bullhead", | 1397 "bullhead", |
| 1331 "--dimension", | 1398 "--dimension", |
| 1332 "os", | 1399 "os", |
| 1333 "Android", | 1400 "Android", |
| 1334 "--dimension", | 1401 "--dimension", |
| 1335 "pool", | 1402 "pool", |
| 1336 "Chrome", | 1403 "Chrome", |
| 1337 "--tag", | 1404 "--tag", |
| 1338 "buildername:Android32 Release (swarming)", | 1405 "buildername:Android64 (M Nexus5X)", |
| 1339 "--tag", | 1406 "--tag", |
| 1340 "buildnumber:1337", | 1407 "buildnumber:1337", |
| 1341 "--tag", | 1408 "--tag", |
| 1342 "data:[dummy hash for voice_engine_unittests]", | 1409 "data:[dummy hash for voice_engine_unittests]", |
| 1343 "--tag", | 1410 "--tag", |
| 1344 "master:client.webrtc.fyi", | 1411 "master:client.webrtc", |
| 1345 "--tag", | 1412 "--tag", |
| 1346 "name:voice_engine_unittests", | 1413 "name:voice_engine_unittests", |
| 1347 "--tag", | 1414 "--tag", |
| 1348 "os:Android", | 1415 "os:Android", |
| 1349 "--tag", | 1416 "--tag", |
| 1350 "project:webrtc", | 1417 "project:webrtc", |
| 1351 "--tag", | 1418 "--tag", |
| 1352 "purpose:CI", | 1419 "purpose:CI", |
| 1353 "--tag", | 1420 "--tag", |
| 1354 "purpose:post-commit", | 1421 "purpose:post-commit", |
| 1355 "--tag", | 1422 "--tag", |
| 1356 "slavename:slavename", | 1423 "slavename:slavename", |
| 1357 "--tag", | 1424 "--tag", |
| 1358 "stepname:voice_engine_unittests on Android", | 1425 "stepname:voice_engine_unittests on Android", |
| 1359 "--idempotent", | 1426 "--idempotent", |
| 1360 "[dummy hash for voice_engine_unittests]" | 1427 "[dummy hash for voice_engine_unittests]" |
| 1361 ], | 1428 ], |
| 1362 "cwd": "[BUILDER_CACHE]/Android32_Release__swarming_", | 1429 "cwd": "[BUILDER_CACHE]/Android64__M_Nexus5X_", |
| 1363 "name": "[trigger] voice_engine_unittests on Android", | 1430 "name": "[trigger] voice_engine_unittests on Android", |
| 1364 "~followup_annotations": [ | 1431 "~followup_annotations": [ |
| 1365 "@@@STEP_LOG_LINE@json.output@{@@@", | 1432 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1366 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"voice_engine_unittes
ts/Android/[dummy has/Android32 Release (swarming)/1337\", @@@", | 1433 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"voice_engine_unittes
ts/Android/[dummy has/Android64 (M Nexus5X)/1337\", @@@", |
| 1367 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1434 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 1368 "@@@STEP_LOG_LINE@json.output@ \"voice_engine_unittests/Android/[dummy
has/Android32 Release (swarming)/1337\": {@@@", | 1435 "@@@STEP_LOG_LINE@json.output@ \"voice_engine_unittests/Android/[dummy
has/Android64 (M Nexus5X)/1337\": {@@@", |
| 1369 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1436 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 1370 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1437 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 1371 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1438 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 1372 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1439 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1373 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1440 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1374 "@@@STEP_LOG_LINE@json.output@}@@@", | 1441 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1375 "@@@STEP_LOG_END@json.output@@@", | 1442 "@@@STEP_LOG_END@json.output@@@", |
| 1376 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1443 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1377 ] | 1444 ] |
| 1378 }, | 1445 }, |
| 1379 { | 1446 { |
| 1380 "cmd": [ | 1447 "cmd": [ |
| 1381 "python", | 1448 "python", |
| 1382 "-u", | 1449 "-u", |
| 1383 "[BUILDER_CACHE]/Android32_Release__swarming_/src/tools/swarming_client/sw
arming.py", | 1450 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/tools/swarming_client/swarming.
py", |
| 1384 "trigger", | 1451 "trigger", |
| 1385 "--swarming", | 1452 "--swarming", |
| 1386 "https://chromium-swarm.appspot.com", | 1453 "https://chromium-swarm.appspot.com", |
| 1387 "--isolate-server", | 1454 "--isolate-server", |
| 1388 "https://isolateserver.appspot.com", | 1455 "https://isolateserver.appspot.com", |
| 1389 "--priority", | 1456 "--priority", |
| 1390 "25", | 1457 "25", |
| 1391 "--shards", | 1458 "--shards", |
| 1392 "1", | 1459 "1", |
| 1393 "--task-name", | 1460 "--task-name", |
| 1394 "webrtc_nonparallel_tests/Android/[dummy has/Android32 Release (swarming)/
1337", | 1461 "webrtc_nonparallel_tests/Android/[dummy has/Android64 (M Nexus5X)/1337", |
| 1395 "--dump-json", | 1462 "--dump-json", |
| 1396 "/path/to/tmp/json", | 1463 "/path/to/tmp/json", |
| 1397 "--expiration", | 1464 "--expiration", |
| 1398 "3600", | 1465 "3600", |
| 1399 "--io-timeout", | 1466 "--io-timeout", |
| 1400 "1200", | 1467 "1200", |
| 1401 "--hard-timeout", | 1468 "--hard-timeout", |
| 1402 "3600", | 1469 "3600", |
| 1403 "--dimension", | 1470 "--dimension", |
| 1404 "android_devices", | 1471 "android_devices", |
| 1405 "6", | 1472 "6", |
| 1406 "--dimension", | 1473 "--dimension", |
| 1474 "device_os", |
| 1475 "M", |
| 1476 "--dimension", |
| 1407 "device_type", | 1477 "device_type", |
| 1408 "bullhead", | 1478 "bullhead", |
| 1409 "--dimension", | 1479 "--dimension", |
| 1410 "os", | 1480 "os", |
| 1411 "Android", | 1481 "Android", |
| 1412 "--dimension", | 1482 "--dimension", |
| 1413 "pool", | 1483 "pool", |
| 1414 "Chrome", | 1484 "Chrome", |
| 1415 "--tag", | 1485 "--tag", |
| 1416 "buildername:Android32 Release (swarming)", | 1486 "buildername:Android64 (M Nexus5X)", |
| 1417 "--tag", | 1487 "--tag", |
| 1418 "buildnumber:1337", | 1488 "buildnumber:1337", |
| 1419 "--tag", | 1489 "--tag", |
| 1420 "data:[dummy hash for webrtc_nonparallel_tests]", | 1490 "data:[dummy hash for webrtc_nonparallel_tests]", |
| 1421 "--tag", | 1491 "--tag", |
| 1422 "master:client.webrtc.fyi", | 1492 "master:client.webrtc", |
| 1423 "--tag", | 1493 "--tag", |
| 1424 "name:webrtc_nonparallel_tests", | 1494 "name:webrtc_nonparallel_tests", |
| 1425 "--tag", | 1495 "--tag", |
| 1426 "os:Android", | 1496 "os:Android", |
| 1427 "--tag", | 1497 "--tag", |
| 1428 "project:webrtc", | 1498 "project:webrtc", |
| 1429 "--tag", | 1499 "--tag", |
| 1430 "purpose:CI", | 1500 "purpose:CI", |
| 1431 "--tag", | 1501 "--tag", |
| 1432 "purpose:post-commit", | 1502 "purpose:post-commit", |
| 1433 "--tag", | 1503 "--tag", |
| 1434 "slavename:slavename", | 1504 "slavename:slavename", |
| 1435 "--tag", | 1505 "--tag", |
| 1436 "stepname:webrtc_nonparallel_tests on Android", | 1506 "stepname:webrtc_nonparallel_tests on Android", |
| 1437 "--idempotent", | 1507 "--idempotent", |
| 1438 "[dummy hash for webrtc_nonparallel_tests]" | 1508 "[dummy hash for webrtc_nonparallel_tests]" |
| 1439 ], | 1509 ], |
| 1440 "cwd": "[BUILDER_CACHE]/Android32_Release__swarming_", | 1510 "cwd": "[BUILDER_CACHE]/Android64__M_Nexus5X_", |
| 1441 "name": "[trigger] webrtc_nonparallel_tests on Android", | 1511 "name": "[trigger] webrtc_nonparallel_tests on Android", |
| 1442 "~followup_annotations": [ | 1512 "~followup_annotations": [ |
| 1443 "@@@STEP_LOG_LINE@json.output@{@@@", | 1513 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1444 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"webrtc_nonparallel_t
ests/Android/[dummy has/Android32 Release (swarming)/1337\", @@@", | 1514 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"webrtc_nonparallel_t
ests/Android/[dummy has/Android64 (M Nexus5X)/1337\", @@@", |
| 1445 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1515 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 1446 "@@@STEP_LOG_LINE@json.output@ \"webrtc_nonparallel_tests/Android/[dumm
y has/Android32 Release (swarming)/1337\": {@@@", | 1516 "@@@STEP_LOG_LINE@json.output@ \"webrtc_nonparallel_tests/Android/[dumm
y has/Android64 (M Nexus5X)/1337\": {@@@", |
| 1447 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1517 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 1448 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1518 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 1449 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1519 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 1450 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1520 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1451 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1521 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1452 "@@@STEP_LOG_LINE@json.output@}@@@", | 1522 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1453 "@@@STEP_LOG_END@json.output@@@", | 1523 "@@@STEP_LOG_END@json.output@@@", |
| 1454 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1524 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1455 ] | 1525 ] |
| 1456 }, | 1526 }, |
| 1457 { | 1527 { |
| 1458 "cmd": [ | 1528 "cmd": [ |
| 1459 "python", | 1529 "python", |
| 1460 "-u", | 1530 "-u", |
| 1461 "[BUILDER_CACHE]/Android32_Release__swarming_/src/tools/swarming_client/sw
arming.py", | 1531 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/tools/swarming_client/swarming.
py", |
| 1462 "trigger", | 1532 "trigger", |
| 1463 "--swarming", | 1533 "--swarming", |
| 1464 "https://chromium-swarm.appspot.com", | 1534 "https://chromium-swarm.appspot.com", |
| 1465 "--isolate-server", | 1535 "--isolate-server", |
| 1466 "https://isolateserver.appspot.com", | 1536 "https://isolateserver.appspot.com", |
| 1467 "--priority", | 1537 "--priority", |
| 1468 "25", | 1538 "25", |
| 1469 "--shards", | 1539 "--shards", |
| 1470 "1", | 1540 "1", |
| 1471 "--task-name", | 1541 "--task-name", |
| 1472 "AppRTCMobileTest/Android/[dummy has/Android32 Release (swarming)/1337", | 1542 "AppRTCMobileTest/Android/[dummy has/Android64 (M Nexus5X)/1337", |
| 1473 "--dump-json", | 1543 "--dump-json", |
| 1474 "/path/to/tmp/json", | 1544 "/path/to/tmp/json", |
| 1475 "--expiration", | 1545 "--expiration", |
| 1476 "3600", | 1546 "3600", |
| 1477 "--io-timeout", | 1547 "--io-timeout", |
| 1478 "1200", | 1548 "1200", |
| 1479 "--hard-timeout", | 1549 "--hard-timeout", |
| 1480 "3600", | 1550 "3600", |
| 1481 "--dimension", | 1551 "--dimension", |
| 1482 "android_devices", | 1552 "android_devices", |
| 1483 "6", | 1553 "6", |
| 1484 "--dimension", | 1554 "--dimension", |
| 1555 "device_os", |
| 1556 "M", |
| 1557 "--dimension", |
| 1485 "device_type", | 1558 "device_type", |
| 1486 "bullhead", | 1559 "bullhead", |
| 1487 "--dimension", | 1560 "--dimension", |
| 1488 "os", | 1561 "os", |
| 1489 "Android", | 1562 "Android", |
| 1490 "--dimension", | 1563 "--dimension", |
| 1491 "pool", | 1564 "pool", |
| 1492 "Chrome", | 1565 "Chrome", |
| 1493 "--tag", | 1566 "--tag", |
| 1494 "buildername:Android32 Release (swarming)", | 1567 "buildername:Android64 (M Nexus5X)", |
| 1495 "--tag", | 1568 "--tag", |
| 1496 "buildnumber:1337", | 1569 "buildnumber:1337", |
| 1497 "--tag", | 1570 "--tag", |
| 1498 "data:[dummy hash for AppRTCMobileTest]", | 1571 "data:[dummy hash for AppRTCMobileTest]", |
| 1499 "--tag", | 1572 "--tag", |
| 1500 "master:client.webrtc.fyi", | 1573 "master:client.webrtc", |
| 1501 "--tag", | 1574 "--tag", |
| 1502 "name:AppRTCMobileTest", | 1575 "name:AppRTCMobileTest", |
| 1503 "--tag", | 1576 "--tag", |
| 1504 "os:Android", | 1577 "os:Android", |
| 1505 "--tag", | 1578 "--tag", |
| 1506 "project:webrtc", | 1579 "project:webrtc", |
| 1507 "--tag", | 1580 "--tag", |
| 1508 "purpose:CI", | 1581 "purpose:CI", |
| 1509 "--tag", | 1582 "--tag", |
| 1510 "purpose:post-commit", | 1583 "purpose:post-commit", |
| 1511 "--tag", | 1584 "--tag", |
| 1512 "slavename:slavename", | 1585 "slavename:slavename", |
| 1513 "--tag", | 1586 "--tag", |
| 1514 "stepname:AppRTCMobileTest on Android", | 1587 "stepname:AppRTCMobileTest on Android", |
| 1515 "--idempotent", | 1588 "--idempotent", |
| 1516 "[dummy hash for AppRTCMobileTest]" | 1589 "[dummy hash for AppRTCMobileTest]" |
| 1517 ], | 1590 ], |
| 1518 "cwd": "[BUILDER_CACHE]/Android32_Release__swarming_", | 1591 "cwd": "[BUILDER_CACHE]/Android64__M_Nexus5X_", |
| 1519 "name": "[trigger] AppRTCMobileTest on Android", | 1592 "name": "[trigger] AppRTCMobileTest on Android", |
| 1520 "~followup_annotations": [ | 1593 "~followup_annotations": [ |
| 1521 "@@@STEP_LOG_LINE@json.output@{@@@", | 1594 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1522 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"AppRTCMobileTest/And
roid/[dummy has/Android32 Release (swarming)/1337\", @@@", | 1595 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"AppRTCMobileTest/And
roid/[dummy has/Android64 (M Nexus5X)/1337\", @@@", |
| 1523 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1596 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 1524 "@@@STEP_LOG_LINE@json.output@ \"AppRTCMobileTest/Android/[dummy has/An
droid32 Release (swarming)/1337\": {@@@", | 1597 "@@@STEP_LOG_LINE@json.output@ \"AppRTCMobileTest/Android/[dummy has/An
droid64 (M Nexus5X)/1337\": {@@@", |
| 1525 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1598 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 1526 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1599 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 1527 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1600 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 1528 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1601 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1529 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1602 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1530 "@@@STEP_LOG_LINE@json.output@}@@@", | 1603 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1531 "@@@STEP_LOG_END@json.output@@@", | 1604 "@@@STEP_LOG_END@json.output@@@", |
| 1532 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1605 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1533 ] | 1606 ] |
| 1534 }, | 1607 }, |
| 1535 { | 1608 { |
| 1536 "cmd": [ | 1609 "cmd": [ |
| 1537 "python", | 1610 "python", |
| 1538 "-u", | 1611 "-u", |
| 1539 "[BUILDER_CACHE]/Android32_Release__swarming_/src/tools/swarming_client/sw
arming.py", | 1612 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/tools/swarming_client/swarming.
py", |
| 1540 "trigger", | 1613 "trigger", |
| 1541 "--swarming", | 1614 "--swarming", |
| 1542 "https://chromium-swarm.appspot.com", | 1615 "https://chromium-swarm.appspot.com", |
| 1543 "--isolate-server", | 1616 "--isolate-server", |
| 1544 "https://isolateserver.appspot.com", | 1617 "https://isolateserver.appspot.com", |
| 1545 "--priority", | 1618 "--priority", |
| 1546 "25", | 1619 "25", |
| 1547 "--shards", | 1620 "--shards", |
| 1548 "1", | 1621 "1", |
| 1549 "--task-name", | 1622 "--task-name", |
| 1550 "libjingle_peerconnection_android_unittest/Android/[dummy has/Android32 Re
lease (swarming)/1337", | 1623 "libjingle_peerconnection_android_unittest/Android/[dummy has/Android64 (M
Nexus5X)/1337", |
| 1551 "--dump-json", | 1624 "--dump-json", |
| 1552 "/path/to/tmp/json", | 1625 "/path/to/tmp/json", |
| 1553 "--expiration", | 1626 "--expiration", |
| 1554 "3600", | 1627 "3600", |
| 1555 "--io-timeout", | 1628 "--io-timeout", |
| 1556 "1200", | 1629 "1200", |
| 1557 "--hard-timeout", | 1630 "--hard-timeout", |
| 1558 "3600", | 1631 "3600", |
| 1559 "--dimension", | 1632 "--dimension", |
| 1560 "android_devices", | 1633 "android_devices", |
| 1561 "6", | 1634 "6", |
| 1562 "--dimension", | 1635 "--dimension", |
| 1636 "device_os", |
| 1637 "M", |
| 1638 "--dimension", |
| 1563 "device_type", | 1639 "device_type", |
| 1564 "bullhead", | 1640 "bullhead", |
| 1565 "--dimension", | 1641 "--dimension", |
| 1566 "os", | 1642 "os", |
| 1567 "Android", | 1643 "Android", |
| 1568 "--dimension", | 1644 "--dimension", |
| 1569 "pool", | 1645 "pool", |
| 1570 "Chrome", | 1646 "Chrome", |
| 1571 "--tag", | 1647 "--tag", |
| 1572 "buildername:Android32 Release (swarming)", | 1648 "buildername:Android64 (M Nexus5X)", |
| 1573 "--tag", | 1649 "--tag", |
| 1574 "buildnumber:1337", | 1650 "buildnumber:1337", |
| 1575 "--tag", | 1651 "--tag", |
| 1576 "data:[dummy hash for libjingle_peerconnection_android_unittest]", | 1652 "data:[dummy hash for libjingle_peerconnection_android_unittest]", |
| 1577 "--tag", | 1653 "--tag", |
| 1578 "master:client.webrtc.fyi", | 1654 "master:client.webrtc", |
| 1579 "--tag", | 1655 "--tag", |
| 1580 "name:libjingle_peerconnection_android_unittest", | 1656 "name:libjingle_peerconnection_android_unittest", |
| 1581 "--tag", | 1657 "--tag", |
| 1582 "os:Android", | 1658 "os:Android", |
| 1583 "--tag", | 1659 "--tag", |
| 1584 "project:webrtc", | 1660 "project:webrtc", |
| 1585 "--tag", | 1661 "--tag", |
| 1586 "purpose:CI", | 1662 "purpose:CI", |
| 1587 "--tag", | 1663 "--tag", |
| 1588 "purpose:post-commit", | 1664 "purpose:post-commit", |
| 1589 "--tag", | 1665 "--tag", |
| 1590 "slavename:slavename", | 1666 "slavename:slavename", |
| 1591 "--tag", | 1667 "--tag", |
| 1592 "stepname:libjingle_peerconnection_android_unittest on Android", | 1668 "stepname:libjingle_peerconnection_android_unittest on Android", |
| 1593 "--idempotent", | 1669 "--idempotent", |
| 1594 "[dummy hash for libjingle_peerconnection_android_unittest]" | 1670 "[dummy hash for libjingle_peerconnection_android_unittest]" |
| 1595 ], | 1671 ], |
| 1596 "cwd": "[BUILDER_CACHE]/Android32_Release__swarming_", | 1672 "cwd": "[BUILDER_CACHE]/Android64__M_Nexus5X_", |
| 1597 "name": "[trigger] libjingle_peerconnection_android_unittest on Android", | 1673 "name": "[trigger] libjingle_peerconnection_android_unittest on Android", |
| 1598 "~followup_annotations": [ | 1674 "~followup_annotations": [ |
| 1599 "@@@STEP_LOG_LINE@json.output@{@@@", | 1675 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1600 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"libjingle_peerconnec
tion_android_unittest/Android/[dummy has/Android32 Release (swarming)/1337\", @@
@", | 1676 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"libjingle_peerconnec
tion_android_unittest/Android/[dummy has/Android64 (M Nexus5X)/1337\", @@@", |
| 1601 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1677 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 1602 "@@@STEP_LOG_LINE@json.output@ \"libjingle_peerconnection_android_unitt
est/Android/[dummy has/Android32 Release (swarming)/1337\": {@@@", | 1678 "@@@STEP_LOG_LINE@json.output@ \"libjingle_peerconnection_android_unitt
est/Android/[dummy has/Android64 (M Nexus5X)/1337\": {@@@", |
| 1603 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1679 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 1604 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1680 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 1605 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1681 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 1606 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1682 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1607 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1683 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1608 "@@@STEP_LOG_LINE@json.output@}@@@", | 1684 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1609 "@@@STEP_LOG_END@json.output@@@", | 1685 "@@@STEP_LOG_END@json.output@@@", |
| 1610 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1686 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1611 ] | 1687 ] |
| 1612 }, | 1688 }, |
| 1613 { | 1689 { |
| 1614 "cmd": [ | 1690 "cmd": [ |
| 1615 "python", | 1691 "python", |
| 1616 "-u", | 1692 "-u", |
| 1617 "[BUILDER_CACHE]/Android32_Release__swarming_/src/webrtc/build/android/tes
t_runner.py", | 1693 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/webrtc/build/android/test_runne
r.py", |
| 1618 "junit", | 1694 "junit", |
| 1619 "-s", | 1695 "-s", |
| 1620 "android_junit_tests", | 1696 "android_junit_tests", |
| 1621 "--verbose", | 1697 "--verbose", |
| 1622 "--release", | 1698 "--release", |
| 1623 "--adb-path", | 1699 "--adb-path", |
| 1624 "[BUILDER_CACHE]/Android32_Release__swarming_/src/third_party/android_tool
s/sdk/platform-tools/adb" | 1700 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/third_party/android_tools/sdk/p
latform-tools/adb" |
| 1625 ], | 1701 ], |
| 1626 "cwd": "[BUILDER_CACHE]/Android32_Release__swarming_", | 1702 "cwd": "[BUILDER_CACHE]/Android64__M_Nexus5X_", |
| 1627 "env": { | 1703 "env": { |
| 1628 "CHROMIUM_OUTPUT_DIR": "[BUILDER_CACHE]/Android32_Release__swarming_/src/o
ut/Release", | 1704 "CHROMIUM_OUTPUT_DIR": "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/out/Rele
ase", |
| 1629 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 1705 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 1630 "PATH": "[BUILDER_CACHE]/Android32_Release__swarming_/src/third_party/andr
oid_tools/sdk/platform-tools:[BUILDER_CACHE]/Android32_Release__swarming_/src/bu
ild/android:%(PATH)s" | 1706 "PATH": "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/third_party/android_too
ls/sdk/platform-tools:[BUILDER_CACHE]/Android64__M_Nexus5X_/src/build/android:%(
PATH)s" |
| 1631 }, | 1707 }, |
| 1632 "name": "android_junit_tests" | 1708 "name": "android_junit_tests" |
| 1633 }, | 1709 }, |
| 1634 { | 1710 { |
| 1635 "cmd": [ | 1711 "cmd": [ |
| 1636 "python", | 1712 "python", |
| 1637 "-u", | 1713 "-u", |
| 1638 "[BUILDER_CACHE]/Android32_Release__swarming_/src/tools/swarming_client/sw
arming.py", | 1714 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/tools/swarming_client/swarming.
py", |
| 1639 "collect", | 1715 "collect", |
| 1640 "--swarming", | 1716 "--swarming", |
| 1641 "https://chromium-swarm.appspot.com", | 1717 "https://chromium-swarm.appspot.com", |
| 1642 "--decorate", | 1718 "--decorate", |
| 1643 "--print-status-updates", | 1719 "--print-status-updates", |
| 1644 "--json", | 1720 "--json", |
| 1645 "{\"base_task_name\": \"audio_decoder_unittests/Android/[dummy has/Android
32 Release (swarming)/1337\", \"tasks\": {\"audio_decoder_unittests/Android/[dum
my has/Android32 Release (swarming)/1337\": {\"shard_index\": 0, \"task_id\": \"
10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}
", | 1721 "{\"base_task_name\": \"audio_decoder_unittests/Android/[dummy has/Android
64 (M Nexus5X)/1337\", \"tasks\": {\"audio_decoder_unittests/Android/[dummy has/
Android64 (M Nexus5X)/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"vie
w_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}", |
| 1646 "--task-summary-json", | 1722 "--task-summary-json", |
| 1647 "/path/to/tmp/json" | 1723 "/path/to/tmp/json" |
| 1648 ], | 1724 ], |
| 1649 "cwd": "[BUILDER_CACHE]/Android32_Release__swarming_", | 1725 "cwd": "[BUILDER_CACHE]/Android64__M_Nexus5X_", |
| 1650 "name": "audio_decoder_unittests on Android", | 1726 "name": "audio_decoder_unittests on Android", |
| 1651 "~followup_annotations": [ | 1727 "~followup_annotations": [ |
| 1652 "@@@STEP_TEXT@swarming pending 71s@@@", | 1728 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1653 "@@@STEP_LOG_LINE@json.output@{@@@", | 1729 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1654 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1730 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1655 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1731 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1656 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1732 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1657 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1733 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1658 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1734 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1659 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1735 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 1688 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1764 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 1689 "@@@STEP_LOG_LINE@json.output@}@@@", | 1765 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1690 "@@@STEP_LOG_END@json.output@@@", | 1766 "@@@STEP_LOG_END@json.output@@@", |
| 1691 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1767 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1692 ] | 1768 ] |
| 1693 }, | 1769 }, |
| 1694 { | 1770 { |
| 1695 "cmd": [ | 1771 "cmd": [ |
| 1696 "python", | 1772 "python", |
| 1697 "-u", | 1773 "-u", |
| 1698 "[BUILDER_CACHE]/Android32_Release__swarming_/src/tools/swarming_client/sw
arming.py", | 1774 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/tools/swarming_client/swarming.
py", |
| 1699 "collect", | 1775 "collect", |
| 1700 "--swarming", | 1776 "--swarming", |
| 1701 "https://chromium-swarm.appspot.com", | 1777 "https://chromium-swarm.appspot.com", |
| 1702 "--decorate", | 1778 "--decorate", |
| 1703 "--print-status-updates", | 1779 "--print-status-updates", |
| 1704 "--json", | 1780 "--json", |
| 1705 "{\"base_task_name\": \"common_audio_unittests/Android/[dummy has/Android3
2 Release (swarming)/1337\", \"tasks\": {\"common_audio_unittests/Android/[dummy
has/Android32 Release (swarming)/1337\": {\"shard_index\": 0, \"task_id\": \"10
000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}", | 1781 "{\"base_task_name\": \"common_audio_unittests/Android/[dummy has/Android6
4 (M Nexus5X)/1337\", \"tasks\": {\"common_audio_unittests/Android/[dummy has/An
droid64 (M Nexus5X)/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_
url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}", |
| 1706 "--task-summary-json", | 1782 "--task-summary-json", |
| 1707 "/path/to/tmp/json" | 1783 "/path/to/tmp/json" |
| 1708 ], | 1784 ], |
| 1709 "cwd": "[BUILDER_CACHE]/Android32_Release__swarming_", | 1785 "cwd": "[BUILDER_CACHE]/Android64__M_Nexus5X_", |
| 1710 "name": "common_audio_unittests on Android", | 1786 "name": "common_audio_unittests on Android", |
| 1711 "~followup_annotations": [ | 1787 "~followup_annotations": [ |
| 1712 "@@@STEP_TEXT@swarming pending 71s@@@", | 1788 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1713 "@@@STEP_LOG_LINE@json.output@{@@@", | 1789 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1714 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1790 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1715 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1791 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1716 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1792 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1717 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1793 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1718 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1794 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1719 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1795 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 1748 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1824 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 1749 "@@@STEP_LOG_LINE@json.output@}@@@", | 1825 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1750 "@@@STEP_LOG_END@json.output@@@", | 1826 "@@@STEP_LOG_END@json.output@@@", |
| 1751 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1827 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1752 ] | 1828 ] |
| 1753 }, | 1829 }, |
| 1754 { | 1830 { |
| 1755 "cmd": [ | 1831 "cmd": [ |
| 1756 "python", | 1832 "python", |
| 1757 "-u", | 1833 "-u", |
| 1758 "[BUILDER_CACHE]/Android32_Release__swarming_/src/tools/swarming_client/sw
arming.py", | 1834 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/tools/swarming_client/swarming.
py", |
| 1759 "collect", | 1835 "collect", |
| 1760 "--swarming", | 1836 "--swarming", |
| 1761 "https://chromium-swarm.appspot.com", | 1837 "https://chromium-swarm.appspot.com", |
| 1762 "--decorate", | 1838 "--decorate", |
| 1763 "--print-status-updates", | 1839 "--print-status-updates", |
| 1764 "--json", | 1840 "--json", |
| 1765 "{\"base_task_name\": \"common_video_unittests/Android/[dummy has/Android3
2 Release (swarming)/1337\", \"tasks\": {\"common_video_unittests/Android/[dummy
has/Android32 Release (swarming)/1337\": {\"shard_index\": 0, \"task_id\": \"10
000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}", | 1841 "{\"base_task_name\": \"common_video_unittests/Android/[dummy has/Android6
4 (M Nexus5X)/1337\", \"tasks\": {\"common_video_unittests/Android/[dummy has/An
droid64 (M Nexus5X)/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_
url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}", |
| 1766 "--task-summary-json", | 1842 "--task-summary-json", |
| 1767 "/path/to/tmp/json" | 1843 "/path/to/tmp/json" |
| 1768 ], | 1844 ], |
| 1769 "cwd": "[BUILDER_CACHE]/Android32_Release__swarming_", | 1845 "cwd": "[BUILDER_CACHE]/Android64__M_Nexus5X_", |
| 1770 "name": "common_video_unittests on Android", | 1846 "name": "common_video_unittests on Android", |
| 1771 "~followup_annotations": [ | 1847 "~followup_annotations": [ |
| 1772 "@@@STEP_TEXT@swarming pending 71s@@@", | 1848 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1773 "@@@STEP_LOG_LINE@json.output@{@@@", | 1849 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1774 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1850 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1775 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1851 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1776 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1852 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1777 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1853 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1778 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1854 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1779 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1855 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 1808 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1884 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 1809 "@@@STEP_LOG_LINE@json.output@}@@@", | 1885 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1810 "@@@STEP_LOG_END@json.output@@@", | 1886 "@@@STEP_LOG_END@json.output@@@", |
| 1811 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1887 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1812 ] | 1888 ] |
| 1813 }, | 1889 }, |
| 1814 { | 1890 { |
| 1815 "cmd": [ | 1891 "cmd": [ |
| 1816 "python", | 1892 "python", |
| 1817 "-u", | 1893 "-u", |
| 1818 "[BUILDER_CACHE]/Android32_Release__swarming_/src/tools/swarming_client/sw
arming.py", | 1894 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/tools/swarming_client/swarming.
py", |
| 1819 "collect", | 1895 "collect", |
| 1820 "--swarming", | 1896 "--swarming", |
| 1821 "https://chromium-swarm.appspot.com", | 1897 "https://chromium-swarm.appspot.com", |
| 1822 "--decorate", | 1898 "--decorate", |
| 1823 "--print-status-updates", | 1899 "--print-status-updates", |
| 1824 "--json", | 1900 "--json", |
| 1825 "{\"base_task_name\": \"modules_tests/Android/[dummy has/Android32 Release
(swarming)/1337\", \"tasks\": {\"modules_tests/Android/[dummy has/Android32 Rel
ease (swarming)/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\
": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}", | 1901 "{\"base_task_name\": \"modules_tests/Android/[dummy has/Android64 (M Nexu
s5X)/1337\", \"tasks\": {\"modules_tests/Android/[dummy has/Android64 (M Nexus5X
)/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://c
hromium-swarm.appspot.com/user/task/10000\"}}}", |
| 1826 "--task-summary-json", | 1902 "--task-summary-json", |
| 1827 "/path/to/tmp/json" | 1903 "/path/to/tmp/json" |
| 1828 ], | 1904 ], |
| 1829 "cwd": "[BUILDER_CACHE]/Android32_Release__swarming_", | 1905 "cwd": "[BUILDER_CACHE]/Android64__M_Nexus5X_", |
| 1830 "name": "modules_tests on Android", | 1906 "name": "modules_tests on Android", |
| 1831 "~followup_annotations": [ | 1907 "~followup_annotations": [ |
| 1832 "@@@STEP_TEXT@swarming pending 71s@@@", | 1908 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1833 "@@@STEP_LOG_LINE@json.output@{@@@", | 1909 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1834 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1910 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1835 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1911 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1836 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1912 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1837 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1913 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1838 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1914 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1839 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1915 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 1868 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1944 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 1869 "@@@STEP_LOG_LINE@json.output@}@@@", | 1945 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1870 "@@@STEP_LOG_END@json.output@@@", | 1946 "@@@STEP_LOG_END@json.output@@@", |
| 1871 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1947 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1872 ] | 1948 ] |
| 1873 }, | 1949 }, |
| 1874 { | 1950 { |
| 1875 "cmd": [ | 1951 "cmd": [ |
| 1876 "python", | 1952 "python", |
| 1877 "-u", | 1953 "-u", |
| 1878 "[BUILDER_CACHE]/Android32_Release__swarming_/src/tools/swarming_client/sw
arming.py", | 1954 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/tools/swarming_client/swarming.
py", |
| 1879 "collect", | 1955 "collect", |
| 1880 "--swarming", | 1956 "--swarming", |
| 1881 "https://chromium-swarm.appspot.com", | 1957 "https://chromium-swarm.appspot.com", |
| 1882 "--decorate", | 1958 "--decorate", |
| 1883 "--print-status-updates", | 1959 "--print-status-updates", |
| 1884 "--json", | 1960 "--json", |
| 1885 "{\"base_task_name\": \"modules_unittests/Android/[dummy has/Android32 Rel
ease (swarming)/1337\", \"tasks\": {\"modules_unittests/Android/[dummy has/Andro
id32 Release (swarming)/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"v
iew_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}", | 1961 "{\"base_task_name\": \"modules_unittests/Android/[dummy has/Android64 (M
Nexus5X)/1337\", \"tasks\": {\"modules_unittests/Android/[dummy has/Android64 (M
Nexus5X)/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"h
ttps://chromium-swarm.appspot.com/user/task/10000\"}}}", |
| 1886 "--task-summary-json", | 1962 "--task-summary-json", |
| 1887 "/path/to/tmp/json" | 1963 "/path/to/tmp/json" |
| 1888 ], | 1964 ], |
| 1889 "cwd": "[BUILDER_CACHE]/Android32_Release__swarming_", | 1965 "cwd": "[BUILDER_CACHE]/Android64__M_Nexus5X_", |
| 1890 "name": "modules_unittests on Android", | 1966 "name": "modules_unittests on Android", |
| 1891 "~followup_annotations": [ | 1967 "~followup_annotations": [ |
| 1892 "@@@STEP_TEXT@swarming pending 71s@@@", | 1968 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1893 "@@@STEP_LOG_LINE@json.output@{@@@", | 1969 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1894 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1970 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1895 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1971 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1896 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1972 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1897 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1973 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1898 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1974 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1899 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1975 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 1928 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 2004 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 1929 "@@@STEP_LOG_LINE@json.output@}@@@", | 2005 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1930 "@@@STEP_LOG_END@json.output@@@", | 2006 "@@@STEP_LOG_END@json.output@@@", |
| 1931 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2007 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1932 ] | 2008 ] |
| 1933 }, | 2009 }, |
| 1934 { | 2010 { |
| 1935 "cmd": [ | 2011 "cmd": [ |
| 1936 "python", | 2012 "python", |
| 1937 "-u", | 2013 "-u", |
| 1938 "[BUILDER_CACHE]/Android32_Release__swarming_/src/tools/swarming_client/sw
arming.py", | 2014 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/tools/swarming_client/swarming.
py", |
| 1939 "collect", | 2015 "collect", |
| 1940 "--swarming", | 2016 "--swarming", |
| 1941 "https://chromium-swarm.appspot.com", | 2017 "https://chromium-swarm.appspot.com", |
| 1942 "--decorate", | 2018 "--decorate", |
| 1943 "--print-status-updates", | 2019 "--print-status-updates", |
| 1944 "--json", | 2020 "--json", |
| 1945 "{\"base_task_name\": \"peerconnection_unittests/Android/[dummy has/Androi
d32 Release (swarming)/1337\", \"tasks\": {\"peerconnection_unittests/Android/[d
ummy has/Android32 Release (swarming)/1337\": {\"shard_index\": 0, \"task_id\":
\"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}
}}", | 2021 "{\"base_task_name\": \"peerconnection_unittests/Android/[dummy has/Androi
d64 (M Nexus5X)/1337\", \"tasks\": {\"peerconnection_unittests/Android/[dummy ha
s/Android64 (M Nexus5X)/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"v
iew_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}", |
| 1946 "--task-summary-json", | 2022 "--task-summary-json", |
| 1947 "/path/to/tmp/json" | 2023 "/path/to/tmp/json" |
| 1948 ], | 2024 ], |
| 1949 "cwd": "[BUILDER_CACHE]/Android32_Release__swarming_", | 2025 "cwd": "[BUILDER_CACHE]/Android64__M_Nexus5X_", |
| 1950 "name": "peerconnection_unittests on Android", | 2026 "name": "peerconnection_unittests on Android", |
| 1951 "~followup_annotations": [ | 2027 "~followup_annotations": [ |
| 1952 "@@@STEP_TEXT@swarming pending 71s@@@", | 2028 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1953 "@@@STEP_LOG_LINE@json.output@{@@@", | 2029 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1954 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 2030 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1955 "@@@STEP_LOG_LINE@json.output@ {@@@", | 2031 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1956 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 2032 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1957 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 2033 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1958 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 2034 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1959 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 2035 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 1988 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 2064 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 1989 "@@@STEP_LOG_LINE@json.output@}@@@", | 2065 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1990 "@@@STEP_LOG_END@json.output@@@", | 2066 "@@@STEP_LOG_END@json.output@@@", |
| 1991 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2067 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1992 ] | 2068 ] |
| 1993 }, | 2069 }, |
| 1994 { | 2070 { |
| 1995 "cmd": [ | 2071 "cmd": [ |
| 1996 "python", | 2072 "python", |
| 1997 "-u", | 2073 "-u", |
| 1998 "[BUILDER_CACHE]/Android32_Release__swarming_/src/tools/swarming_client/sw
arming.py", | 2074 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/tools/swarming_client/swarming.
py", |
| 1999 "collect", | 2075 "collect", |
| 2000 "--swarming", | 2076 "--swarming", |
| 2001 "https://chromium-swarm.appspot.com", | 2077 "https://chromium-swarm.appspot.com", |
| 2002 "--decorate", | 2078 "--decorate", |
| 2003 "--print-status-updates", | 2079 "--print-status-updates", |
| 2004 "--json", | 2080 "--json", |
| 2005 "{\"base_task_name\": \"rtc_stats_unittests/Android/[dummy has/Android32 R
elease (swarming)/1337\", \"tasks\": {\"rtc_stats_unittests/Android/[dummy has/A
ndroid32 Release (swarming)/1337\": {\"shard_index\": 0, \"task_id\": \"10000\",
\"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}", | 2081 "{\"base_task_name\": \"rtc_stats_unittests/Android/[dummy has/Android64 (
M Nexus5X)/1337\", \"tasks\": {\"rtc_stats_unittests/Android/[dummy has/Android6
4 (M Nexus5X)/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\":
\"https://chromium-swarm.appspot.com/user/task/10000\"}}}", |
| 2006 "--task-summary-json", | 2082 "--task-summary-json", |
| 2007 "/path/to/tmp/json" | 2083 "/path/to/tmp/json" |
| 2008 ], | 2084 ], |
| 2009 "cwd": "[BUILDER_CACHE]/Android32_Release__swarming_", | 2085 "cwd": "[BUILDER_CACHE]/Android64__M_Nexus5X_", |
| 2010 "name": "rtc_stats_unittests on Android", | 2086 "name": "rtc_stats_unittests on Android", |
| 2011 "~followup_annotations": [ | 2087 "~followup_annotations": [ |
| 2012 "@@@STEP_TEXT@swarming pending 71s@@@", | 2088 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 2013 "@@@STEP_LOG_LINE@json.output@{@@@", | 2089 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 2014 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 2090 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 2015 "@@@STEP_LOG_LINE@json.output@ {@@@", | 2091 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 2016 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 2092 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 2017 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 2093 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 2018 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 2094 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 2019 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 2095 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 2048 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 2124 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 2049 "@@@STEP_LOG_LINE@json.output@}@@@", | 2125 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2050 "@@@STEP_LOG_END@json.output@@@", | 2126 "@@@STEP_LOG_END@json.output@@@", |
| 2051 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2127 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2052 ] | 2128 ] |
| 2053 }, | 2129 }, |
| 2054 { | 2130 { |
| 2055 "cmd": [ | 2131 "cmd": [ |
| 2056 "python", | 2132 "python", |
| 2057 "-u", | 2133 "-u", |
| 2058 "[BUILDER_CACHE]/Android32_Release__swarming_/src/tools/swarming_client/sw
arming.py", | 2134 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/tools/swarming_client/swarming.
py", |
| 2059 "collect", | 2135 "collect", |
| 2060 "--swarming", | 2136 "--swarming", |
| 2061 "https://chromium-swarm.appspot.com", | 2137 "https://chromium-swarm.appspot.com", |
| 2062 "--decorate", | 2138 "--decorate", |
| 2063 "--print-status-updates", | 2139 "--print-status-updates", |
| 2064 "--json", | 2140 "--json", |
| 2065 "{\"base_task_name\": \"rtc_unittests/Android/[dummy has/Android32 Release
(swarming)/1337\", \"tasks\": {\"rtc_unittests/Android/[dummy has/Android32 Rel
ease (swarming)/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\
": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}", | 2141 "{\"base_task_name\": \"rtc_unittests/Android/[dummy has/Android64 (M Nexu
s5X)/1337\", \"tasks\": {\"rtc_unittests/Android/[dummy has/Android64 (M Nexus5X
)/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://c
hromium-swarm.appspot.com/user/task/10000\"}}}", |
| 2066 "--task-summary-json", | 2142 "--task-summary-json", |
| 2067 "/path/to/tmp/json" | 2143 "/path/to/tmp/json" |
| 2068 ], | 2144 ], |
| 2069 "cwd": "[BUILDER_CACHE]/Android32_Release__swarming_", | 2145 "cwd": "[BUILDER_CACHE]/Android64__M_Nexus5X_", |
| 2070 "name": "rtc_unittests on Android", | 2146 "name": "rtc_unittests on Android", |
| 2071 "~followup_annotations": [ | 2147 "~followup_annotations": [ |
| 2072 "@@@STEP_TEXT@swarming pending 71s@@@", | 2148 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 2073 "@@@STEP_LOG_LINE@json.output@{@@@", | 2149 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 2074 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 2150 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 2075 "@@@STEP_LOG_LINE@json.output@ {@@@", | 2151 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 2076 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 2152 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 2077 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 2153 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 2078 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 2154 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 2079 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 2155 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 2108 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 2184 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 2109 "@@@STEP_LOG_LINE@json.output@}@@@", | 2185 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2110 "@@@STEP_LOG_END@json.output@@@", | 2186 "@@@STEP_LOG_END@json.output@@@", |
| 2111 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2187 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2112 ] | 2188 ] |
| 2113 }, | 2189 }, |
| 2114 { | 2190 { |
| 2115 "cmd": [ | 2191 "cmd": [ |
| 2116 "python", | 2192 "python", |
| 2117 "-u", | 2193 "-u", |
| 2118 "[BUILDER_CACHE]/Android32_Release__swarming_/src/tools/swarming_client/sw
arming.py", | 2194 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/tools/swarming_client/swarming.
py", |
| 2119 "collect", | 2195 "collect", |
| 2120 "--swarming", | 2196 "--swarming", |
| 2121 "https://chromium-swarm.appspot.com", | 2197 "https://chromium-swarm.appspot.com", |
| 2122 "--decorate", | 2198 "--decorate", |
| 2123 "--print-status-updates", | 2199 "--print-status-updates", |
| 2124 "--json", | 2200 "--json", |
| 2125 "{\"base_task_name\": \"system_wrappers_unittests/Android/[dummy has/Andro
id32 Release (swarming)/1337\", \"tasks\": {\"system_wrappers_unittests/Android/
[dummy has/Android32 Release (swarming)/1337\": {\"shard_index\": 0, \"task_id\"
: \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\
"}}}", | 2201 "{\"base_task_name\": \"system_wrappers_unittests/Android/[dummy has/Andro
id64 (M Nexus5X)/1337\", \"tasks\": {\"system_wrappers_unittests/Android/[dummy
has/Android64 (M Nexus5X)/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \
"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}", |
| 2126 "--task-summary-json", | 2202 "--task-summary-json", |
| 2127 "/path/to/tmp/json" | 2203 "/path/to/tmp/json" |
| 2128 ], | 2204 ], |
| 2129 "cwd": "[BUILDER_CACHE]/Android32_Release__swarming_", | 2205 "cwd": "[BUILDER_CACHE]/Android64__M_Nexus5X_", |
| 2130 "name": "system_wrappers_unittests on Android", | 2206 "name": "system_wrappers_unittests on Android", |
| 2131 "~followup_annotations": [ | 2207 "~followup_annotations": [ |
| 2132 "@@@STEP_TEXT@swarming pending 71s@@@", | 2208 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 2133 "@@@STEP_LOG_LINE@json.output@{@@@", | 2209 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 2134 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 2210 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 2135 "@@@STEP_LOG_LINE@json.output@ {@@@", | 2211 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 2136 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 2212 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 2137 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 2213 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 2138 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 2214 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 2139 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 2215 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 2168 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 2244 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 2169 "@@@STEP_LOG_LINE@json.output@}@@@", | 2245 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2170 "@@@STEP_LOG_END@json.output@@@", | 2246 "@@@STEP_LOG_END@json.output@@@", |
| 2171 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2247 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2172 ] | 2248 ] |
| 2173 }, | 2249 }, |
| 2174 { | 2250 { |
| 2175 "cmd": [ | 2251 "cmd": [ |
| 2176 "python", | 2252 "python", |
| 2177 "-u", | 2253 "-u", |
| 2178 "[BUILDER_CACHE]/Android32_Release__swarming_/src/tools/swarming_client/sw
arming.py", | 2254 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/tools/swarming_client/swarming.
py", |
| 2179 "collect", | 2255 "collect", |
| 2180 "--swarming", | 2256 "--swarming", |
| 2181 "https://chromium-swarm.appspot.com", | 2257 "https://chromium-swarm.appspot.com", |
| 2182 "--decorate", | 2258 "--decorate", |
| 2183 "--print-status-updates", | 2259 "--print-status-updates", |
| 2184 "--json", | 2260 "--json", |
| 2185 "{\"base_task_name\": \"test_support_unittests/Android/[dummy has/Android3
2 Release (swarming)/1337\", \"tasks\": {\"test_support_unittests/Android/[dummy
has/Android32 Release (swarming)/1337\": {\"shard_index\": 0, \"task_id\": \"10
000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}", | 2261 "{\"base_task_name\": \"test_support_unittests/Android/[dummy has/Android6
4 (M Nexus5X)/1337\", \"tasks\": {\"test_support_unittests/Android/[dummy has/An
droid64 (M Nexus5X)/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_
url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}", |
| 2186 "--task-summary-json", | 2262 "--task-summary-json", |
| 2187 "/path/to/tmp/json" | 2263 "/path/to/tmp/json" |
| 2188 ], | 2264 ], |
| 2189 "cwd": "[BUILDER_CACHE]/Android32_Release__swarming_", | 2265 "cwd": "[BUILDER_CACHE]/Android64__M_Nexus5X_", |
| 2190 "name": "test_support_unittests on Android", | 2266 "name": "test_support_unittests on Android", |
| 2191 "~followup_annotations": [ | 2267 "~followup_annotations": [ |
| 2192 "@@@STEP_TEXT@swarming pending 71s@@@", | 2268 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 2193 "@@@STEP_LOG_LINE@json.output@{@@@", | 2269 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 2194 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 2270 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 2195 "@@@STEP_LOG_LINE@json.output@ {@@@", | 2271 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 2196 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 2272 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 2197 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 2273 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 2198 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 2274 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 2199 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 2275 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 2228 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 2304 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 2229 "@@@STEP_LOG_LINE@json.output@}@@@", | 2305 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2230 "@@@STEP_LOG_END@json.output@@@", | 2306 "@@@STEP_LOG_END@json.output@@@", |
| 2231 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2307 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2232 ] | 2308 ] |
| 2233 }, | 2309 }, |
| 2234 { | 2310 { |
| 2235 "cmd": [ | 2311 "cmd": [ |
| 2236 "python", | 2312 "python", |
| 2237 "-u", | 2313 "-u", |
| 2238 "[BUILDER_CACHE]/Android32_Release__swarming_/src/tools/swarming_client/sw
arming.py", | 2314 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/tools/swarming_client/swarming.
py", |
| 2239 "collect", | 2315 "collect", |
| 2240 "--swarming", | 2316 "--swarming", |
| 2241 "https://chromium-swarm.appspot.com", | 2317 "https://chromium-swarm.appspot.com", |
| 2242 "--decorate", | 2318 "--decorate", |
| 2243 "--print-status-updates", | 2319 "--print-status-updates", |
| 2244 "--json", | 2320 "--json", |
| 2245 "{\"base_task_name\": \"tools_unittests/Android/[dummy has/Android32 Relea
se (swarming)/1337\", \"tasks\": {\"tools_unittests/Android/[dummy has/Android32
Release (swarming)/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_
url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}", | 2321 "{\"base_task_name\": \"tools_unittests/Android/[dummy has/Android64 (M Ne
xus5X)/1337\", \"tasks\": {\"tools_unittests/Android/[dummy has/Android64 (M Nex
us5X)/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https
://chromium-swarm.appspot.com/user/task/10000\"}}}", |
| 2246 "--task-summary-json", | 2322 "--task-summary-json", |
| 2247 "/path/to/tmp/json" | 2323 "/path/to/tmp/json" |
| 2248 ], | 2324 ], |
| 2249 "cwd": "[BUILDER_CACHE]/Android32_Release__swarming_", | 2325 "cwd": "[BUILDER_CACHE]/Android64__M_Nexus5X_", |
| 2250 "name": "tools_unittests on Android", | 2326 "name": "tools_unittests on Android", |
| 2251 "~followup_annotations": [ | 2327 "~followup_annotations": [ |
| 2252 "@@@STEP_TEXT@swarming pending 71s@@@", | 2328 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 2253 "@@@STEP_LOG_LINE@json.output@{@@@", | 2329 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 2254 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 2330 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 2255 "@@@STEP_LOG_LINE@json.output@ {@@@", | 2331 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 2256 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 2332 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 2257 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 2333 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 2258 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 2334 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 2259 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 2335 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 2288 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 2364 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 2289 "@@@STEP_LOG_LINE@json.output@}@@@", | 2365 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2290 "@@@STEP_LOG_END@json.output@@@", | 2366 "@@@STEP_LOG_END@json.output@@@", |
| 2291 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2367 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2292 ] | 2368 ] |
| 2293 }, | 2369 }, |
| 2294 { | 2370 { |
| 2295 "cmd": [ | 2371 "cmd": [ |
| 2296 "python", | 2372 "python", |
| 2297 "-u", | 2373 "-u", |
| 2298 "[BUILDER_CACHE]/Android32_Release__swarming_/src/tools/swarming_client/sw
arming.py", | 2374 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/tools/swarming_client/swarming.
py", |
| 2299 "collect", | 2375 "collect", |
| 2300 "--swarming", | 2376 "--swarming", |
| 2301 "https://chromium-swarm.appspot.com", | 2377 "https://chromium-swarm.appspot.com", |
| 2302 "--decorate", | 2378 "--decorate", |
| 2303 "--print-status-updates", | 2379 "--print-status-updates", |
| 2304 "--json", | 2380 "--json", |
| 2305 "{\"base_task_name\": \"video_engine_tests/Android/[dummy has/Android32 Re
lease (swarming)/1337\", \"tasks\": {\"video_engine_tests/Android/[dummy has/And
roid32 Release (swarming)/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \
"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}", | 2381 "{\"base_task_name\": \"video_engine_tests/Android/[dummy has/Android64 (M
Nexus5X)/1337\", \"tasks\": {\"video_engine_tests/Android/[dummy has/Android64
(M Nexus5X)/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \
"https://chromium-swarm.appspot.com/user/task/10000\"}}}", |
| 2306 "--task-summary-json", | 2382 "--task-summary-json", |
| 2307 "/path/to/tmp/json" | 2383 "/path/to/tmp/json" |
| 2308 ], | 2384 ], |
| 2309 "cwd": "[BUILDER_CACHE]/Android32_Release__swarming_", | 2385 "cwd": "[BUILDER_CACHE]/Android64__M_Nexus5X_", |
| 2310 "name": "video_engine_tests on Android", | 2386 "name": "video_engine_tests on Android", |
| 2311 "~followup_annotations": [ | 2387 "~followup_annotations": [ |
| 2312 "@@@STEP_TEXT@swarming pending 71s@@@", | 2388 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 2313 "@@@STEP_LOG_LINE@json.output@{@@@", | 2389 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 2314 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 2390 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 2315 "@@@STEP_LOG_LINE@json.output@ {@@@", | 2391 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 2316 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 2392 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 2317 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 2393 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 2318 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 2394 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 2319 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 2395 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 2348 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 2424 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 2349 "@@@STEP_LOG_LINE@json.output@}@@@", | 2425 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2350 "@@@STEP_LOG_END@json.output@@@", | 2426 "@@@STEP_LOG_END@json.output@@@", |
| 2351 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2427 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2352 ] | 2428 ] |
| 2353 }, | 2429 }, |
| 2354 { | 2430 { |
| 2355 "cmd": [ | 2431 "cmd": [ |
| 2356 "python", | 2432 "python", |
| 2357 "-u", | 2433 "-u", |
| 2358 "[BUILDER_CACHE]/Android32_Release__swarming_/src/tools/swarming_client/sw
arming.py", | 2434 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/tools/swarming_client/swarming.
py", |
| 2359 "collect", | 2435 "collect", |
| 2360 "--swarming", | 2436 "--swarming", |
| 2361 "https://chromium-swarm.appspot.com", | 2437 "https://chromium-swarm.appspot.com", |
| 2362 "--decorate", | 2438 "--decorate", |
| 2363 "--print-status-updates", | 2439 "--print-status-updates", |
| 2364 "--json", | 2440 "--json", |
| 2365 "{\"base_task_name\": \"voice_engine_unittests/Android/[dummy has/Android3
2 Release (swarming)/1337\", \"tasks\": {\"voice_engine_unittests/Android/[dummy
has/Android32 Release (swarming)/1337\": {\"shard_index\": 0, \"task_id\": \"10
000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}", | 2441 "{\"base_task_name\": \"voice_engine_unittests/Android/[dummy has/Android6
4 (M Nexus5X)/1337\", \"tasks\": {\"voice_engine_unittests/Android/[dummy has/An
droid64 (M Nexus5X)/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_
url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}", |
| 2366 "--task-summary-json", | 2442 "--task-summary-json", |
| 2367 "/path/to/tmp/json" | 2443 "/path/to/tmp/json" |
| 2368 ], | 2444 ], |
| 2369 "cwd": "[BUILDER_CACHE]/Android32_Release__swarming_", | 2445 "cwd": "[BUILDER_CACHE]/Android64__M_Nexus5X_", |
| 2370 "name": "voice_engine_unittests on Android", | 2446 "name": "voice_engine_unittests on Android", |
| 2371 "~followup_annotations": [ | 2447 "~followup_annotations": [ |
| 2372 "@@@STEP_TEXT@swarming pending 71s@@@", | 2448 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 2373 "@@@STEP_LOG_LINE@json.output@{@@@", | 2449 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 2374 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 2450 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 2375 "@@@STEP_LOG_LINE@json.output@ {@@@", | 2451 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 2376 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 2452 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 2377 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 2453 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 2378 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 2454 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 2379 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 2455 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 2408 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 2484 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 2409 "@@@STEP_LOG_LINE@json.output@}@@@", | 2485 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2410 "@@@STEP_LOG_END@json.output@@@", | 2486 "@@@STEP_LOG_END@json.output@@@", |
| 2411 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2487 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2412 ] | 2488 ] |
| 2413 }, | 2489 }, |
| 2414 { | 2490 { |
| 2415 "cmd": [ | 2491 "cmd": [ |
| 2416 "python", | 2492 "python", |
| 2417 "-u", | 2493 "-u", |
| 2418 "[BUILDER_CACHE]/Android32_Release__swarming_/src/tools/swarming_client/sw
arming.py", | 2494 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/tools/swarming_client/swarming.
py", |
| 2419 "collect", | 2495 "collect", |
| 2420 "--swarming", | 2496 "--swarming", |
| 2421 "https://chromium-swarm.appspot.com", | 2497 "https://chromium-swarm.appspot.com", |
| 2422 "--decorate", | 2498 "--decorate", |
| 2423 "--print-status-updates", | 2499 "--print-status-updates", |
| 2424 "--json", | 2500 "--json", |
| 2425 "{\"base_task_name\": \"webrtc_nonparallel_tests/Android/[dummy has/Androi
d32 Release (swarming)/1337\", \"tasks\": {\"webrtc_nonparallel_tests/Android/[d
ummy has/Android32 Release (swarming)/1337\": {\"shard_index\": 0, \"task_id\":
\"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}
}}", | 2501 "{\"base_task_name\": \"webrtc_nonparallel_tests/Android/[dummy has/Androi
d64 (M Nexus5X)/1337\", \"tasks\": {\"webrtc_nonparallel_tests/Android/[dummy ha
s/Android64 (M Nexus5X)/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"v
iew_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}", |
| 2426 "--task-summary-json", | 2502 "--task-summary-json", |
| 2427 "/path/to/tmp/json" | 2503 "/path/to/tmp/json" |
| 2428 ], | 2504 ], |
| 2429 "cwd": "[BUILDER_CACHE]/Android32_Release__swarming_", | 2505 "cwd": "[BUILDER_CACHE]/Android64__M_Nexus5X_", |
| 2430 "name": "webrtc_nonparallel_tests on Android", | 2506 "name": "webrtc_nonparallel_tests on Android", |
| 2431 "~followup_annotations": [ | 2507 "~followup_annotations": [ |
| 2432 "@@@STEP_TEXT@swarming pending 71s@@@", | 2508 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 2433 "@@@STEP_LOG_LINE@json.output@{@@@", | 2509 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 2434 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 2510 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 2435 "@@@STEP_LOG_LINE@json.output@ {@@@", | 2511 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 2436 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 2512 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 2437 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 2513 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 2438 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 2514 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 2439 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 2515 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 2468 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 2544 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 2469 "@@@STEP_LOG_LINE@json.output@}@@@", | 2545 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2470 "@@@STEP_LOG_END@json.output@@@", | 2546 "@@@STEP_LOG_END@json.output@@@", |
| 2471 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2547 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2472 ] | 2548 ] |
| 2473 }, | 2549 }, |
| 2474 { | 2550 { |
| 2475 "cmd": [ | 2551 "cmd": [ |
| 2476 "python", | 2552 "python", |
| 2477 "-u", | 2553 "-u", |
| 2478 "[BUILDER_CACHE]/Android32_Release__swarming_/src/tools/swarming_client/sw
arming.py", | 2554 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/tools/swarming_client/swarming.
py", |
| 2479 "collect", | 2555 "collect", |
| 2480 "--swarming", | 2556 "--swarming", |
| 2481 "https://chromium-swarm.appspot.com", | 2557 "https://chromium-swarm.appspot.com", |
| 2482 "--decorate", | 2558 "--decorate", |
| 2483 "--print-status-updates", | 2559 "--print-status-updates", |
| 2484 "--json", | 2560 "--json", |
| 2485 "{\"base_task_name\": \"AppRTCMobileTest/Android/[dummy has/Android32 Rele
ase (swarming)/1337\", \"tasks\": {\"AppRTCMobileTest/Android/[dummy has/Android
32 Release (swarming)/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"vie
w_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}", | 2561 "{\"base_task_name\": \"AppRTCMobileTest/Android/[dummy has/Android64 (M N
exus5X)/1337\", \"tasks\": {\"AppRTCMobileTest/Android/[dummy has/Android64 (M N
exus5X)/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"htt
ps://chromium-swarm.appspot.com/user/task/10000\"}}}", |
| 2486 "--task-summary-json", | 2562 "--task-summary-json", |
| 2487 "/path/to/tmp/json" | 2563 "/path/to/tmp/json" |
| 2488 ], | 2564 ], |
| 2489 "cwd": "[BUILDER_CACHE]/Android32_Release__swarming_", | 2565 "cwd": "[BUILDER_CACHE]/Android64__M_Nexus5X_", |
| 2490 "name": "AppRTCMobileTest on Android", | 2566 "name": "AppRTCMobileTest on Android", |
| 2491 "~followup_annotations": [ | 2567 "~followup_annotations": [ |
| 2492 "@@@STEP_TEXT@swarming pending 71s@@@", | 2568 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 2493 "@@@STEP_LOG_LINE@json.output@{@@@", | 2569 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 2494 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 2570 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 2495 "@@@STEP_LOG_LINE@json.output@ {@@@", | 2571 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 2496 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 2572 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 2497 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 2573 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 2498 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 2574 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 2499 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 2575 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 2528 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 2604 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 2529 "@@@STEP_LOG_LINE@json.output@}@@@", | 2605 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2530 "@@@STEP_LOG_END@json.output@@@", | 2606 "@@@STEP_LOG_END@json.output@@@", |
| 2531 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2607 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2532 ] | 2608 ] |
| 2533 }, | 2609 }, |
| 2534 { | 2610 { |
| 2535 "cmd": [ | 2611 "cmd": [ |
| 2536 "python", | 2612 "python", |
| 2537 "-u", | 2613 "-u", |
| 2538 "[BUILDER_CACHE]/Android32_Release__swarming_/src/tools/swarming_client/sw
arming.py", | 2614 "[BUILDER_CACHE]/Android64__M_Nexus5X_/src/tools/swarming_client/swarming.
py", |
| 2539 "collect", | 2615 "collect", |
| 2540 "--swarming", | 2616 "--swarming", |
| 2541 "https://chromium-swarm.appspot.com", | 2617 "https://chromium-swarm.appspot.com", |
| 2542 "--decorate", | 2618 "--decorate", |
| 2543 "--print-status-updates", | 2619 "--print-status-updates", |
| 2544 "--json", | 2620 "--json", |
| 2545 "{\"base_task_name\": \"libjingle_peerconnection_android_unittest/Android/
[dummy has/Android32 Release (swarming)/1337\", \"tasks\": {\"libjingle_peerconn
ection_android_unittest/Android/[dummy has/Android32 Release (swarming)/1337\":
{\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-sw
arm.appspot.com/user/task/10000\"}}}", | 2621 "{\"base_task_name\": \"libjingle_peerconnection_android_unittest/Android/
[dummy has/Android64 (M Nexus5X)/1337\", \"tasks\": {\"libjingle_peerconnection_
android_unittest/Android/[dummy has/Android64 (M Nexus5X)/1337\": {\"shard_index
\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.co
m/user/task/10000\"}}}", |
| 2546 "--task-summary-json", | 2622 "--task-summary-json", |
| 2547 "/path/to/tmp/json" | 2623 "/path/to/tmp/json" |
| 2548 ], | 2624 ], |
| 2549 "cwd": "[BUILDER_CACHE]/Android32_Release__swarming_", | 2625 "cwd": "[BUILDER_CACHE]/Android64__M_Nexus5X_", |
| 2550 "name": "libjingle_peerconnection_android_unittest on Android", | 2626 "name": "libjingle_peerconnection_android_unittest on Android", |
| 2551 "~followup_annotations": [ | 2627 "~followup_annotations": [ |
| 2552 "@@@STEP_TEXT@swarming pending 71s@@@", | 2628 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 2553 "@@@STEP_LOG_LINE@json.output@{@@@", | 2629 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 2554 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 2630 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 2555 "@@@STEP_LOG_LINE@json.output@ {@@@", | 2631 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 2556 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 2632 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 2557 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 2633 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 2558 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 2634 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 2559 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 2635 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 30 matching lines...) Expand all Loading... |
| 2590 "@@@STEP_LOG_END@json.output@@@", | 2666 "@@@STEP_LOG_END@json.output@@@", |
| 2591 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2667 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2592 ] | 2668 ] |
| 2593 }, | 2669 }, |
| 2594 { | 2670 { |
| 2595 "name": "$result", | 2671 "name": "$result", |
| 2596 "recipe_result": null, | 2672 "recipe_result": null, |
| 2597 "status_code": 0 | 2673 "status_code": 0 |
| 2598 } | 2674 } |
| 2599 ] | 2675 ] |
| OLD | NEW |