| 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 "cwd": "[SLAVE_BUILD]", | |
| 9 "name": "host and tools info", | 8 "name": "host and tools info", |
| 10 "~followup_annotations": [ | 9 "~followup_annotations": [ |
| 11 "@@@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)@@@", |
| 12 "@@@STEP_LOG_LINE@json.output@{@@@", | 11 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 13 "@@@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\", @@@", |
| 14 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@
@", | 13 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@
@", |
| 15 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@", | 14 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@", |
| 16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@", | 15 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@", |
| 17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@", | 16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@", |
| 18 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@", | 17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@", |
| (...skipping 27 matching lines...) Expand all Loading... |
| 46 "--patchset", | 45 "--patchset", |
| 47 "1", | 46 "1", |
| 48 "--rietveld_server", | 47 "--rietveld_server", |
| 49 "https://fake.rietveld.url", | 48 "https://fake.rietveld.url", |
| 50 "--output_json", | 49 "--output_json", |
| 51 "/path/to/tmp/json", | 50 "/path/to/tmp/json", |
| 52 "--revision", | 51 "--revision", |
| 53 "src@12345", | 52 "src@12345", |
| 54 "--output_manifest" | 53 "--output_manifest" |
| 55 ], | 54 ], |
| 56 "cwd": "[SLAVE_BUILD]", | |
| 57 "env": { | 55 "env": { |
| 58 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 56 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 59 }, | 57 }, |
| 60 "name": "bot_update", | 58 "name": "bot_update", |
| 61 "~followup_annotations": [ | 59 "~followup_annotations": [ |
| 62 "@@@STEP_TEXT@Some step text@@@", | 60 "@@@STEP_TEXT@Some step text@@@", |
| 63 "@@@STEP_LOG_LINE@json.output@{@@@", | 61 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 64 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 62 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 65 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 63 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 66 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", | 64 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 85 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 83 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 86 ] | 84 ] |
| 87 }, | 85 }, |
| 88 { | 86 { |
| 89 "cmd": [ | 87 "cmd": [ |
| 90 "python", | 88 "python", |
| 91 "-u", | 89 "-u", |
| 92 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", | 90 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", |
| 93 "[SLAVE_BUILD]/src/out" | 91 "[SLAVE_BUILD]/src/out" |
| 94 ], | 92 ], |
| 95 "cwd": "[SLAVE_BUILD]", | |
| 96 "name": "clean test output files" | 93 "name": "clean test output files" |
| 97 }, | 94 }, |
| 98 { | 95 { |
| 99 "cmd": [ | 96 "cmd": [ |
| 100 "python", | 97 "python", |
| 101 "-u", | 98 "-u", |
| 102 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 99 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 103 "--show-path", | 100 "--show-path", |
| 104 "python", | 101 "python", |
| 105 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 102 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 106 ], | 103 ], |
| 107 "cwd": "[SLAVE_BUILD]", | |
| 108 "name": "cleanup_temp" | 104 "name": "cleanup_temp" |
| 109 }, | 105 }, |
| 110 { | 106 { |
| 111 "cmd": [ | 107 "cmd": [ |
| 112 "python", | 108 "python", |
| 113 "-u", | 109 "-u", |
| 114 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", | 110 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", |
| 115 "--build-dir", | 111 "--build-dir", |
| 116 "[SLAVE_BUILD]/src/out/Debug", | 112 "[SLAVE_BUILD]/src/out/Debug", |
| 117 "--clean-isolated-files" | 113 "--clean-isolated-files" |
| 118 ], | 114 ], |
| 119 "cwd": "[SLAVE_BUILD]", | |
| 120 "name": "clean isolated files" | 115 "name": "clean isolated files" |
| 121 }, | 116 }, |
| 122 { | 117 { |
| 123 "cmd": [ | 118 "cmd": [ |
| 124 "python", | 119 "python", |
| 125 "-u", | 120 "-u", |
| 126 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 121 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 127 "runhooks" | 122 "runhooks" |
| 128 ], | 123 ], |
| 129 "cwd": "[SLAVE_BUILD]", | |
| 130 "env": { | 124 "env": { |
| 131 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 125 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 132 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbu
ild=1 ffmpeg_branding=Chrome gomadir='[BUILD]/goma' rtc_use_264=1 target_arch=x6
4 test_isolation_mode=prepare use_goma=1", | 126 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbu
ild=1 ffmpeg_branding=Chrome gomadir='[BUILD]/goma' rtc_use_264=1 target_arch=x6
4 test_isolation_mode=prepare use_goma=1", |
| 133 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 127 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 134 }, | 128 }, |
| 135 "name": "gclient runhooks" | 129 "name": "gclient runhooks" |
| 136 }, | 130 }, |
| 137 { | 131 { |
| 138 "cmd": [ | 132 "cmd": [ |
| 139 "python", | 133 "python", |
| 140 "-u", | 134 "-u", |
| 141 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 135 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 142 "--version" | 136 "--version" |
| 143 ], | 137 ], |
| 144 "cwd": "[SLAVE_BUILD]", | |
| 145 "name": "swarming.py --version", | 138 "name": "swarming.py --version", |
| 146 "stdout": "/path/to/tmp/", | 139 "stdout": "/path/to/tmp/", |
| 147 "~followup_annotations": [ | 140 "~followup_annotations": [ |
| 148 "@@@STEP_TEXT@0.4.10@@@" | 141 "@@@STEP_TEXT@0.4.10@@@" |
| 149 ] | 142 ] |
| 150 }, | 143 }, |
| 151 { | 144 { |
| 152 "allow_subannotations": true, | 145 "allow_subannotations": true, |
| 153 "cmd": [ | 146 "cmd": [ |
| 154 "python", | 147 "python", |
| 155 "-u", | 148 "-u", |
| 156 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 149 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 157 "--src-dir", | 150 "--src-dir", |
| 158 "[SLAVE_BUILD]/src", | 151 "[SLAVE_BUILD]/src", |
| 159 "--output-json", | 152 "--output-json", |
| 160 "/path/to/tmp/json" | 153 "/path/to/tmp/json" |
| 161 ], | 154 ], |
| 162 "cwd": "[SLAVE_BUILD]", | |
| 163 "env": { | 155 "env": { |
| 164 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 156 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 165 }, | 157 }, |
| 166 "name": "clang_revision", | 158 "name": "clang_revision", |
| 167 "~followup_annotations": [ | 159 "~followup_annotations": [ |
| 168 "@@@STEP_LOG_LINE@json.output@{@@@", | 160 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 169 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 161 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 170 "@@@STEP_LOG_LINE@json.output@}@@@", | 162 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 171 "@@@STEP_LOG_END@json.output@@@" | 163 "@@@STEP_LOG_END@json.output@@@" |
| 172 ] | 164 ] |
| (...skipping 24 matching lines...) Expand all Loading... |
| 197 "/path/to/tmp/json", | 189 "/path/to/tmp/json", |
| 198 "--goma-service-account-json-file", | 190 "--goma-service-account-json-file", |
| 199 "/creds/service_accounts/service-account-goma-client.json", | 191 "/creds/service_accounts/service-account-goma-client.json", |
| 200 "--goma-dir", | 192 "--goma-dir", |
| 201 "[BUILD]/goma", | 193 "[BUILD]/goma", |
| 202 "--goma-fail-fast", | 194 "--goma-fail-fast", |
| 203 "--goma-disable-local-fallback", | 195 "--goma-disable-local-fallback", |
| 204 "--", | 196 "--", |
| 205 "All" | 197 "All" |
| 206 ], | 198 ], |
| 207 "cwd": "[SLAVE_BUILD]", | |
| 208 "env": { | 199 "env": { |
| 209 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 200 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 210 }, | 201 }, |
| 211 "name": "compile", | 202 "name": "compile", |
| 212 "~followup_annotations": [ | 203 "~followup_annotations": [ |
| 213 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 204 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 214 "@@@STEP_LOG_END@json.output (invalid)@@@" | 205 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 215 ] | 206 ] |
| 216 }, | 207 }, |
| 217 { | 208 { |
| (...skipping 28 matching lines...) Expand all Loading... |
| 246 "[SLAVE_BUILD]/src/out/Debug/peerconnection_unittests.isolated.gen.json", | 237 "[SLAVE_BUILD]/src/out/Debug/peerconnection_unittests.isolated.gen.json", |
| 247 "[SLAVE_BUILD]/src/out/Debug/rtc_media_unittests.isolated.gen.json", | 238 "[SLAVE_BUILD]/src/out/Debug/rtc_media_unittests.isolated.gen.json", |
| 248 "[SLAVE_BUILD]/src/out/Debug/rtc_pc_unittests.isolated.gen.json", | 239 "[SLAVE_BUILD]/src/out/Debug/rtc_pc_unittests.isolated.gen.json", |
| 249 "[SLAVE_BUILD]/src/out/Debug/rtc_unittests.isolated.gen.json", | 240 "[SLAVE_BUILD]/src/out/Debug/rtc_unittests.isolated.gen.json", |
| 250 "[SLAVE_BUILD]/src/out/Debug/system_wrappers_unittests.isolated.gen.json", | 241 "[SLAVE_BUILD]/src/out/Debug/system_wrappers_unittests.isolated.gen.json", |
| 251 "[SLAVE_BUILD]/src/out/Debug/test_support_unittests.isolated.gen.json", | 242 "[SLAVE_BUILD]/src/out/Debug/test_support_unittests.isolated.gen.json", |
| 252 "[SLAVE_BUILD]/src/out/Debug/tools_unittests.isolated.gen.json", | 243 "[SLAVE_BUILD]/src/out/Debug/tools_unittests.isolated.gen.json", |
| 253 "[SLAVE_BUILD]/src/out/Debug/video_engine_tests.isolated.gen.json", | 244 "[SLAVE_BUILD]/src/out/Debug/video_engine_tests.isolated.gen.json", |
| 254 "[SLAVE_BUILD]/src/out/Debug/voice_engine_unittests.isolated.gen.json" | 245 "[SLAVE_BUILD]/src/out/Debug/voice_engine_unittests.isolated.gen.json" |
| 255 ], | 246 ], |
| 256 "cwd": "[SLAVE_BUILD]", | |
| 257 "name": "isolate tests", | 247 "name": "isolate tests", |
| 258 "~followup_annotations": [ | 248 "~followup_annotations": [ |
| 259 "@@@STEP_LOG_LINE@json.output@{@@@", | 249 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 260 "@@@STEP_LOG_LINE@json.output@ \"audio_decoder_unittests\": \"[dummy hash
for audio_decoder_unittests]\", @@@", | 250 "@@@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]\", @@@", | 251 "@@@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]\", @@@", | 252 "@@@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]\", @@@", | 253 "@@@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]\", @@@", | 254 "@@@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]\", @@@", | 255 "@@@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]\", @@@", | 256 "@@@STEP_LOG_LINE@json.output@ \"rtc_media_unittests\": \"[dummy hash for
rtc_media_unittests]\", @@@", |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 332 "purpose:pre-commit", | 322 "purpose:pre-commit", |
| 333 "--tag", | 323 "--tag", |
| 334 "rietveld:https://fake.rietveld.url/666666/#ps1", | 324 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 335 "--tag", | 325 "--tag", |
| 336 "slavename:slavename", | 326 "slavename:slavename", |
| 337 "--tag", | 327 "--tag", |
| 338 "stepname:audio_decoder_unittests on Mac", | 328 "stepname:audio_decoder_unittests on Mac", |
| 339 "--idempotent", | 329 "--idempotent", |
| 340 "[dummy hash for audio_decoder_unittests]" | 330 "[dummy hash for audio_decoder_unittests]" |
| 341 ], | 331 ], |
| 342 "cwd": "[SLAVE_BUILD]", | |
| 343 "name": "[trigger] audio_decoder_unittests on Mac", | 332 "name": "[trigger] audio_decoder_unittests on Mac", |
| 344 "~followup_annotations": [ | 333 "~followup_annotations": [ |
| 345 "@@@STEP_LOG_LINE@json.output@{@@@", | 334 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 346 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"audio_decoder_unitte
sts/Mac/[dummy has/mac_swarming/1337\", @@@", | 335 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"audio_decoder_unitte
sts/Mac/[dummy has/mac_swarming/1337\", @@@", |
| 347 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 336 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 348 "@@@STEP_LOG_LINE@json.output@ \"audio_decoder_unittests/Mac/[dummy has
/mac_swarming/1337\": {@@@", | 337 "@@@STEP_LOG_LINE@json.output@ \"audio_decoder_unittests/Mac/[dummy has
/mac_swarming/1337\": {@@@", |
| 349 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 338 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 350 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 339 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 351 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 340 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 352 "@@@STEP_LOG_LINE@json.output@ }@@@", | 341 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 412 "purpose:pre-commit", | 401 "purpose:pre-commit", |
| 413 "--tag", | 402 "--tag", |
| 414 "rietveld:https://fake.rietveld.url/666666/#ps1", | 403 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 415 "--tag", | 404 "--tag", |
| 416 "slavename:slavename", | 405 "slavename:slavename", |
| 417 "--tag", | 406 "--tag", |
| 418 "stepname:common_audio_unittests on Mac", | 407 "stepname:common_audio_unittests on Mac", |
| 419 "--idempotent", | 408 "--idempotent", |
| 420 "[dummy hash for common_audio_unittests]" | 409 "[dummy hash for common_audio_unittests]" |
| 421 ], | 410 ], |
| 422 "cwd": "[SLAVE_BUILD]", | |
| 423 "name": "[trigger] common_audio_unittests on Mac", | 411 "name": "[trigger] common_audio_unittests on Mac", |
| 424 "~followup_annotations": [ | 412 "~followup_annotations": [ |
| 425 "@@@STEP_LOG_LINE@json.output@{@@@", | 413 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 426 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"common_audio_unittes
ts/Mac/[dummy has/mac_swarming/1337\", @@@", | 414 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"common_audio_unittes
ts/Mac/[dummy has/mac_swarming/1337\", @@@", |
| 427 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 415 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 428 "@@@STEP_LOG_LINE@json.output@ \"common_audio_unittests/Mac/[dummy has/
mac_swarming/1337\": {@@@", | 416 "@@@STEP_LOG_LINE@json.output@ \"common_audio_unittests/Mac/[dummy has/
mac_swarming/1337\": {@@@", |
| 429 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 417 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 430 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 418 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 431 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 419 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 432 "@@@STEP_LOG_LINE@json.output@ }@@@", | 420 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 492 "purpose:pre-commit", | 480 "purpose:pre-commit", |
| 493 "--tag", | 481 "--tag", |
| 494 "rietveld:https://fake.rietveld.url/666666/#ps1", | 482 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 495 "--tag", | 483 "--tag", |
| 496 "slavename:slavename", | 484 "slavename:slavename", |
| 497 "--tag", | 485 "--tag", |
| 498 "stepname:common_video_unittests on Mac", | 486 "stepname:common_video_unittests on Mac", |
| 499 "--idempotent", | 487 "--idempotent", |
| 500 "[dummy hash for common_video_unittests]" | 488 "[dummy hash for common_video_unittests]" |
| 501 ], | 489 ], |
| 502 "cwd": "[SLAVE_BUILD]", | |
| 503 "name": "[trigger] common_video_unittests on Mac", | 490 "name": "[trigger] common_video_unittests on Mac", |
| 504 "~followup_annotations": [ | 491 "~followup_annotations": [ |
| 505 "@@@STEP_LOG_LINE@json.output@{@@@", | 492 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 506 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"common_video_unittes
ts/Mac/[dummy has/mac_swarming/1337\", @@@", | 493 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"common_video_unittes
ts/Mac/[dummy has/mac_swarming/1337\", @@@", |
| 507 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 494 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 508 "@@@STEP_LOG_LINE@json.output@ \"common_video_unittests/Mac/[dummy has/
mac_swarming/1337\": {@@@", | 495 "@@@STEP_LOG_LINE@json.output@ \"common_video_unittests/Mac/[dummy has/
mac_swarming/1337\": {@@@", |
| 509 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 496 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 510 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 497 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 511 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 498 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 512 "@@@STEP_LOG_LINE@json.output@ }@@@", | 499 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 572 "purpose:pre-commit", | 559 "purpose:pre-commit", |
| 573 "--tag", | 560 "--tag", |
| 574 "rietveld:https://fake.rietveld.url/666666/#ps1", | 561 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 575 "--tag", | 562 "--tag", |
| 576 "slavename:slavename", | 563 "slavename:slavename", |
| 577 "--tag", | 564 "--tag", |
| 578 "stepname:modules_tests on Mac", | 565 "stepname:modules_tests on Mac", |
| 579 "--idempotent", | 566 "--idempotent", |
| 580 "[dummy hash for modules_tests]" | 567 "[dummy hash for modules_tests]" |
| 581 ], | 568 ], |
| 582 "cwd": "[SLAVE_BUILD]", | |
| 583 "name": "[trigger] modules_tests on Mac", | 569 "name": "[trigger] modules_tests on Mac", |
| 584 "~followup_annotations": [ | 570 "~followup_annotations": [ |
| 585 "@@@STEP_LOG_LINE@json.output@{@@@", | 571 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 586 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"modules_tests/Mac/[d
ummy has/mac_swarming/1337\", @@@", | 572 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"modules_tests/Mac/[d
ummy has/mac_swarming/1337\", @@@", |
| 587 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 573 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 588 "@@@STEP_LOG_LINE@json.output@ \"modules_tests/Mac/[dummy has/mac_swarm
ing/1337\": {@@@", | 574 "@@@STEP_LOG_LINE@json.output@ \"modules_tests/Mac/[dummy has/mac_swarm
ing/1337\": {@@@", |
| 589 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 575 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 590 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 576 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 591 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 577 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 592 "@@@STEP_LOG_LINE@json.output@ }@@@", | 578 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 652 "purpose:pre-commit", | 638 "purpose:pre-commit", |
| 653 "--tag", | 639 "--tag", |
| 654 "rietveld:https://fake.rietveld.url/666666/#ps1", | 640 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 655 "--tag", | 641 "--tag", |
| 656 "slavename:slavename", | 642 "slavename:slavename", |
| 657 "--tag", | 643 "--tag", |
| 658 "stepname:modules_unittests on Mac", | 644 "stepname:modules_unittests on Mac", |
| 659 "--idempotent", | 645 "--idempotent", |
| 660 "[dummy hash for modules_unittests]" | 646 "[dummy hash for modules_unittests]" |
| 661 ], | 647 ], |
| 662 "cwd": "[SLAVE_BUILD]", | |
| 663 "name": "[trigger] modules_unittests on Mac", | 648 "name": "[trigger] modules_unittests on Mac", |
| 664 "~followup_annotations": [ | 649 "~followup_annotations": [ |
| 665 "@@@STEP_LOG_LINE@json.output@{@@@", | 650 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 666 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"modules_unittests/Ma
c/[dummy has/mac_swarming/1337\", @@@", | 651 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"modules_unittests/Ma
c/[dummy has/mac_swarming/1337\", @@@", |
| 667 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 652 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 668 "@@@STEP_LOG_LINE@json.output@ \"modules_unittests/Mac/[dummy has/mac_s
warming/1337\": {@@@", | 653 "@@@STEP_LOG_LINE@json.output@ \"modules_unittests/Mac/[dummy has/mac_s
warming/1337\": {@@@", |
| 669 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 654 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 670 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 655 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 671 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 656 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 672 "@@@STEP_LOG_LINE@json.output@ }@@@", | 657 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 732 "purpose:pre-commit", | 717 "purpose:pre-commit", |
| 733 "--tag", | 718 "--tag", |
| 734 "rietveld:https://fake.rietveld.url/666666/#ps1", | 719 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 735 "--tag", | 720 "--tag", |
| 736 "slavename:slavename", | 721 "slavename:slavename", |
| 737 "--tag", | 722 "--tag", |
| 738 "stepname:peerconnection_unittests on Mac", | 723 "stepname:peerconnection_unittests on Mac", |
| 739 "--idempotent", | 724 "--idempotent", |
| 740 "[dummy hash for peerconnection_unittests]" | 725 "[dummy hash for peerconnection_unittests]" |
| 741 ], | 726 ], |
| 742 "cwd": "[SLAVE_BUILD]", | |
| 743 "name": "[trigger] peerconnection_unittests on Mac", | 727 "name": "[trigger] peerconnection_unittests on Mac", |
| 744 "~followup_annotations": [ | 728 "~followup_annotations": [ |
| 745 "@@@STEP_LOG_LINE@json.output@{@@@", | 729 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 746 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"peerconnection_unitt
ests/Mac/[dummy has/mac_swarming/1337\", @@@", | 730 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"peerconnection_unitt
ests/Mac/[dummy has/mac_swarming/1337\", @@@", |
| 747 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 731 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 748 "@@@STEP_LOG_LINE@json.output@ \"peerconnection_unittests/Mac/[dummy ha
s/mac_swarming/1337\": {@@@", | 732 "@@@STEP_LOG_LINE@json.output@ \"peerconnection_unittests/Mac/[dummy ha
s/mac_swarming/1337\": {@@@", |
| 749 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 733 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 750 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 734 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 751 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 735 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 752 "@@@STEP_LOG_LINE@json.output@ }@@@", | 736 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 812 "purpose:pre-commit", | 796 "purpose:pre-commit", |
| 813 "--tag", | 797 "--tag", |
| 814 "rietveld:https://fake.rietveld.url/666666/#ps1", | 798 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 815 "--tag", | 799 "--tag", |
| 816 "slavename:slavename", | 800 "slavename:slavename", |
| 817 "--tag", | 801 "--tag", |
| 818 "stepname:rtc_media_unittests on Mac", | 802 "stepname:rtc_media_unittests on Mac", |
| 819 "--idempotent", | 803 "--idempotent", |
| 820 "[dummy hash for rtc_media_unittests]" | 804 "[dummy hash for rtc_media_unittests]" |
| 821 ], | 805 ], |
| 822 "cwd": "[SLAVE_BUILD]", | |
| 823 "name": "[trigger] rtc_media_unittests on Mac", | 806 "name": "[trigger] rtc_media_unittests on Mac", |
| 824 "~followup_annotations": [ | 807 "~followup_annotations": [ |
| 825 "@@@STEP_LOG_LINE@json.output@{@@@", | 808 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 826 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"rtc_media_unittests/
Mac/[dummy has/mac_swarming/1337\", @@@", | 809 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"rtc_media_unittests/
Mac/[dummy has/mac_swarming/1337\", @@@", |
| 827 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 810 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 828 "@@@STEP_LOG_LINE@json.output@ \"rtc_media_unittests/Mac/[dummy has/mac
_swarming/1337\": {@@@", | 811 "@@@STEP_LOG_LINE@json.output@ \"rtc_media_unittests/Mac/[dummy has/mac
_swarming/1337\": {@@@", |
| 829 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 812 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 830 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 813 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 831 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 814 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 832 "@@@STEP_LOG_LINE@json.output@ }@@@", | 815 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 892 "purpose:pre-commit", | 875 "purpose:pre-commit", |
| 893 "--tag", | 876 "--tag", |
| 894 "rietveld:https://fake.rietveld.url/666666/#ps1", | 877 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 895 "--tag", | 878 "--tag", |
| 896 "slavename:slavename", | 879 "slavename:slavename", |
| 897 "--tag", | 880 "--tag", |
| 898 "stepname:rtc_pc_unittests on Mac", | 881 "stepname:rtc_pc_unittests on Mac", |
| 899 "--idempotent", | 882 "--idempotent", |
| 900 "[dummy hash for rtc_pc_unittests]" | 883 "[dummy hash for rtc_pc_unittests]" |
| 901 ], | 884 ], |
| 902 "cwd": "[SLAVE_BUILD]", | |
| 903 "name": "[trigger] rtc_pc_unittests on Mac", | 885 "name": "[trigger] rtc_pc_unittests on Mac", |
| 904 "~followup_annotations": [ | 886 "~followup_annotations": [ |
| 905 "@@@STEP_LOG_LINE@json.output@{@@@", | 887 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 906 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"rtc_pc_unittests/Mac
/[dummy has/mac_swarming/1337\", @@@", | 888 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"rtc_pc_unittests/Mac
/[dummy has/mac_swarming/1337\", @@@", |
| 907 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 889 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 908 "@@@STEP_LOG_LINE@json.output@ \"rtc_pc_unittests/Mac/[dummy has/mac_sw
arming/1337\": {@@@", | 890 "@@@STEP_LOG_LINE@json.output@ \"rtc_pc_unittests/Mac/[dummy has/mac_sw
arming/1337\": {@@@", |
| 909 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 891 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 910 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 892 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 911 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 893 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 912 "@@@STEP_LOG_LINE@json.output@ }@@@", | 894 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 972 "purpose:pre-commit", | 954 "purpose:pre-commit", |
| 973 "--tag", | 955 "--tag", |
| 974 "rietveld:https://fake.rietveld.url/666666/#ps1", | 956 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 975 "--tag", | 957 "--tag", |
| 976 "slavename:slavename", | 958 "slavename:slavename", |
| 977 "--tag", | 959 "--tag", |
| 978 "stepname:rtc_unittests on Mac", | 960 "stepname:rtc_unittests on Mac", |
| 979 "--idempotent", | 961 "--idempotent", |
| 980 "[dummy hash for rtc_unittests]" | 962 "[dummy hash for rtc_unittests]" |
| 981 ], | 963 ], |
| 982 "cwd": "[SLAVE_BUILD]", | |
| 983 "name": "[trigger] rtc_unittests on Mac", | 964 "name": "[trigger] rtc_unittests on Mac", |
| 984 "~followup_annotations": [ | 965 "~followup_annotations": [ |
| 985 "@@@STEP_LOG_LINE@json.output@{@@@", | 966 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 986 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"rtc_unittests/Mac/[d
ummy has/mac_swarming/1337\", @@@", | 967 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"rtc_unittests/Mac/[d
ummy has/mac_swarming/1337\", @@@", |
| 987 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 968 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 988 "@@@STEP_LOG_LINE@json.output@ \"rtc_unittests/Mac/[dummy has/mac_swarm
ing/1337\": {@@@", | 969 "@@@STEP_LOG_LINE@json.output@ \"rtc_unittests/Mac/[dummy has/mac_swarm
ing/1337\": {@@@", |
| 989 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 970 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 990 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 971 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 991 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 972 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 992 "@@@STEP_LOG_LINE@json.output@ }@@@", | 973 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1052 "purpose:pre-commit", | 1033 "purpose:pre-commit", |
| 1053 "--tag", | 1034 "--tag", |
| 1054 "rietveld:https://fake.rietveld.url/666666/#ps1", | 1035 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 1055 "--tag", | 1036 "--tag", |
| 1056 "slavename:slavename", | 1037 "slavename:slavename", |
| 1057 "--tag", | 1038 "--tag", |
| 1058 "stepname:system_wrappers_unittests on Mac", | 1039 "stepname:system_wrappers_unittests on Mac", |
| 1059 "--idempotent", | 1040 "--idempotent", |
| 1060 "[dummy hash for system_wrappers_unittests]" | 1041 "[dummy hash for system_wrappers_unittests]" |
| 1061 ], | 1042 ], |
| 1062 "cwd": "[SLAVE_BUILD]", | |
| 1063 "name": "[trigger] system_wrappers_unittests on Mac", | 1043 "name": "[trigger] system_wrappers_unittests on Mac", |
| 1064 "~followup_annotations": [ | 1044 "~followup_annotations": [ |
| 1065 "@@@STEP_LOG_LINE@json.output@{@@@", | 1045 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1066 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"system_wrappers_unit
tests/Mac/[dummy has/mac_swarming/1337\", @@@", | 1046 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"system_wrappers_unit
tests/Mac/[dummy has/mac_swarming/1337\", @@@", |
| 1067 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1047 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 1068 "@@@STEP_LOG_LINE@json.output@ \"system_wrappers_unittests/Mac/[dummy h
as/mac_swarming/1337\": {@@@", | 1048 "@@@STEP_LOG_LINE@json.output@ \"system_wrappers_unittests/Mac/[dummy h
as/mac_swarming/1337\": {@@@", |
| 1069 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1049 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 1070 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1050 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 1071 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1051 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 1072 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1052 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1132 "purpose:pre-commit", | 1112 "purpose:pre-commit", |
| 1133 "--tag", | 1113 "--tag", |
| 1134 "rietveld:https://fake.rietveld.url/666666/#ps1", | 1114 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 1135 "--tag", | 1115 "--tag", |
| 1136 "slavename:slavename", | 1116 "slavename:slavename", |
| 1137 "--tag", | 1117 "--tag", |
| 1138 "stepname:test_support_unittests on Mac", | 1118 "stepname:test_support_unittests on Mac", |
| 1139 "--idempotent", | 1119 "--idempotent", |
| 1140 "[dummy hash for test_support_unittests]" | 1120 "[dummy hash for test_support_unittests]" |
| 1141 ], | 1121 ], |
| 1142 "cwd": "[SLAVE_BUILD]", | |
| 1143 "name": "[trigger] test_support_unittests on Mac", | 1122 "name": "[trigger] test_support_unittests on Mac", |
| 1144 "~followup_annotations": [ | 1123 "~followup_annotations": [ |
| 1145 "@@@STEP_LOG_LINE@json.output@{@@@", | 1124 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1146 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_support_unittes
ts/Mac/[dummy has/mac_swarming/1337\", @@@", | 1125 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_support_unittes
ts/Mac/[dummy has/mac_swarming/1337\", @@@", |
| 1147 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1126 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 1148 "@@@STEP_LOG_LINE@json.output@ \"test_support_unittests/Mac/[dummy has/
mac_swarming/1337\": {@@@", | 1127 "@@@STEP_LOG_LINE@json.output@ \"test_support_unittests/Mac/[dummy has/
mac_swarming/1337\": {@@@", |
| 1149 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1128 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 1150 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1129 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 1151 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1130 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 1152 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1131 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1212 "purpose:pre-commit", | 1191 "purpose:pre-commit", |
| 1213 "--tag", | 1192 "--tag", |
| 1214 "rietveld:https://fake.rietveld.url/666666/#ps1", | 1193 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 1215 "--tag", | 1194 "--tag", |
| 1216 "slavename:slavename", | 1195 "slavename:slavename", |
| 1217 "--tag", | 1196 "--tag", |
| 1218 "stepname:tools_unittests on Mac", | 1197 "stepname:tools_unittests on Mac", |
| 1219 "--idempotent", | 1198 "--idempotent", |
| 1220 "[dummy hash for tools_unittests]" | 1199 "[dummy hash for tools_unittests]" |
| 1221 ], | 1200 ], |
| 1222 "cwd": "[SLAVE_BUILD]", | |
| 1223 "name": "[trigger] tools_unittests on Mac", | 1201 "name": "[trigger] tools_unittests on Mac", |
| 1224 "~followup_annotations": [ | 1202 "~followup_annotations": [ |
| 1225 "@@@STEP_LOG_LINE@json.output@{@@@", | 1203 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1226 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"tools_unittests/Mac/
[dummy has/mac_swarming/1337\", @@@", | 1204 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"tools_unittests/Mac/
[dummy has/mac_swarming/1337\", @@@", |
| 1227 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1205 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 1228 "@@@STEP_LOG_LINE@json.output@ \"tools_unittests/Mac/[dummy has/mac_swa
rming/1337\": {@@@", | 1206 "@@@STEP_LOG_LINE@json.output@ \"tools_unittests/Mac/[dummy has/mac_swa
rming/1337\": {@@@", |
| 1229 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1207 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 1230 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1208 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 1231 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1209 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 1232 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1210 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1292 "purpose:pre-commit", | 1270 "purpose:pre-commit", |
| 1293 "--tag", | 1271 "--tag", |
| 1294 "rietveld:https://fake.rietveld.url/666666/#ps1", | 1272 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 1295 "--tag", | 1273 "--tag", |
| 1296 "slavename:slavename", | 1274 "slavename:slavename", |
| 1297 "--tag", | 1275 "--tag", |
| 1298 "stepname:video_engine_tests on Mac", | 1276 "stepname:video_engine_tests on Mac", |
| 1299 "--idempotent", | 1277 "--idempotent", |
| 1300 "[dummy hash for video_engine_tests]" | 1278 "[dummy hash for video_engine_tests]" |
| 1301 ], | 1279 ], |
| 1302 "cwd": "[SLAVE_BUILD]", | |
| 1303 "name": "[trigger] video_engine_tests on Mac", | 1280 "name": "[trigger] video_engine_tests on Mac", |
| 1304 "~followup_annotations": [ | 1281 "~followup_annotations": [ |
| 1305 "@@@STEP_LOG_LINE@json.output@{@@@", | 1282 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1306 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"video_engine_tests/M
ac/[dummy has/mac_swarming/1337\", @@@", | 1283 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"video_engine_tests/M
ac/[dummy has/mac_swarming/1337\", @@@", |
| 1307 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1284 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 1308 "@@@STEP_LOG_LINE@json.output@ \"video_engine_tests/Mac/[dummy has/mac_
swarming/1337\": {@@@", | 1285 "@@@STEP_LOG_LINE@json.output@ \"video_engine_tests/Mac/[dummy has/mac_
swarming/1337\": {@@@", |
| 1309 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1286 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 1310 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1287 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 1311 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1288 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 1312 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1289 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1372 "purpose:pre-commit", | 1349 "purpose:pre-commit", |
| 1373 "--tag", | 1350 "--tag", |
| 1374 "rietveld:https://fake.rietveld.url/666666/#ps1", | 1351 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 1375 "--tag", | 1352 "--tag", |
| 1376 "slavename:slavename", | 1353 "slavename:slavename", |
| 1377 "--tag", | 1354 "--tag", |
| 1378 "stepname:voice_engine_unittests on Mac", | 1355 "stepname:voice_engine_unittests on Mac", |
| 1379 "--idempotent", | 1356 "--idempotent", |
| 1380 "[dummy hash for voice_engine_unittests]" | 1357 "[dummy hash for voice_engine_unittests]" |
| 1381 ], | 1358 ], |
| 1382 "cwd": "[SLAVE_BUILD]", | |
| 1383 "name": "[trigger] voice_engine_unittests on Mac", | 1359 "name": "[trigger] voice_engine_unittests on Mac", |
| 1384 "~followup_annotations": [ | 1360 "~followup_annotations": [ |
| 1385 "@@@STEP_LOG_LINE@json.output@{@@@", | 1361 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1386 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"voice_engine_unittes
ts/Mac/[dummy has/mac_swarming/1337\", @@@", | 1362 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"voice_engine_unittes
ts/Mac/[dummy has/mac_swarming/1337\", @@@", |
| 1387 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1363 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 1388 "@@@STEP_LOG_LINE@json.output@ \"voice_engine_unittests/Mac/[dummy has/
mac_swarming/1337\": {@@@", | 1364 "@@@STEP_LOG_LINE@json.output@ \"voice_engine_unittests/Mac/[dummy has/
mac_swarming/1337\": {@@@", |
| 1389 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1365 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 1390 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1366 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 1391 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1367 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 1392 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1368 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 1411 "--step-name=libjingle_peerconnection_objc_test", | 1387 "--step-name=libjingle_peerconnection_objc_test", |
| 1412 "--builder-name=mac_swarming", | 1388 "--builder-name=mac_swarming", |
| 1413 "--slave-name=slavename", | 1389 "--slave-name=slavename", |
| 1414 "--build-number=1337", | 1390 "--build-number=1337", |
| 1415 "--run-python-script", | 1391 "--run-python-script", |
| 1416 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 1392 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 1417 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 1393 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", |
| 1418 "[SLAVE_BUILD]/src/out/Debug/libjingle_peerconnection_objc_test.app/Conten
ts/MacOS/libjingle_peerconnection_objc_test", | 1394 "[SLAVE_BUILD]/src/out/Debug/libjingle_peerconnection_objc_test.app/Conten
ts/MacOS/libjingle_peerconnection_objc_test", |
| 1419 "--" | 1395 "--" |
| 1420 ], | 1396 ], |
| 1421 "cwd": "[SLAVE_BUILD]", | |
| 1422 "name": "libjingle_peerconnection_objc_test" | 1397 "name": "libjingle_peerconnection_objc_test" |
| 1423 }, | 1398 }, |
| 1424 { | 1399 { |
| 1425 "allow_subannotations": true, | 1400 "allow_subannotations": true, |
| 1426 "cmd": [ | 1401 "cmd": [ |
| 1427 "python", | 1402 "python", |
| 1428 "-u", | 1403 "-u", |
| 1429 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 1404 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 1430 "--target", | 1405 "--target", |
| 1431 "Debug", | 1406 "Debug", |
| 1432 "--factory-properties", | 1407 "--factory-properties", |
| 1433 "{\"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\"}", | 1408 "{\"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\"}", |
| 1434 "--build-properties", | 1409 "--build-properties", |
| 1435 "{\"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\"}", | 1410 "{\"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\"}", |
| 1436 "--annotate=gtest", | 1411 "--annotate=gtest", |
| 1437 "--test-type=webrtc_nonparallel_tests", | 1412 "--test-type=webrtc_nonparallel_tests", |
| 1438 "--step-name=webrtc_nonparallel_tests", | 1413 "--step-name=webrtc_nonparallel_tests", |
| 1439 "--builder-name=mac_swarming", | 1414 "--builder-name=mac_swarming", |
| 1440 "--slave-name=slavename", | 1415 "--slave-name=slavename", |
| 1441 "--build-number=1337", | 1416 "--build-number=1337", |
| 1442 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 1417 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 1443 "webrtc_nonparallel_tests" | 1418 "webrtc_nonparallel_tests" |
| 1444 ], | 1419 ], |
| 1445 "cwd": "[SLAVE_BUILD]", | |
| 1446 "name": "webrtc_nonparallel_tests" | 1420 "name": "webrtc_nonparallel_tests" |
| 1447 }, | 1421 }, |
| 1448 { | 1422 { |
| 1449 "cmd": [ | 1423 "cmd": [ |
| 1450 "python", | 1424 "python", |
| 1451 "-u", | 1425 "-u", |
| 1452 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 1426 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 1453 "collect", | 1427 "collect", |
| 1454 "--swarming", | 1428 "--swarming", |
| 1455 "https://chromium-swarm.appspot.com", | 1429 "https://chromium-swarm.appspot.com", |
| 1456 "--decorate", | 1430 "--decorate", |
| 1457 "--print-status-updates", | 1431 "--print-status-updates", |
| 1458 "--shards", | 1432 "--shards", |
| 1459 "1", | 1433 "1", |
| 1460 "audio_decoder_unittests/Mac/[dummy has/mac_swarming/1337", | 1434 "audio_decoder_unittests/Mac/[dummy has/mac_swarming/1337", |
| 1461 "--task-summary-json", | 1435 "--task-summary-json", |
| 1462 "/path/to/tmp/json" | 1436 "/path/to/tmp/json" |
| 1463 ], | 1437 ], |
| 1464 "cwd": "[SLAVE_BUILD]", | |
| 1465 "name": "audio_decoder_unittests on Mac", | 1438 "name": "audio_decoder_unittests on Mac", |
| 1466 "~followup_annotations": [ | 1439 "~followup_annotations": [ |
| 1467 "@@@STEP_TEXT@swarming pending 71s@@@", | 1440 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1468 "@@@STEP_LOG_LINE@json.output@{@@@", | 1441 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1469 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1442 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1470 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1443 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1471 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1444 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1472 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1445 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1473 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1446 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1474 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1447 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1515 "--swarming", | 1488 "--swarming", |
| 1516 "https://chromium-swarm.appspot.com", | 1489 "https://chromium-swarm.appspot.com", |
| 1517 "--decorate", | 1490 "--decorate", |
| 1518 "--print-status-updates", | 1491 "--print-status-updates", |
| 1519 "--shards", | 1492 "--shards", |
| 1520 "1", | 1493 "1", |
| 1521 "common_audio_unittests/Mac/[dummy has/mac_swarming/1337", | 1494 "common_audio_unittests/Mac/[dummy has/mac_swarming/1337", |
| 1522 "--task-summary-json", | 1495 "--task-summary-json", |
| 1523 "/path/to/tmp/json" | 1496 "/path/to/tmp/json" |
| 1524 ], | 1497 ], |
| 1525 "cwd": "[SLAVE_BUILD]", | |
| 1526 "name": "common_audio_unittests on Mac", | 1498 "name": "common_audio_unittests on Mac", |
| 1527 "~followup_annotations": [ | 1499 "~followup_annotations": [ |
| 1528 "@@@STEP_TEXT@swarming pending 71s@@@", | 1500 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1529 "@@@STEP_LOG_LINE@json.output@{@@@", | 1501 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1530 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1502 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1531 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1503 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1532 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1504 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1533 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1505 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1534 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1506 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1535 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1507 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1576 "--swarming", | 1548 "--swarming", |
| 1577 "https://chromium-swarm.appspot.com", | 1549 "https://chromium-swarm.appspot.com", |
| 1578 "--decorate", | 1550 "--decorate", |
| 1579 "--print-status-updates", | 1551 "--print-status-updates", |
| 1580 "--shards", | 1552 "--shards", |
| 1581 "1", | 1553 "1", |
| 1582 "common_video_unittests/Mac/[dummy has/mac_swarming/1337", | 1554 "common_video_unittests/Mac/[dummy has/mac_swarming/1337", |
| 1583 "--task-summary-json", | 1555 "--task-summary-json", |
| 1584 "/path/to/tmp/json" | 1556 "/path/to/tmp/json" |
| 1585 ], | 1557 ], |
| 1586 "cwd": "[SLAVE_BUILD]", | |
| 1587 "name": "common_video_unittests on Mac", | 1558 "name": "common_video_unittests on Mac", |
| 1588 "~followup_annotations": [ | 1559 "~followup_annotations": [ |
| 1589 "@@@STEP_TEXT@swarming pending 71s@@@", | 1560 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1590 "@@@STEP_LOG_LINE@json.output@{@@@", | 1561 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1591 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1562 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1592 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1563 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1593 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1564 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1594 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1565 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1595 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1566 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1596 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1567 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1637 "--swarming", | 1608 "--swarming", |
| 1638 "https://chromium-swarm.appspot.com", | 1609 "https://chromium-swarm.appspot.com", |
| 1639 "--decorate", | 1610 "--decorate", |
| 1640 "--print-status-updates", | 1611 "--print-status-updates", |
| 1641 "--shards", | 1612 "--shards", |
| 1642 "1", | 1613 "1", |
| 1643 "modules_tests/Mac/[dummy has/mac_swarming/1337", | 1614 "modules_tests/Mac/[dummy has/mac_swarming/1337", |
| 1644 "--task-summary-json", | 1615 "--task-summary-json", |
| 1645 "/path/to/tmp/json" | 1616 "/path/to/tmp/json" |
| 1646 ], | 1617 ], |
| 1647 "cwd": "[SLAVE_BUILD]", | |
| 1648 "name": "modules_tests on Mac", | 1618 "name": "modules_tests on Mac", |
| 1649 "~followup_annotations": [ | 1619 "~followup_annotations": [ |
| 1650 "@@@STEP_TEXT@swarming pending 71s@@@", | 1620 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1651 "@@@STEP_LOG_LINE@json.output@{@@@", | 1621 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1652 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1622 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1653 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1623 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1654 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1624 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1655 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1625 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1656 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1626 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1657 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1627 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1698 "--swarming", | 1668 "--swarming", |
| 1699 "https://chromium-swarm.appspot.com", | 1669 "https://chromium-swarm.appspot.com", |
| 1700 "--decorate", | 1670 "--decorate", |
| 1701 "--print-status-updates", | 1671 "--print-status-updates", |
| 1702 "--shards", | 1672 "--shards", |
| 1703 "1", | 1673 "1", |
| 1704 "modules_unittests/Mac/[dummy has/mac_swarming/1337", | 1674 "modules_unittests/Mac/[dummy has/mac_swarming/1337", |
| 1705 "--task-summary-json", | 1675 "--task-summary-json", |
| 1706 "/path/to/tmp/json" | 1676 "/path/to/tmp/json" |
| 1707 ], | 1677 ], |
| 1708 "cwd": "[SLAVE_BUILD]", | |
| 1709 "name": "modules_unittests on Mac", | 1678 "name": "modules_unittests on Mac", |
| 1710 "~followup_annotations": [ | 1679 "~followup_annotations": [ |
| 1711 "@@@STEP_TEXT@swarming pending 71s@@@", | 1680 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1712 "@@@STEP_LOG_LINE@json.output@{@@@", | 1681 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1713 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1682 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1714 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1683 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1715 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1684 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1716 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1685 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1717 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1686 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1718 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1687 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1759 "--swarming", | 1728 "--swarming", |
| 1760 "https://chromium-swarm.appspot.com", | 1729 "https://chromium-swarm.appspot.com", |
| 1761 "--decorate", | 1730 "--decorate", |
| 1762 "--print-status-updates", | 1731 "--print-status-updates", |
| 1763 "--shards", | 1732 "--shards", |
| 1764 "1", | 1733 "1", |
| 1765 "peerconnection_unittests/Mac/[dummy has/mac_swarming/1337", | 1734 "peerconnection_unittests/Mac/[dummy has/mac_swarming/1337", |
| 1766 "--task-summary-json", | 1735 "--task-summary-json", |
| 1767 "/path/to/tmp/json" | 1736 "/path/to/tmp/json" |
| 1768 ], | 1737 ], |
| 1769 "cwd": "[SLAVE_BUILD]", | |
| 1770 "name": "peerconnection_unittests on Mac", | 1738 "name": "peerconnection_unittests on Mac", |
| 1771 "~followup_annotations": [ | 1739 "~followup_annotations": [ |
| 1772 "@@@STEP_TEXT@swarming pending 71s@@@", | 1740 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1773 "@@@STEP_LOG_LINE@json.output@{@@@", | 1741 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1774 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1742 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1775 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1743 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1776 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1744 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1777 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1745 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1778 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1746 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1779 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1747 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1820 "--swarming", | 1788 "--swarming", |
| 1821 "https://chromium-swarm.appspot.com", | 1789 "https://chromium-swarm.appspot.com", |
| 1822 "--decorate", | 1790 "--decorate", |
| 1823 "--print-status-updates", | 1791 "--print-status-updates", |
| 1824 "--shards", | 1792 "--shards", |
| 1825 "1", | 1793 "1", |
| 1826 "rtc_media_unittests/Mac/[dummy has/mac_swarming/1337", | 1794 "rtc_media_unittests/Mac/[dummy has/mac_swarming/1337", |
| 1827 "--task-summary-json", | 1795 "--task-summary-json", |
| 1828 "/path/to/tmp/json" | 1796 "/path/to/tmp/json" |
| 1829 ], | 1797 ], |
| 1830 "cwd": "[SLAVE_BUILD]", | |
| 1831 "name": "rtc_media_unittests on Mac", | 1798 "name": "rtc_media_unittests on Mac", |
| 1832 "~followup_annotations": [ | 1799 "~followup_annotations": [ |
| 1833 "@@@STEP_TEXT@swarming pending 71s@@@", | 1800 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1834 "@@@STEP_LOG_LINE@json.output@{@@@", | 1801 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1835 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1802 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1836 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1803 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1837 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1804 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1838 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1805 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1839 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1806 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1840 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1807 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1881 "--swarming", | 1848 "--swarming", |
| 1882 "https://chromium-swarm.appspot.com", | 1849 "https://chromium-swarm.appspot.com", |
| 1883 "--decorate", | 1850 "--decorate", |
| 1884 "--print-status-updates", | 1851 "--print-status-updates", |
| 1885 "--shards", | 1852 "--shards", |
| 1886 "1", | 1853 "1", |
| 1887 "rtc_pc_unittests/Mac/[dummy has/mac_swarming/1337", | 1854 "rtc_pc_unittests/Mac/[dummy has/mac_swarming/1337", |
| 1888 "--task-summary-json", | 1855 "--task-summary-json", |
| 1889 "/path/to/tmp/json" | 1856 "/path/to/tmp/json" |
| 1890 ], | 1857 ], |
| 1891 "cwd": "[SLAVE_BUILD]", | |
| 1892 "name": "rtc_pc_unittests on Mac", | 1858 "name": "rtc_pc_unittests on Mac", |
| 1893 "~followup_annotations": [ | 1859 "~followup_annotations": [ |
| 1894 "@@@STEP_TEXT@swarming pending 71s@@@", | 1860 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1895 "@@@STEP_LOG_LINE@json.output@{@@@", | 1861 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1896 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1862 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1897 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1863 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1898 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1864 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1899 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1865 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1900 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1866 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1901 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1867 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1942 "--swarming", | 1908 "--swarming", |
| 1943 "https://chromium-swarm.appspot.com", | 1909 "https://chromium-swarm.appspot.com", |
| 1944 "--decorate", | 1910 "--decorate", |
| 1945 "--print-status-updates", | 1911 "--print-status-updates", |
| 1946 "--shards", | 1912 "--shards", |
| 1947 "1", | 1913 "1", |
| 1948 "rtc_unittests/Mac/[dummy has/mac_swarming/1337", | 1914 "rtc_unittests/Mac/[dummy has/mac_swarming/1337", |
| 1949 "--task-summary-json", | 1915 "--task-summary-json", |
| 1950 "/path/to/tmp/json" | 1916 "/path/to/tmp/json" |
| 1951 ], | 1917 ], |
| 1952 "cwd": "[SLAVE_BUILD]", | |
| 1953 "name": "rtc_unittests on Mac", | 1918 "name": "rtc_unittests on Mac", |
| 1954 "~followup_annotations": [ | 1919 "~followup_annotations": [ |
| 1955 "@@@STEP_TEXT@swarming pending 71s@@@", | 1920 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1956 "@@@STEP_LOG_LINE@json.output@{@@@", | 1921 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1957 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1922 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1958 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1923 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1959 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1924 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1960 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1925 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1961 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1926 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1962 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1927 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2003 "--swarming", | 1968 "--swarming", |
| 2004 "https://chromium-swarm.appspot.com", | 1969 "https://chromium-swarm.appspot.com", |
| 2005 "--decorate", | 1970 "--decorate", |
| 2006 "--print-status-updates", | 1971 "--print-status-updates", |
| 2007 "--shards", | 1972 "--shards", |
| 2008 "1", | 1973 "1", |
| 2009 "system_wrappers_unittests/Mac/[dummy has/mac_swarming/1337", | 1974 "system_wrappers_unittests/Mac/[dummy has/mac_swarming/1337", |
| 2010 "--task-summary-json", | 1975 "--task-summary-json", |
| 2011 "/path/to/tmp/json" | 1976 "/path/to/tmp/json" |
| 2012 ], | 1977 ], |
| 2013 "cwd": "[SLAVE_BUILD]", | |
| 2014 "name": "system_wrappers_unittests on Mac", | 1978 "name": "system_wrappers_unittests on Mac", |
| 2015 "~followup_annotations": [ | 1979 "~followup_annotations": [ |
| 2016 "@@@STEP_TEXT@swarming pending 71s@@@", | 1980 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 2017 "@@@STEP_LOG_LINE@json.output@{@@@", | 1981 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 2018 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1982 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 2019 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1983 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 2020 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1984 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 2021 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1985 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 2022 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1986 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 2023 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1987 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2064 "--swarming", | 2028 "--swarming", |
| 2065 "https://chromium-swarm.appspot.com", | 2029 "https://chromium-swarm.appspot.com", |
| 2066 "--decorate", | 2030 "--decorate", |
| 2067 "--print-status-updates", | 2031 "--print-status-updates", |
| 2068 "--shards", | 2032 "--shards", |
| 2069 "1", | 2033 "1", |
| 2070 "test_support_unittests/Mac/[dummy has/mac_swarming/1337", | 2034 "test_support_unittests/Mac/[dummy has/mac_swarming/1337", |
| 2071 "--task-summary-json", | 2035 "--task-summary-json", |
| 2072 "/path/to/tmp/json" | 2036 "/path/to/tmp/json" |
| 2073 ], | 2037 ], |
| 2074 "cwd": "[SLAVE_BUILD]", | |
| 2075 "name": "test_support_unittests on Mac", | 2038 "name": "test_support_unittests on Mac", |
| 2076 "~followup_annotations": [ | 2039 "~followup_annotations": [ |
| 2077 "@@@STEP_TEXT@swarming pending 71s@@@", | 2040 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 2078 "@@@STEP_LOG_LINE@json.output@{@@@", | 2041 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 2079 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 2042 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 2080 "@@@STEP_LOG_LINE@json.output@ {@@@", | 2043 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 2081 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 2044 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 2082 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 2045 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 2083 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 2046 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 2084 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 2047 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2125 "--swarming", | 2088 "--swarming", |
| 2126 "https://chromium-swarm.appspot.com", | 2089 "https://chromium-swarm.appspot.com", |
| 2127 "--decorate", | 2090 "--decorate", |
| 2128 "--print-status-updates", | 2091 "--print-status-updates", |
| 2129 "--shards", | 2092 "--shards", |
| 2130 "1", | 2093 "1", |
| 2131 "tools_unittests/Mac/[dummy has/mac_swarming/1337", | 2094 "tools_unittests/Mac/[dummy has/mac_swarming/1337", |
| 2132 "--task-summary-json", | 2095 "--task-summary-json", |
| 2133 "/path/to/tmp/json" | 2096 "/path/to/tmp/json" |
| 2134 ], | 2097 ], |
| 2135 "cwd": "[SLAVE_BUILD]", | |
| 2136 "name": "tools_unittests on Mac", | 2098 "name": "tools_unittests on Mac", |
| 2137 "~followup_annotations": [ | 2099 "~followup_annotations": [ |
| 2138 "@@@STEP_TEXT@swarming pending 71s@@@", | 2100 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 2139 "@@@STEP_LOG_LINE@json.output@{@@@", | 2101 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 2140 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 2102 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 2141 "@@@STEP_LOG_LINE@json.output@ {@@@", | 2103 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 2142 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 2104 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 2143 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 2105 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 2144 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 2106 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 2145 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 2107 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2186 "--swarming", | 2148 "--swarming", |
| 2187 "https://chromium-swarm.appspot.com", | 2149 "https://chromium-swarm.appspot.com", |
| 2188 "--decorate", | 2150 "--decorate", |
| 2189 "--print-status-updates", | 2151 "--print-status-updates", |
| 2190 "--shards", | 2152 "--shards", |
| 2191 "1", | 2153 "1", |
| 2192 "video_engine_tests/Mac/[dummy has/mac_swarming/1337", | 2154 "video_engine_tests/Mac/[dummy has/mac_swarming/1337", |
| 2193 "--task-summary-json", | 2155 "--task-summary-json", |
| 2194 "/path/to/tmp/json" | 2156 "/path/to/tmp/json" |
| 2195 ], | 2157 ], |
| 2196 "cwd": "[SLAVE_BUILD]", | |
| 2197 "name": "video_engine_tests on Mac", | 2158 "name": "video_engine_tests on Mac", |
| 2198 "~followup_annotations": [ | 2159 "~followup_annotations": [ |
| 2199 "@@@STEP_TEXT@swarming pending 71s@@@", | 2160 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 2200 "@@@STEP_LOG_LINE@json.output@{@@@", | 2161 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 2201 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 2162 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 2202 "@@@STEP_LOG_LINE@json.output@ {@@@", | 2163 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 2203 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 2164 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 2204 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 2165 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 2205 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 2166 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 2206 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 2167 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2247 "--swarming", | 2208 "--swarming", |
| 2248 "https://chromium-swarm.appspot.com", | 2209 "https://chromium-swarm.appspot.com", |
| 2249 "--decorate", | 2210 "--decorate", |
| 2250 "--print-status-updates", | 2211 "--print-status-updates", |
| 2251 "--shards", | 2212 "--shards", |
| 2252 "1", | 2213 "1", |
| 2253 "voice_engine_unittests/Mac/[dummy has/mac_swarming/1337", | 2214 "voice_engine_unittests/Mac/[dummy has/mac_swarming/1337", |
| 2254 "--task-summary-json", | 2215 "--task-summary-json", |
| 2255 "/path/to/tmp/json" | 2216 "/path/to/tmp/json" |
| 2256 ], | 2217 ], |
| 2257 "cwd": "[SLAVE_BUILD]", | |
| 2258 "name": "voice_engine_unittests on Mac", | 2218 "name": "voice_engine_unittests on Mac", |
| 2259 "~followup_annotations": [ | 2219 "~followup_annotations": [ |
| 2260 "@@@STEP_TEXT@swarming pending 71s@@@", | 2220 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 2261 "@@@STEP_LOG_LINE@json.output@{@@@", | 2221 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 2262 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 2222 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 2263 "@@@STEP_LOG_LINE@json.output@ {@@@", | 2223 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 2264 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 2224 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 2265 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 2225 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 2266 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 2226 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 2267 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 2227 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 30 matching lines...) Expand all Loading... |
| 2298 "@@@STEP_LOG_END@json.output@@@", | 2258 "@@@STEP_LOG_END@json.output@@@", |
| 2299 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2259 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2300 ] | 2260 ] |
| 2301 }, | 2261 }, |
| 2302 { | 2262 { |
| 2303 "name": "$result", | 2263 "name": "$result", |
| 2304 "recipe_result": null, | 2264 "recipe_result": null, |
| 2305 "status_code": 0 | 2265 "status_code": 0 |
| 2306 } | 2266 } |
| 2307 ] | 2267 ] |
| OLD | NEW |