| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", | 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", |
| 5 "--json-file", | 5 "--json-file", |
| 6 "/path/to/tmp/json" | 6 "/path/to/tmp/json" |
| 7 ], | 7 ], |
| 8 "name": "host and tools info", | 8 "name": "host and tools info", |
| 9 "~followup_annotations": [ | 9 "~followup_annotations": [ |
| 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", | 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", |
| 11 "@@@STEP_LOG_LINE@json.output@{@@@", | 11 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 12 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@", | 12 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@", |
| 13 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@
@", | 13 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@
@", |
| 14 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@", | 14 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@", |
| 15 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@", | 15 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@", |
| 16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@", | 16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@", |
| 17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@", | 17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@", |
| 18 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 18 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 19 "@@@STEP_LOG_LINE@json.output@ \"Xcode Version\": \"6.7.8\"@@@", | 19 "@@@STEP_LOG_LINE@json.output@ \"Xcode Version\": \"6.7.8\"@@@", |
| 20 "@@@STEP_LOG_LINE@json.output@}@@@", | 20 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 21 "@@@STEP_LOG_END@json.output@@@" | 21 "@@@STEP_LOG_END@json.output@@@" |
| 22 ] | 22 ] |
| 23 }, | 23 }, |
| 24 { | 24 { |
| 25 "cmd": [ | 25 "cmd": [ |
| 26 "python", | 26 "python", |
| 27 "-u", | 27 "-u", |
| 28 "\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", |
| 29 "[BUILDER_CACHE]/mac_swarming", |
| 30 "511" |
| 31 ], |
| 32 "name": "makedirs checkout path", |
| 33 "~followup_annotations": [ |
| 34 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 35 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 36 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 37 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 38 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 39 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 40 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 41 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 42 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 43 "@@@STEP_LOG_END@python.inline@@@" |
| 44 ] |
| 45 }, |
| 46 { |
| 47 "cmd": [ |
| 48 "python", |
| 49 "-u", |
| 28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 50 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 29 "--master", | 51 "--master", |
| 30 "tryserver.webrtc", | 52 "tryserver.webrtc", |
| 31 "--builder", | 53 "--builder", |
| 32 "mac_swarming", | 54 "mac_swarming", |
| 33 "--slave", | 55 "--slave", |
| 34 "slavename", | 56 "slavename", |
| 35 "--spec", | 57 "--spec", |
| 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'}]", | 58 "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'}]", |
| 37 "--root", | 59 "--root", |
| 38 "src", | 60 "src", |
| 39 "--revision_mapping_file", | 61 "--revision_mapping_file", |
| 40 "{\"src\": \"got_revision\"}", | 62 "{\"src\": \"got_revision\"}", |
| 41 "--git-cache-dir", | 63 "--git-cache-dir", |
| 42 "[GIT_CACHE]", | 64 "[GIT_CACHE]", |
| 43 "--issue", | 65 "--issue", |
| 44 "666666", | 66 "666666", |
| 45 "--patchset", | 67 "--patchset", |
| 46 "1", | 68 "1", |
| 47 "--rietveld_server", | 69 "--rietveld_server", |
| 48 "https://fake.rietveld.url", | 70 "https://fake.rietveld.url", |
| 49 "--output_json", | 71 "--output_json", |
| 50 "/path/to/tmp/json", | 72 "/path/to/tmp/json", |
| 51 "--revision", | 73 "--revision", |
| 52 "src@12345", | 74 "src@12345", |
| 53 "--output_manifest" | 75 "--output_manifest" |
| 54 ], | 76 ], |
| 77 "cwd": "[BUILDER_CACHE]/mac_swarming", |
| 55 "env": { | 78 "env": { |
| 56 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 79 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 57 }, | 80 }, |
| 58 "name": "bot_update", | 81 "name": "bot_update", |
| 59 "~followup_annotations": [ | 82 "~followup_annotations": [ |
| 60 "@@@STEP_TEXT@Some step text@@@", | 83 "@@@STEP_TEXT@Some step text@@@", |
| 61 "@@@STEP_LOG_LINE@json.output@{@@@", | 84 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 62 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 85 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 63 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 86 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 64 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", | 87 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 81 "@@@STEP_LOG_END@json.output@@@", | 104 "@@@STEP_LOG_END@json.output@@@", |
| 82 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | 105 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", |
| 83 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 106 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 84 ] | 107 ] |
| 85 }, | 108 }, |
| 86 { | 109 { |
| 87 "cmd": [ | 110 "cmd": [ |
| 88 "python", | 111 "python", |
| 89 "-u", | 112 "-u", |
| 90 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", | 113 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", |
| 91 "[SLAVE_BUILD]/src/out" | 114 "[BUILDER_CACHE]/mac_swarming/src/out" |
| 92 ], | 115 ], |
| 93 "name": "clean test output files" | 116 "name": "clean test output files" |
| 94 }, | 117 }, |
| 95 { | 118 { |
| 96 "cmd": [ | 119 "cmd": [ |
| 97 "python", | 120 "python", |
| 98 "-u", | 121 "-u", |
| 99 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 122 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 100 "--show-path", | 123 "--show-path", |
| 101 "python", | 124 "python", |
| 102 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 125 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 103 ], | 126 ], |
| 104 "name": "cleanup_temp" | 127 "name": "cleanup_temp" |
| 105 }, | 128 }, |
| 106 { | 129 { |
| 107 "cmd": [ | 130 "cmd": [ |
| 108 "python", | 131 "python", |
| 109 "-u", | 132 "-u", |
| 110 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", | 133 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", |
| 111 "--build-dir", | 134 "--build-dir", |
| 112 "[SLAVE_BUILD]/src/out/Debug", | 135 "[BUILDER_CACHE]/mac_swarming/src/out/Debug", |
| 113 "--clean-isolated-files" | 136 "--clean-isolated-files" |
| 114 ], | 137 ], |
| 115 "name": "clean isolated files" | 138 "name": "clean isolated files" |
| 116 }, | 139 }, |
| 117 { | 140 { |
| 118 "cmd": [], | 141 "cmd": [], |
| 119 "name": "ensure_goma" | 142 "name": "ensure_goma" |
| 120 }, | 143 }, |
| 121 { | 144 { |
| 122 "cmd": [ | 145 "cmd": [ |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 "@@@STEP_LOG_END@json.output@@@" | 191 "@@@STEP_LOG_END@json.output@@@" |
| 169 ] | 192 ] |
| 170 }, | 193 }, |
| 171 { | 194 { |
| 172 "cmd": [ | 195 "cmd": [ |
| 173 "python", | 196 "python", |
| 174 "-u", | 197 "-u", |
| 175 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 198 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 176 "runhooks" | 199 "runhooks" |
| 177 ], | 200 ], |
| 178 "cwd": "[SLAVE_BUILD]/src", | 201 "cwd": "[BUILDER_CACHE]/mac_swarming/src", |
| 179 "env": { | 202 "env": { |
| 180 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 203 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 181 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbu
ild=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_a
rch=x64 test_isolation_mode=prepare use_goma=1", | 204 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbu
ild=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_a
rch=x64 test_isolation_mode=prepare use_goma=1", |
| 182 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 205 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 183 }, | 206 }, |
| 184 "name": "gclient runhooks" | 207 "name": "gclient runhooks" |
| 185 }, | 208 }, |
| 186 { | 209 { |
| 187 "cmd": [ | 210 "cmd": [ |
| 188 "python", | 211 "python", |
| 189 "-u", | 212 "-u", |
| 190 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 213 "[BUILDER_CACHE]/mac_swarming/src/tools/swarming_client/swarming.py", |
| 191 "--version" | 214 "--version" |
| 192 ], | 215 ], |
| 193 "name": "swarming.py --version", | 216 "name": "swarming.py --version", |
| 194 "stdout": "/path/to/tmp/", | 217 "stdout": "/path/to/tmp/", |
| 195 "~followup_annotations": [ | 218 "~followup_annotations": [ |
| 196 "@@@STEP_TEXT@0.8.6@@@" | 219 "@@@STEP_TEXT@0.8.6@@@" |
| 197 ] | 220 ] |
| 198 }, | 221 }, |
| 199 { | 222 { |
| 200 "allow_subannotations": true, | 223 "allow_subannotations": true, |
| 201 "cmd": [ | 224 "cmd": [ |
| 202 "python", | 225 "python", |
| 203 "-u", | 226 "-u", |
| 204 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 227 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 205 "--src-dir", | 228 "--src-dir", |
| 206 "[SLAVE_BUILD]/src", | 229 "[BUILDER_CACHE]/mac_swarming/src", |
| 207 "--output-json", | 230 "--output-json", |
| 208 "/path/to/tmp/json" | 231 "/path/to/tmp/json" |
| 209 ], | 232 ], |
| 210 "env": { | 233 "env": { |
| 211 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 234 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 212 }, | 235 }, |
| 213 "name": "clang_revision", | 236 "name": "clang_revision", |
| 214 "~followup_annotations": [ | 237 "~followup_annotations": [ |
| 215 "@@@STEP_LOG_LINE@json.output@{@@@", | 238 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 216 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 239 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 217 "@@@STEP_LOG_LINE@json.output@}@@@", | 240 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 218 "@@@STEP_LOG_END@json.output@@@" | 241 "@@@STEP_LOG_END@json.output@@@" |
| 219 ] | 242 ] |
| 220 }, | 243 }, |
| 221 { | 244 { |
| 222 "cmd": [ | 245 "cmd": [ |
| 223 "python", | 246 "python", |
| 224 "-u", | 247 "-u", |
| 225 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 248 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 226 "--show-path", | 249 "--show-path", |
| 227 "python", | 250 "python", |
| 228 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 251 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 229 "--gsutil-py-path", | 252 "--gsutil-py-path", |
| 230 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 253 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 231 "--ninja-path", | 254 "--ninja-path", |
| 232 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 255 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 233 "--target", | 256 "--target", |
| 234 "Debug", | 257 "Debug", |
| 235 "--src-dir", | 258 "--src-dir", |
| 236 "[SLAVE_BUILD]/src", | 259 "[BUILDER_CACHE]/mac_swarming/src", |
| 237 "--goma-cache-dir", | 260 "--goma-cache-dir", |
| 238 "[GOMA_CACHE]", | 261 "[GOMA_CACHE]", |
| 262 "--goma-deps-cache-dir", |
| 263 "[GOMA_DEPS_CACHE]", |
| 239 "--compiler", | 264 "--compiler", |
| 240 "goma-clang", | 265 "goma-clang", |
| 241 "--goma-jsonstatus", | 266 "--goma-jsonstatus", |
| 242 "/path/to/tmp/json", | 267 "/path/to/tmp/json", |
| 243 "--goma-service-account-json-file", | 268 "--goma-service-account-json-file", |
| 244 "/creds/service_accounts/service-account-goma-client.json", | 269 "/creds/service_accounts/service-account-goma-client.json", |
| 245 "--goma-dir", | 270 "--goma-dir", |
| 246 "[CACHE]/cipd/goma", | 271 "[CACHE]/cipd/goma", |
| 247 "--goma-fail-fast", | 272 "--goma-fail-fast", |
| 248 "--goma-disable-local-fallback", | 273 "--goma-disable-local-fallback", |
| 249 "--", | 274 "--", |
| 250 "All" | 275 "All" |
| 251 ], | 276 ], |
| 252 "env": { | 277 "env": { |
| 253 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 278 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 254 }, | 279 }, |
| 255 "name": "compile", | 280 "name": "compile", |
| 256 "~followup_annotations": [ | 281 "~followup_annotations": [ |
| 257 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 282 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 258 "@@@STEP_LOG_END@json.output (invalid)@@@" | 283 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 259 ] | 284 ] |
| 260 }, | 285 }, |
| 261 { | 286 { |
| 262 "cmd": [ | 287 "cmd": [ |
| 263 "python", | 288 "python", |
| 264 "-u", | 289 "-u", |
| 265 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", | 290 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", |
| 266 "--build-dir", | 291 "--build-dir", |
| 267 "[SLAVE_BUILD]/src/out/Debug", | 292 "[BUILDER_CACHE]/mac_swarming/src/out/Debug", |
| 268 "--src-dir", | 293 "--src-dir", |
| 269 "[SLAVE_BUILD]/src" | 294 "[BUILDER_CACHE]/mac_swarming/src" |
| 270 ], | 295 ], |
| 271 "cwd": "[SLAVE_BUILD]", | 296 "cwd": "[SLAVE_BUILD]", |
| 272 "name": "remove_build_metadata" | 297 "name": "remove_build_metadata" |
| 273 }, | 298 }, |
| 274 { | 299 { |
| 275 "cmd": [ | 300 "cmd": [ |
| 276 "python", | 301 "python", |
| 277 "-u", | 302 "-u", |
| 278 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 303 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 279 "[SLAVE_BUILD]/src/tools/swarming_client", | 304 "[BUILDER_CACHE]/mac_swarming/src/tools/swarming_client", |
| 280 "batcharchive", | 305 "batcharchive", |
| 281 "--dump-json", | 306 "--dump-json", |
| 282 "/path/to/tmp/json", | 307 "/path/to/tmp/json", |
| 283 "--isolate-server", | 308 "--isolate-server", |
| 284 "https://isolateserver.appspot.com", | 309 "https://isolateserver.appspot.com", |
| 285 "[SLAVE_BUILD]/src/out/Debug/audio_decoder_unittests.isolated.gen.json", | 310 "[BUILDER_CACHE]/mac_swarming/src/out/Debug/audio_decoder_unittests.isolat
ed.gen.json", |
| 286 "[SLAVE_BUILD]/src/out/Debug/common_audio_unittests.isolated.gen.json", | 311 "[BUILDER_CACHE]/mac_swarming/src/out/Debug/common_audio_unittests.isolate
d.gen.json", |
| 287 "[SLAVE_BUILD]/src/out/Debug/common_video_unittests.isolated.gen.json", | 312 "[BUILDER_CACHE]/mac_swarming/src/out/Debug/common_video_unittests.isolate
d.gen.json", |
| 288 "[SLAVE_BUILD]/src/out/Debug/modules_tests.isolated.gen.json", | 313 "[BUILDER_CACHE]/mac_swarming/src/out/Debug/modules_tests.isolated.gen.jso
n", |
| 289 "[SLAVE_BUILD]/src/out/Debug/modules_unittests.isolated.gen.json", | 314 "[BUILDER_CACHE]/mac_swarming/src/out/Debug/modules_unittests.isolated.gen
.json", |
| 290 "[SLAVE_BUILD]/src/out/Debug/peerconnection_unittests.isolated.gen.json", | 315 "[BUILDER_CACHE]/mac_swarming/src/out/Debug/peerconnection_unittests.isola
ted.gen.json", |
| 291 "[SLAVE_BUILD]/src/out/Debug/rtc_media_unittests.isolated.gen.json", | 316 "[BUILDER_CACHE]/mac_swarming/src/out/Debug/rtc_media_unittests.isolated.g
en.json", |
| 292 "[SLAVE_BUILD]/src/out/Debug/rtc_pc_unittests.isolated.gen.json", | 317 "[BUILDER_CACHE]/mac_swarming/src/out/Debug/rtc_pc_unittests.isolated.gen.
json", |
| 293 "[SLAVE_BUILD]/src/out/Debug/rtc_unittests.isolated.gen.json", | 318 "[BUILDER_CACHE]/mac_swarming/src/out/Debug/rtc_unittests.isolated.gen.jso
n", |
| 294 "[SLAVE_BUILD]/src/out/Debug/system_wrappers_unittests.isolated.gen.json", | 319 "[BUILDER_CACHE]/mac_swarming/src/out/Debug/system_wrappers_unittests.isol
ated.gen.json", |
| 295 "[SLAVE_BUILD]/src/out/Debug/test_support_unittests.isolated.gen.json", | 320 "[BUILDER_CACHE]/mac_swarming/src/out/Debug/test_support_unittests.isolate
d.gen.json", |
| 296 "[SLAVE_BUILD]/src/out/Debug/tools_unittests.isolated.gen.json", | 321 "[BUILDER_CACHE]/mac_swarming/src/out/Debug/tools_unittests.isolated.gen.j
son", |
| 297 "[SLAVE_BUILD]/src/out/Debug/video_engine_tests.isolated.gen.json", | 322 "[BUILDER_CACHE]/mac_swarming/src/out/Debug/video_engine_tests.isolated.ge
n.json", |
| 298 "[SLAVE_BUILD]/src/out/Debug/voice_engine_unittests.isolated.gen.json", | 323 "[BUILDER_CACHE]/mac_swarming/src/out/Debug/voice_engine_unittests.isolate
d.gen.json", |
| 299 "[SLAVE_BUILD]/src/out/Debug/xmllite_xmpp_unittests.isolated.gen.json" | 324 "[BUILDER_CACHE]/mac_swarming/src/out/Debug/xmllite_xmpp_unittests.isolate
d.gen.json" |
| 300 ], | 325 ], |
| 301 "name": "isolate tests", | 326 "name": "isolate tests", |
| 302 "~followup_annotations": [ | 327 "~followup_annotations": [ |
| 303 "@@@STEP_LOG_LINE@json.output@{@@@", | 328 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 304 "@@@STEP_LOG_LINE@json.output@ \"audio_decoder_unittests\": \"[dummy hash
for audio_decoder_unittests]\", @@@", | 329 "@@@STEP_LOG_LINE@json.output@ \"audio_decoder_unittests\": \"[dummy hash
for audio_decoder_unittests]\", @@@", |
| 305 "@@@STEP_LOG_LINE@json.output@ \"common_audio_unittests\": \"[dummy hash
for common_audio_unittests]\", @@@", | 330 "@@@STEP_LOG_LINE@json.output@ \"common_audio_unittests\": \"[dummy hash
for common_audio_unittests]\", @@@", |
| 306 "@@@STEP_LOG_LINE@json.output@ \"common_video_unittests\": \"[dummy hash
for common_video_unittests]\", @@@", | 331 "@@@STEP_LOG_LINE@json.output@ \"common_video_unittests\": \"[dummy hash
for common_video_unittests]\", @@@", |
| 307 "@@@STEP_LOG_LINE@json.output@ \"modules_tests\": \"[dummy hash for modul
es_tests]\", @@@", | 332 "@@@STEP_LOG_LINE@json.output@ \"modules_tests\": \"[dummy hash for modul
es_tests]\", @@@", |
| 308 "@@@STEP_LOG_LINE@json.output@ \"modules_unittests\": \"[dummy hash for m
odules_unittests]\", @@@", | 333 "@@@STEP_LOG_LINE@json.output@ \"modules_unittests\": \"[dummy hash for m
odules_unittests]\", @@@", |
| 309 "@@@STEP_LOG_LINE@json.output@ \"peerconnection_unittests\": \"[dummy has
h for peerconnection_unittests]\", @@@", | 334 "@@@STEP_LOG_LINE@json.output@ \"peerconnection_unittests\": \"[dummy has
h for peerconnection_unittests]\", @@@", |
| 310 "@@@STEP_LOG_LINE@json.output@ \"rtc_media_unittests\": \"[dummy hash for
rtc_media_unittests]\", @@@", | 335 "@@@STEP_LOG_LINE@json.output@ \"rtc_media_unittests\": \"[dummy hash for
rtc_media_unittests]\", @@@", |
| 311 "@@@STEP_LOG_LINE@json.output@ \"rtc_pc_unittests\": \"[dummy hash for rt
c_pc_unittests]\", @@@", | 336 "@@@STEP_LOG_LINE@json.output@ \"rtc_pc_unittests\": \"[dummy hash for rt
c_pc_unittests]\", @@@", |
| 312 "@@@STEP_LOG_LINE@json.output@ \"rtc_unittests\": \"[dummy hash for rtc_u
nittests]\", @@@", | 337 "@@@STEP_LOG_LINE@json.output@ \"rtc_unittests\": \"[dummy hash for rtc_u
nittests]\", @@@", |
| 313 "@@@STEP_LOG_LINE@json.output@ \"system_wrappers_unittests\": \"[dummy ha
sh for system_wrappers_unittests]\", @@@", | 338 "@@@STEP_LOG_LINE@json.output@ \"system_wrappers_unittests\": \"[dummy ha
sh for system_wrappers_unittests]\", @@@", |
| 314 "@@@STEP_LOG_LINE@json.output@ \"test_support_unittests\": \"[dummy hash
for test_support_unittests]\", @@@", | 339 "@@@STEP_LOG_LINE@json.output@ \"test_support_unittests\": \"[dummy hash
for test_support_unittests]\", @@@", |
| 315 "@@@STEP_LOG_LINE@json.output@ \"tools_unittests\": \"[dummy hash for too
ls_unittests]\", @@@", | 340 "@@@STEP_LOG_LINE@json.output@ \"tools_unittests\": \"[dummy hash for too
ls_unittests]\", @@@", |
| 316 "@@@STEP_LOG_LINE@json.output@ \"video_engine_tests\": \"[dummy hash for
video_engine_tests]\", @@@", | 341 "@@@STEP_LOG_LINE@json.output@ \"video_engine_tests\": \"[dummy hash for
video_engine_tests]\", @@@", |
| 317 "@@@STEP_LOG_LINE@json.output@ \"voice_engine_unittests\": \"[dummy hash
for voice_engine_unittests]\", @@@", | 342 "@@@STEP_LOG_LINE@json.output@ \"voice_engine_unittests\": \"[dummy hash
for voice_engine_unittests]\", @@@", |
| 318 "@@@STEP_LOG_LINE@json.output@ \"xmllite_xmpp_unittests\": \"[dummy hash
for xmllite_xmpp_unittests]\"@@@", | 343 "@@@STEP_LOG_LINE@json.output@ \"xmllite_xmpp_unittests\": \"[dummy hash
for xmllite_xmpp_unittests]\"@@@", |
| 319 "@@@STEP_LOG_LINE@json.output@}@@@", | 344 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 320 "@@@STEP_LOG_END@json.output@@@", | 345 "@@@STEP_LOG_END@json.output@@@", |
| 321 "@@@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]\"}@@@" | 346 "@@@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]\"}@@@" |
| 322 ] | 347 ] |
| 323 }, | 348 }, |
| 324 { | 349 { |
| 325 "cmd": [ | 350 "cmd": [ |
| 326 "python", | 351 "python", |
| 327 "-u", | 352 "-u", |
| 328 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 353 "[BUILDER_CACHE]/mac_swarming/src/tools/swarming_client/swarming.py", |
| 329 "trigger", | 354 "trigger", |
| 330 "--swarming", | 355 "--swarming", |
| 331 "https://chromium-swarm.appspot.com", | 356 "https://chromium-swarm.appspot.com", |
| 332 "--isolate-server", | 357 "--isolate-server", |
| 333 "https://isolateserver.appspot.com", | 358 "https://isolateserver.appspot.com", |
| 334 "--priority", | 359 "--priority", |
| 335 "30", | 360 "30", |
| 336 "--shards", | 361 "--shards", |
| 337 "1", | 362 "1", |
| 338 "--task-name", | 363 "--task-name", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 397 "@@@STEP_LOG_LINE@json.output@ }@@@", | 422 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 398 "@@@STEP_LOG_LINE@json.output@}@@@", | 423 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 399 "@@@STEP_LOG_END@json.output@@@", | 424 "@@@STEP_LOG_END@json.output@@@", |
| 400 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 425 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 401 ] | 426 ] |
| 402 }, | 427 }, |
| 403 { | 428 { |
| 404 "cmd": [ | 429 "cmd": [ |
| 405 "python", | 430 "python", |
| 406 "-u", | 431 "-u", |
| 407 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 432 "[BUILDER_CACHE]/mac_swarming/src/tools/swarming_client/swarming.py", |
| 408 "trigger", | 433 "trigger", |
| 409 "--swarming", | 434 "--swarming", |
| 410 "https://chromium-swarm.appspot.com", | 435 "https://chromium-swarm.appspot.com", |
| 411 "--isolate-server", | 436 "--isolate-server", |
| 412 "https://isolateserver.appspot.com", | 437 "https://isolateserver.appspot.com", |
| 413 "--priority", | 438 "--priority", |
| 414 "30", | 439 "30", |
| 415 "--shards", | 440 "--shards", |
| 416 "1", | 441 "1", |
| 417 "--task-name", | 442 "--task-name", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 476 "@@@STEP_LOG_LINE@json.output@ }@@@", | 501 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 477 "@@@STEP_LOG_LINE@json.output@}@@@", | 502 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 478 "@@@STEP_LOG_END@json.output@@@", | 503 "@@@STEP_LOG_END@json.output@@@", |
| 479 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 504 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 480 ] | 505 ] |
| 481 }, | 506 }, |
| 482 { | 507 { |
| 483 "cmd": [ | 508 "cmd": [ |
| 484 "python", | 509 "python", |
| 485 "-u", | 510 "-u", |
| 486 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 511 "[BUILDER_CACHE]/mac_swarming/src/tools/swarming_client/swarming.py", |
| 487 "trigger", | 512 "trigger", |
| 488 "--swarming", | 513 "--swarming", |
| 489 "https://chromium-swarm.appspot.com", | 514 "https://chromium-swarm.appspot.com", |
| 490 "--isolate-server", | 515 "--isolate-server", |
| 491 "https://isolateserver.appspot.com", | 516 "https://isolateserver.appspot.com", |
| 492 "--priority", | 517 "--priority", |
| 493 "30", | 518 "30", |
| 494 "--shards", | 519 "--shards", |
| 495 "1", | 520 "1", |
| 496 "--task-name", | 521 "--task-name", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 555 "@@@STEP_LOG_LINE@json.output@ }@@@", | 580 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 556 "@@@STEP_LOG_LINE@json.output@}@@@", | 581 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 557 "@@@STEP_LOG_END@json.output@@@", | 582 "@@@STEP_LOG_END@json.output@@@", |
| 558 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 583 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 559 ] | 584 ] |
| 560 }, | 585 }, |
| 561 { | 586 { |
| 562 "cmd": [ | 587 "cmd": [ |
| 563 "python", | 588 "python", |
| 564 "-u", | 589 "-u", |
| 565 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 590 "[BUILDER_CACHE]/mac_swarming/src/tools/swarming_client/swarming.py", |
| 566 "trigger", | 591 "trigger", |
| 567 "--swarming", | 592 "--swarming", |
| 568 "https://chromium-swarm.appspot.com", | 593 "https://chromium-swarm.appspot.com", |
| 569 "--isolate-server", | 594 "--isolate-server", |
| 570 "https://isolateserver.appspot.com", | 595 "https://isolateserver.appspot.com", |
| 571 "--priority", | 596 "--priority", |
| 572 "30", | 597 "30", |
| 573 "--shards", | 598 "--shards", |
| 574 "1", | 599 "1", |
| 575 "--task-name", | 600 "--task-name", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 634 "@@@STEP_LOG_LINE@json.output@ }@@@", | 659 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 635 "@@@STEP_LOG_LINE@json.output@}@@@", | 660 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 636 "@@@STEP_LOG_END@json.output@@@", | 661 "@@@STEP_LOG_END@json.output@@@", |
| 637 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 662 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 638 ] | 663 ] |
| 639 }, | 664 }, |
| 640 { | 665 { |
| 641 "cmd": [ | 666 "cmd": [ |
| 642 "python", | 667 "python", |
| 643 "-u", | 668 "-u", |
| 644 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 669 "[BUILDER_CACHE]/mac_swarming/src/tools/swarming_client/swarming.py", |
| 645 "trigger", | 670 "trigger", |
| 646 "--swarming", | 671 "--swarming", |
| 647 "https://chromium-swarm.appspot.com", | 672 "https://chromium-swarm.appspot.com", |
| 648 "--isolate-server", | 673 "--isolate-server", |
| 649 "https://isolateserver.appspot.com", | 674 "https://isolateserver.appspot.com", |
| 650 "--priority", | 675 "--priority", |
| 651 "30", | 676 "30", |
| 652 "--shards", | 677 "--shards", |
| 653 "1", | 678 "1", |
| 654 "--task-name", | 679 "--task-name", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 713 "@@@STEP_LOG_LINE@json.output@ }@@@", | 738 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 714 "@@@STEP_LOG_LINE@json.output@}@@@", | 739 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 715 "@@@STEP_LOG_END@json.output@@@", | 740 "@@@STEP_LOG_END@json.output@@@", |
| 716 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 741 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 717 ] | 742 ] |
| 718 }, | 743 }, |
| 719 { | 744 { |
| 720 "cmd": [ | 745 "cmd": [ |
| 721 "python", | 746 "python", |
| 722 "-u", | 747 "-u", |
| 723 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 748 "[BUILDER_CACHE]/mac_swarming/src/tools/swarming_client/swarming.py", |
| 724 "trigger", | 749 "trigger", |
| 725 "--swarming", | 750 "--swarming", |
| 726 "https://chromium-swarm.appspot.com", | 751 "https://chromium-swarm.appspot.com", |
| 727 "--isolate-server", | 752 "--isolate-server", |
| 728 "https://isolateserver.appspot.com", | 753 "https://isolateserver.appspot.com", |
| 729 "--priority", | 754 "--priority", |
| 730 "30", | 755 "30", |
| 731 "--shards", | 756 "--shards", |
| 732 "1", | 757 "1", |
| 733 "--task-name", | 758 "--task-name", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 792 "@@@STEP_LOG_LINE@json.output@ }@@@", | 817 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 793 "@@@STEP_LOG_LINE@json.output@}@@@", | 818 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 794 "@@@STEP_LOG_END@json.output@@@", | 819 "@@@STEP_LOG_END@json.output@@@", |
| 795 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 820 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 796 ] | 821 ] |
| 797 }, | 822 }, |
| 798 { | 823 { |
| 799 "cmd": [ | 824 "cmd": [ |
| 800 "python", | 825 "python", |
| 801 "-u", | 826 "-u", |
| 802 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 827 "[BUILDER_CACHE]/mac_swarming/src/tools/swarming_client/swarming.py", |
| 803 "trigger", | 828 "trigger", |
| 804 "--swarming", | 829 "--swarming", |
| 805 "https://chromium-swarm.appspot.com", | 830 "https://chromium-swarm.appspot.com", |
| 806 "--isolate-server", | 831 "--isolate-server", |
| 807 "https://isolateserver.appspot.com", | 832 "https://isolateserver.appspot.com", |
| 808 "--priority", | 833 "--priority", |
| 809 "30", | 834 "30", |
| 810 "--shards", | 835 "--shards", |
| 811 "1", | 836 "1", |
| 812 "--task-name", | 837 "--task-name", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 871 "@@@STEP_LOG_LINE@json.output@ }@@@", | 896 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 872 "@@@STEP_LOG_LINE@json.output@}@@@", | 897 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 873 "@@@STEP_LOG_END@json.output@@@", | 898 "@@@STEP_LOG_END@json.output@@@", |
| 874 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 899 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 875 ] | 900 ] |
| 876 }, | 901 }, |
| 877 { | 902 { |
| 878 "cmd": [ | 903 "cmd": [ |
| 879 "python", | 904 "python", |
| 880 "-u", | 905 "-u", |
| 881 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 906 "[BUILDER_CACHE]/mac_swarming/src/tools/swarming_client/swarming.py", |
| 882 "trigger", | 907 "trigger", |
| 883 "--swarming", | 908 "--swarming", |
| 884 "https://chromium-swarm.appspot.com", | 909 "https://chromium-swarm.appspot.com", |
| 885 "--isolate-server", | 910 "--isolate-server", |
| 886 "https://isolateserver.appspot.com", | 911 "https://isolateserver.appspot.com", |
| 887 "--priority", | 912 "--priority", |
| 888 "30", | 913 "30", |
| 889 "--shards", | 914 "--shards", |
| 890 "1", | 915 "1", |
| 891 "--task-name", | 916 "--task-name", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 950 "@@@STEP_LOG_LINE@json.output@ }@@@", | 975 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 951 "@@@STEP_LOG_LINE@json.output@}@@@", | 976 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 952 "@@@STEP_LOG_END@json.output@@@", | 977 "@@@STEP_LOG_END@json.output@@@", |
| 953 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 978 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 954 ] | 979 ] |
| 955 }, | 980 }, |
| 956 { | 981 { |
| 957 "cmd": [ | 982 "cmd": [ |
| 958 "python", | 983 "python", |
| 959 "-u", | 984 "-u", |
| 960 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 985 "[BUILDER_CACHE]/mac_swarming/src/tools/swarming_client/swarming.py", |
| 961 "trigger", | 986 "trigger", |
| 962 "--swarming", | 987 "--swarming", |
| 963 "https://chromium-swarm.appspot.com", | 988 "https://chromium-swarm.appspot.com", |
| 964 "--isolate-server", | 989 "--isolate-server", |
| 965 "https://isolateserver.appspot.com", | 990 "https://isolateserver.appspot.com", |
| 966 "--priority", | 991 "--priority", |
| 967 "30", | 992 "30", |
| 968 "--shards", | 993 "--shards", |
| 969 "1", | 994 "1", |
| 970 "--task-name", | 995 "--task-name", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1029 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1054 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1030 "@@@STEP_LOG_LINE@json.output@}@@@", | 1055 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1031 "@@@STEP_LOG_END@json.output@@@", | 1056 "@@@STEP_LOG_END@json.output@@@", |
| 1032 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1057 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1033 ] | 1058 ] |
| 1034 }, | 1059 }, |
| 1035 { | 1060 { |
| 1036 "cmd": [ | 1061 "cmd": [ |
| 1037 "python", | 1062 "python", |
| 1038 "-u", | 1063 "-u", |
| 1039 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 1064 "[BUILDER_CACHE]/mac_swarming/src/tools/swarming_client/swarming.py", |
| 1040 "trigger", | 1065 "trigger", |
| 1041 "--swarming", | 1066 "--swarming", |
| 1042 "https://chromium-swarm.appspot.com", | 1067 "https://chromium-swarm.appspot.com", |
| 1043 "--isolate-server", | 1068 "--isolate-server", |
| 1044 "https://isolateserver.appspot.com", | 1069 "https://isolateserver.appspot.com", |
| 1045 "--priority", | 1070 "--priority", |
| 1046 "30", | 1071 "30", |
| 1047 "--shards", | 1072 "--shards", |
| 1048 "1", | 1073 "1", |
| 1049 "--task-name", | 1074 "--task-name", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1108 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1133 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1109 "@@@STEP_LOG_LINE@json.output@}@@@", | 1134 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1110 "@@@STEP_LOG_END@json.output@@@", | 1135 "@@@STEP_LOG_END@json.output@@@", |
| 1111 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1136 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1112 ] | 1137 ] |
| 1113 }, | 1138 }, |
| 1114 { | 1139 { |
| 1115 "cmd": [ | 1140 "cmd": [ |
| 1116 "python", | 1141 "python", |
| 1117 "-u", | 1142 "-u", |
| 1118 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 1143 "[BUILDER_CACHE]/mac_swarming/src/tools/swarming_client/swarming.py", |
| 1119 "trigger", | 1144 "trigger", |
| 1120 "--swarming", | 1145 "--swarming", |
| 1121 "https://chromium-swarm.appspot.com", | 1146 "https://chromium-swarm.appspot.com", |
| 1122 "--isolate-server", | 1147 "--isolate-server", |
| 1123 "https://isolateserver.appspot.com", | 1148 "https://isolateserver.appspot.com", |
| 1124 "--priority", | 1149 "--priority", |
| 1125 "30", | 1150 "30", |
| 1126 "--shards", | 1151 "--shards", |
| 1127 "1", | 1152 "1", |
| 1128 "--task-name", | 1153 "--task-name", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1187 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1212 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1188 "@@@STEP_LOG_LINE@json.output@}@@@", | 1213 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1189 "@@@STEP_LOG_END@json.output@@@", | 1214 "@@@STEP_LOG_END@json.output@@@", |
| 1190 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1215 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1191 ] | 1216 ] |
| 1192 }, | 1217 }, |
| 1193 { | 1218 { |
| 1194 "cmd": [ | 1219 "cmd": [ |
| 1195 "python", | 1220 "python", |
| 1196 "-u", | 1221 "-u", |
| 1197 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 1222 "[BUILDER_CACHE]/mac_swarming/src/tools/swarming_client/swarming.py", |
| 1198 "trigger", | 1223 "trigger", |
| 1199 "--swarming", | 1224 "--swarming", |
| 1200 "https://chromium-swarm.appspot.com", | 1225 "https://chromium-swarm.appspot.com", |
| 1201 "--isolate-server", | 1226 "--isolate-server", |
| 1202 "https://isolateserver.appspot.com", | 1227 "https://isolateserver.appspot.com", |
| 1203 "--priority", | 1228 "--priority", |
| 1204 "30", | 1229 "30", |
| 1205 "--shards", | 1230 "--shards", |
| 1206 "1", | 1231 "1", |
| 1207 "--task-name", | 1232 "--task-name", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1266 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1291 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1267 "@@@STEP_LOG_LINE@json.output@}@@@", | 1292 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1268 "@@@STEP_LOG_END@json.output@@@", | 1293 "@@@STEP_LOG_END@json.output@@@", |
| 1269 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1294 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1270 ] | 1295 ] |
| 1271 }, | 1296 }, |
| 1272 { | 1297 { |
| 1273 "cmd": [ | 1298 "cmd": [ |
| 1274 "python", | 1299 "python", |
| 1275 "-u", | 1300 "-u", |
| 1276 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 1301 "[BUILDER_CACHE]/mac_swarming/src/tools/swarming_client/swarming.py", |
| 1277 "trigger", | 1302 "trigger", |
| 1278 "--swarming", | 1303 "--swarming", |
| 1279 "https://chromium-swarm.appspot.com", | 1304 "https://chromium-swarm.appspot.com", |
| 1280 "--isolate-server", | 1305 "--isolate-server", |
| 1281 "https://isolateserver.appspot.com", | 1306 "https://isolateserver.appspot.com", |
| 1282 "--priority", | 1307 "--priority", |
| 1283 "30", | 1308 "30", |
| 1284 "--shards", | 1309 "--shards", |
| 1285 "1", | 1310 "1", |
| 1286 "--task-name", | 1311 "--task-name", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1345 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1370 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1346 "@@@STEP_LOG_LINE@json.output@}@@@", | 1371 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1347 "@@@STEP_LOG_END@json.output@@@", | 1372 "@@@STEP_LOG_END@json.output@@@", |
| 1348 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1373 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1349 ] | 1374 ] |
| 1350 }, | 1375 }, |
| 1351 { | 1376 { |
| 1352 "cmd": [ | 1377 "cmd": [ |
| 1353 "python", | 1378 "python", |
| 1354 "-u", | 1379 "-u", |
| 1355 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 1380 "[BUILDER_CACHE]/mac_swarming/src/tools/swarming_client/swarming.py", |
| 1356 "trigger", | 1381 "trigger", |
| 1357 "--swarming", | 1382 "--swarming", |
| 1358 "https://chromium-swarm.appspot.com", | 1383 "https://chromium-swarm.appspot.com", |
| 1359 "--isolate-server", | 1384 "--isolate-server", |
| 1360 "https://isolateserver.appspot.com", | 1385 "https://isolateserver.appspot.com", |
| 1361 "--priority", | 1386 "--priority", |
| 1362 "30", | 1387 "30", |
| 1363 "--shards", | 1388 "--shards", |
| 1364 "1", | 1389 "1", |
| 1365 "--task-name", | 1390 "--task-name", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1424 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1449 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1425 "@@@STEP_LOG_LINE@json.output@}@@@", | 1450 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1426 "@@@STEP_LOG_END@json.output@@@", | 1451 "@@@STEP_LOG_END@json.output@@@", |
| 1427 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1452 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1428 ] | 1453 ] |
| 1429 }, | 1454 }, |
| 1430 { | 1455 { |
| 1431 "cmd": [ | 1456 "cmd": [ |
| 1432 "python", | 1457 "python", |
| 1433 "-u", | 1458 "-u", |
| 1434 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 1459 "[BUILDER_CACHE]/mac_swarming/src/tools/swarming_client/swarming.py", |
| 1435 "trigger", | 1460 "trigger", |
| 1436 "--swarming", | 1461 "--swarming", |
| 1437 "https://chromium-swarm.appspot.com", | 1462 "https://chromium-swarm.appspot.com", |
| 1438 "--isolate-server", | 1463 "--isolate-server", |
| 1439 "https://isolateserver.appspot.com", | 1464 "https://isolateserver.appspot.com", |
| 1440 "--priority", | 1465 "--priority", |
| 1441 "30", | 1466 "30", |
| 1442 "--shards", | 1467 "--shards", |
| 1443 "1", | 1468 "1", |
| 1444 "--task-name", | 1469 "--task-name", |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1507 ] | 1532 ] |
| 1508 }, | 1533 }, |
| 1509 { | 1534 { |
| 1510 "cmd": [ | 1535 "cmd": [ |
| 1511 "python", | 1536 "python", |
| 1512 "-u", | 1537 "-u", |
| 1513 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 1538 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 1514 "--target", | 1539 "--target", |
| 1515 "Debug", | 1540 "Debug", |
| 1516 "--factory-properties", | 1541 "--factory-properties", |
| 1517 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_swarming\", \"buildn
umber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patchs
et\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"rietveld\
": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", | 1542 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_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\"}", |
| 1518 "--build-properties", | 1543 "--build-properties", |
| 1519 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_swarming\", \"buildn
umber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patchs
et\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"rietveld\
": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", | 1544 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_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\"}", |
| 1520 "--test-type=libjingle_peerconnection_objc_test.app/Contents/MacOS/libjing
le_peerconnection_objc_test", | 1545 "--test-type=libjingle_peerconnection_objc_test.app/Contents/MacOS/libjing
le_peerconnection_objc_test", |
| 1521 "--step-name=libjingle_peerconnection_objc_test", | 1546 "--step-name=libjingle_peerconnection_objc_test", |
| 1522 "--builder-name=mac_swarming", | 1547 "--builder-name=mac_swarming", |
| 1523 "--slave-name=slavename", | 1548 "--slave-name=slavename", |
| 1524 "--build-number=1337", | 1549 "--build-number=1337", |
| 1525 "--run-python-script", | 1550 "--run-python-script", |
| 1526 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 1551 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 1527 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 1552 "[BUILDER_CACHE]/mac_swarming/src/third_party/gtest-parallel/gtest-paralle
l", |
| 1528 "[SLAVE_BUILD]/src/out/Debug/libjingle_peerconnection_objc_test.app/Conten
ts/MacOS/libjingle_peerconnection_objc_test", | 1553 "[BUILDER_CACHE]/mac_swarming/src/out/Debug/libjingle_peerconnection_objc_
test.app/Contents/MacOS/libjingle_peerconnection_objc_test", |
| 1529 "--" | 1554 "--" |
| 1530 ], | 1555 ], |
| 1531 "name": "libjingle_peerconnection_objc_test" | 1556 "name": "libjingle_peerconnection_objc_test" |
| 1532 }, | 1557 }, |
| 1533 { | 1558 { |
| 1534 "allow_subannotations": true, | 1559 "allow_subannotations": true, |
| 1535 "cmd": [ | 1560 "cmd": [ |
| 1536 "python", | 1561 "python", |
| 1537 "-u", | 1562 "-u", |
| 1538 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 1563 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 1539 "--target", | 1564 "--target", |
| 1540 "Debug", | 1565 "Debug", |
| 1541 "--factory-properties", | 1566 "--factory-properties", |
| 1542 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_swarming\", \"buildn
umber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patchs
et\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"rietveld\
": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", | 1567 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_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\"}", |
| 1543 "--build-properties", | 1568 "--build-properties", |
| 1544 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_swarming\", \"buildn
umber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patchs
et\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"rietveld\
": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", | 1569 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_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\"}", |
| 1545 "--annotate=gtest", | 1570 "--annotate=gtest", |
| 1546 "--test-type=webrtc_nonparallel_tests", | 1571 "--test-type=webrtc_nonparallel_tests", |
| 1547 "--step-name=webrtc_nonparallel_tests", | 1572 "--step-name=webrtc_nonparallel_tests", |
| 1548 "--builder-name=mac_swarming", | 1573 "--builder-name=mac_swarming", |
| 1549 "--slave-name=slavename", | 1574 "--slave-name=slavename", |
| 1550 "--build-number=1337", | 1575 "--build-number=1337", |
| 1551 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 1576 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 1552 "webrtc_nonparallel_tests" | 1577 "webrtc_nonparallel_tests" |
| 1553 ], | 1578 ], |
| 1554 "name": "webrtc_nonparallel_tests" | 1579 "name": "webrtc_nonparallel_tests" |
| 1555 }, | 1580 }, |
| 1556 { | 1581 { |
| 1557 "cmd": [ | 1582 "cmd": [ |
| 1558 "python", | 1583 "python", |
| 1559 "-u", | 1584 "-u", |
| 1560 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 1585 "[BUILDER_CACHE]/mac_swarming/src/tools/swarming_client/swarming.py", |
| 1561 "collect", | 1586 "collect", |
| 1562 "--swarming", | 1587 "--swarming", |
| 1563 "https://chromium-swarm.appspot.com", | 1588 "https://chromium-swarm.appspot.com", |
| 1564 "--decorate", | 1589 "--decorate", |
| 1565 "--print-status-updates", | 1590 "--print-status-updates", |
| 1566 "--json", | 1591 "--json", |
| 1567 "{\"base_task_name\": \"audio_decoder_unittests/Mac/[dummy has/mac_swarmin
g/1337\", \"tasks\": {\"audio_decoder_unittests/Mac/[dummy has/mac_swarming/1337
\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromiu
m-swarm.appspot.com/user/task/10000\"}}}", | 1592 "{\"base_task_name\": \"audio_decoder_unittests/Mac/[dummy has/mac_swarmin
g/1337\", \"tasks\": {\"audio_decoder_unittests/Mac/[dummy has/mac_swarming/1337
\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromiu
m-swarm.appspot.com/user/task/10000\"}}}", |
| 1568 "--task-summary-json", | 1593 "--task-summary-json", |
| 1569 "/path/to/tmp/json" | 1594 "/path/to/tmp/json" |
| 1570 ], | 1595 ], |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1609 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1634 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 1610 "@@@STEP_LOG_LINE@json.output@}@@@", | 1635 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1611 "@@@STEP_LOG_END@json.output@@@", | 1636 "@@@STEP_LOG_END@json.output@@@", |
| 1612 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1637 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1613 ] | 1638 ] |
| 1614 }, | 1639 }, |
| 1615 { | 1640 { |
| 1616 "cmd": [ | 1641 "cmd": [ |
| 1617 "python", | 1642 "python", |
| 1618 "-u", | 1643 "-u", |
| 1619 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 1644 "[BUILDER_CACHE]/mac_swarming/src/tools/swarming_client/swarming.py", |
| 1620 "collect", | 1645 "collect", |
| 1621 "--swarming", | 1646 "--swarming", |
| 1622 "https://chromium-swarm.appspot.com", | 1647 "https://chromium-swarm.appspot.com", |
| 1623 "--decorate", | 1648 "--decorate", |
| 1624 "--print-status-updates", | 1649 "--print-status-updates", |
| 1625 "--json", | 1650 "--json", |
| 1626 "{\"base_task_name\": \"common_audio_unittests/Mac/[dummy has/mac_swarming
/1337\", \"tasks\": {\"common_audio_unittests/Mac/[dummy has/mac_swarming/1337\"
: {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-
swarm.appspot.com/user/task/10000\"}}}", | 1651 "{\"base_task_name\": \"common_audio_unittests/Mac/[dummy has/mac_swarming
/1337\", \"tasks\": {\"common_audio_unittests/Mac/[dummy has/mac_swarming/1337\"
: {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-
swarm.appspot.com/user/task/10000\"}}}", |
| 1627 "--task-summary-json", | 1652 "--task-summary-json", |
| 1628 "/path/to/tmp/json" | 1653 "/path/to/tmp/json" |
| 1629 ], | 1654 ], |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1668 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1693 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 1669 "@@@STEP_LOG_LINE@json.output@}@@@", | 1694 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1670 "@@@STEP_LOG_END@json.output@@@", | 1695 "@@@STEP_LOG_END@json.output@@@", |
| 1671 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1696 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1672 ] | 1697 ] |
| 1673 }, | 1698 }, |
| 1674 { | 1699 { |
| 1675 "cmd": [ | 1700 "cmd": [ |
| 1676 "python", | 1701 "python", |
| 1677 "-u", | 1702 "-u", |
| 1678 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 1703 "[BUILDER_CACHE]/mac_swarming/src/tools/swarming_client/swarming.py", |
| 1679 "collect", | 1704 "collect", |
| 1680 "--swarming", | 1705 "--swarming", |
| 1681 "https://chromium-swarm.appspot.com", | 1706 "https://chromium-swarm.appspot.com", |
| 1682 "--decorate", | 1707 "--decorate", |
| 1683 "--print-status-updates", | 1708 "--print-status-updates", |
| 1684 "--json", | 1709 "--json", |
| 1685 "{\"base_task_name\": \"common_video_unittests/Mac/[dummy has/mac_swarming
/1337\", \"tasks\": {\"common_video_unittests/Mac/[dummy has/mac_swarming/1337\"
: {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-
swarm.appspot.com/user/task/10000\"}}}", | 1710 "{\"base_task_name\": \"common_video_unittests/Mac/[dummy has/mac_swarming
/1337\", \"tasks\": {\"common_video_unittests/Mac/[dummy has/mac_swarming/1337\"
: {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-
swarm.appspot.com/user/task/10000\"}}}", |
| 1686 "--task-summary-json", | 1711 "--task-summary-json", |
| 1687 "/path/to/tmp/json" | 1712 "/path/to/tmp/json" |
| 1688 ], | 1713 ], |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1727 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1752 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 1728 "@@@STEP_LOG_LINE@json.output@}@@@", | 1753 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1729 "@@@STEP_LOG_END@json.output@@@", | 1754 "@@@STEP_LOG_END@json.output@@@", |
| 1730 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1755 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1731 ] | 1756 ] |
| 1732 }, | 1757 }, |
| 1733 { | 1758 { |
| 1734 "cmd": [ | 1759 "cmd": [ |
| 1735 "python", | 1760 "python", |
| 1736 "-u", | 1761 "-u", |
| 1737 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 1762 "[BUILDER_CACHE]/mac_swarming/src/tools/swarming_client/swarming.py", |
| 1738 "collect", | 1763 "collect", |
| 1739 "--swarming", | 1764 "--swarming", |
| 1740 "https://chromium-swarm.appspot.com", | 1765 "https://chromium-swarm.appspot.com", |
| 1741 "--decorate", | 1766 "--decorate", |
| 1742 "--print-status-updates", | 1767 "--print-status-updates", |
| 1743 "--json", | 1768 "--json", |
| 1744 "{\"base_task_name\": \"modules_tests/Mac/[dummy has/mac_swarming/1337\",
\"tasks\": {\"modules_tests/Mac/[dummy has/mac_swarming/1337\": {\"shard_index\"
: 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/
user/task/10000\"}}}", | 1769 "{\"base_task_name\": \"modules_tests/Mac/[dummy has/mac_swarming/1337\",
\"tasks\": {\"modules_tests/Mac/[dummy has/mac_swarming/1337\": {\"shard_index\"
: 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/
user/task/10000\"}}}", |
| 1745 "--task-summary-json", | 1770 "--task-summary-json", |
| 1746 "/path/to/tmp/json" | 1771 "/path/to/tmp/json" |
| 1747 ], | 1772 ], |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1786 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1811 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 1787 "@@@STEP_LOG_LINE@json.output@}@@@", | 1812 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1788 "@@@STEP_LOG_END@json.output@@@", | 1813 "@@@STEP_LOG_END@json.output@@@", |
| 1789 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1814 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1790 ] | 1815 ] |
| 1791 }, | 1816 }, |
| 1792 { | 1817 { |
| 1793 "cmd": [ | 1818 "cmd": [ |
| 1794 "python", | 1819 "python", |
| 1795 "-u", | 1820 "-u", |
| 1796 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 1821 "[BUILDER_CACHE]/mac_swarming/src/tools/swarming_client/swarming.py", |
| 1797 "collect", | 1822 "collect", |
| 1798 "--swarming", | 1823 "--swarming", |
| 1799 "https://chromium-swarm.appspot.com", | 1824 "https://chromium-swarm.appspot.com", |
| 1800 "--decorate", | 1825 "--decorate", |
| 1801 "--print-status-updates", | 1826 "--print-status-updates", |
| 1802 "--json", | 1827 "--json", |
| 1803 "{\"base_task_name\": \"modules_unittests/Mac/[dummy has/mac_swarming/1337
\", \"tasks\": {\"modules_unittests/Mac/[dummy has/mac_swarming/1337\": {\"shard
_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.apps
pot.com/user/task/10000\"}}}", | 1828 "{\"base_task_name\": \"modules_unittests/Mac/[dummy has/mac_swarming/1337
\", \"tasks\": {\"modules_unittests/Mac/[dummy has/mac_swarming/1337\": {\"shard
_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.apps
pot.com/user/task/10000\"}}}", |
| 1804 "--task-summary-json", | 1829 "--task-summary-json", |
| 1805 "/path/to/tmp/json" | 1830 "/path/to/tmp/json" |
| 1806 ], | 1831 ], |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1845 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1870 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 1846 "@@@STEP_LOG_LINE@json.output@}@@@", | 1871 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1847 "@@@STEP_LOG_END@json.output@@@", | 1872 "@@@STEP_LOG_END@json.output@@@", |
| 1848 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1873 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1849 ] | 1874 ] |
| 1850 }, | 1875 }, |
| 1851 { | 1876 { |
| 1852 "cmd": [ | 1877 "cmd": [ |
| 1853 "python", | 1878 "python", |
| 1854 "-u", | 1879 "-u", |
| 1855 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 1880 "[BUILDER_CACHE]/mac_swarming/src/tools/swarming_client/swarming.py", |
| 1856 "collect", | 1881 "collect", |
| 1857 "--swarming", | 1882 "--swarming", |
| 1858 "https://chromium-swarm.appspot.com", | 1883 "https://chromium-swarm.appspot.com", |
| 1859 "--decorate", | 1884 "--decorate", |
| 1860 "--print-status-updates", | 1885 "--print-status-updates", |
| 1861 "--json", | 1886 "--json", |
| 1862 "{\"base_task_name\": \"peerconnection_unittests/Mac/[dummy has/mac_swarmi
ng/1337\", \"tasks\": {\"peerconnection_unittests/Mac/[dummy has/mac_swarming/13
37\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chrom
ium-swarm.appspot.com/user/task/10000\"}}}", | 1887 "{\"base_task_name\": \"peerconnection_unittests/Mac/[dummy has/mac_swarmi
ng/1337\", \"tasks\": {\"peerconnection_unittests/Mac/[dummy has/mac_swarming/13
37\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chrom
ium-swarm.appspot.com/user/task/10000\"}}}", |
| 1863 "--task-summary-json", | 1888 "--task-summary-json", |
| 1864 "/path/to/tmp/json" | 1889 "/path/to/tmp/json" |
| 1865 ], | 1890 ], |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1904 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1929 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 1905 "@@@STEP_LOG_LINE@json.output@}@@@", | 1930 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1906 "@@@STEP_LOG_END@json.output@@@", | 1931 "@@@STEP_LOG_END@json.output@@@", |
| 1907 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1932 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1908 ] | 1933 ] |
| 1909 }, | 1934 }, |
| 1910 { | 1935 { |
| 1911 "cmd": [ | 1936 "cmd": [ |
| 1912 "python", | 1937 "python", |
| 1913 "-u", | 1938 "-u", |
| 1914 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 1939 "[BUILDER_CACHE]/mac_swarming/src/tools/swarming_client/swarming.py", |
| 1915 "collect", | 1940 "collect", |
| 1916 "--swarming", | 1941 "--swarming", |
| 1917 "https://chromium-swarm.appspot.com", | 1942 "https://chromium-swarm.appspot.com", |
| 1918 "--decorate", | 1943 "--decorate", |
| 1919 "--print-status-updates", | 1944 "--print-status-updates", |
| 1920 "--json", | 1945 "--json", |
| 1921 "{\"base_task_name\": \"rtc_media_unittests/Mac/[dummy has/mac_swarming/13
37\", \"tasks\": {\"rtc_media_unittests/Mac/[dummy has/mac_swarming/1337\": {\"s
hard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.
appspot.com/user/task/10000\"}}}", | 1946 "{\"base_task_name\": \"rtc_media_unittests/Mac/[dummy has/mac_swarming/13
37\", \"tasks\": {\"rtc_media_unittests/Mac/[dummy has/mac_swarming/1337\": {\"s
hard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.
appspot.com/user/task/10000\"}}}", |
| 1922 "--task-summary-json", | 1947 "--task-summary-json", |
| 1923 "/path/to/tmp/json" | 1948 "/path/to/tmp/json" |
| 1924 ], | 1949 ], |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1963 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1988 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 1964 "@@@STEP_LOG_LINE@json.output@}@@@", | 1989 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1965 "@@@STEP_LOG_END@json.output@@@", | 1990 "@@@STEP_LOG_END@json.output@@@", |
| 1966 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1991 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1967 ] | 1992 ] |
| 1968 }, | 1993 }, |
| 1969 { | 1994 { |
| 1970 "cmd": [ | 1995 "cmd": [ |
| 1971 "python", | 1996 "python", |
| 1972 "-u", | 1997 "-u", |
| 1973 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 1998 "[BUILDER_CACHE]/mac_swarming/src/tools/swarming_client/swarming.py", |
| 1974 "collect", | 1999 "collect", |
| 1975 "--swarming", | 2000 "--swarming", |
| 1976 "https://chromium-swarm.appspot.com", | 2001 "https://chromium-swarm.appspot.com", |
| 1977 "--decorate", | 2002 "--decorate", |
| 1978 "--print-status-updates", | 2003 "--print-status-updates", |
| 1979 "--json", | 2004 "--json", |
| 1980 "{\"base_task_name\": \"rtc_pc_unittests/Mac/[dummy has/mac_swarming/1337\
", \"tasks\": {\"rtc_pc_unittests/Mac/[dummy has/mac_swarming/1337\": {\"shard_i
ndex\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspo
t.com/user/task/10000\"}}}", | 2005 "{\"base_task_name\": \"rtc_pc_unittests/Mac/[dummy has/mac_swarming/1337\
", \"tasks\": {\"rtc_pc_unittests/Mac/[dummy has/mac_swarming/1337\": {\"shard_i
ndex\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspo
t.com/user/task/10000\"}}}", |
| 1981 "--task-summary-json", | 2006 "--task-summary-json", |
| 1982 "/path/to/tmp/json" | 2007 "/path/to/tmp/json" |
| 1983 ], | 2008 ], |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2022 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 2047 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 2023 "@@@STEP_LOG_LINE@json.output@}@@@", | 2048 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2024 "@@@STEP_LOG_END@json.output@@@", | 2049 "@@@STEP_LOG_END@json.output@@@", |
| 2025 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2050 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2026 ] | 2051 ] |
| 2027 }, | 2052 }, |
| 2028 { | 2053 { |
| 2029 "cmd": [ | 2054 "cmd": [ |
| 2030 "python", | 2055 "python", |
| 2031 "-u", | 2056 "-u", |
| 2032 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 2057 "[BUILDER_CACHE]/mac_swarming/src/tools/swarming_client/swarming.py", |
| 2033 "collect", | 2058 "collect", |
| 2034 "--swarming", | 2059 "--swarming", |
| 2035 "https://chromium-swarm.appspot.com", | 2060 "https://chromium-swarm.appspot.com", |
| 2036 "--decorate", | 2061 "--decorate", |
| 2037 "--print-status-updates", | 2062 "--print-status-updates", |
| 2038 "--json", | 2063 "--json", |
| 2039 "{\"base_task_name\": \"rtc_unittests/Mac/[dummy has/mac_swarming/1337\",
\"tasks\": {\"rtc_unittests/Mac/[dummy has/mac_swarming/1337\": {\"shard_index\"
: 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/
user/task/10000\"}}}", | 2064 "{\"base_task_name\": \"rtc_unittests/Mac/[dummy has/mac_swarming/1337\",
\"tasks\": {\"rtc_unittests/Mac/[dummy has/mac_swarming/1337\": {\"shard_index\"
: 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/
user/task/10000\"}}}", |
| 2040 "--task-summary-json", | 2065 "--task-summary-json", |
| 2041 "/path/to/tmp/json" | 2066 "/path/to/tmp/json" |
| 2042 ], | 2067 ], |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2081 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 2106 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 2082 "@@@STEP_LOG_LINE@json.output@}@@@", | 2107 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2083 "@@@STEP_LOG_END@json.output@@@", | 2108 "@@@STEP_LOG_END@json.output@@@", |
| 2084 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2109 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2085 ] | 2110 ] |
| 2086 }, | 2111 }, |
| 2087 { | 2112 { |
| 2088 "cmd": [ | 2113 "cmd": [ |
| 2089 "python", | 2114 "python", |
| 2090 "-u", | 2115 "-u", |
| 2091 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 2116 "[BUILDER_CACHE]/mac_swarming/src/tools/swarming_client/swarming.py", |
| 2092 "collect", | 2117 "collect", |
| 2093 "--swarming", | 2118 "--swarming", |
| 2094 "https://chromium-swarm.appspot.com", | 2119 "https://chromium-swarm.appspot.com", |
| 2095 "--decorate", | 2120 "--decorate", |
| 2096 "--print-status-updates", | 2121 "--print-status-updates", |
| 2097 "--json", | 2122 "--json", |
| 2098 "{\"base_task_name\": \"system_wrappers_unittests/Mac/[dummy has/mac_swarm
ing/1337\", \"tasks\": {\"system_wrappers_unittests/Mac/[dummy has/mac_swarming/
1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chr
omium-swarm.appspot.com/user/task/10000\"}}}", | 2123 "{\"base_task_name\": \"system_wrappers_unittests/Mac/[dummy has/mac_swarm
ing/1337\", \"tasks\": {\"system_wrappers_unittests/Mac/[dummy has/mac_swarming/
1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chr
omium-swarm.appspot.com/user/task/10000\"}}}", |
| 2099 "--task-summary-json", | 2124 "--task-summary-json", |
| 2100 "/path/to/tmp/json" | 2125 "/path/to/tmp/json" |
| 2101 ], | 2126 ], |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2140 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 2165 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 2141 "@@@STEP_LOG_LINE@json.output@}@@@", | 2166 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2142 "@@@STEP_LOG_END@json.output@@@", | 2167 "@@@STEP_LOG_END@json.output@@@", |
| 2143 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2168 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2144 ] | 2169 ] |
| 2145 }, | 2170 }, |
| 2146 { | 2171 { |
| 2147 "cmd": [ | 2172 "cmd": [ |
| 2148 "python", | 2173 "python", |
| 2149 "-u", | 2174 "-u", |
| 2150 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 2175 "[BUILDER_CACHE]/mac_swarming/src/tools/swarming_client/swarming.py", |
| 2151 "collect", | 2176 "collect", |
| 2152 "--swarming", | 2177 "--swarming", |
| 2153 "https://chromium-swarm.appspot.com", | 2178 "https://chromium-swarm.appspot.com", |
| 2154 "--decorate", | 2179 "--decorate", |
| 2155 "--print-status-updates", | 2180 "--print-status-updates", |
| 2156 "--json", | 2181 "--json", |
| 2157 "{\"base_task_name\": \"test_support_unittests/Mac/[dummy has/mac_swarming
/1337\", \"tasks\": {\"test_support_unittests/Mac/[dummy has/mac_swarming/1337\"
: {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-
swarm.appspot.com/user/task/10000\"}}}", | 2182 "{\"base_task_name\": \"test_support_unittests/Mac/[dummy has/mac_swarming
/1337\", \"tasks\": {\"test_support_unittests/Mac/[dummy has/mac_swarming/1337\"
: {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-
swarm.appspot.com/user/task/10000\"}}}", |
| 2158 "--task-summary-json", | 2183 "--task-summary-json", |
| 2159 "/path/to/tmp/json" | 2184 "/path/to/tmp/json" |
| 2160 ], | 2185 ], |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2199 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 2224 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 2200 "@@@STEP_LOG_LINE@json.output@}@@@", | 2225 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2201 "@@@STEP_LOG_END@json.output@@@", | 2226 "@@@STEP_LOG_END@json.output@@@", |
| 2202 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2227 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2203 ] | 2228 ] |
| 2204 }, | 2229 }, |
| 2205 { | 2230 { |
| 2206 "cmd": [ | 2231 "cmd": [ |
| 2207 "python", | 2232 "python", |
| 2208 "-u", | 2233 "-u", |
| 2209 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 2234 "[BUILDER_CACHE]/mac_swarming/src/tools/swarming_client/swarming.py", |
| 2210 "collect", | 2235 "collect", |
| 2211 "--swarming", | 2236 "--swarming", |
| 2212 "https://chromium-swarm.appspot.com", | 2237 "https://chromium-swarm.appspot.com", |
| 2213 "--decorate", | 2238 "--decorate", |
| 2214 "--print-status-updates", | 2239 "--print-status-updates", |
| 2215 "--json", | 2240 "--json", |
| 2216 "{\"base_task_name\": \"tools_unittests/Mac/[dummy has/mac_swarming/1337\"
, \"tasks\": {\"tools_unittests/Mac/[dummy has/mac_swarming/1337\": {\"shard_ind
ex\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.
com/user/task/10000\"}}}", | 2241 "{\"base_task_name\": \"tools_unittests/Mac/[dummy has/mac_swarming/1337\"
, \"tasks\": {\"tools_unittests/Mac/[dummy has/mac_swarming/1337\": {\"shard_ind
ex\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.
com/user/task/10000\"}}}", |
| 2217 "--task-summary-json", | 2242 "--task-summary-json", |
| 2218 "/path/to/tmp/json" | 2243 "/path/to/tmp/json" |
| 2219 ], | 2244 ], |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2258 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 2283 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 2259 "@@@STEP_LOG_LINE@json.output@}@@@", | 2284 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2260 "@@@STEP_LOG_END@json.output@@@", | 2285 "@@@STEP_LOG_END@json.output@@@", |
| 2261 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2286 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2262 ] | 2287 ] |
| 2263 }, | 2288 }, |
| 2264 { | 2289 { |
| 2265 "cmd": [ | 2290 "cmd": [ |
| 2266 "python", | 2291 "python", |
| 2267 "-u", | 2292 "-u", |
| 2268 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 2293 "[BUILDER_CACHE]/mac_swarming/src/tools/swarming_client/swarming.py", |
| 2269 "collect", | 2294 "collect", |
| 2270 "--swarming", | 2295 "--swarming", |
| 2271 "https://chromium-swarm.appspot.com", | 2296 "https://chromium-swarm.appspot.com", |
| 2272 "--decorate", | 2297 "--decorate", |
| 2273 "--print-status-updates", | 2298 "--print-status-updates", |
| 2274 "--json", | 2299 "--json", |
| 2275 "{\"base_task_name\": \"video_engine_tests/Mac/[dummy has/mac_swarming/133
7\", \"tasks\": {\"video_engine_tests/Mac/[dummy has/mac_swarming/1337\": {\"sha
rd_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.ap
pspot.com/user/task/10000\"}}}", | 2300 "{\"base_task_name\": \"video_engine_tests/Mac/[dummy has/mac_swarming/133
7\", \"tasks\": {\"video_engine_tests/Mac/[dummy has/mac_swarming/1337\": {\"sha
rd_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.ap
pspot.com/user/task/10000\"}}}", |
| 2276 "--task-summary-json", | 2301 "--task-summary-json", |
| 2277 "/path/to/tmp/json" | 2302 "/path/to/tmp/json" |
| 2278 ], | 2303 ], |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2317 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 2342 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 2318 "@@@STEP_LOG_LINE@json.output@}@@@", | 2343 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2319 "@@@STEP_LOG_END@json.output@@@", | 2344 "@@@STEP_LOG_END@json.output@@@", |
| 2320 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2345 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2321 ] | 2346 ] |
| 2322 }, | 2347 }, |
| 2323 { | 2348 { |
| 2324 "cmd": [ | 2349 "cmd": [ |
| 2325 "python", | 2350 "python", |
| 2326 "-u", | 2351 "-u", |
| 2327 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 2352 "[BUILDER_CACHE]/mac_swarming/src/tools/swarming_client/swarming.py", |
| 2328 "collect", | 2353 "collect", |
| 2329 "--swarming", | 2354 "--swarming", |
| 2330 "https://chromium-swarm.appspot.com", | 2355 "https://chromium-swarm.appspot.com", |
| 2331 "--decorate", | 2356 "--decorate", |
| 2332 "--print-status-updates", | 2357 "--print-status-updates", |
| 2333 "--json", | 2358 "--json", |
| 2334 "{\"base_task_name\": \"voice_engine_unittests/Mac/[dummy has/mac_swarming
/1337\", \"tasks\": {\"voice_engine_unittests/Mac/[dummy has/mac_swarming/1337\"
: {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-
swarm.appspot.com/user/task/10000\"}}}", | 2359 "{\"base_task_name\": \"voice_engine_unittests/Mac/[dummy has/mac_swarming
/1337\", \"tasks\": {\"voice_engine_unittests/Mac/[dummy has/mac_swarming/1337\"
: {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-
swarm.appspot.com/user/task/10000\"}}}", |
| 2335 "--task-summary-json", | 2360 "--task-summary-json", |
| 2336 "/path/to/tmp/json" | 2361 "/path/to/tmp/json" |
| 2337 ], | 2362 ], |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2376 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 2401 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 2377 "@@@STEP_LOG_LINE@json.output@}@@@", | 2402 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2378 "@@@STEP_LOG_END@json.output@@@", | 2403 "@@@STEP_LOG_END@json.output@@@", |
| 2379 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2404 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2380 ] | 2405 ] |
| 2381 }, | 2406 }, |
| 2382 { | 2407 { |
| 2383 "cmd": [ | 2408 "cmd": [ |
| 2384 "python", | 2409 "python", |
| 2385 "-u", | 2410 "-u", |
| 2386 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 2411 "[BUILDER_CACHE]/mac_swarming/src/tools/swarming_client/swarming.py", |
| 2387 "collect", | 2412 "collect", |
| 2388 "--swarming", | 2413 "--swarming", |
| 2389 "https://chromium-swarm.appspot.com", | 2414 "https://chromium-swarm.appspot.com", |
| 2390 "--decorate", | 2415 "--decorate", |
| 2391 "--print-status-updates", | 2416 "--print-status-updates", |
| 2392 "--json", | 2417 "--json", |
| 2393 "{\"base_task_name\": \"xmllite_xmpp_unittests/Mac/[dummy has/mac_swarming
/1337\", \"tasks\": {\"xmllite_xmpp_unittests/Mac/[dummy has/mac_swarming/1337\"
: {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-
swarm.appspot.com/user/task/10000\"}}}", | 2418 "{\"base_task_name\": \"xmllite_xmpp_unittests/Mac/[dummy has/mac_swarming
/1337\", \"tasks\": {\"xmllite_xmpp_unittests/Mac/[dummy has/mac_swarming/1337\"
: {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-
swarm.appspot.com/user/task/10000\"}}}", |
| 2394 "--task-summary-json", | 2419 "--task-summary-json", |
| 2395 "/path/to/tmp/json" | 2420 "/path/to/tmp/json" |
| 2396 ], | 2421 ], |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2437 "@@@STEP_LOG_END@json.output@@@", | 2462 "@@@STEP_LOG_END@json.output@@@", |
| 2438 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2463 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2439 ] | 2464 ] |
| 2440 }, | 2465 }, |
| 2441 { | 2466 { |
| 2442 "name": "$result", | 2467 "name": "$result", |
| 2443 "recipe_result": null, | 2468 "recipe_result": null, |
| 2444 "status_code": 0 | 2469 "status_code": 0 |
| 2445 } | 2470 } |
| 2446 ] | 2471 ] |
| OLD | NEW |