| 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", |
| 7 "[BUILDER_CACHE]\\win_swarming", |
| 8 "511" |
| 9 ], |
| 10 "name": "makedirs checkout path", |
| 11 "~followup_annotations": [ |
| 12 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 18 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 19 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 20 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 21 "@@@STEP_LOG_END@python.inline@@@" |
| 22 ] |
| 23 }, |
| 24 { |
| 25 "cmd": [ |
| 26 "python", |
| 27 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 28 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
| 7 "--master", | 29 "--master", |
| 8 "tryserver.webrtc", | 30 "tryserver.webrtc", |
| 9 "--builder", | 31 "--builder", |
| 10 "win_swarming", | 32 "win_swarming", |
| 11 "--slave", | 33 "--slave", |
| 12 "slavename", | 34 "slavename", |
| 13 "--spec", | 35 "--spec", |
| 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'}
, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https
://chrome-internal.googlesource.com/chrome/deps/webrtc-limited'}]", | 36 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'}
, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https
://chrome-internal.googlesource.com/chrome/deps/webrtc-limited'}]", |
| 15 "--root", | 37 "--root", |
| 16 "src", | 38 "src", |
| 17 "--revision_mapping_file", | 39 "--revision_mapping_file", |
| 18 "{\"src\": \"got_revision\"}", | 40 "{\"src\": \"got_revision\"}", |
| 19 "--git-cache-dir", | 41 "--git-cache-dir", |
| 20 "[GIT_CACHE]", | 42 "[GIT_CACHE]", |
| 21 "--issue", | 43 "--issue", |
| 22 "666666", | 44 "666666", |
| 23 "--patchset", | 45 "--patchset", |
| 24 "1", | 46 "1", |
| 25 "--rietveld_server", | 47 "--rietveld_server", |
| 26 "https://fake.rietveld.url", | 48 "https://fake.rietveld.url", |
| 27 "--output_json", | 49 "--output_json", |
| 28 "/path/to/tmp/json", | 50 "/path/to/tmp/json", |
| 29 "--revision", | 51 "--revision", |
| 30 "src@12345", | 52 "src@12345", |
| 31 "--output_manifest" | 53 "--output_manifest" |
| 32 ], | 54 ], |
| 55 "cwd": "[BUILDER_CACHE]\\win_swarming", |
| 33 "env": { | 56 "env": { |
| 34 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 57 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 35 }, | 58 }, |
| 36 "name": "bot_update", | 59 "name": "bot_update", |
| 37 "~followup_annotations": [ | 60 "~followup_annotations": [ |
| 38 "@@@STEP_TEXT@Some step text@@@", | 61 "@@@STEP_TEXT@Some step text@@@", |
| 39 "@@@STEP_LOG_LINE@json.output@{@@@", | 62 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 63 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 64 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", | 65 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 59 "@@@STEP_LOG_END@json.output@@@", | 82 "@@@STEP_LOG_END@json.output@@@", |
| 60 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | 83 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", |
| 61 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 84 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 62 ] | 85 ] |
| 63 }, | 86 }, |
| 64 { | 87 { |
| 65 "cmd": [ | 88 "cmd": [ |
| 66 "python", | 89 "python", |
| 67 "-u", | 90 "-u", |
| 68 "RECIPE_MODULE[build::webrtc]\\resources\\cleanup_files.py", | 91 "RECIPE_MODULE[build::webrtc]\\resources\\cleanup_files.py", |
| 69 "[SLAVE_BUILD]\\src\\out" | 92 "[BUILDER_CACHE]\\win_swarming\\src\\out" |
| 70 ], | 93 ], |
| 71 "name": "clean test output files" | 94 "name": "clean test output files" |
| 72 }, | 95 }, |
| 73 { | 96 { |
| 74 "cmd": [ | 97 "cmd": [ |
| 75 "python", | 98 "python", |
| 76 "-u", | 99 "-u", |
| 77 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 100 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 78 "--show-path", | 101 "--show-path", |
| 79 "python", | 102 "python", |
| 80 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 103 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 81 ], | 104 ], |
| 82 "name": "cleanup_temp" | 105 "name": "cleanup_temp" |
| 83 }, | 106 }, |
| 84 { | 107 { |
| 85 "cmd": [ | 108 "cmd": [ |
| 86 "python", | 109 "python", |
| 87 "-u", | 110 "-u", |
| 88 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", | 111 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", |
| 89 "--build-dir", | 112 "--build-dir", |
| 90 "[SLAVE_BUILD]\\src\\out\\Debug", | 113 "[BUILDER_CACHE]\\win_swarming\\src\\out\\Debug", |
| 91 "--clean-isolated-files" | 114 "--clean-isolated-files" |
| 92 ], | 115 ], |
| 93 "name": "clean isolated files" | 116 "name": "clean isolated files" |
| 94 }, | 117 }, |
| 95 { | 118 { |
| 96 "cmd": [], | 119 "cmd": [], |
| 97 "name": "ensure_goma" | 120 "name": "ensure_goma" |
| 98 }, | 121 }, |
| 99 { | 122 { |
| 100 "cmd": [ | 123 "cmd": [ |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 "@@@STEP_LOG_END@json.output@@@" | 169 "@@@STEP_LOG_END@json.output@@@" |
| 147 ] | 170 ] |
| 148 }, | 171 }, |
| 149 { | 172 { |
| 150 "cmd": [ | 173 "cmd": [ |
| 151 "python", | 174 "python", |
| 152 "-u", | 175 "-u", |
| 153 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 176 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 154 "runhooks" | 177 "runhooks" |
| 155 ], | 178 ], |
| 156 "cwd": "[SLAVE_BUILD]\\src", | 179 "cwd": "[BUILDER_CACHE]\\win_swarming\\src", |
| 157 "env": { | 180 "env": { |
| 158 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 181 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 159 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 fastbuild=1 ff
mpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' rtc_use_h264=1 target_arch=ia
32 test_isolation_mode=prepare use_goma=1", | 182 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 fastbuild=1 ff
mpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' rtc_use_h264=1 target_arch=ia
32 test_isolation_mode=prepare use_goma=1", |
| 160 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 183 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 161 }, | 184 }, |
| 162 "name": "gclient runhooks" | 185 "name": "gclient runhooks" |
| 163 }, | 186 }, |
| 164 { | 187 { |
| 165 "cmd": [ | 188 "cmd": [ |
| 166 "python", | 189 "python", |
| 167 "-u", | 190 "-u", |
| 168 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 191 "[BUILDER_CACHE]\\win_swarming\\src\\tools\\swarming_client\\swarming.py", |
| 169 "--version" | 192 "--version" |
| 170 ], | 193 ], |
| 171 "name": "swarming.py --version", | 194 "name": "swarming.py --version", |
| 172 "stdout": "/path/to/tmp/", | 195 "stdout": "/path/to/tmp/", |
| 173 "~followup_annotations": [ | 196 "~followup_annotations": [ |
| 174 "@@@STEP_TEXT@0.8.6@@@" | 197 "@@@STEP_TEXT@0.8.6@@@" |
| 175 ] | 198 ] |
| 176 }, | 199 }, |
| 177 { | 200 { |
| 178 "cmd": [ | 201 "cmd": [ |
| 179 "python", | 202 "python", |
| 180 "-u", | 203 "-u", |
| 181 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 204 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 182 "--show-path", | 205 "--show-path", |
| 183 "python", | 206 "python", |
| 184 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 207 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 185 "--gsutil-py-path", | 208 "--gsutil-py-path", |
| 186 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 209 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 187 "--ninja-path", | 210 "--ninja-path", |
| 188 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 211 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 189 "--target", | 212 "--target", |
| 190 "Debug", | 213 "Debug", |
| 191 "--src-dir", | 214 "--src-dir", |
| 192 "[SLAVE_BUILD]\\src", | 215 "[BUILDER_CACHE]\\win_swarming\\src", |
| 193 "--goma-cache-dir", | 216 "--goma-cache-dir", |
| 194 "[GOMA_CACHE]", | 217 "[GOMA_CACHE]", |
| 218 "--goma-deps-cache-dir", |
| 219 "[GOMA_DEPS_CACHE]", |
| 195 "--compiler", | 220 "--compiler", |
| 196 "goma", | 221 "goma", |
| 197 "--goma-jsonstatus", | 222 "--goma-jsonstatus", |
| 198 "/path/to/tmp/json", | 223 "/path/to/tmp/json", |
| 199 "--goma-service-account-json-file", | 224 "--goma-service-account-json-file", |
| 200 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 225 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 201 "--goma-dir", | 226 "--goma-dir", |
| 202 "[CACHE]\\cipd\\goma", | 227 "[CACHE]\\cipd\\goma", |
| 203 "--goma-fail-fast", | 228 "--goma-fail-fast", |
| 204 "--goma-disable-local-fallback", | 229 "--goma-disable-local-fallback", |
| 205 "--", | 230 "--", |
| 206 "All" | 231 "All" |
| 207 ], | 232 ], |
| 208 "env": { | 233 "env": { |
| 209 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 234 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 210 }, | 235 }, |
| 211 "name": "compile", | 236 "name": "compile", |
| 212 "~followup_annotations": [ | 237 "~followup_annotations": [ |
| 213 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 238 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 214 "@@@STEP_LOG_END@json.output (invalid)@@@" | 239 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 215 ] | 240 ] |
| 216 }, | 241 }, |
| 217 { | 242 { |
| 218 "cmd": [ | 243 "cmd": [ |
| 219 "python", | 244 "python", |
| 220 "-u", | 245 "-u", |
| 221 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", | 246 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", |
| 222 "--build-dir", | 247 "--build-dir", |
| 223 "[SLAVE_BUILD]\\src\\out\\Debug", | 248 "[BUILDER_CACHE]\\win_swarming\\src\\out\\Debug", |
| 224 "--src-dir", | 249 "--src-dir", |
| 225 "[SLAVE_BUILD]\\src" | 250 "[BUILDER_CACHE]\\win_swarming\\src" |
| 226 ], | 251 ], |
| 227 "cwd": "[SLAVE_BUILD]", | 252 "cwd": "[SLAVE_BUILD]", |
| 228 "name": "remove_build_metadata" | 253 "name": "remove_build_metadata" |
| 229 }, | 254 }, |
| 230 { | 255 { |
| 231 "cmd": [ | 256 "cmd": [ |
| 232 "python", | 257 "python", |
| 233 "-u", | 258 "-u", |
| 234 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", | 259 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", |
| 235 "[SLAVE_BUILD]\\src\\tools\\swarming_client", | 260 "[BUILDER_CACHE]\\win_swarming\\src\\tools\\swarming_client", |
| 236 "batcharchive", | 261 "batcharchive", |
| 237 "--dump-json", | 262 "--dump-json", |
| 238 "/path/to/tmp/json", | 263 "/path/to/tmp/json", |
| 239 "--isolate-server", | 264 "--isolate-server", |
| 240 "https://isolateserver.appspot.com", | 265 "https://isolateserver.appspot.com", |
| 241 "[SLAVE_BUILD]\\src\\out\\Debug\\audio_decoder_unittests.isolated.gen.json
", | 266 "[BUILDER_CACHE]\\win_swarming\\src\\out\\Debug\\audio_decoder_unittests.i
solated.gen.json", |
| 242 "[SLAVE_BUILD]\\src\\out\\Debug\\common_audio_unittests.isolated.gen.json"
, | 267 "[BUILDER_CACHE]\\win_swarming\\src\\out\\Debug\\common_audio_unittests.is
olated.gen.json", |
| 243 "[SLAVE_BUILD]\\src\\out\\Debug\\common_video_unittests.isolated.gen.json"
, | 268 "[BUILDER_CACHE]\\win_swarming\\src\\out\\Debug\\common_video_unittests.is
olated.gen.json", |
| 244 "[SLAVE_BUILD]\\src\\out\\Debug\\modules_tests.isolated.gen.json", | 269 "[BUILDER_CACHE]\\win_swarming\\src\\out\\Debug\\modules_tests.isolated.ge
n.json", |
| 245 "[SLAVE_BUILD]\\src\\out\\Debug\\modules_unittests.isolated.gen.json", | 270 "[BUILDER_CACHE]\\win_swarming\\src\\out\\Debug\\modules_unittests.isolate
d.gen.json", |
| 246 "[SLAVE_BUILD]\\src\\out\\Debug\\peerconnection_unittests.isolated.gen.jso
n", | 271 "[BUILDER_CACHE]\\win_swarming\\src\\out\\Debug\\peerconnection_unittests.
isolated.gen.json", |
| 247 "[SLAVE_BUILD]\\src\\out\\Debug\\rtc_media_unittests.isolated.gen.json", | 272 "[BUILDER_CACHE]\\win_swarming\\src\\out\\Debug\\rtc_media_unittests.isola
ted.gen.json", |
| 248 "[SLAVE_BUILD]\\src\\out\\Debug\\rtc_pc_unittests.isolated.gen.json", | 273 "[BUILDER_CACHE]\\win_swarming\\src\\out\\Debug\\rtc_pc_unittests.isolated
.gen.json", |
| 249 "[SLAVE_BUILD]\\src\\out\\Debug\\rtc_unittests.isolated.gen.json", | 274 "[BUILDER_CACHE]\\win_swarming\\src\\out\\Debug\\rtc_unittests.isolated.ge
n.json", |
| 250 "[SLAVE_BUILD]\\src\\out\\Debug\\system_wrappers_unittests.isolated.gen.js
on", | 275 "[BUILDER_CACHE]\\win_swarming\\src\\out\\Debug\\system_wrappers_unittests
.isolated.gen.json", |
| 251 "[SLAVE_BUILD]\\src\\out\\Debug\\test_support_unittests.isolated.gen.json"
, | 276 "[BUILDER_CACHE]\\win_swarming\\src\\out\\Debug\\test_support_unittests.is
olated.gen.json", |
| 252 "[SLAVE_BUILD]\\src\\out\\Debug\\tools_unittests.isolated.gen.json", | 277 "[BUILDER_CACHE]\\win_swarming\\src\\out\\Debug\\tools_unittests.isolated.
gen.json", |
| 253 "[SLAVE_BUILD]\\src\\out\\Debug\\video_engine_tests.isolated.gen.json", | 278 "[BUILDER_CACHE]\\win_swarming\\src\\out\\Debug\\video_engine_tests.isolat
ed.gen.json", |
| 254 "[SLAVE_BUILD]\\src\\out\\Debug\\voice_engine_unittests.isolated.gen.json"
, | 279 "[BUILDER_CACHE]\\win_swarming\\src\\out\\Debug\\voice_engine_unittests.is
olated.gen.json", |
| 255 "[SLAVE_BUILD]\\src\\out\\Debug\\xmllite_xmpp_unittests.isolated.gen.json" | 280 "[BUILDER_CACHE]\\win_swarming\\src\\out\\Debug\\xmllite_xmpp_unittests.is
olated.gen.json" |
| 256 ], | 281 ], |
| 257 "name": "isolate tests", | 282 "name": "isolate tests", |
| 258 "~followup_annotations": [ | 283 "~followup_annotations": [ |
| 259 "@@@STEP_LOG_LINE@json.output@{@@@", | 284 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 260 "@@@STEP_LOG_LINE@json.output@ \"audio_decoder_unittests\": \"[dummy hash
for audio_decoder_unittests]\", @@@", | 285 "@@@STEP_LOG_LINE@json.output@ \"audio_decoder_unittests\": \"[dummy hash
for audio_decoder_unittests]\", @@@", |
| 261 "@@@STEP_LOG_LINE@json.output@ \"common_audio_unittests\": \"[dummy hash
for common_audio_unittests]\", @@@", | 286 "@@@STEP_LOG_LINE@json.output@ \"common_audio_unittests\": \"[dummy hash
for common_audio_unittests]\", @@@", |
| 262 "@@@STEP_LOG_LINE@json.output@ \"common_video_unittests\": \"[dummy hash
for common_video_unittests]\", @@@", | 287 "@@@STEP_LOG_LINE@json.output@ \"common_video_unittests\": \"[dummy hash
for common_video_unittests]\", @@@", |
| 263 "@@@STEP_LOG_LINE@json.output@ \"modules_tests\": \"[dummy hash for modul
es_tests]\", @@@", | 288 "@@@STEP_LOG_LINE@json.output@ \"modules_tests\": \"[dummy hash for modul
es_tests]\", @@@", |
| 264 "@@@STEP_LOG_LINE@json.output@ \"modules_unittests\": \"[dummy hash for m
odules_unittests]\", @@@", | 289 "@@@STEP_LOG_LINE@json.output@ \"modules_unittests\": \"[dummy hash for m
odules_unittests]\", @@@", |
| 265 "@@@STEP_LOG_LINE@json.output@ \"peerconnection_unittests\": \"[dummy has
h for peerconnection_unittests]\", @@@", | 290 "@@@STEP_LOG_LINE@json.output@ \"peerconnection_unittests\": \"[dummy has
h for peerconnection_unittests]\", @@@", |
| 266 "@@@STEP_LOG_LINE@json.output@ \"rtc_media_unittests\": \"[dummy hash for
rtc_media_unittests]\", @@@", | 291 "@@@STEP_LOG_LINE@json.output@ \"rtc_media_unittests\": \"[dummy hash for
rtc_media_unittests]\", @@@", |
| 267 "@@@STEP_LOG_LINE@json.output@ \"rtc_pc_unittests\": \"[dummy hash for rt
c_pc_unittests]\", @@@", | 292 "@@@STEP_LOG_LINE@json.output@ \"rtc_pc_unittests\": \"[dummy hash for rt
c_pc_unittests]\", @@@", |
| 268 "@@@STEP_LOG_LINE@json.output@ \"rtc_unittests\": \"[dummy hash for rtc_u
nittests]\", @@@", | 293 "@@@STEP_LOG_LINE@json.output@ \"rtc_unittests\": \"[dummy hash for rtc_u
nittests]\", @@@", |
| 269 "@@@STEP_LOG_LINE@json.output@ \"system_wrappers_unittests\": \"[dummy ha
sh for system_wrappers_unittests]\", @@@", | 294 "@@@STEP_LOG_LINE@json.output@ \"system_wrappers_unittests\": \"[dummy ha
sh for system_wrappers_unittests]\", @@@", |
| 270 "@@@STEP_LOG_LINE@json.output@ \"test_support_unittests\": \"[dummy hash
for test_support_unittests]\", @@@", | 295 "@@@STEP_LOG_LINE@json.output@ \"test_support_unittests\": \"[dummy hash
for test_support_unittests]\", @@@", |
| 271 "@@@STEP_LOG_LINE@json.output@ \"tools_unittests\": \"[dummy hash for too
ls_unittests]\", @@@", | 296 "@@@STEP_LOG_LINE@json.output@ \"tools_unittests\": \"[dummy hash for too
ls_unittests]\", @@@", |
| 272 "@@@STEP_LOG_LINE@json.output@ \"video_engine_tests\": \"[dummy hash for
video_engine_tests]\", @@@", | 297 "@@@STEP_LOG_LINE@json.output@ \"video_engine_tests\": \"[dummy hash for
video_engine_tests]\", @@@", |
| 273 "@@@STEP_LOG_LINE@json.output@ \"voice_engine_unittests\": \"[dummy hash
for voice_engine_unittests]\", @@@", | 298 "@@@STEP_LOG_LINE@json.output@ \"voice_engine_unittests\": \"[dummy hash
for voice_engine_unittests]\", @@@", |
| 274 "@@@STEP_LOG_LINE@json.output@ \"xmllite_xmpp_unittests\": \"[dummy hash
for xmllite_xmpp_unittests]\"@@@", | 299 "@@@STEP_LOG_LINE@json.output@ \"xmllite_xmpp_unittests\": \"[dummy hash
for xmllite_xmpp_unittests]\"@@@", |
| 275 "@@@STEP_LOG_LINE@json.output@}@@@", | 300 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 276 "@@@STEP_LOG_END@json.output@@@", | 301 "@@@STEP_LOG_END@json.output@@@", |
| 277 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"audio_decoder_unittests\": \"[dummy
hash for audio_decoder_unittests]\", \"common_audio_unittests\": \"[dummy hash
for common_audio_unittests]\", \"common_video_unittests\": \"[dummy hash for com
mon_video_unittests]\", \"modules_tests\": \"[dummy hash for modules_tests]\", \
"modules_unittests\": \"[dummy hash for modules_unittests]\", \"peerconnection_u
nittests\": \"[dummy hash for peerconnection_unittests]\", \"rtc_media_unittests
\": \"[dummy hash for rtc_media_unittests]\", \"rtc_pc_unittests\": \"[dummy has
h for rtc_pc_unittests]\", \"rtc_unittests\": \"[dummy hash for rtc_unittests]\"
, \"system_wrappers_unittests\": \"[dummy hash for system_wrappers_unittests]\",
\"test_support_unittests\": \"[dummy hash for test_support_unittests]\", \"tool
s_unittests\": \"[dummy hash for tools_unittests]\", \"video_engine_tests\": \"[
dummy hash for video_engine_tests]\", \"voice_engine_unittests\": \"[dummy hash
for voice_engine_unittests]\", \"xmllite_xmpp_unittests\": \"[dummy hash for xml
lite_xmpp_unittests]\"}@@@" | 302 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"audio_decoder_unittests\": \"[dummy
hash for audio_decoder_unittests]\", \"common_audio_unittests\": \"[dummy hash
for common_audio_unittests]\", \"common_video_unittests\": \"[dummy hash for com
mon_video_unittests]\", \"modules_tests\": \"[dummy hash for modules_tests]\", \
"modules_unittests\": \"[dummy hash for modules_unittests]\", \"peerconnection_u
nittests\": \"[dummy hash for peerconnection_unittests]\", \"rtc_media_unittests
\": \"[dummy hash for rtc_media_unittests]\", \"rtc_pc_unittests\": \"[dummy has
h for rtc_pc_unittests]\", \"rtc_unittests\": \"[dummy hash for rtc_unittests]\"
, \"system_wrappers_unittests\": \"[dummy hash for system_wrappers_unittests]\",
\"test_support_unittests\": \"[dummy hash for test_support_unittests]\", \"tool
s_unittests\": \"[dummy hash for tools_unittests]\", \"video_engine_tests\": \"[
dummy hash for video_engine_tests]\", \"voice_engine_unittests\": \"[dummy hash
for voice_engine_unittests]\", \"xmllite_xmpp_unittests\": \"[dummy hash for xml
lite_xmpp_unittests]\"}@@@" |
| 278 ] | 303 ] |
| 279 }, | 304 }, |
| 280 { | 305 { |
| 281 "cmd": [ | 306 "cmd": [ |
| 282 "python", | 307 "python", |
| 283 "-u", | 308 "-u", |
| 284 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 309 "[BUILDER_CACHE]\\win_swarming\\src\\tools\\swarming_client\\swarming.py", |
| 285 "trigger", | 310 "trigger", |
| 286 "--swarming", | 311 "--swarming", |
| 287 "https://chromium-swarm.appspot.com", | 312 "https://chromium-swarm.appspot.com", |
| 288 "--isolate-server", | 313 "--isolate-server", |
| 289 "https://isolateserver.appspot.com", | 314 "https://isolateserver.appspot.com", |
| 290 "--priority", | 315 "--priority", |
| 291 "30", | 316 "30", |
| 292 "--shards", | 317 "--shards", |
| 293 "1", | 318 "1", |
| 294 "--task-name", | 319 "--task-name", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 353 "@@@STEP_LOG_LINE@json.output@ }@@@", | 378 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 354 "@@@STEP_LOG_LINE@json.output@}@@@", | 379 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 355 "@@@STEP_LOG_END@json.output@@@", | 380 "@@@STEP_LOG_END@json.output@@@", |
| 356 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 381 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 357 ] | 382 ] |
| 358 }, | 383 }, |
| 359 { | 384 { |
| 360 "cmd": [ | 385 "cmd": [ |
| 361 "python", | 386 "python", |
| 362 "-u", | 387 "-u", |
| 363 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 388 "[BUILDER_CACHE]\\win_swarming\\src\\tools\\swarming_client\\swarming.py", |
| 364 "trigger", | 389 "trigger", |
| 365 "--swarming", | 390 "--swarming", |
| 366 "https://chromium-swarm.appspot.com", | 391 "https://chromium-swarm.appspot.com", |
| 367 "--isolate-server", | 392 "--isolate-server", |
| 368 "https://isolateserver.appspot.com", | 393 "https://isolateserver.appspot.com", |
| 369 "--priority", | 394 "--priority", |
| 370 "30", | 395 "30", |
| 371 "--shards", | 396 "--shards", |
| 372 "1", | 397 "1", |
| 373 "--task-name", | 398 "--task-name", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 432 "@@@STEP_LOG_LINE@json.output@ }@@@", | 457 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 433 "@@@STEP_LOG_LINE@json.output@}@@@", | 458 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 434 "@@@STEP_LOG_END@json.output@@@", | 459 "@@@STEP_LOG_END@json.output@@@", |
| 435 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 460 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 436 ] | 461 ] |
| 437 }, | 462 }, |
| 438 { | 463 { |
| 439 "cmd": [ | 464 "cmd": [ |
| 440 "python", | 465 "python", |
| 441 "-u", | 466 "-u", |
| 442 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 467 "[BUILDER_CACHE]\\win_swarming\\src\\tools\\swarming_client\\swarming.py", |
| 443 "trigger", | 468 "trigger", |
| 444 "--swarming", | 469 "--swarming", |
| 445 "https://chromium-swarm.appspot.com", | 470 "https://chromium-swarm.appspot.com", |
| 446 "--isolate-server", | 471 "--isolate-server", |
| 447 "https://isolateserver.appspot.com", | 472 "https://isolateserver.appspot.com", |
| 448 "--priority", | 473 "--priority", |
| 449 "30", | 474 "30", |
| 450 "--shards", | 475 "--shards", |
| 451 "1", | 476 "1", |
| 452 "--task-name", | 477 "--task-name", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 511 "@@@STEP_LOG_LINE@json.output@ }@@@", | 536 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 512 "@@@STEP_LOG_LINE@json.output@}@@@", | 537 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 513 "@@@STEP_LOG_END@json.output@@@", | 538 "@@@STEP_LOG_END@json.output@@@", |
| 514 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 539 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 515 ] | 540 ] |
| 516 }, | 541 }, |
| 517 { | 542 { |
| 518 "cmd": [ | 543 "cmd": [ |
| 519 "python", | 544 "python", |
| 520 "-u", | 545 "-u", |
| 521 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 546 "[BUILDER_CACHE]\\win_swarming\\src\\tools\\swarming_client\\swarming.py", |
| 522 "trigger", | 547 "trigger", |
| 523 "--swarming", | 548 "--swarming", |
| 524 "https://chromium-swarm.appspot.com", | 549 "https://chromium-swarm.appspot.com", |
| 525 "--isolate-server", | 550 "--isolate-server", |
| 526 "https://isolateserver.appspot.com", | 551 "https://isolateserver.appspot.com", |
| 527 "--priority", | 552 "--priority", |
| 528 "30", | 553 "30", |
| 529 "--shards", | 554 "--shards", |
| 530 "1", | 555 "1", |
| 531 "--task-name", | 556 "--task-name", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 590 "@@@STEP_LOG_LINE@json.output@ }@@@", | 615 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 591 "@@@STEP_LOG_LINE@json.output@}@@@", | 616 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 592 "@@@STEP_LOG_END@json.output@@@", | 617 "@@@STEP_LOG_END@json.output@@@", |
| 593 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 618 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 594 ] | 619 ] |
| 595 }, | 620 }, |
| 596 { | 621 { |
| 597 "cmd": [ | 622 "cmd": [ |
| 598 "python", | 623 "python", |
| 599 "-u", | 624 "-u", |
| 600 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 625 "[BUILDER_CACHE]\\win_swarming\\src\\tools\\swarming_client\\swarming.py", |
| 601 "trigger", | 626 "trigger", |
| 602 "--swarming", | 627 "--swarming", |
| 603 "https://chromium-swarm.appspot.com", | 628 "https://chromium-swarm.appspot.com", |
| 604 "--isolate-server", | 629 "--isolate-server", |
| 605 "https://isolateserver.appspot.com", | 630 "https://isolateserver.appspot.com", |
| 606 "--priority", | 631 "--priority", |
| 607 "30", | 632 "30", |
| 608 "--shards", | 633 "--shards", |
| 609 "1", | 634 "1", |
| 610 "--task-name", | 635 "--task-name", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 669 "@@@STEP_LOG_LINE@json.output@ }@@@", | 694 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 670 "@@@STEP_LOG_LINE@json.output@}@@@", | 695 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 671 "@@@STEP_LOG_END@json.output@@@", | 696 "@@@STEP_LOG_END@json.output@@@", |
| 672 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 697 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 673 ] | 698 ] |
| 674 }, | 699 }, |
| 675 { | 700 { |
| 676 "cmd": [ | 701 "cmd": [ |
| 677 "python", | 702 "python", |
| 678 "-u", | 703 "-u", |
| 679 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 704 "[BUILDER_CACHE]\\win_swarming\\src\\tools\\swarming_client\\swarming.py", |
| 680 "trigger", | 705 "trigger", |
| 681 "--swarming", | 706 "--swarming", |
| 682 "https://chromium-swarm.appspot.com", | 707 "https://chromium-swarm.appspot.com", |
| 683 "--isolate-server", | 708 "--isolate-server", |
| 684 "https://isolateserver.appspot.com", | 709 "https://isolateserver.appspot.com", |
| 685 "--priority", | 710 "--priority", |
| 686 "30", | 711 "30", |
| 687 "--shards", | 712 "--shards", |
| 688 "1", | 713 "1", |
| 689 "--task-name", | 714 "--task-name", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 748 "@@@STEP_LOG_LINE@json.output@ }@@@", | 773 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 749 "@@@STEP_LOG_LINE@json.output@}@@@", | 774 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 750 "@@@STEP_LOG_END@json.output@@@", | 775 "@@@STEP_LOG_END@json.output@@@", |
| 751 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 776 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 752 ] | 777 ] |
| 753 }, | 778 }, |
| 754 { | 779 { |
| 755 "cmd": [ | 780 "cmd": [ |
| 756 "python", | 781 "python", |
| 757 "-u", | 782 "-u", |
| 758 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 783 "[BUILDER_CACHE]\\win_swarming\\src\\tools\\swarming_client\\swarming.py", |
| 759 "trigger", | 784 "trigger", |
| 760 "--swarming", | 785 "--swarming", |
| 761 "https://chromium-swarm.appspot.com", | 786 "https://chromium-swarm.appspot.com", |
| 762 "--isolate-server", | 787 "--isolate-server", |
| 763 "https://isolateserver.appspot.com", | 788 "https://isolateserver.appspot.com", |
| 764 "--priority", | 789 "--priority", |
| 765 "30", | 790 "30", |
| 766 "--shards", | 791 "--shards", |
| 767 "1", | 792 "1", |
| 768 "--task-name", | 793 "--task-name", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 827 "@@@STEP_LOG_LINE@json.output@ }@@@", | 852 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 828 "@@@STEP_LOG_LINE@json.output@}@@@", | 853 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 829 "@@@STEP_LOG_END@json.output@@@", | 854 "@@@STEP_LOG_END@json.output@@@", |
| 830 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 855 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 831 ] | 856 ] |
| 832 }, | 857 }, |
| 833 { | 858 { |
| 834 "cmd": [ | 859 "cmd": [ |
| 835 "python", | 860 "python", |
| 836 "-u", | 861 "-u", |
| 837 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 862 "[BUILDER_CACHE]\\win_swarming\\src\\tools\\swarming_client\\swarming.py", |
| 838 "trigger", | 863 "trigger", |
| 839 "--swarming", | 864 "--swarming", |
| 840 "https://chromium-swarm.appspot.com", | 865 "https://chromium-swarm.appspot.com", |
| 841 "--isolate-server", | 866 "--isolate-server", |
| 842 "https://isolateserver.appspot.com", | 867 "https://isolateserver.appspot.com", |
| 843 "--priority", | 868 "--priority", |
| 844 "30", | 869 "30", |
| 845 "--shards", | 870 "--shards", |
| 846 "1", | 871 "1", |
| 847 "--task-name", | 872 "--task-name", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 906 "@@@STEP_LOG_LINE@json.output@ }@@@", | 931 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 907 "@@@STEP_LOG_LINE@json.output@}@@@", | 932 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 908 "@@@STEP_LOG_END@json.output@@@", | 933 "@@@STEP_LOG_END@json.output@@@", |
| 909 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 934 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 910 ] | 935 ] |
| 911 }, | 936 }, |
| 912 { | 937 { |
| 913 "cmd": [ | 938 "cmd": [ |
| 914 "python", | 939 "python", |
| 915 "-u", | 940 "-u", |
| 916 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 941 "[BUILDER_CACHE]\\win_swarming\\src\\tools\\swarming_client\\swarming.py", |
| 917 "trigger", | 942 "trigger", |
| 918 "--swarming", | 943 "--swarming", |
| 919 "https://chromium-swarm.appspot.com", | 944 "https://chromium-swarm.appspot.com", |
| 920 "--isolate-server", | 945 "--isolate-server", |
| 921 "https://isolateserver.appspot.com", | 946 "https://isolateserver.appspot.com", |
| 922 "--priority", | 947 "--priority", |
| 923 "30", | 948 "30", |
| 924 "--shards", | 949 "--shards", |
| 925 "1", | 950 "1", |
| 926 "--task-name", | 951 "--task-name", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 985 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1010 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 986 "@@@STEP_LOG_LINE@json.output@}@@@", | 1011 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 987 "@@@STEP_LOG_END@json.output@@@", | 1012 "@@@STEP_LOG_END@json.output@@@", |
| 988 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1013 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 989 ] | 1014 ] |
| 990 }, | 1015 }, |
| 991 { | 1016 { |
| 992 "cmd": [ | 1017 "cmd": [ |
| 993 "python", | 1018 "python", |
| 994 "-u", | 1019 "-u", |
| 995 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 1020 "[BUILDER_CACHE]\\win_swarming\\src\\tools\\swarming_client\\swarming.py", |
| 996 "trigger", | 1021 "trigger", |
| 997 "--swarming", | 1022 "--swarming", |
| 998 "https://chromium-swarm.appspot.com", | 1023 "https://chromium-swarm.appspot.com", |
| 999 "--isolate-server", | 1024 "--isolate-server", |
| 1000 "https://isolateserver.appspot.com", | 1025 "https://isolateserver.appspot.com", |
| 1001 "--priority", | 1026 "--priority", |
| 1002 "30", | 1027 "30", |
| 1003 "--shards", | 1028 "--shards", |
| 1004 "1", | 1029 "1", |
| 1005 "--task-name", | 1030 "--task-name", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1064 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1089 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1065 "@@@STEP_LOG_LINE@json.output@}@@@", | 1090 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1066 "@@@STEP_LOG_END@json.output@@@", | 1091 "@@@STEP_LOG_END@json.output@@@", |
| 1067 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1092 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1068 ] | 1093 ] |
| 1069 }, | 1094 }, |
| 1070 { | 1095 { |
| 1071 "cmd": [ | 1096 "cmd": [ |
| 1072 "python", | 1097 "python", |
| 1073 "-u", | 1098 "-u", |
| 1074 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 1099 "[BUILDER_CACHE]\\win_swarming\\src\\tools\\swarming_client\\swarming.py", |
| 1075 "trigger", | 1100 "trigger", |
| 1076 "--swarming", | 1101 "--swarming", |
| 1077 "https://chromium-swarm.appspot.com", | 1102 "https://chromium-swarm.appspot.com", |
| 1078 "--isolate-server", | 1103 "--isolate-server", |
| 1079 "https://isolateserver.appspot.com", | 1104 "https://isolateserver.appspot.com", |
| 1080 "--priority", | 1105 "--priority", |
| 1081 "30", | 1106 "30", |
| 1082 "--shards", | 1107 "--shards", |
| 1083 "1", | 1108 "1", |
| 1084 "--task-name", | 1109 "--task-name", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1143 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1168 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1144 "@@@STEP_LOG_LINE@json.output@}@@@", | 1169 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1145 "@@@STEP_LOG_END@json.output@@@", | 1170 "@@@STEP_LOG_END@json.output@@@", |
| 1146 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1171 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1147 ] | 1172 ] |
| 1148 }, | 1173 }, |
| 1149 { | 1174 { |
| 1150 "cmd": [ | 1175 "cmd": [ |
| 1151 "python", | 1176 "python", |
| 1152 "-u", | 1177 "-u", |
| 1153 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 1178 "[BUILDER_CACHE]\\win_swarming\\src\\tools\\swarming_client\\swarming.py", |
| 1154 "trigger", | 1179 "trigger", |
| 1155 "--swarming", | 1180 "--swarming", |
| 1156 "https://chromium-swarm.appspot.com", | 1181 "https://chromium-swarm.appspot.com", |
| 1157 "--isolate-server", | 1182 "--isolate-server", |
| 1158 "https://isolateserver.appspot.com", | 1183 "https://isolateserver.appspot.com", |
| 1159 "--priority", | 1184 "--priority", |
| 1160 "30", | 1185 "30", |
| 1161 "--shards", | 1186 "--shards", |
| 1162 "1", | 1187 "1", |
| 1163 "--task-name", | 1188 "--task-name", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1222 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1247 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1223 "@@@STEP_LOG_LINE@json.output@}@@@", | 1248 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1224 "@@@STEP_LOG_END@json.output@@@", | 1249 "@@@STEP_LOG_END@json.output@@@", |
| 1225 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1250 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1226 ] | 1251 ] |
| 1227 }, | 1252 }, |
| 1228 { | 1253 { |
| 1229 "cmd": [ | 1254 "cmd": [ |
| 1230 "python", | 1255 "python", |
| 1231 "-u", | 1256 "-u", |
| 1232 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 1257 "[BUILDER_CACHE]\\win_swarming\\src\\tools\\swarming_client\\swarming.py", |
| 1233 "trigger", | 1258 "trigger", |
| 1234 "--swarming", | 1259 "--swarming", |
| 1235 "https://chromium-swarm.appspot.com", | 1260 "https://chromium-swarm.appspot.com", |
| 1236 "--isolate-server", | 1261 "--isolate-server", |
| 1237 "https://isolateserver.appspot.com", | 1262 "https://isolateserver.appspot.com", |
| 1238 "--priority", | 1263 "--priority", |
| 1239 "30", | 1264 "30", |
| 1240 "--shards", | 1265 "--shards", |
| 1241 "1", | 1266 "1", |
| 1242 "--task-name", | 1267 "--task-name", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1301 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1326 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1302 "@@@STEP_LOG_LINE@json.output@}@@@", | 1327 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1303 "@@@STEP_LOG_END@json.output@@@", | 1328 "@@@STEP_LOG_END@json.output@@@", |
| 1304 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1329 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1305 ] | 1330 ] |
| 1306 }, | 1331 }, |
| 1307 { | 1332 { |
| 1308 "cmd": [ | 1333 "cmd": [ |
| 1309 "python", | 1334 "python", |
| 1310 "-u", | 1335 "-u", |
| 1311 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 1336 "[BUILDER_CACHE]\\win_swarming\\src\\tools\\swarming_client\\swarming.py", |
| 1312 "trigger", | 1337 "trigger", |
| 1313 "--swarming", | 1338 "--swarming", |
| 1314 "https://chromium-swarm.appspot.com", | 1339 "https://chromium-swarm.appspot.com", |
| 1315 "--isolate-server", | 1340 "--isolate-server", |
| 1316 "https://isolateserver.appspot.com", | 1341 "https://isolateserver.appspot.com", |
| 1317 "--priority", | 1342 "--priority", |
| 1318 "30", | 1343 "30", |
| 1319 "--shards", | 1344 "--shards", |
| 1320 "1", | 1345 "1", |
| 1321 "--task-name", | 1346 "--task-name", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1380 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1405 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1381 "@@@STEP_LOG_LINE@json.output@}@@@", | 1406 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1382 "@@@STEP_LOG_END@json.output@@@", | 1407 "@@@STEP_LOG_END@json.output@@@", |
| 1383 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1408 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1384 ] | 1409 ] |
| 1385 }, | 1410 }, |
| 1386 { | 1411 { |
| 1387 "cmd": [ | 1412 "cmd": [ |
| 1388 "python", | 1413 "python", |
| 1389 "-u", | 1414 "-u", |
| 1390 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 1415 "[BUILDER_CACHE]\\win_swarming\\src\\tools\\swarming_client\\swarming.py", |
| 1391 "trigger", | 1416 "trigger", |
| 1392 "--swarming", | 1417 "--swarming", |
| 1393 "https://chromium-swarm.appspot.com", | 1418 "https://chromium-swarm.appspot.com", |
| 1394 "--isolate-server", | 1419 "--isolate-server", |
| 1395 "https://isolateserver.appspot.com", | 1420 "https://isolateserver.appspot.com", |
| 1396 "--priority", | 1421 "--priority", |
| 1397 "30", | 1422 "30", |
| 1398 "--shards", | 1423 "--shards", |
| 1399 "1", | 1424 "1", |
| 1400 "--task-name", | 1425 "--task-name", |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1464 }, | 1489 }, |
| 1465 { | 1490 { |
| 1466 "allow_subannotations": true, | 1491 "allow_subannotations": true, |
| 1467 "cmd": [ | 1492 "cmd": [ |
| 1468 "python", | 1493 "python", |
| 1469 "-u", | 1494 "-u", |
| 1470 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 1495 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
| 1471 "--target", | 1496 "--target", |
| 1472 "Debug", | 1497 "Debug", |
| 1473 "--factory-properties", | 1498 "--factory-properties", |
| 1474 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"win_swarming\", \"buildn
umber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patchs
et\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"rietveld\
": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", | 1499 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"win_swarming\", \"buildn
umber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patchs
et\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revi
sion\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\": \
"slavename\"}", |
| 1475 "--build-properties", | 1500 "--build-properties", |
| 1476 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"win_swarming\", \"buildn
umber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patchs
et\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"rietveld\
": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", | 1501 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"win_swarming\", \"buildn
umber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patchs
et\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revi
sion\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\": \
"slavename\"}", |
| 1477 "--annotate=gtest", | 1502 "--annotate=gtest", |
| 1478 "--test-type=webrtc_nonparallel_tests", | 1503 "--test-type=webrtc_nonparallel_tests", |
| 1479 "--step-name=webrtc_nonparallel_tests", | 1504 "--step-name=webrtc_nonparallel_tests", |
| 1480 "--builder-name=win_swarming", | 1505 "--builder-name=win_swarming", |
| 1481 "--slave-name=slavename", | 1506 "--slave-name=slavename", |
| 1482 "--build-number=1337", | 1507 "--build-number=1337", |
| 1483 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 1508 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 1484 "webrtc_nonparallel_tests.exe" | 1509 "webrtc_nonparallel_tests.exe" |
| 1485 ], | 1510 ], |
| 1486 "name": "webrtc_nonparallel_tests" | 1511 "name": "webrtc_nonparallel_tests" |
| 1487 }, | 1512 }, |
| 1488 { | 1513 { |
| 1489 "cmd": [ | 1514 "cmd": [ |
| 1490 "python", | 1515 "python", |
| 1491 "-u", | 1516 "-u", |
| 1492 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 1517 "[BUILDER_CACHE]\\win_swarming\\src\\tools\\swarming_client\\swarming.py", |
| 1493 "collect", | 1518 "collect", |
| 1494 "--swarming", | 1519 "--swarming", |
| 1495 "https://chromium-swarm.appspot.com", | 1520 "https://chromium-swarm.appspot.com", |
| 1496 "--decorate", | 1521 "--decorate", |
| 1497 "--print-status-updates", | 1522 "--print-status-updates", |
| 1498 "--json", | 1523 "--json", |
| 1499 "{\"base_task_name\": \"audio_decoder_unittests/Windows/[dummy has/win_swa
rming/1337\", \"tasks\": {\"audio_decoder_unittests/Windows/[dummy has/win_swarm
ing/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https:/
/chromium-swarm.appspot.com/user/task/10000\"}}}", | 1524 "{\"base_task_name\": \"audio_decoder_unittests/Windows/[dummy has/win_swa
rming/1337\", \"tasks\": {\"audio_decoder_unittests/Windows/[dummy has/win_swarm
ing/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https:/
/chromium-swarm.appspot.com/user/task/10000\"}}}", |
| 1500 "--task-summary-json", | 1525 "--task-summary-json", |
| 1501 "/path/to/tmp/json" | 1526 "/path/to/tmp/json" |
| 1502 ], | 1527 ], |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1541 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1566 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 1542 "@@@STEP_LOG_LINE@json.output@}@@@", | 1567 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1543 "@@@STEP_LOG_END@json.output@@@", | 1568 "@@@STEP_LOG_END@json.output@@@", |
| 1544 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1569 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1545 ] | 1570 ] |
| 1546 }, | 1571 }, |
| 1547 { | 1572 { |
| 1548 "cmd": [ | 1573 "cmd": [ |
| 1549 "python", | 1574 "python", |
| 1550 "-u", | 1575 "-u", |
| 1551 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 1576 "[BUILDER_CACHE]\\win_swarming\\src\\tools\\swarming_client\\swarming.py", |
| 1552 "collect", | 1577 "collect", |
| 1553 "--swarming", | 1578 "--swarming", |
| 1554 "https://chromium-swarm.appspot.com", | 1579 "https://chromium-swarm.appspot.com", |
| 1555 "--decorate", | 1580 "--decorate", |
| 1556 "--print-status-updates", | 1581 "--print-status-updates", |
| 1557 "--json", | 1582 "--json", |
| 1558 "{\"base_task_name\": \"common_audio_unittests/Windows/[dummy has/win_swar
ming/1337\", \"tasks\": {\"common_audio_unittests/Windows/[dummy has/win_swarmin
g/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://c
hromium-swarm.appspot.com/user/task/10000\"}}}", | 1583 "{\"base_task_name\": \"common_audio_unittests/Windows/[dummy has/win_swar
ming/1337\", \"tasks\": {\"common_audio_unittests/Windows/[dummy has/win_swarmin
g/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://c
hromium-swarm.appspot.com/user/task/10000\"}}}", |
| 1559 "--task-summary-json", | 1584 "--task-summary-json", |
| 1560 "/path/to/tmp/json" | 1585 "/path/to/tmp/json" |
| 1561 ], | 1586 ], |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1600 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1625 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 1601 "@@@STEP_LOG_LINE@json.output@}@@@", | 1626 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1602 "@@@STEP_LOG_END@json.output@@@", | 1627 "@@@STEP_LOG_END@json.output@@@", |
| 1603 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1628 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1604 ] | 1629 ] |
| 1605 }, | 1630 }, |
| 1606 { | 1631 { |
| 1607 "cmd": [ | 1632 "cmd": [ |
| 1608 "python", | 1633 "python", |
| 1609 "-u", | 1634 "-u", |
| 1610 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 1635 "[BUILDER_CACHE]\\win_swarming\\src\\tools\\swarming_client\\swarming.py", |
| 1611 "collect", | 1636 "collect", |
| 1612 "--swarming", | 1637 "--swarming", |
| 1613 "https://chromium-swarm.appspot.com", | 1638 "https://chromium-swarm.appspot.com", |
| 1614 "--decorate", | 1639 "--decorate", |
| 1615 "--print-status-updates", | 1640 "--print-status-updates", |
| 1616 "--json", | 1641 "--json", |
| 1617 "{\"base_task_name\": \"common_video_unittests/Windows/[dummy has/win_swar
ming/1337\", \"tasks\": {\"common_video_unittests/Windows/[dummy has/win_swarmin
g/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://c
hromium-swarm.appspot.com/user/task/10000\"}}}", | 1642 "{\"base_task_name\": \"common_video_unittests/Windows/[dummy has/win_swar
ming/1337\", \"tasks\": {\"common_video_unittests/Windows/[dummy has/win_swarmin
g/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://c
hromium-swarm.appspot.com/user/task/10000\"}}}", |
| 1618 "--task-summary-json", | 1643 "--task-summary-json", |
| 1619 "/path/to/tmp/json" | 1644 "/path/to/tmp/json" |
| 1620 ], | 1645 ], |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1659 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1684 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 1660 "@@@STEP_LOG_LINE@json.output@}@@@", | 1685 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1661 "@@@STEP_LOG_END@json.output@@@", | 1686 "@@@STEP_LOG_END@json.output@@@", |
| 1662 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1687 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1663 ] | 1688 ] |
| 1664 }, | 1689 }, |
| 1665 { | 1690 { |
| 1666 "cmd": [ | 1691 "cmd": [ |
| 1667 "python", | 1692 "python", |
| 1668 "-u", | 1693 "-u", |
| 1669 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 1694 "[BUILDER_CACHE]\\win_swarming\\src\\tools\\swarming_client\\swarming.py", |
| 1670 "collect", | 1695 "collect", |
| 1671 "--swarming", | 1696 "--swarming", |
| 1672 "https://chromium-swarm.appspot.com", | 1697 "https://chromium-swarm.appspot.com", |
| 1673 "--decorate", | 1698 "--decorate", |
| 1674 "--print-status-updates", | 1699 "--print-status-updates", |
| 1675 "--json", | 1700 "--json", |
| 1676 "{\"base_task_name\": \"modules_tests/Windows/[dummy has/win_swarming/1337
\", \"tasks\": {\"modules_tests/Windows/[dummy has/win_swarming/1337\": {\"shard
_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.apps
pot.com/user/task/10000\"}}}", | 1701 "{\"base_task_name\": \"modules_tests/Windows/[dummy has/win_swarming/1337
\", \"tasks\": {\"modules_tests/Windows/[dummy has/win_swarming/1337\": {\"shard
_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.apps
pot.com/user/task/10000\"}}}", |
| 1677 "--task-summary-json", | 1702 "--task-summary-json", |
| 1678 "/path/to/tmp/json" | 1703 "/path/to/tmp/json" |
| 1679 ], | 1704 ], |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1718 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1743 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 1719 "@@@STEP_LOG_LINE@json.output@}@@@", | 1744 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1720 "@@@STEP_LOG_END@json.output@@@", | 1745 "@@@STEP_LOG_END@json.output@@@", |
| 1721 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1746 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1722 ] | 1747 ] |
| 1723 }, | 1748 }, |
| 1724 { | 1749 { |
| 1725 "cmd": [ | 1750 "cmd": [ |
| 1726 "python", | 1751 "python", |
| 1727 "-u", | 1752 "-u", |
| 1728 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 1753 "[BUILDER_CACHE]\\win_swarming\\src\\tools\\swarming_client\\swarming.py", |
| 1729 "collect", | 1754 "collect", |
| 1730 "--swarming", | 1755 "--swarming", |
| 1731 "https://chromium-swarm.appspot.com", | 1756 "https://chromium-swarm.appspot.com", |
| 1732 "--decorate", | 1757 "--decorate", |
| 1733 "--print-status-updates", | 1758 "--print-status-updates", |
| 1734 "--json", | 1759 "--json", |
| 1735 "{\"base_task_name\": \"modules_unittests/Windows/[dummy has/win_swarming/
1337\", \"tasks\": {\"modules_unittests/Windows/[dummy has/win_swarming/1337\":
{\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-sw
arm.appspot.com/user/task/10000\"}}}", | 1760 "{\"base_task_name\": \"modules_unittests/Windows/[dummy has/win_swarming/
1337\", \"tasks\": {\"modules_unittests/Windows/[dummy has/win_swarming/1337\":
{\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-sw
arm.appspot.com/user/task/10000\"}}}", |
| 1736 "--task-summary-json", | 1761 "--task-summary-json", |
| 1737 "/path/to/tmp/json" | 1762 "/path/to/tmp/json" |
| 1738 ], | 1763 ], |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1777 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1802 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 1778 "@@@STEP_LOG_LINE@json.output@}@@@", | 1803 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1779 "@@@STEP_LOG_END@json.output@@@", | 1804 "@@@STEP_LOG_END@json.output@@@", |
| 1780 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1805 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1781 ] | 1806 ] |
| 1782 }, | 1807 }, |
| 1783 { | 1808 { |
| 1784 "cmd": [ | 1809 "cmd": [ |
| 1785 "python", | 1810 "python", |
| 1786 "-u", | 1811 "-u", |
| 1787 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 1812 "[BUILDER_CACHE]\\win_swarming\\src\\tools\\swarming_client\\swarming.py", |
| 1788 "collect", | 1813 "collect", |
| 1789 "--swarming", | 1814 "--swarming", |
| 1790 "https://chromium-swarm.appspot.com", | 1815 "https://chromium-swarm.appspot.com", |
| 1791 "--decorate", | 1816 "--decorate", |
| 1792 "--print-status-updates", | 1817 "--print-status-updates", |
| 1793 "--json", | 1818 "--json", |
| 1794 "{\"base_task_name\": \"peerconnection_unittests/Windows/[dummy has/win_sw
arming/1337\", \"tasks\": {\"peerconnection_unittests/Windows/[dummy has/win_swa
rming/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https
://chromium-swarm.appspot.com/user/task/10000\"}}}", | 1819 "{\"base_task_name\": \"peerconnection_unittests/Windows/[dummy has/win_sw
arming/1337\", \"tasks\": {\"peerconnection_unittests/Windows/[dummy has/win_swa
rming/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https
://chromium-swarm.appspot.com/user/task/10000\"}}}", |
| 1795 "--task-summary-json", | 1820 "--task-summary-json", |
| 1796 "/path/to/tmp/json" | 1821 "/path/to/tmp/json" |
| 1797 ], | 1822 ], |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1836 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1861 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 1837 "@@@STEP_LOG_LINE@json.output@}@@@", | 1862 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1838 "@@@STEP_LOG_END@json.output@@@", | 1863 "@@@STEP_LOG_END@json.output@@@", |
| 1839 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1864 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1840 ] | 1865 ] |
| 1841 }, | 1866 }, |
| 1842 { | 1867 { |
| 1843 "cmd": [ | 1868 "cmd": [ |
| 1844 "python", | 1869 "python", |
| 1845 "-u", | 1870 "-u", |
| 1846 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 1871 "[BUILDER_CACHE]\\win_swarming\\src\\tools\\swarming_client\\swarming.py", |
| 1847 "collect", | 1872 "collect", |
| 1848 "--swarming", | 1873 "--swarming", |
| 1849 "https://chromium-swarm.appspot.com", | 1874 "https://chromium-swarm.appspot.com", |
| 1850 "--decorate", | 1875 "--decorate", |
| 1851 "--print-status-updates", | 1876 "--print-status-updates", |
| 1852 "--json", | 1877 "--json", |
| 1853 "{\"base_task_name\": \"rtc_media_unittests/Windows/[dummy has/win_swarmin
g/1337\", \"tasks\": {\"rtc_media_unittests/Windows/[dummy has/win_swarming/1337
\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromiu
m-swarm.appspot.com/user/task/10000\"}}}", | 1878 "{\"base_task_name\": \"rtc_media_unittests/Windows/[dummy has/win_swarmin
g/1337\", \"tasks\": {\"rtc_media_unittests/Windows/[dummy has/win_swarming/1337
\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromiu
m-swarm.appspot.com/user/task/10000\"}}}", |
| 1854 "--task-summary-json", | 1879 "--task-summary-json", |
| 1855 "/path/to/tmp/json" | 1880 "/path/to/tmp/json" |
| 1856 ], | 1881 ], |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1895 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1920 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 1896 "@@@STEP_LOG_LINE@json.output@}@@@", | 1921 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1897 "@@@STEP_LOG_END@json.output@@@", | 1922 "@@@STEP_LOG_END@json.output@@@", |
| 1898 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1923 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1899 ] | 1924 ] |
| 1900 }, | 1925 }, |
| 1901 { | 1926 { |
| 1902 "cmd": [ | 1927 "cmd": [ |
| 1903 "python", | 1928 "python", |
| 1904 "-u", | 1929 "-u", |
| 1905 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 1930 "[BUILDER_CACHE]\\win_swarming\\src\\tools\\swarming_client\\swarming.py", |
| 1906 "collect", | 1931 "collect", |
| 1907 "--swarming", | 1932 "--swarming", |
| 1908 "https://chromium-swarm.appspot.com", | 1933 "https://chromium-swarm.appspot.com", |
| 1909 "--decorate", | 1934 "--decorate", |
| 1910 "--print-status-updates", | 1935 "--print-status-updates", |
| 1911 "--json", | 1936 "--json", |
| 1912 "{\"base_task_name\": \"rtc_pc_unittests/Windows/[dummy has/win_swarming/1
337\", \"tasks\": {\"rtc_pc_unittests/Windows/[dummy has/win_swarming/1337\": {\
"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swar
m.appspot.com/user/task/10000\"}}}", | 1937 "{\"base_task_name\": \"rtc_pc_unittests/Windows/[dummy has/win_swarming/1
337\", \"tasks\": {\"rtc_pc_unittests/Windows/[dummy has/win_swarming/1337\": {\
"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swar
m.appspot.com/user/task/10000\"}}}", |
| 1913 "--task-summary-json", | 1938 "--task-summary-json", |
| 1914 "/path/to/tmp/json" | 1939 "/path/to/tmp/json" |
| 1915 ], | 1940 ], |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1954 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1979 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 1955 "@@@STEP_LOG_LINE@json.output@}@@@", | 1980 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1956 "@@@STEP_LOG_END@json.output@@@", | 1981 "@@@STEP_LOG_END@json.output@@@", |
| 1957 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1982 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1958 ] | 1983 ] |
| 1959 }, | 1984 }, |
| 1960 { | 1985 { |
| 1961 "cmd": [ | 1986 "cmd": [ |
| 1962 "python", | 1987 "python", |
| 1963 "-u", | 1988 "-u", |
| 1964 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 1989 "[BUILDER_CACHE]\\win_swarming\\src\\tools\\swarming_client\\swarming.py", |
| 1965 "collect", | 1990 "collect", |
| 1966 "--swarming", | 1991 "--swarming", |
| 1967 "https://chromium-swarm.appspot.com", | 1992 "https://chromium-swarm.appspot.com", |
| 1968 "--decorate", | 1993 "--decorate", |
| 1969 "--print-status-updates", | 1994 "--print-status-updates", |
| 1970 "--json", | 1995 "--json", |
| 1971 "{\"base_task_name\": \"rtc_unittests/Windows/[dummy has/win_swarming/1337
\", \"tasks\": {\"rtc_unittests/Windows/[dummy has/win_swarming/1337\": {\"shard
_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.apps
pot.com/user/task/10000\"}}}", | 1996 "{\"base_task_name\": \"rtc_unittests/Windows/[dummy has/win_swarming/1337
\", \"tasks\": {\"rtc_unittests/Windows/[dummy has/win_swarming/1337\": {\"shard
_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.apps
pot.com/user/task/10000\"}}}", |
| 1972 "--task-summary-json", | 1997 "--task-summary-json", |
| 1973 "/path/to/tmp/json" | 1998 "/path/to/tmp/json" |
| 1974 ], | 1999 ], |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2013 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 2038 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 2014 "@@@STEP_LOG_LINE@json.output@}@@@", | 2039 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2015 "@@@STEP_LOG_END@json.output@@@", | 2040 "@@@STEP_LOG_END@json.output@@@", |
| 2016 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2041 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2017 ] | 2042 ] |
| 2018 }, | 2043 }, |
| 2019 { | 2044 { |
| 2020 "cmd": [ | 2045 "cmd": [ |
| 2021 "python", | 2046 "python", |
| 2022 "-u", | 2047 "-u", |
| 2023 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 2048 "[BUILDER_CACHE]\\win_swarming\\src\\tools\\swarming_client\\swarming.py", |
| 2024 "collect", | 2049 "collect", |
| 2025 "--swarming", | 2050 "--swarming", |
| 2026 "https://chromium-swarm.appspot.com", | 2051 "https://chromium-swarm.appspot.com", |
| 2027 "--decorate", | 2052 "--decorate", |
| 2028 "--print-status-updates", | 2053 "--print-status-updates", |
| 2029 "--json", | 2054 "--json", |
| 2030 "{\"base_task_name\": \"system_wrappers_unittests/Windows/[dummy has/win_s
warming/1337\", \"tasks\": {\"system_wrappers_unittests/Windows/[dummy has/win_s
warming/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"htt
ps://chromium-swarm.appspot.com/user/task/10000\"}}}", | 2055 "{\"base_task_name\": \"system_wrappers_unittests/Windows/[dummy has/win_s
warming/1337\", \"tasks\": {\"system_wrappers_unittests/Windows/[dummy has/win_s
warming/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"htt
ps://chromium-swarm.appspot.com/user/task/10000\"}}}", |
| 2031 "--task-summary-json", | 2056 "--task-summary-json", |
| 2032 "/path/to/tmp/json" | 2057 "/path/to/tmp/json" |
| 2033 ], | 2058 ], |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2072 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 2097 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 2073 "@@@STEP_LOG_LINE@json.output@}@@@", | 2098 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2074 "@@@STEP_LOG_END@json.output@@@", | 2099 "@@@STEP_LOG_END@json.output@@@", |
| 2075 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2100 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2076 ] | 2101 ] |
| 2077 }, | 2102 }, |
| 2078 { | 2103 { |
| 2079 "cmd": [ | 2104 "cmd": [ |
| 2080 "python", | 2105 "python", |
| 2081 "-u", | 2106 "-u", |
| 2082 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 2107 "[BUILDER_CACHE]\\win_swarming\\src\\tools\\swarming_client\\swarming.py", |
| 2083 "collect", | 2108 "collect", |
| 2084 "--swarming", | 2109 "--swarming", |
| 2085 "https://chromium-swarm.appspot.com", | 2110 "https://chromium-swarm.appspot.com", |
| 2086 "--decorate", | 2111 "--decorate", |
| 2087 "--print-status-updates", | 2112 "--print-status-updates", |
| 2088 "--json", | 2113 "--json", |
| 2089 "{\"base_task_name\": \"test_support_unittests/Windows/[dummy has/win_swar
ming/1337\", \"tasks\": {\"test_support_unittests/Windows/[dummy has/win_swarmin
g/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://c
hromium-swarm.appspot.com/user/task/10000\"}}}", | 2114 "{\"base_task_name\": \"test_support_unittests/Windows/[dummy has/win_swar
ming/1337\", \"tasks\": {\"test_support_unittests/Windows/[dummy has/win_swarmin
g/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://c
hromium-swarm.appspot.com/user/task/10000\"}}}", |
| 2090 "--task-summary-json", | 2115 "--task-summary-json", |
| 2091 "/path/to/tmp/json" | 2116 "/path/to/tmp/json" |
| 2092 ], | 2117 ], |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2131 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 2156 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 2132 "@@@STEP_LOG_LINE@json.output@}@@@", | 2157 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2133 "@@@STEP_LOG_END@json.output@@@", | 2158 "@@@STEP_LOG_END@json.output@@@", |
| 2134 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2159 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2135 ] | 2160 ] |
| 2136 }, | 2161 }, |
| 2137 { | 2162 { |
| 2138 "cmd": [ | 2163 "cmd": [ |
| 2139 "python", | 2164 "python", |
| 2140 "-u", | 2165 "-u", |
| 2141 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 2166 "[BUILDER_CACHE]\\win_swarming\\src\\tools\\swarming_client\\swarming.py", |
| 2142 "collect", | 2167 "collect", |
| 2143 "--swarming", | 2168 "--swarming", |
| 2144 "https://chromium-swarm.appspot.com", | 2169 "https://chromium-swarm.appspot.com", |
| 2145 "--decorate", | 2170 "--decorate", |
| 2146 "--print-status-updates", | 2171 "--print-status-updates", |
| 2147 "--json", | 2172 "--json", |
| 2148 "{\"base_task_name\": \"tools_unittests/Windows/[dummy has/win_swarming/13
37\", \"tasks\": {\"tools_unittests/Windows/[dummy has/win_swarming/1337\": {\"s
hard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.
appspot.com/user/task/10000\"}}}", | 2173 "{\"base_task_name\": \"tools_unittests/Windows/[dummy has/win_swarming/13
37\", \"tasks\": {\"tools_unittests/Windows/[dummy has/win_swarming/1337\": {\"s
hard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.
appspot.com/user/task/10000\"}}}", |
| 2149 "--task-summary-json", | 2174 "--task-summary-json", |
| 2150 "/path/to/tmp/json" | 2175 "/path/to/tmp/json" |
| 2151 ], | 2176 ], |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2190 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 2215 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 2191 "@@@STEP_LOG_LINE@json.output@}@@@", | 2216 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2192 "@@@STEP_LOG_END@json.output@@@", | 2217 "@@@STEP_LOG_END@json.output@@@", |
| 2193 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2218 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2194 ] | 2219 ] |
| 2195 }, | 2220 }, |
| 2196 { | 2221 { |
| 2197 "cmd": [ | 2222 "cmd": [ |
| 2198 "python", | 2223 "python", |
| 2199 "-u", | 2224 "-u", |
| 2200 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 2225 "[BUILDER_CACHE]\\win_swarming\\src\\tools\\swarming_client\\swarming.py", |
| 2201 "collect", | 2226 "collect", |
| 2202 "--swarming", | 2227 "--swarming", |
| 2203 "https://chromium-swarm.appspot.com", | 2228 "https://chromium-swarm.appspot.com", |
| 2204 "--decorate", | 2229 "--decorate", |
| 2205 "--print-status-updates", | 2230 "--print-status-updates", |
| 2206 "--json", | 2231 "--json", |
| 2207 "{\"base_task_name\": \"video_engine_tests/Windows/[dummy has/win_swarming
/1337\", \"tasks\": {\"video_engine_tests/Windows/[dummy has/win_swarming/1337\"
: {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-
swarm.appspot.com/user/task/10000\"}}}", | 2232 "{\"base_task_name\": \"video_engine_tests/Windows/[dummy has/win_swarming
/1337\", \"tasks\": {\"video_engine_tests/Windows/[dummy has/win_swarming/1337\"
: {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-
swarm.appspot.com/user/task/10000\"}}}", |
| 2208 "--task-summary-json", | 2233 "--task-summary-json", |
| 2209 "/path/to/tmp/json" | 2234 "/path/to/tmp/json" |
| 2210 ], | 2235 ], |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2249 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 2274 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 2250 "@@@STEP_LOG_LINE@json.output@}@@@", | 2275 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2251 "@@@STEP_LOG_END@json.output@@@", | 2276 "@@@STEP_LOG_END@json.output@@@", |
| 2252 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2277 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2253 ] | 2278 ] |
| 2254 }, | 2279 }, |
| 2255 { | 2280 { |
| 2256 "cmd": [ | 2281 "cmd": [ |
| 2257 "python", | 2282 "python", |
| 2258 "-u", | 2283 "-u", |
| 2259 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 2284 "[BUILDER_CACHE]\\win_swarming\\src\\tools\\swarming_client\\swarming.py", |
| 2260 "collect", | 2285 "collect", |
| 2261 "--swarming", | 2286 "--swarming", |
| 2262 "https://chromium-swarm.appspot.com", | 2287 "https://chromium-swarm.appspot.com", |
| 2263 "--decorate", | 2288 "--decorate", |
| 2264 "--print-status-updates", | 2289 "--print-status-updates", |
| 2265 "--json", | 2290 "--json", |
| 2266 "{\"base_task_name\": \"voice_engine_unittests/Windows/[dummy has/win_swar
ming/1337\", \"tasks\": {\"voice_engine_unittests/Windows/[dummy has/win_swarmin
g/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://c
hromium-swarm.appspot.com/user/task/10000\"}}}", | 2291 "{\"base_task_name\": \"voice_engine_unittests/Windows/[dummy has/win_swar
ming/1337\", \"tasks\": {\"voice_engine_unittests/Windows/[dummy has/win_swarmin
g/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://c
hromium-swarm.appspot.com/user/task/10000\"}}}", |
| 2267 "--task-summary-json", | 2292 "--task-summary-json", |
| 2268 "/path/to/tmp/json" | 2293 "/path/to/tmp/json" |
| 2269 ], | 2294 ], |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2308 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 2333 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 2309 "@@@STEP_LOG_LINE@json.output@}@@@", | 2334 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2310 "@@@STEP_LOG_END@json.output@@@", | 2335 "@@@STEP_LOG_END@json.output@@@", |
| 2311 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2336 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2312 ] | 2337 ] |
| 2313 }, | 2338 }, |
| 2314 { | 2339 { |
| 2315 "cmd": [ | 2340 "cmd": [ |
| 2316 "python", | 2341 "python", |
| 2317 "-u", | 2342 "-u", |
| 2318 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 2343 "[BUILDER_CACHE]\\win_swarming\\src\\tools\\swarming_client\\swarming.py", |
| 2319 "collect", | 2344 "collect", |
| 2320 "--swarming", | 2345 "--swarming", |
| 2321 "https://chromium-swarm.appspot.com", | 2346 "https://chromium-swarm.appspot.com", |
| 2322 "--decorate", | 2347 "--decorate", |
| 2323 "--print-status-updates", | 2348 "--print-status-updates", |
| 2324 "--json", | 2349 "--json", |
| 2325 "{\"base_task_name\": \"xmllite_xmpp_unittests/Windows/[dummy has/win_swar
ming/1337\", \"tasks\": {\"xmllite_xmpp_unittests/Windows/[dummy has/win_swarmin
g/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://c
hromium-swarm.appspot.com/user/task/10000\"}}}", | 2350 "{\"base_task_name\": \"xmllite_xmpp_unittests/Windows/[dummy has/win_swar
ming/1337\", \"tasks\": {\"xmllite_xmpp_unittests/Windows/[dummy has/win_swarmin
g/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://c
hromium-swarm.appspot.com/user/task/10000\"}}}", |
| 2326 "--task-summary-json", | 2351 "--task-summary-json", |
| 2327 "/path/to/tmp/json" | 2352 "/path/to/tmp/json" |
| 2328 ], | 2353 ], |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2369 "@@@STEP_LOG_END@json.output@@@", | 2394 "@@@STEP_LOG_END@json.output@@@", |
| 2370 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2395 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2371 ] | 2396 ] |
| 2372 }, | 2397 }, |
| 2373 { | 2398 { |
| 2374 "name": "$result", | 2399 "name": "$result", |
| 2375 "recipe_result": null, | 2400 "recipe_result": null, |
| 2376 "status_code": 0 | 2401 "status_code": 0 |
| 2377 } | 2402 } |
| 2378 ] | 2403 ] |
| OLD | NEW |