| 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]", |
| 8 "name": "host and tools info", | 9 "name": "host and tools info", |
| 9 "~followup_annotations": [ | 10 "~followup_annotations": [ |
| 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", | 11 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", |
| 11 "@@@STEP_LOG_LINE@json.output@{@@@", | 12 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 12 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@", | 13 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@", |
| 13 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@
@", | 14 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@
@", |
| 14 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@", | 15 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@", |
| 15 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@", | 16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@", |
| 16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@", | 17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@", |
| 17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@", | 18 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@", |
| 18 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 19 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 19 "@@@STEP_LOG_LINE@json.output@ \"Xcode Version\": \"6.7.8\"@@@", | 20 "@@@STEP_LOG_LINE@json.output@ \"Xcode Version\": \"6.7.8\"@@@", |
| 20 "@@@STEP_LOG_LINE@json.output@}@@@", | 21 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 21 "@@@STEP_LOG_END@json.output@@@" | 22 "@@@STEP_LOG_END@json.output@@@" |
| 22 ] | 23 ] |
| 23 }, | 24 }, |
| 24 { | 25 { |
| 25 "cmd": [ | 26 "cmd": [ |
| 26 "python", | 27 "python", |
| 27 "-u", | 28 "-u", |
| 28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 29 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 29 "--master", | 30 "--master", |
| 30 "tryserver.webrtc", | 31 "tryserver.webrtc", |
| 31 "--builder", | 32 "--builder", |
| 32 "mac_swarming", | 33 "mac_swarming", |
| 33 "--slave", | 34 "--slave", |
| 34 "slavename", | 35 "slavename", |
| 35 "--spec", | 36 "--spec", |
| 36 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.co
m/external/webrtc'}, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limi
ted', 'url': 'https://chrome-internal.googlesource.com/chrome/deps/webrtc-limite
d'}]", | 37 "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", | 38 "--root", |
| 38 "src", | 39 "src", |
| 39 "--revision_mapping_file", | 40 "--revision_mapping_file", |
| 40 "{\"src\": \"got_revision\"}", | 41 "{\"src\": \"got_revision\"}", |
| 41 "--git-cache-dir", | 42 "--git-cache-dir", |
| 42 "[ROOT]/b/build/slave/cache_dir", | 43 "[GIT_CACHE]", |
| 43 "--issue", | 44 "--issue", |
| 44 "666666", | 45 "666666", |
| 45 "--patchset", | 46 "--patchset", |
| 46 "1", | 47 "1", |
| 47 "--rietveld_server", | 48 "--rietveld_server", |
| 48 "https://fake.rietveld.url", | 49 "https://fake.rietveld.url", |
| 49 "--output_json", | 50 "--output_json", |
| 50 "/path/to/tmp/json", | 51 "/path/to/tmp/json", |
| 51 "--revision", | 52 "--revision", |
| 52 "src@12345", | 53 "src@12345", |
| 53 "--output_manifest" | 54 "--output_manifest" |
| 54 ], | 55 ], |
| 56 "cwd": "[SLAVE_BUILD]", |
| 55 "env": { | 57 "env": { |
| 56 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 58 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 57 }, | 59 }, |
| 58 "name": "bot_update", | 60 "name": "bot_update", |
| 59 "~followup_annotations": [ | 61 "~followup_annotations": [ |
| 60 "@@@STEP_TEXT@Some step text@@@", | 62 "@@@STEP_TEXT@Some step text@@@", |
| 61 "@@@STEP_LOG_LINE@json.output@{@@@", | 63 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 62 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 64 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 63 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 65 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 64 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", | 66 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 81 "@@@STEP_LOG_END@json.output@@@", | 83 "@@@STEP_LOG_END@json.output@@@", |
| 82 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | 84 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", |
| 83 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 85 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 84 ] | 86 ] |
| 85 }, | 87 }, |
| 86 { | 88 { |
| 87 "cmd": [ | 89 "cmd": [ |
| 88 "python", | 90 "python", |
| 89 "-u", | 91 "-u", |
| 90 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", | 92 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", |
| 91 "[CWD]/src/out" | 93 "[SLAVE_BUILD]/src/out" |
| 92 ], | 94 ], |
| 95 "cwd": "[SLAVE_BUILD]", |
| 93 "name": "clean test output files" | 96 "name": "clean test output files" |
| 94 }, | 97 }, |
| 95 { | 98 { |
| 96 "cmd": [ | 99 "cmd": [ |
| 97 "python", | 100 "python", |
| 98 "-u", | 101 "-u", |
| 99 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 102 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 100 "--show-path", | 103 "--show-path", |
| 101 "python", | 104 "python", |
| 102 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 105 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 103 ], | 106 ], |
| 107 "cwd": "[SLAVE_BUILD]", |
| 104 "name": "cleanup_temp" | 108 "name": "cleanup_temp" |
| 105 }, | 109 }, |
| 106 { | 110 { |
| 107 "cmd": [ | 111 "cmd": [ |
| 108 "python", | 112 "python", |
| 109 "-u", | 113 "-u", |
| 110 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", | 114 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", |
| 111 "--build-dir", | 115 "--build-dir", |
| 112 "[CWD]/src/out/Debug", | 116 "[SLAVE_BUILD]/src/out/Debug", |
| 113 "--clean-isolated-files" | 117 "--clean-isolated-files" |
| 114 ], | 118 ], |
| 119 "cwd": "[SLAVE_BUILD]", |
| 115 "name": "clean isolated files" | 120 "name": "clean isolated files" |
| 116 }, | 121 }, |
| 117 { | 122 { |
| 118 "cmd": [ | 123 "cmd": [ |
| 119 "python", | 124 "python", |
| 120 "-u", | 125 "-u", |
| 121 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 126 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 122 "runhooks" | 127 "runhooks" |
| 123 ], | 128 ], |
| 129 "cwd": "[SLAVE_BUILD]", |
| 124 "env": { | 130 "env": { |
| 125 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 131 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 126 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbu
ild=1 ffmpeg_branding=Chrome gomadir='[ROOT]/b/build/goma' rtc_use_264=1 target_
arch=x64 test_isolation_mode=prepare use_goma=1", | 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", |
| 127 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 133 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 128 }, | 134 }, |
| 129 "name": "gclient runhooks" | 135 "name": "gclient runhooks" |
| 130 }, | 136 }, |
| 131 { | 137 { |
| 132 "cmd": [ | 138 "cmd": [ |
| 133 "python", | 139 "python", |
| 134 "-u", | 140 "-u", |
| 135 "[CWD]/src/tools/swarming_client/swarming.py", | 141 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 136 "--version" | 142 "--version" |
| 137 ], | 143 ], |
| 144 "cwd": "[SLAVE_BUILD]", |
| 138 "name": "swarming.py --version", | 145 "name": "swarming.py --version", |
| 139 "stdout": "/path/to/tmp/", | 146 "stdout": "/path/to/tmp/", |
| 140 "~followup_annotations": [ | 147 "~followup_annotations": [ |
| 141 "@@@STEP_TEXT@0.4.10@@@" | 148 "@@@STEP_TEXT@0.4.10@@@" |
| 142 ] | 149 ] |
| 143 }, | 150 }, |
| 144 { | 151 { |
| 145 "allow_subannotations": true, | 152 "allow_subannotations": true, |
| 146 "cmd": [ | 153 "cmd": [ |
| 147 "python", | 154 "python", |
| 148 "-u", | 155 "-u", |
| 149 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 156 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 150 "--src-dir", | 157 "--src-dir", |
| 151 "[CWD]/src", | 158 "[SLAVE_BUILD]/src", |
| 152 "--output-json", | 159 "--output-json", |
| 153 "/path/to/tmp/json" | 160 "/path/to/tmp/json" |
| 154 ], | 161 ], |
| 162 "cwd": "[SLAVE_BUILD]", |
| 155 "env": { | 163 "env": { |
| 156 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 164 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 157 }, | 165 }, |
| 158 "name": "clang_revision", | 166 "name": "clang_revision", |
| 159 "~followup_annotations": [ | 167 "~followup_annotations": [ |
| 160 "@@@STEP_LOG_LINE@json.output@{@@@", | 168 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 161 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 169 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 162 "@@@STEP_LOG_LINE@json.output@}@@@", | 170 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 163 "@@@STEP_LOG_END@json.output@@@" | 171 "@@@STEP_LOG_END@json.output@@@" |
| 164 ] | 172 ] |
| 165 }, | 173 }, |
| 166 { | 174 { |
| 167 "cmd": [ | 175 "cmd": [ |
| 168 "python", | 176 "python", |
| 169 "-u", | 177 "-u", |
| 170 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 178 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 171 "--show-path", | 179 "--show-path", |
| 172 "python", | 180 "python", |
| 173 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 181 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 174 "--gsutil-py-path", | 182 "--gsutil-py-path", |
| 175 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 183 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 176 "--ninja-path", | 184 "--ninja-path", |
| 177 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 185 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 178 "--target", | 186 "--target", |
| 179 "Debug", | 187 "Debug", |
| 180 "--src-dir", | 188 "--src-dir", |
| 181 "[CWD]/src", | 189 "[SLAVE_BUILD]/src", |
| 182 "--goma-cache-dir", | 190 "--goma-cache-dir", |
| 183 "[ROOT]/b/build/slave/goma_cache", | 191 "[GOMA_CACHE]", |
| 184 "--build-tool", | 192 "--build-tool", |
| 185 "ninja", | 193 "ninja", |
| 186 "--compiler", | 194 "--compiler", |
| 187 "goma-clang", | 195 "goma-clang", |
| 188 "--goma-jsonstatus", | 196 "--goma-jsonstatus", |
| 189 "/path/to/tmp/json", | 197 "/path/to/tmp/json", |
| 190 "--goma-service-account-json-file", | 198 "--goma-service-account-json-file", |
| 191 "/creds/service_accounts/service-account-goma-client.json", | 199 "/creds/service_accounts/service-account-goma-client.json", |
| 192 "--goma-dir", | 200 "--goma-dir", |
| 193 "[ROOT]/b/build/goma", | 201 "[BUILD]/goma", |
| 194 "--goma-fail-fast", | 202 "--goma-fail-fast", |
| 195 "--goma-disable-local-fallback", | 203 "--goma-disable-local-fallback", |
| 196 "--", | 204 "--", |
| 197 "All" | 205 "All" |
| 198 ], | 206 ], |
| 207 "cwd": "[SLAVE_BUILD]", |
| 199 "env": { | 208 "env": { |
| 200 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 209 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 201 }, | 210 }, |
| 202 "name": "compile", | 211 "name": "compile", |
| 203 "~followup_annotations": [ | 212 "~followup_annotations": [ |
| 204 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 213 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 205 "@@@STEP_LOG_END@json.output (invalid)@@@" | 214 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 206 ] | 215 ] |
| 207 }, | 216 }, |
| 208 { | 217 { |
| 209 "cmd": [ | 218 "cmd": [ |
| 210 "python", | 219 "python", |
| 211 "-u", | 220 "-u", |
| 212 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", | 221 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", |
| 213 "--build-dir", | 222 "--build-dir", |
| 214 "[CWD]/src/out/Debug", | 223 "[SLAVE_BUILD]/src/out/Debug", |
| 215 "--src-dir", | 224 "--src-dir", |
| 216 "[CWD]/src" | 225 "[SLAVE_BUILD]/src" |
| 217 ], | 226 ], |
| 218 "cwd": "[CWD]", | 227 "cwd": "[SLAVE_BUILD]", |
| 219 "name": "remove_build_metadata" | 228 "name": "remove_build_metadata" |
| 220 }, | 229 }, |
| 221 { | 230 { |
| 222 "cmd": [ | 231 "cmd": [ |
| 223 "python", | 232 "python", |
| 224 "-u", | 233 "-u", |
| 225 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 234 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 226 "[CWD]/src/tools/swarming_client", | 235 "[SLAVE_BUILD]/src/tools/swarming_client", |
| 227 "batcharchive", | 236 "batcharchive", |
| 228 "--dump-json", | 237 "--dump-json", |
| 229 "/path/to/tmp/json", | 238 "/path/to/tmp/json", |
| 230 "--isolate-server", | 239 "--isolate-server", |
| 231 "https://isolateserver.appspot.com", | 240 "https://isolateserver.appspot.com", |
| 232 "[CWD]/src/out/Debug/audio_decoder_unittests.isolated.gen.json", | 241 "[SLAVE_BUILD]/src/out/Debug/audio_decoder_unittests.isolated.gen.json", |
| 233 "[CWD]/src/out/Debug/common_audio_unittests.isolated.gen.json", | 242 "[SLAVE_BUILD]/src/out/Debug/common_audio_unittests.isolated.gen.json", |
| 234 "[CWD]/src/out/Debug/common_video_unittests.isolated.gen.json", | 243 "[SLAVE_BUILD]/src/out/Debug/common_video_unittests.isolated.gen.json", |
| 235 "[CWD]/src/out/Debug/modules_tests.isolated.gen.json", | 244 "[SLAVE_BUILD]/src/out/Debug/modules_tests.isolated.gen.json", |
| 236 "[CWD]/src/out/Debug/modules_unittests.isolated.gen.json", | 245 "[SLAVE_BUILD]/src/out/Debug/modules_unittests.isolated.gen.json", |
| 237 "[CWD]/src/out/Debug/peerconnection_unittests.isolated.gen.json", | 246 "[SLAVE_BUILD]/src/out/Debug/peerconnection_unittests.isolated.gen.json", |
| 238 "[CWD]/src/out/Debug/rtc_media_unittests.isolated.gen.json", | 247 "[SLAVE_BUILD]/src/out/Debug/rtc_media_unittests.isolated.gen.json", |
| 239 "[CWD]/src/out/Debug/rtc_pc_unittests.isolated.gen.json", | 248 "[SLAVE_BUILD]/src/out/Debug/rtc_pc_unittests.isolated.gen.json", |
| 240 "[CWD]/src/out/Debug/rtc_unittests.isolated.gen.json", | 249 "[SLAVE_BUILD]/src/out/Debug/rtc_unittests.isolated.gen.json", |
| 241 "[CWD]/src/out/Debug/system_wrappers_unittests.isolated.gen.json", | 250 "[SLAVE_BUILD]/src/out/Debug/system_wrappers_unittests.isolated.gen.json", |
| 242 "[CWD]/src/out/Debug/test_support_unittests.isolated.gen.json", | 251 "[SLAVE_BUILD]/src/out/Debug/test_support_unittests.isolated.gen.json", |
| 243 "[CWD]/src/out/Debug/tools_unittests.isolated.gen.json", | 252 "[SLAVE_BUILD]/src/out/Debug/tools_unittests.isolated.gen.json", |
| 244 "[CWD]/src/out/Debug/video_engine_tests.isolated.gen.json", | 253 "[SLAVE_BUILD]/src/out/Debug/video_engine_tests.isolated.gen.json", |
| 245 "[CWD]/src/out/Debug/voice_engine_unittests.isolated.gen.json" | 254 "[SLAVE_BUILD]/src/out/Debug/voice_engine_unittests.isolated.gen.json" |
| 246 ], | 255 ], |
| 256 "cwd": "[SLAVE_BUILD]", |
| 247 "name": "isolate tests", | 257 "name": "isolate tests", |
| 248 "~followup_annotations": [ | 258 "~followup_annotations": [ |
| 249 "@@@STEP_LOG_LINE@json.output@{@@@", | 259 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 250 "@@@STEP_LOG_LINE@json.output@ \"audio_decoder_unittests\": \"[dummy hash
for audio_decoder_unittests]\", @@@", | 260 "@@@STEP_LOG_LINE@json.output@ \"audio_decoder_unittests\": \"[dummy hash
for audio_decoder_unittests]\", @@@", |
| 251 "@@@STEP_LOG_LINE@json.output@ \"common_audio_unittests\": \"[dummy hash
for common_audio_unittests]\", @@@", | 261 "@@@STEP_LOG_LINE@json.output@ \"common_audio_unittests\": \"[dummy hash
for common_audio_unittests]\", @@@", |
| 252 "@@@STEP_LOG_LINE@json.output@ \"common_video_unittests\": \"[dummy hash
for common_video_unittests]\", @@@", | 262 "@@@STEP_LOG_LINE@json.output@ \"common_video_unittests\": \"[dummy hash
for common_video_unittests]\", @@@", |
| 253 "@@@STEP_LOG_LINE@json.output@ \"modules_tests\": \"[dummy hash for modul
es_tests]\", @@@", | 263 "@@@STEP_LOG_LINE@json.output@ \"modules_tests\": \"[dummy hash for modul
es_tests]\", @@@", |
| 254 "@@@STEP_LOG_LINE@json.output@ \"modules_unittests\": \"[dummy hash for m
odules_unittests]\", @@@", | 264 "@@@STEP_LOG_LINE@json.output@ \"modules_unittests\": \"[dummy hash for m
odules_unittests]\", @@@", |
| 255 "@@@STEP_LOG_LINE@json.output@ \"peerconnection_unittests\": \"[dummy has
h for peerconnection_unittests]\", @@@", | 265 "@@@STEP_LOG_LINE@json.output@ \"peerconnection_unittests\": \"[dummy has
h for peerconnection_unittests]\", @@@", |
| 256 "@@@STEP_LOG_LINE@json.output@ \"rtc_media_unittests\": \"[dummy hash for
rtc_media_unittests]\", @@@", | 266 "@@@STEP_LOG_LINE@json.output@ \"rtc_media_unittests\": \"[dummy hash for
rtc_media_unittests]\", @@@", |
| 257 "@@@STEP_LOG_LINE@json.output@ \"rtc_pc_unittests\": \"[dummy hash for rt
c_pc_unittests]\", @@@", | 267 "@@@STEP_LOG_LINE@json.output@ \"rtc_pc_unittests\": \"[dummy hash for rt
c_pc_unittests]\", @@@", |
| 258 "@@@STEP_LOG_LINE@json.output@ \"rtc_unittests\": \"[dummy hash for rtc_u
nittests]\", @@@", | 268 "@@@STEP_LOG_LINE@json.output@ \"rtc_unittests\": \"[dummy hash for rtc_u
nittests]\", @@@", |
| 259 "@@@STEP_LOG_LINE@json.output@ \"system_wrappers_unittests\": \"[dummy ha
sh for system_wrappers_unittests]\", @@@", | 269 "@@@STEP_LOG_LINE@json.output@ \"system_wrappers_unittests\": \"[dummy ha
sh for system_wrappers_unittests]\", @@@", |
| 260 "@@@STEP_LOG_LINE@json.output@ \"test_support_unittests\": \"[dummy hash
for test_support_unittests]\", @@@", | 270 "@@@STEP_LOG_LINE@json.output@ \"test_support_unittests\": \"[dummy hash
for test_support_unittests]\", @@@", |
| 261 "@@@STEP_LOG_LINE@json.output@ \"tools_unittests\": \"[dummy hash for too
ls_unittests]\", @@@", | 271 "@@@STEP_LOG_LINE@json.output@ \"tools_unittests\": \"[dummy hash for too
ls_unittests]\", @@@", |
| 262 "@@@STEP_LOG_LINE@json.output@ \"video_engine_tests\": \"[dummy hash for
video_engine_tests]\", @@@", | 272 "@@@STEP_LOG_LINE@json.output@ \"video_engine_tests\": \"[dummy hash for
video_engine_tests]\", @@@", |
| 263 "@@@STEP_LOG_LINE@json.output@ \"voice_engine_unittests\": \"[dummy hash
for voice_engine_unittests]\"@@@", | 273 "@@@STEP_LOG_LINE@json.output@ \"voice_engine_unittests\": \"[dummy hash
for voice_engine_unittests]\"@@@", |
| 264 "@@@STEP_LOG_LINE@json.output@}@@@", | 274 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 265 "@@@STEP_LOG_END@json.output@@@", | 275 "@@@STEP_LOG_END@json.output@@@", |
| 266 "@@@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]\"}@@@" | 276 "@@@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]\"}@@@" |
| 267 ] | 277 ] |
| 268 }, | 278 }, |
| 269 { | 279 { |
| 270 "cmd": [ | 280 "cmd": [ |
| 271 "python", | 281 "python", |
| 272 "-u", | 282 "-u", |
| 273 "[CWD]/src/tools/swarming_client/swarming.py", | 283 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 274 "trigger", | 284 "trigger", |
| 275 "--swarming", | 285 "--swarming", |
| 276 "https://chromium-swarm.appspot.com", | 286 "https://chromium-swarm.appspot.com", |
| 277 "--isolate-server", | 287 "--isolate-server", |
| 278 "https://isolateserver.appspot.com", | 288 "https://isolateserver.appspot.com", |
| 279 "--priority", | 289 "--priority", |
| 280 "30", | 290 "30", |
| 281 "--shards", | 291 "--shards", |
| 282 "1", | 292 "1", |
| 283 "--task-name", | 293 "--task-name", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 322 "purpose:pre-commit", | 332 "purpose:pre-commit", |
| 323 "--tag", | 333 "--tag", |
| 324 "rietveld:https://fake.rietveld.url/666666/#ps1", | 334 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 325 "--tag", | 335 "--tag", |
| 326 "slavename:slavename", | 336 "slavename:slavename", |
| 327 "--tag", | 337 "--tag", |
| 328 "stepname:audio_decoder_unittests on Mac", | 338 "stepname:audio_decoder_unittests on Mac", |
| 329 "--idempotent", | 339 "--idempotent", |
| 330 "[dummy hash for audio_decoder_unittests]" | 340 "[dummy hash for audio_decoder_unittests]" |
| 331 ], | 341 ], |
| 342 "cwd": "[SLAVE_BUILD]", |
| 332 "name": "[trigger] audio_decoder_unittests on Mac", | 343 "name": "[trigger] audio_decoder_unittests on Mac", |
| 333 "~followup_annotations": [ | 344 "~followup_annotations": [ |
| 334 "@@@STEP_LOG_LINE@json.output@{@@@", | 345 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 335 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"audio_decoder_unitte
sts/Mac/[dummy has/mac_swarming/1337\", @@@", | 346 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"audio_decoder_unitte
sts/Mac/[dummy has/mac_swarming/1337\", @@@", |
| 336 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 347 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 337 "@@@STEP_LOG_LINE@json.output@ \"audio_decoder_unittests/Mac/[dummy has
/mac_swarming/1337\": {@@@", | 348 "@@@STEP_LOG_LINE@json.output@ \"audio_decoder_unittests/Mac/[dummy has
/mac_swarming/1337\": {@@@", |
| 338 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 349 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 339 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 350 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 340 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 351 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 341 "@@@STEP_LOG_LINE@json.output@ }@@@", | 352 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 342 "@@@STEP_LOG_LINE@json.output@ }@@@", | 353 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 343 "@@@STEP_LOG_LINE@json.output@}@@@", | 354 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 344 "@@@STEP_LOG_END@json.output@@@", | 355 "@@@STEP_LOG_END@json.output@@@", |
| 345 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 356 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 346 ] | 357 ] |
| 347 }, | 358 }, |
| 348 { | 359 { |
| 349 "cmd": [ | 360 "cmd": [ |
| 350 "python", | 361 "python", |
| 351 "-u", | 362 "-u", |
| 352 "[CWD]/src/tools/swarming_client/swarming.py", | 363 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 353 "trigger", | 364 "trigger", |
| 354 "--swarming", | 365 "--swarming", |
| 355 "https://chromium-swarm.appspot.com", | 366 "https://chromium-swarm.appspot.com", |
| 356 "--isolate-server", | 367 "--isolate-server", |
| 357 "https://isolateserver.appspot.com", | 368 "https://isolateserver.appspot.com", |
| 358 "--priority", | 369 "--priority", |
| 359 "30", | 370 "30", |
| 360 "--shards", | 371 "--shards", |
| 361 "1", | 372 "1", |
| 362 "--task-name", | 373 "--task-name", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 401 "purpose:pre-commit", | 412 "purpose:pre-commit", |
| 402 "--tag", | 413 "--tag", |
| 403 "rietveld:https://fake.rietveld.url/666666/#ps1", | 414 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 404 "--tag", | 415 "--tag", |
| 405 "slavename:slavename", | 416 "slavename:slavename", |
| 406 "--tag", | 417 "--tag", |
| 407 "stepname:common_audio_unittests on Mac", | 418 "stepname:common_audio_unittests on Mac", |
| 408 "--idempotent", | 419 "--idempotent", |
| 409 "[dummy hash for common_audio_unittests]" | 420 "[dummy hash for common_audio_unittests]" |
| 410 ], | 421 ], |
| 422 "cwd": "[SLAVE_BUILD]", |
| 411 "name": "[trigger] common_audio_unittests on Mac", | 423 "name": "[trigger] common_audio_unittests on Mac", |
| 412 "~followup_annotations": [ | 424 "~followup_annotations": [ |
| 413 "@@@STEP_LOG_LINE@json.output@{@@@", | 425 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 414 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"common_audio_unittes
ts/Mac/[dummy has/mac_swarming/1337\", @@@", | 426 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"common_audio_unittes
ts/Mac/[dummy has/mac_swarming/1337\", @@@", |
| 415 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 427 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 416 "@@@STEP_LOG_LINE@json.output@ \"common_audio_unittests/Mac/[dummy has/
mac_swarming/1337\": {@@@", | 428 "@@@STEP_LOG_LINE@json.output@ \"common_audio_unittests/Mac/[dummy has/
mac_swarming/1337\": {@@@", |
| 417 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 429 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 418 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 430 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 419 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 431 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 420 "@@@STEP_LOG_LINE@json.output@ }@@@", | 432 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 421 "@@@STEP_LOG_LINE@json.output@ }@@@", | 433 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 422 "@@@STEP_LOG_LINE@json.output@}@@@", | 434 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 423 "@@@STEP_LOG_END@json.output@@@", | 435 "@@@STEP_LOG_END@json.output@@@", |
| 424 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 436 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 425 ] | 437 ] |
| 426 }, | 438 }, |
| 427 { | 439 { |
| 428 "cmd": [ | 440 "cmd": [ |
| 429 "python", | 441 "python", |
| 430 "-u", | 442 "-u", |
| 431 "[CWD]/src/tools/swarming_client/swarming.py", | 443 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 432 "trigger", | 444 "trigger", |
| 433 "--swarming", | 445 "--swarming", |
| 434 "https://chromium-swarm.appspot.com", | 446 "https://chromium-swarm.appspot.com", |
| 435 "--isolate-server", | 447 "--isolate-server", |
| 436 "https://isolateserver.appspot.com", | 448 "https://isolateserver.appspot.com", |
| 437 "--priority", | 449 "--priority", |
| 438 "30", | 450 "30", |
| 439 "--shards", | 451 "--shards", |
| 440 "1", | 452 "1", |
| 441 "--task-name", | 453 "--task-name", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 480 "purpose:pre-commit", | 492 "purpose:pre-commit", |
| 481 "--tag", | 493 "--tag", |
| 482 "rietveld:https://fake.rietveld.url/666666/#ps1", | 494 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 483 "--tag", | 495 "--tag", |
| 484 "slavename:slavename", | 496 "slavename:slavename", |
| 485 "--tag", | 497 "--tag", |
| 486 "stepname:common_video_unittests on Mac", | 498 "stepname:common_video_unittests on Mac", |
| 487 "--idempotent", | 499 "--idempotent", |
| 488 "[dummy hash for common_video_unittests]" | 500 "[dummy hash for common_video_unittests]" |
| 489 ], | 501 ], |
| 502 "cwd": "[SLAVE_BUILD]", |
| 490 "name": "[trigger] common_video_unittests on Mac", | 503 "name": "[trigger] common_video_unittests on Mac", |
| 491 "~followup_annotations": [ | 504 "~followup_annotations": [ |
| 492 "@@@STEP_LOG_LINE@json.output@{@@@", | 505 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 493 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"common_video_unittes
ts/Mac/[dummy has/mac_swarming/1337\", @@@", | 506 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"common_video_unittes
ts/Mac/[dummy has/mac_swarming/1337\", @@@", |
| 494 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 507 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 495 "@@@STEP_LOG_LINE@json.output@ \"common_video_unittests/Mac/[dummy has/
mac_swarming/1337\": {@@@", | 508 "@@@STEP_LOG_LINE@json.output@ \"common_video_unittests/Mac/[dummy has/
mac_swarming/1337\": {@@@", |
| 496 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 509 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 497 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 510 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 498 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 511 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 499 "@@@STEP_LOG_LINE@json.output@ }@@@", | 512 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 500 "@@@STEP_LOG_LINE@json.output@ }@@@", | 513 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 501 "@@@STEP_LOG_LINE@json.output@}@@@", | 514 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 502 "@@@STEP_LOG_END@json.output@@@", | 515 "@@@STEP_LOG_END@json.output@@@", |
| 503 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 516 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 504 ] | 517 ] |
| 505 }, | 518 }, |
| 506 { | 519 { |
| 507 "cmd": [ | 520 "cmd": [ |
| 508 "python", | 521 "python", |
| 509 "-u", | 522 "-u", |
| 510 "[CWD]/src/tools/swarming_client/swarming.py", | 523 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 511 "trigger", | 524 "trigger", |
| 512 "--swarming", | 525 "--swarming", |
| 513 "https://chromium-swarm.appspot.com", | 526 "https://chromium-swarm.appspot.com", |
| 514 "--isolate-server", | 527 "--isolate-server", |
| 515 "https://isolateserver.appspot.com", | 528 "https://isolateserver.appspot.com", |
| 516 "--priority", | 529 "--priority", |
| 517 "30", | 530 "30", |
| 518 "--shards", | 531 "--shards", |
| 519 "1", | 532 "1", |
| 520 "--task-name", | 533 "--task-name", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 559 "purpose:pre-commit", | 572 "purpose:pre-commit", |
| 560 "--tag", | 573 "--tag", |
| 561 "rietveld:https://fake.rietveld.url/666666/#ps1", | 574 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 562 "--tag", | 575 "--tag", |
| 563 "slavename:slavename", | 576 "slavename:slavename", |
| 564 "--tag", | 577 "--tag", |
| 565 "stepname:modules_tests on Mac", | 578 "stepname:modules_tests on Mac", |
| 566 "--idempotent", | 579 "--idempotent", |
| 567 "[dummy hash for modules_tests]" | 580 "[dummy hash for modules_tests]" |
| 568 ], | 581 ], |
| 582 "cwd": "[SLAVE_BUILD]", |
| 569 "name": "[trigger] modules_tests on Mac", | 583 "name": "[trigger] modules_tests on Mac", |
| 570 "~followup_annotations": [ | 584 "~followup_annotations": [ |
| 571 "@@@STEP_LOG_LINE@json.output@{@@@", | 585 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 572 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"modules_tests/Mac/[d
ummy has/mac_swarming/1337\", @@@", | 586 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"modules_tests/Mac/[d
ummy has/mac_swarming/1337\", @@@", |
| 573 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 587 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 574 "@@@STEP_LOG_LINE@json.output@ \"modules_tests/Mac/[dummy has/mac_swarm
ing/1337\": {@@@", | 588 "@@@STEP_LOG_LINE@json.output@ \"modules_tests/Mac/[dummy has/mac_swarm
ing/1337\": {@@@", |
| 575 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 589 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 576 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 590 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 577 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 591 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 578 "@@@STEP_LOG_LINE@json.output@ }@@@", | 592 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 579 "@@@STEP_LOG_LINE@json.output@ }@@@", | 593 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 580 "@@@STEP_LOG_LINE@json.output@}@@@", | 594 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 581 "@@@STEP_LOG_END@json.output@@@", | 595 "@@@STEP_LOG_END@json.output@@@", |
| 582 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 596 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 583 ] | 597 ] |
| 584 }, | 598 }, |
| 585 { | 599 { |
| 586 "cmd": [ | 600 "cmd": [ |
| 587 "python", | 601 "python", |
| 588 "-u", | 602 "-u", |
| 589 "[CWD]/src/tools/swarming_client/swarming.py", | 603 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 590 "trigger", | 604 "trigger", |
| 591 "--swarming", | 605 "--swarming", |
| 592 "https://chromium-swarm.appspot.com", | 606 "https://chromium-swarm.appspot.com", |
| 593 "--isolate-server", | 607 "--isolate-server", |
| 594 "https://isolateserver.appspot.com", | 608 "https://isolateserver.appspot.com", |
| 595 "--priority", | 609 "--priority", |
| 596 "30", | 610 "30", |
| 597 "--shards", | 611 "--shards", |
| 598 "1", | 612 "1", |
| 599 "--task-name", | 613 "--task-name", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 638 "purpose:pre-commit", | 652 "purpose:pre-commit", |
| 639 "--tag", | 653 "--tag", |
| 640 "rietveld:https://fake.rietveld.url/666666/#ps1", | 654 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 641 "--tag", | 655 "--tag", |
| 642 "slavename:slavename", | 656 "slavename:slavename", |
| 643 "--tag", | 657 "--tag", |
| 644 "stepname:modules_unittests on Mac", | 658 "stepname:modules_unittests on Mac", |
| 645 "--idempotent", | 659 "--idempotent", |
| 646 "[dummy hash for modules_unittests]" | 660 "[dummy hash for modules_unittests]" |
| 647 ], | 661 ], |
| 662 "cwd": "[SLAVE_BUILD]", |
| 648 "name": "[trigger] modules_unittests on Mac", | 663 "name": "[trigger] modules_unittests on Mac", |
| 649 "~followup_annotations": [ | 664 "~followup_annotations": [ |
| 650 "@@@STEP_LOG_LINE@json.output@{@@@", | 665 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 651 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"modules_unittests/Ma
c/[dummy has/mac_swarming/1337\", @@@", | 666 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"modules_unittests/Ma
c/[dummy has/mac_swarming/1337\", @@@", |
| 652 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 667 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 653 "@@@STEP_LOG_LINE@json.output@ \"modules_unittests/Mac/[dummy has/mac_s
warming/1337\": {@@@", | 668 "@@@STEP_LOG_LINE@json.output@ \"modules_unittests/Mac/[dummy has/mac_s
warming/1337\": {@@@", |
| 654 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 669 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 655 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 670 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 656 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 671 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 657 "@@@STEP_LOG_LINE@json.output@ }@@@", | 672 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 658 "@@@STEP_LOG_LINE@json.output@ }@@@", | 673 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 659 "@@@STEP_LOG_LINE@json.output@}@@@", | 674 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 660 "@@@STEP_LOG_END@json.output@@@", | 675 "@@@STEP_LOG_END@json.output@@@", |
| 661 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 676 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 662 ] | 677 ] |
| 663 }, | 678 }, |
| 664 { | 679 { |
| 665 "cmd": [ | 680 "cmd": [ |
| 666 "python", | 681 "python", |
| 667 "-u", | 682 "-u", |
| 668 "[CWD]/src/tools/swarming_client/swarming.py", | 683 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 669 "trigger", | 684 "trigger", |
| 670 "--swarming", | 685 "--swarming", |
| 671 "https://chromium-swarm.appspot.com", | 686 "https://chromium-swarm.appspot.com", |
| 672 "--isolate-server", | 687 "--isolate-server", |
| 673 "https://isolateserver.appspot.com", | 688 "https://isolateserver.appspot.com", |
| 674 "--priority", | 689 "--priority", |
| 675 "30", | 690 "30", |
| 676 "--shards", | 691 "--shards", |
| 677 "1", | 692 "1", |
| 678 "--task-name", | 693 "--task-name", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 717 "purpose:pre-commit", | 732 "purpose:pre-commit", |
| 718 "--tag", | 733 "--tag", |
| 719 "rietveld:https://fake.rietveld.url/666666/#ps1", | 734 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 720 "--tag", | 735 "--tag", |
| 721 "slavename:slavename", | 736 "slavename:slavename", |
| 722 "--tag", | 737 "--tag", |
| 723 "stepname:peerconnection_unittests on Mac", | 738 "stepname:peerconnection_unittests on Mac", |
| 724 "--idempotent", | 739 "--idempotent", |
| 725 "[dummy hash for peerconnection_unittests]" | 740 "[dummy hash for peerconnection_unittests]" |
| 726 ], | 741 ], |
| 742 "cwd": "[SLAVE_BUILD]", |
| 727 "name": "[trigger] peerconnection_unittests on Mac", | 743 "name": "[trigger] peerconnection_unittests on Mac", |
| 728 "~followup_annotations": [ | 744 "~followup_annotations": [ |
| 729 "@@@STEP_LOG_LINE@json.output@{@@@", | 745 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 730 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"peerconnection_unitt
ests/Mac/[dummy has/mac_swarming/1337\", @@@", | 746 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"peerconnection_unitt
ests/Mac/[dummy has/mac_swarming/1337\", @@@", |
| 731 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 747 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 732 "@@@STEP_LOG_LINE@json.output@ \"peerconnection_unittests/Mac/[dummy ha
s/mac_swarming/1337\": {@@@", | 748 "@@@STEP_LOG_LINE@json.output@ \"peerconnection_unittests/Mac/[dummy ha
s/mac_swarming/1337\": {@@@", |
| 733 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 749 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 734 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 750 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 735 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 751 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 736 "@@@STEP_LOG_LINE@json.output@ }@@@", | 752 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 737 "@@@STEP_LOG_LINE@json.output@ }@@@", | 753 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 738 "@@@STEP_LOG_LINE@json.output@}@@@", | 754 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 739 "@@@STEP_LOG_END@json.output@@@", | 755 "@@@STEP_LOG_END@json.output@@@", |
| 740 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 756 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 741 ] | 757 ] |
| 742 }, | 758 }, |
| 743 { | 759 { |
| 744 "cmd": [ | 760 "cmd": [ |
| 745 "python", | 761 "python", |
| 746 "-u", | 762 "-u", |
| 747 "[CWD]/src/tools/swarming_client/swarming.py", | 763 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 748 "trigger", | 764 "trigger", |
| 749 "--swarming", | 765 "--swarming", |
| 750 "https://chromium-swarm.appspot.com", | 766 "https://chromium-swarm.appspot.com", |
| 751 "--isolate-server", | 767 "--isolate-server", |
| 752 "https://isolateserver.appspot.com", | 768 "https://isolateserver.appspot.com", |
| 753 "--priority", | 769 "--priority", |
| 754 "30", | 770 "30", |
| 755 "--shards", | 771 "--shards", |
| 756 "1", | 772 "1", |
| 757 "--task-name", | 773 "--task-name", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 796 "purpose:pre-commit", | 812 "purpose:pre-commit", |
| 797 "--tag", | 813 "--tag", |
| 798 "rietveld:https://fake.rietveld.url/666666/#ps1", | 814 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 799 "--tag", | 815 "--tag", |
| 800 "slavename:slavename", | 816 "slavename:slavename", |
| 801 "--tag", | 817 "--tag", |
| 802 "stepname:rtc_media_unittests on Mac", | 818 "stepname:rtc_media_unittests on Mac", |
| 803 "--idempotent", | 819 "--idempotent", |
| 804 "[dummy hash for rtc_media_unittests]" | 820 "[dummy hash for rtc_media_unittests]" |
| 805 ], | 821 ], |
| 822 "cwd": "[SLAVE_BUILD]", |
| 806 "name": "[trigger] rtc_media_unittests on Mac", | 823 "name": "[trigger] rtc_media_unittests on Mac", |
| 807 "~followup_annotations": [ | 824 "~followup_annotations": [ |
| 808 "@@@STEP_LOG_LINE@json.output@{@@@", | 825 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 809 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"rtc_media_unittests/
Mac/[dummy has/mac_swarming/1337\", @@@", | 826 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"rtc_media_unittests/
Mac/[dummy has/mac_swarming/1337\", @@@", |
| 810 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 827 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 811 "@@@STEP_LOG_LINE@json.output@ \"rtc_media_unittests/Mac/[dummy has/mac
_swarming/1337\": {@@@", | 828 "@@@STEP_LOG_LINE@json.output@ \"rtc_media_unittests/Mac/[dummy has/mac
_swarming/1337\": {@@@", |
| 812 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 829 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 813 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 830 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 814 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 831 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 815 "@@@STEP_LOG_LINE@json.output@ }@@@", | 832 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 816 "@@@STEP_LOG_LINE@json.output@ }@@@", | 833 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 817 "@@@STEP_LOG_LINE@json.output@}@@@", | 834 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 818 "@@@STEP_LOG_END@json.output@@@", | 835 "@@@STEP_LOG_END@json.output@@@", |
| 819 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 836 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 820 ] | 837 ] |
| 821 }, | 838 }, |
| 822 { | 839 { |
| 823 "cmd": [ | 840 "cmd": [ |
| 824 "python", | 841 "python", |
| 825 "-u", | 842 "-u", |
| 826 "[CWD]/src/tools/swarming_client/swarming.py", | 843 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 827 "trigger", | 844 "trigger", |
| 828 "--swarming", | 845 "--swarming", |
| 829 "https://chromium-swarm.appspot.com", | 846 "https://chromium-swarm.appspot.com", |
| 830 "--isolate-server", | 847 "--isolate-server", |
| 831 "https://isolateserver.appspot.com", | 848 "https://isolateserver.appspot.com", |
| 832 "--priority", | 849 "--priority", |
| 833 "30", | 850 "30", |
| 834 "--shards", | 851 "--shards", |
| 835 "1", | 852 "1", |
| 836 "--task-name", | 853 "--task-name", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 875 "purpose:pre-commit", | 892 "purpose:pre-commit", |
| 876 "--tag", | 893 "--tag", |
| 877 "rietveld:https://fake.rietveld.url/666666/#ps1", | 894 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 878 "--tag", | 895 "--tag", |
| 879 "slavename:slavename", | 896 "slavename:slavename", |
| 880 "--tag", | 897 "--tag", |
| 881 "stepname:rtc_pc_unittests on Mac", | 898 "stepname:rtc_pc_unittests on Mac", |
| 882 "--idempotent", | 899 "--idempotent", |
| 883 "[dummy hash for rtc_pc_unittests]" | 900 "[dummy hash for rtc_pc_unittests]" |
| 884 ], | 901 ], |
| 902 "cwd": "[SLAVE_BUILD]", |
| 885 "name": "[trigger] rtc_pc_unittests on Mac", | 903 "name": "[trigger] rtc_pc_unittests on Mac", |
| 886 "~followup_annotations": [ | 904 "~followup_annotations": [ |
| 887 "@@@STEP_LOG_LINE@json.output@{@@@", | 905 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 888 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"rtc_pc_unittests/Mac
/[dummy has/mac_swarming/1337\", @@@", | 906 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"rtc_pc_unittests/Mac
/[dummy has/mac_swarming/1337\", @@@", |
| 889 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 907 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 890 "@@@STEP_LOG_LINE@json.output@ \"rtc_pc_unittests/Mac/[dummy has/mac_sw
arming/1337\": {@@@", | 908 "@@@STEP_LOG_LINE@json.output@ \"rtc_pc_unittests/Mac/[dummy has/mac_sw
arming/1337\": {@@@", |
| 891 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 909 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 892 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 910 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 893 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 911 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 894 "@@@STEP_LOG_LINE@json.output@ }@@@", | 912 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 895 "@@@STEP_LOG_LINE@json.output@ }@@@", | 913 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 896 "@@@STEP_LOG_LINE@json.output@}@@@", | 914 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 897 "@@@STEP_LOG_END@json.output@@@", | 915 "@@@STEP_LOG_END@json.output@@@", |
| 898 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 916 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 899 ] | 917 ] |
| 900 }, | 918 }, |
| 901 { | 919 { |
| 902 "cmd": [ | 920 "cmd": [ |
| 903 "python", | 921 "python", |
| 904 "-u", | 922 "-u", |
| 905 "[CWD]/src/tools/swarming_client/swarming.py", | 923 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 906 "trigger", | 924 "trigger", |
| 907 "--swarming", | 925 "--swarming", |
| 908 "https://chromium-swarm.appspot.com", | 926 "https://chromium-swarm.appspot.com", |
| 909 "--isolate-server", | 927 "--isolate-server", |
| 910 "https://isolateserver.appspot.com", | 928 "https://isolateserver.appspot.com", |
| 911 "--priority", | 929 "--priority", |
| 912 "30", | 930 "30", |
| 913 "--shards", | 931 "--shards", |
| 914 "1", | 932 "1", |
| 915 "--task-name", | 933 "--task-name", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 954 "purpose:pre-commit", | 972 "purpose:pre-commit", |
| 955 "--tag", | 973 "--tag", |
| 956 "rietveld:https://fake.rietveld.url/666666/#ps1", | 974 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 957 "--tag", | 975 "--tag", |
| 958 "slavename:slavename", | 976 "slavename:slavename", |
| 959 "--tag", | 977 "--tag", |
| 960 "stepname:rtc_unittests on Mac", | 978 "stepname:rtc_unittests on Mac", |
| 961 "--idempotent", | 979 "--idempotent", |
| 962 "[dummy hash for rtc_unittests]" | 980 "[dummy hash for rtc_unittests]" |
| 963 ], | 981 ], |
| 982 "cwd": "[SLAVE_BUILD]", |
| 964 "name": "[trigger] rtc_unittests on Mac", | 983 "name": "[trigger] rtc_unittests on Mac", |
| 965 "~followup_annotations": [ | 984 "~followup_annotations": [ |
| 966 "@@@STEP_LOG_LINE@json.output@{@@@", | 985 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 967 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"rtc_unittests/Mac/[d
ummy has/mac_swarming/1337\", @@@", | 986 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"rtc_unittests/Mac/[d
ummy has/mac_swarming/1337\", @@@", |
| 968 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 987 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 969 "@@@STEP_LOG_LINE@json.output@ \"rtc_unittests/Mac/[dummy has/mac_swarm
ing/1337\": {@@@", | 988 "@@@STEP_LOG_LINE@json.output@ \"rtc_unittests/Mac/[dummy has/mac_swarm
ing/1337\": {@@@", |
| 970 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 989 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 971 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 990 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 972 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 991 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 973 "@@@STEP_LOG_LINE@json.output@ }@@@", | 992 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 974 "@@@STEP_LOG_LINE@json.output@ }@@@", | 993 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 975 "@@@STEP_LOG_LINE@json.output@}@@@", | 994 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 976 "@@@STEP_LOG_END@json.output@@@", | 995 "@@@STEP_LOG_END@json.output@@@", |
| 977 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 996 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 978 ] | 997 ] |
| 979 }, | 998 }, |
| 980 { | 999 { |
| 981 "cmd": [ | 1000 "cmd": [ |
| 982 "python", | 1001 "python", |
| 983 "-u", | 1002 "-u", |
| 984 "[CWD]/src/tools/swarming_client/swarming.py", | 1003 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 985 "trigger", | 1004 "trigger", |
| 986 "--swarming", | 1005 "--swarming", |
| 987 "https://chromium-swarm.appspot.com", | 1006 "https://chromium-swarm.appspot.com", |
| 988 "--isolate-server", | 1007 "--isolate-server", |
| 989 "https://isolateserver.appspot.com", | 1008 "https://isolateserver.appspot.com", |
| 990 "--priority", | 1009 "--priority", |
| 991 "30", | 1010 "30", |
| 992 "--shards", | 1011 "--shards", |
| 993 "1", | 1012 "1", |
| 994 "--task-name", | 1013 "--task-name", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1033 "purpose:pre-commit", | 1052 "purpose:pre-commit", |
| 1034 "--tag", | 1053 "--tag", |
| 1035 "rietveld:https://fake.rietveld.url/666666/#ps1", | 1054 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 1036 "--tag", | 1055 "--tag", |
| 1037 "slavename:slavename", | 1056 "slavename:slavename", |
| 1038 "--tag", | 1057 "--tag", |
| 1039 "stepname:system_wrappers_unittests on Mac", | 1058 "stepname:system_wrappers_unittests on Mac", |
| 1040 "--idempotent", | 1059 "--idempotent", |
| 1041 "[dummy hash for system_wrappers_unittests]" | 1060 "[dummy hash for system_wrappers_unittests]" |
| 1042 ], | 1061 ], |
| 1062 "cwd": "[SLAVE_BUILD]", |
| 1043 "name": "[trigger] system_wrappers_unittests on Mac", | 1063 "name": "[trigger] system_wrappers_unittests on Mac", |
| 1044 "~followup_annotations": [ | 1064 "~followup_annotations": [ |
| 1045 "@@@STEP_LOG_LINE@json.output@{@@@", | 1065 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1046 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"system_wrappers_unit
tests/Mac/[dummy has/mac_swarming/1337\", @@@", | 1066 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"system_wrappers_unit
tests/Mac/[dummy has/mac_swarming/1337\", @@@", |
| 1047 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1067 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 1048 "@@@STEP_LOG_LINE@json.output@ \"system_wrappers_unittests/Mac/[dummy h
as/mac_swarming/1337\": {@@@", | 1068 "@@@STEP_LOG_LINE@json.output@ \"system_wrappers_unittests/Mac/[dummy h
as/mac_swarming/1337\": {@@@", |
| 1049 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1069 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 1050 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1070 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 1051 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1071 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 1052 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1072 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1053 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1073 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1054 "@@@STEP_LOG_LINE@json.output@}@@@", | 1074 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1055 "@@@STEP_LOG_END@json.output@@@", | 1075 "@@@STEP_LOG_END@json.output@@@", |
| 1056 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1076 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1057 ] | 1077 ] |
| 1058 }, | 1078 }, |
| 1059 { | 1079 { |
| 1060 "cmd": [ | 1080 "cmd": [ |
| 1061 "python", | 1081 "python", |
| 1062 "-u", | 1082 "-u", |
| 1063 "[CWD]/src/tools/swarming_client/swarming.py", | 1083 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 1064 "trigger", | 1084 "trigger", |
| 1065 "--swarming", | 1085 "--swarming", |
| 1066 "https://chromium-swarm.appspot.com", | 1086 "https://chromium-swarm.appspot.com", |
| 1067 "--isolate-server", | 1087 "--isolate-server", |
| 1068 "https://isolateserver.appspot.com", | 1088 "https://isolateserver.appspot.com", |
| 1069 "--priority", | 1089 "--priority", |
| 1070 "30", | 1090 "30", |
| 1071 "--shards", | 1091 "--shards", |
| 1072 "1", | 1092 "1", |
| 1073 "--task-name", | 1093 "--task-name", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1112 "purpose:pre-commit", | 1132 "purpose:pre-commit", |
| 1113 "--tag", | 1133 "--tag", |
| 1114 "rietveld:https://fake.rietveld.url/666666/#ps1", | 1134 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 1115 "--tag", | 1135 "--tag", |
| 1116 "slavename:slavename", | 1136 "slavename:slavename", |
| 1117 "--tag", | 1137 "--tag", |
| 1118 "stepname:test_support_unittests on Mac", | 1138 "stepname:test_support_unittests on Mac", |
| 1119 "--idempotent", | 1139 "--idempotent", |
| 1120 "[dummy hash for test_support_unittests]" | 1140 "[dummy hash for test_support_unittests]" |
| 1121 ], | 1141 ], |
| 1142 "cwd": "[SLAVE_BUILD]", |
| 1122 "name": "[trigger] test_support_unittests on Mac", | 1143 "name": "[trigger] test_support_unittests on Mac", |
| 1123 "~followup_annotations": [ | 1144 "~followup_annotations": [ |
| 1124 "@@@STEP_LOG_LINE@json.output@{@@@", | 1145 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1125 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_support_unittes
ts/Mac/[dummy has/mac_swarming/1337\", @@@", | 1146 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_support_unittes
ts/Mac/[dummy has/mac_swarming/1337\", @@@", |
| 1126 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1147 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 1127 "@@@STEP_LOG_LINE@json.output@ \"test_support_unittests/Mac/[dummy has/
mac_swarming/1337\": {@@@", | 1148 "@@@STEP_LOG_LINE@json.output@ \"test_support_unittests/Mac/[dummy has/
mac_swarming/1337\": {@@@", |
| 1128 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1149 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 1129 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1150 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 1130 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1151 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 1131 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1152 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1132 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1153 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1133 "@@@STEP_LOG_LINE@json.output@}@@@", | 1154 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1134 "@@@STEP_LOG_END@json.output@@@", | 1155 "@@@STEP_LOG_END@json.output@@@", |
| 1135 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1156 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1136 ] | 1157 ] |
| 1137 }, | 1158 }, |
| 1138 { | 1159 { |
| 1139 "cmd": [ | 1160 "cmd": [ |
| 1140 "python", | 1161 "python", |
| 1141 "-u", | 1162 "-u", |
| 1142 "[CWD]/src/tools/swarming_client/swarming.py", | 1163 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 1143 "trigger", | 1164 "trigger", |
| 1144 "--swarming", | 1165 "--swarming", |
| 1145 "https://chromium-swarm.appspot.com", | 1166 "https://chromium-swarm.appspot.com", |
| 1146 "--isolate-server", | 1167 "--isolate-server", |
| 1147 "https://isolateserver.appspot.com", | 1168 "https://isolateserver.appspot.com", |
| 1148 "--priority", | 1169 "--priority", |
| 1149 "30", | 1170 "30", |
| 1150 "--shards", | 1171 "--shards", |
| 1151 "1", | 1172 "1", |
| 1152 "--task-name", | 1173 "--task-name", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1191 "purpose:pre-commit", | 1212 "purpose:pre-commit", |
| 1192 "--tag", | 1213 "--tag", |
| 1193 "rietveld:https://fake.rietveld.url/666666/#ps1", | 1214 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 1194 "--tag", | 1215 "--tag", |
| 1195 "slavename:slavename", | 1216 "slavename:slavename", |
| 1196 "--tag", | 1217 "--tag", |
| 1197 "stepname:tools_unittests on Mac", | 1218 "stepname:tools_unittests on Mac", |
| 1198 "--idempotent", | 1219 "--idempotent", |
| 1199 "[dummy hash for tools_unittests]" | 1220 "[dummy hash for tools_unittests]" |
| 1200 ], | 1221 ], |
| 1222 "cwd": "[SLAVE_BUILD]", |
| 1201 "name": "[trigger] tools_unittests on Mac", | 1223 "name": "[trigger] tools_unittests on Mac", |
| 1202 "~followup_annotations": [ | 1224 "~followup_annotations": [ |
| 1203 "@@@STEP_LOG_LINE@json.output@{@@@", | 1225 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1204 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"tools_unittests/Mac/
[dummy has/mac_swarming/1337\", @@@", | 1226 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"tools_unittests/Mac/
[dummy has/mac_swarming/1337\", @@@", |
| 1205 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1227 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 1206 "@@@STEP_LOG_LINE@json.output@ \"tools_unittests/Mac/[dummy has/mac_swa
rming/1337\": {@@@", | 1228 "@@@STEP_LOG_LINE@json.output@ \"tools_unittests/Mac/[dummy has/mac_swa
rming/1337\": {@@@", |
| 1207 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1229 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 1208 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1230 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 1209 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1231 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 1210 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1232 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1211 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1233 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1212 "@@@STEP_LOG_LINE@json.output@}@@@", | 1234 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1213 "@@@STEP_LOG_END@json.output@@@", | 1235 "@@@STEP_LOG_END@json.output@@@", |
| 1214 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1236 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1215 ] | 1237 ] |
| 1216 }, | 1238 }, |
| 1217 { | 1239 { |
| 1218 "cmd": [ | 1240 "cmd": [ |
| 1219 "python", | 1241 "python", |
| 1220 "-u", | 1242 "-u", |
| 1221 "[CWD]/src/tools/swarming_client/swarming.py", | 1243 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 1222 "trigger", | 1244 "trigger", |
| 1223 "--swarming", | 1245 "--swarming", |
| 1224 "https://chromium-swarm.appspot.com", | 1246 "https://chromium-swarm.appspot.com", |
| 1225 "--isolate-server", | 1247 "--isolate-server", |
| 1226 "https://isolateserver.appspot.com", | 1248 "https://isolateserver.appspot.com", |
| 1227 "--priority", | 1249 "--priority", |
| 1228 "30", | 1250 "30", |
| 1229 "--shards", | 1251 "--shards", |
| 1230 "1", | 1252 "1", |
| 1231 "--task-name", | 1253 "--task-name", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1270 "purpose:pre-commit", | 1292 "purpose:pre-commit", |
| 1271 "--tag", | 1293 "--tag", |
| 1272 "rietveld:https://fake.rietveld.url/666666/#ps1", | 1294 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 1273 "--tag", | 1295 "--tag", |
| 1274 "slavename:slavename", | 1296 "slavename:slavename", |
| 1275 "--tag", | 1297 "--tag", |
| 1276 "stepname:video_engine_tests on Mac", | 1298 "stepname:video_engine_tests on Mac", |
| 1277 "--idempotent", | 1299 "--idempotent", |
| 1278 "[dummy hash for video_engine_tests]" | 1300 "[dummy hash for video_engine_tests]" |
| 1279 ], | 1301 ], |
| 1302 "cwd": "[SLAVE_BUILD]", |
| 1280 "name": "[trigger] video_engine_tests on Mac", | 1303 "name": "[trigger] video_engine_tests on Mac", |
| 1281 "~followup_annotations": [ | 1304 "~followup_annotations": [ |
| 1282 "@@@STEP_LOG_LINE@json.output@{@@@", | 1305 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1283 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"video_engine_tests/M
ac/[dummy has/mac_swarming/1337\", @@@", | 1306 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"video_engine_tests/M
ac/[dummy has/mac_swarming/1337\", @@@", |
| 1284 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1307 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 1285 "@@@STEP_LOG_LINE@json.output@ \"video_engine_tests/Mac/[dummy has/mac_
swarming/1337\": {@@@", | 1308 "@@@STEP_LOG_LINE@json.output@ \"video_engine_tests/Mac/[dummy has/mac_
swarming/1337\": {@@@", |
| 1286 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1309 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 1287 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1310 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 1288 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1311 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 1289 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1312 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1290 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1313 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1291 "@@@STEP_LOG_LINE@json.output@}@@@", | 1314 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1292 "@@@STEP_LOG_END@json.output@@@", | 1315 "@@@STEP_LOG_END@json.output@@@", |
| 1293 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1316 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1294 ] | 1317 ] |
| 1295 }, | 1318 }, |
| 1296 { | 1319 { |
| 1297 "cmd": [ | 1320 "cmd": [ |
| 1298 "python", | 1321 "python", |
| 1299 "-u", | 1322 "-u", |
| 1300 "[CWD]/src/tools/swarming_client/swarming.py", | 1323 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 1301 "trigger", | 1324 "trigger", |
| 1302 "--swarming", | 1325 "--swarming", |
| 1303 "https://chromium-swarm.appspot.com", | 1326 "https://chromium-swarm.appspot.com", |
| 1304 "--isolate-server", | 1327 "--isolate-server", |
| 1305 "https://isolateserver.appspot.com", | 1328 "https://isolateserver.appspot.com", |
| 1306 "--priority", | 1329 "--priority", |
| 1307 "30", | 1330 "30", |
| 1308 "--shards", | 1331 "--shards", |
| 1309 "1", | 1332 "1", |
| 1310 "--task-name", | 1333 "--task-name", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1349 "purpose:pre-commit", | 1372 "purpose:pre-commit", |
| 1350 "--tag", | 1373 "--tag", |
| 1351 "rietveld:https://fake.rietveld.url/666666/#ps1", | 1374 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 1352 "--tag", | 1375 "--tag", |
| 1353 "slavename:slavename", | 1376 "slavename:slavename", |
| 1354 "--tag", | 1377 "--tag", |
| 1355 "stepname:voice_engine_unittests on Mac", | 1378 "stepname:voice_engine_unittests on Mac", |
| 1356 "--idempotent", | 1379 "--idempotent", |
| 1357 "[dummy hash for voice_engine_unittests]" | 1380 "[dummy hash for voice_engine_unittests]" |
| 1358 ], | 1381 ], |
| 1382 "cwd": "[SLAVE_BUILD]", |
| 1359 "name": "[trigger] voice_engine_unittests on Mac", | 1383 "name": "[trigger] voice_engine_unittests on Mac", |
| 1360 "~followup_annotations": [ | 1384 "~followup_annotations": [ |
| 1361 "@@@STEP_LOG_LINE@json.output@{@@@", | 1385 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1362 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"voice_engine_unittes
ts/Mac/[dummy has/mac_swarming/1337\", @@@", | 1386 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"voice_engine_unittes
ts/Mac/[dummy has/mac_swarming/1337\", @@@", |
| 1363 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1387 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 1364 "@@@STEP_LOG_LINE@json.output@ \"voice_engine_unittests/Mac/[dummy has/
mac_swarming/1337\": {@@@", | 1388 "@@@STEP_LOG_LINE@json.output@ \"voice_engine_unittests/Mac/[dummy has/
mac_swarming/1337\": {@@@", |
| 1365 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1389 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 1366 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1390 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 1367 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1391 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 1368 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1392 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 14 matching lines...) Expand all Loading... |
| 1383 "{\"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\"}", | 1407 "{\"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\"}", |
| 1384 "--build-properties", | 1408 "--build-properties", |
| 1385 "{\"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\"}", | 1409 "{\"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\"}", |
| 1386 "--test-type=libjingle_peerconnection_objc_test.app/Contents/MacOS/libjing
le_peerconnection_objc_test", | 1410 "--test-type=libjingle_peerconnection_objc_test.app/Contents/MacOS/libjing
le_peerconnection_objc_test", |
| 1387 "--step-name=libjingle_peerconnection_objc_test", | 1411 "--step-name=libjingle_peerconnection_objc_test", |
| 1388 "--builder-name=mac_swarming", | 1412 "--builder-name=mac_swarming", |
| 1389 "--slave-name=slavename", | 1413 "--slave-name=slavename", |
| 1390 "--build-number=1337", | 1414 "--build-number=1337", |
| 1391 "--run-python-script", | 1415 "--run-python-script", |
| 1392 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 1416 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 1393 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", | 1417 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", |
| 1394 "[CWD]/src/out/Debug/libjingle_peerconnection_objc_test.app/Contents/MacOS
/libjingle_peerconnection_objc_test", | 1418 "[SLAVE_BUILD]/src/out/Debug/libjingle_peerconnection_objc_test.app/Conten
ts/MacOS/libjingle_peerconnection_objc_test", |
| 1395 "--" | 1419 "--" |
| 1396 ], | 1420 ], |
| 1421 "cwd": "[SLAVE_BUILD]", |
| 1397 "name": "libjingle_peerconnection_objc_test" | 1422 "name": "libjingle_peerconnection_objc_test" |
| 1398 }, | 1423 }, |
| 1399 { | 1424 { |
| 1400 "allow_subannotations": true, | 1425 "allow_subannotations": true, |
| 1401 "cmd": [ | 1426 "cmd": [ |
| 1402 "python", | 1427 "python", |
| 1403 "-u", | 1428 "-u", |
| 1404 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 1429 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 1405 "--target", | 1430 "--target", |
| 1406 "Debug", | 1431 "Debug", |
| 1407 "--factory-properties", | 1432 "--factory-properties", |
| 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\"}", | 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\"}", |
| 1409 "--build-properties", | 1434 "--build-properties", |
| 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\"}", | 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\"}", |
| 1411 "--annotate=gtest", | 1436 "--annotate=gtest", |
| 1412 "--test-type=webrtc_nonparallel_tests", | 1437 "--test-type=webrtc_nonparallel_tests", |
| 1413 "--step-name=webrtc_nonparallel_tests", | 1438 "--step-name=webrtc_nonparallel_tests", |
| 1414 "--builder-name=mac_swarming", | 1439 "--builder-name=mac_swarming", |
| 1415 "--slave-name=slavename", | 1440 "--slave-name=slavename", |
| 1416 "--build-number=1337", | 1441 "--build-number=1337", |
| 1417 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 1442 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 1418 "webrtc_nonparallel_tests" | 1443 "webrtc_nonparallel_tests" |
| 1419 ], | 1444 ], |
| 1445 "cwd": "[SLAVE_BUILD]", |
| 1420 "name": "webrtc_nonparallel_tests" | 1446 "name": "webrtc_nonparallel_tests" |
| 1421 }, | 1447 }, |
| 1422 { | 1448 { |
| 1423 "cmd": [ | 1449 "cmd": [ |
| 1424 "python", | 1450 "python", |
| 1425 "-u", | 1451 "-u", |
| 1426 "[CWD]/src/tools/swarming_client/swarming.py", | 1452 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 1427 "collect", | 1453 "collect", |
| 1428 "--swarming", | 1454 "--swarming", |
| 1429 "https://chromium-swarm.appspot.com", | 1455 "https://chromium-swarm.appspot.com", |
| 1430 "--decorate", | 1456 "--decorate", |
| 1431 "--print-status-updates", | 1457 "--print-status-updates", |
| 1432 "--shards", | 1458 "--shards", |
| 1433 "1", | 1459 "1", |
| 1434 "audio_decoder_unittests/Mac/[dummy has/mac_swarming/1337", | 1460 "audio_decoder_unittests/Mac/[dummy has/mac_swarming/1337", |
| 1435 "--task-summary-json", | 1461 "--task-summary-json", |
| 1436 "/path/to/tmp/json" | 1462 "/path/to/tmp/json" |
| 1437 ], | 1463 ], |
| 1464 "cwd": "[SLAVE_BUILD]", |
| 1438 "name": "audio_decoder_unittests on Mac", | 1465 "name": "audio_decoder_unittests on Mac", |
| 1439 "~followup_annotations": [ | 1466 "~followup_annotations": [ |
| 1440 "@@@STEP_TEXT@swarming pending 71s@@@", | 1467 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1441 "@@@STEP_LOG_LINE@json.output@{@@@", | 1468 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1442 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1469 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1443 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1470 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1444 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1471 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1445 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1472 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1446 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1473 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1447 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1474 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 1476 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1503 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 1477 "@@@STEP_LOG_LINE@json.output@}@@@", | 1504 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1478 "@@@STEP_LOG_END@json.output@@@", | 1505 "@@@STEP_LOG_END@json.output@@@", |
| 1479 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1506 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1480 ] | 1507 ] |
| 1481 }, | 1508 }, |
| 1482 { | 1509 { |
| 1483 "cmd": [ | 1510 "cmd": [ |
| 1484 "python", | 1511 "python", |
| 1485 "-u", | 1512 "-u", |
| 1486 "[CWD]/src/tools/swarming_client/swarming.py", | 1513 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 1487 "collect", | 1514 "collect", |
| 1488 "--swarming", | 1515 "--swarming", |
| 1489 "https://chromium-swarm.appspot.com", | 1516 "https://chromium-swarm.appspot.com", |
| 1490 "--decorate", | 1517 "--decorate", |
| 1491 "--print-status-updates", | 1518 "--print-status-updates", |
| 1492 "--shards", | 1519 "--shards", |
| 1493 "1", | 1520 "1", |
| 1494 "common_audio_unittests/Mac/[dummy has/mac_swarming/1337", | 1521 "common_audio_unittests/Mac/[dummy has/mac_swarming/1337", |
| 1495 "--task-summary-json", | 1522 "--task-summary-json", |
| 1496 "/path/to/tmp/json" | 1523 "/path/to/tmp/json" |
| 1497 ], | 1524 ], |
| 1525 "cwd": "[SLAVE_BUILD]", |
| 1498 "name": "common_audio_unittests on Mac", | 1526 "name": "common_audio_unittests on Mac", |
| 1499 "~followup_annotations": [ | 1527 "~followup_annotations": [ |
| 1500 "@@@STEP_TEXT@swarming pending 71s@@@", | 1528 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1501 "@@@STEP_LOG_LINE@json.output@{@@@", | 1529 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1502 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1530 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1503 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1531 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1504 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1532 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1505 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1533 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1506 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1534 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1507 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1535 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 1536 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1564 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 1537 "@@@STEP_LOG_LINE@json.output@}@@@", | 1565 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1538 "@@@STEP_LOG_END@json.output@@@", | 1566 "@@@STEP_LOG_END@json.output@@@", |
| 1539 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1567 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1540 ] | 1568 ] |
| 1541 }, | 1569 }, |
| 1542 { | 1570 { |
| 1543 "cmd": [ | 1571 "cmd": [ |
| 1544 "python", | 1572 "python", |
| 1545 "-u", | 1573 "-u", |
| 1546 "[CWD]/src/tools/swarming_client/swarming.py", | 1574 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 1547 "collect", | 1575 "collect", |
| 1548 "--swarming", | 1576 "--swarming", |
| 1549 "https://chromium-swarm.appspot.com", | 1577 "https://chromium-swarm.appspot.com", |
| 1550 "--decorate", | 1578 "--decorate", |
| 1551 "--print-status-updates", | 1579 "--print-status-updates", |
| 1552 "--shards", | 1580 "--shards", |
| 1553 "1", | 1581 "1", |
| 1554 "common_video_unittests/Mac/[dummy has/mac_swarming/1337", | 1582 "common_video_unittests/Mac/[dummy has/mac_swarming/1337", |
| 1555 "--task-summary-json", | 1583 "--task-summary-json", |
| 1556 "/path/to/tmp/json" | 1584 "/path/to/tmp/json" |
| 1557 ], | 1585 ], |
| 1586 "cwd": "[SLAVE_BUILD]", |
| 1558 "name": "common_video_unittests on Mac", | 1587 "name": "common_video_unittests on Mac", |
| 1559 "~followup_annotations": [ | 1588 "~followup_annotations": [ |
| 1560 "@@@STEP_TEXT@swarming pending 71s@@@", | 1589 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1561 "@@@STEP_LOG_LINE@json.output@{@@@", | 1590 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1562 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1591 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1563 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1592 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1564 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1593 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1565 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1594 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1566 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1595 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1567 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1596 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 1596 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1625 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 1597 "@@@STEP_LOG_LINE@json.output@}@@@", | 1626 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1598 "@@@STEP_LOG_END@json.output@@@", | 1627 "@@@STEP_LOG_END@json.output@@@", |
| 1599 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1628 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1600 ] | 1629 ] |
| 1601 }, | 1630 }, |
| 1602 { | 1631 { |
| 1603 "cmd": [ | 1632 "cmd": [ |
| 1604 "python", | 1633 "python", |
| 1605 "-u", | 1634 "-u", |
| 1606 "[CWD]/src/tools/swarming_client/swarming.py", | 1635 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 1607 "collect", | 1636 "collect", |
| 1608 "--swarming", | 1637 "--swarming", |
| 1609 "https://chromium-swarm.appspot.com", | 1638 "https://chromium-swarm.appspot.com", |
| 1610 "--decorate", | 1639 "--decorate", |
| 1611 "--print-status-updates", | 1640 "--print-status-updates", |
| 1612 "--shards", | 1641 "--shards", |
| 1613 "1", | 1642 "1", |
| 1614 "modules_tests/Mac/[dummy has/mac_swarming/1337", | 1643 "modules_tests/Mac/[dummy has/mac_swarming/1337", |
| 1615 "--task-summary-json", | 1644 "--task-summary-json", |
| 1616 "/path/to/tmp/json" | 1645 "/path/to/tmp/json" |
| 1617 ], | 1646 ], |
| 1647 "cwd": "[SLAVE_BUILD]", |
| 1618 "name": "modules_tests on Mac", | 1648 "name": "modules_tests on Mac", |
| 1619 "~followup_annotations": [ | 1649 "~followup_annotations": [ |
| 1620 "@@@STEP_TEXT@swarming pending 71s@@@", | 1650 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1621 "@@@STEP_LOG_LINE@json.output@{@@@", | 1651 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1622 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1652 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1623 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1653 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1624 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1654 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1625 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1655 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1626 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1656 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1627 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1657 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 1656 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1686 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 1657 "@@@STEP_LOG_LINE@json.output@}@@@", | 1687 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1658 "@@@STEP_LOG_END@json.output@@@", | 1688 "@@@STEP_LOG_END@json.output@@@", |
| 1659 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1689 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1660 ] | 1690 ] |
| 1661 }, | 1691 }, |
| 1662 { | 1692 { |
| 1663 "cmd": [ | 1693 "cmd": [ |
| 1664 "python", | 1694 "python", |
| 1665 "-u", | 1695 "-u", |
| 1666 "[CWD]/src/tools/swarming_client/swarming.py", | 1696 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 1667 "collect", | 1697 "collect", |
| 1668 "--swarming", | 1698 "--swarming", |
| 1669 "https://chromium-swarm.appspot.com", | 1699 "https://chromium-swarm.appspot.com", |
| 1670 "--decorate", | 1700 "--decorate", |
| 1671 "--print-status-updates", | 1701 "--print-status-updates", |
| 1672 "--shards", | 1702 "--shards", |
| 1673 "1", | 1703 "1", |
| 1674 "modules_unittests/Mac/[dummy has/mac_swarming/1337", | 1704 "modules_unittests/Mac/[dummy has/mac_swarming/1337", |
| 1675 "--task-summary-json", | 1705 "--task-summary-json", |
| 1676 "/path/to/tmp/json" | 1706 "/path/to/tmp/json" |
| 1677 ], | 1707 ], |
| 1708 "cwd": "[SLAVE_BUILD]", |
| 1678 "name": "modules_unittests on Mac", | 1709 "name": "modules_unittests on Mac", |
| 1679 "~followup_annotations": [ | 1710 "~followup_annotations": [ |
| 1680 "@@@STEP_TEXT@swarming pending 71s@@@", | 1711 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1681 "@@@STEP_LOG_LINE@json.output@{@@@", | 1712 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1682 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1713 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1683 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1714 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1684 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1715 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1685 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1716 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1686 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1717 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1687 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1718 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 1716 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1747 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 1717 "@@@STEP_LOG_LINE@json.output@}@@@", | 1748 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1718 "@@@STEP_LOG_END@json.output@@@", | 1749 "@@@STEP_LOG_END@json.output@@@", |
| 1719 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1750 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1720 ] | 1751 ] |
| 1721 }, | 1752 }, |
| 1722 { | 1753 { |
| 1723 "cmd": [ | 1754 "cmd": [ |
| 1724 "python", | 1755 "python", |
| 1725 "-u", | 1756 "-u", |
| 1726 "[CWD]/src/tools/swarming_client/swarming.py", | 1757 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 1727 "collect", | 1758 "collect", |
| 1728 "--swarming", | 1759 "--swarming", |
| 1729 "https://chromium-swarm.appspot.com", | 1760 "https://chromium-swarm.appspot.com", |
| 1730 "--decorate", | 1761 "--decorate", |
| 1731 "--print-status-updates", | 1762 "--print-status-updates", |
| 1732 "--shards", | 1763 "--shards", |
| 1733 "1", | 1764 "1", |
| 1734 "peerconnection_unittests/Mac/[dummy has/mac_swarming/1337", | 1765 "peerconnection_unittests/Mac/[dummy has/mac_swarming/1337", |
| 1735 "--task-summary-json", | 1766 "--task-summary-json", |
| 1736 "/path/to/tmp/json" | 1767 "/path/to/tmp/json" |
| 1737 ], | 1768 ], |
| 1769 "cwd": "[SLAVE_BUILD]", |
| 1738 "name": "peerconnection_unittests on Mac", | 1770 "name": "peerconnection_unittests on Mac", |
| 1739 "~followup_annotations": [ | 1771 "~followup_annotations": [ |
| 1740 "@@@STEP_TEXT@swarming pending 71s@@@", | 1772 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1741 "@@@STEP_LOG_LINE@json.output@{@@@", | 1773 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1742 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1774 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1743 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1775 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1744 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1776 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1745 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1777 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1746 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1778 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1747 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1779 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 1776 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1808 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 1777 "@@@STEP_LOG_LINE@json.output@}@@@", | 1809 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1778 "@@@STEP_LOG_END@json.output@@@", | 1810 "@@@STEP_LOG_END@json.output@@@", |
| 1779 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1811 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1780 ] | 1812 ] |
| 1781 }, | 1813 }, |
| 1782 { | 1814 { |
| 1783 "cmd": [ | 1815 "cmd": [ |
| 1784 "python", | 1816 "python", |
| 1785 "-u", | 1817 "-u", |
| 1786 "[CWD]/src/tools/swarming_client/swarming.py", | 1818 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 1787 "collect", | 1819 "collect", |
| 1788 "--swarming", | 1820 "--swarming", |
| 1789 "https://chromium-swarm.appspot.com", | 1821 "https://chromium-swarm.appspot.com", |
| 1790 "--decorate", | 1822 "--decorate", |
| 1791 "--print-status-updates", | 1823 "--print-status-updates", |
| 1792 "--shards", | 1824 "--shards", |
| 1793 "1", | 1825 "1", |
| 1794 "rtc_media_unittests/Mac/[dummy has/mac_swarming/1337", | 1826 "rtc_media_unittests/Mac/[dummy has/mac_swarming/1337", |
| 1795 "--task-summary-json", | 1827 "--task-summary-json", |
| 1796 "/path/to/tmp/json" | 1828 "/path/to/tmp/json" |
| 1797 ], | 1829 ], |
| 1830 "cwd": "[SLAVE_BUILD]", |
| 1798 "name": "rtc_media_unittests on Mac", | 1831 "name": "rtc_media_unittests on Mac", |
| 1799 "~followup_annotations": [ | 1832 "~followup_annotations": [ |
| 1800 "@@@STEP_TEXT@swarming pending 71s@@@", | 1833 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1801 "@@@STEP_LOG_LINE@json.output@{@@@", | 1834 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1802 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1835 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1803 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1836 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1804 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1837 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1805 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1838 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1806 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1839 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1807 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1840 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 1836 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1869 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 1837 "@@@STEP_LOG_LINE@json.output@}@@@", | 1870 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1838 "@@@STEP_LOG_END@json.output@@@", | 1871 "@@@STEP_LOG_END@json.output@@@", |
| 1839 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1872 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1840 ] | 1873 ] |
| 1841 }, | 1874 }, |
| 1842 { | 1875 { |
| 1843 "cmd": [ | 1876 "cmd": [ |
| 1844 "python", | 1877 "python", |
| 1845 "-u", | 1878 "-u", |
| 1846 "[CWD]/src/tools/swarming_client/swarming.py", | 1879 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 1847 "collect", | 1880 "collect", |
| 1848 "--swarming", | 1881 "--swarming", |
| 1849 "https://chromium-swarm.appspot.com", | 1882 "https://chromium-swarm.appspot.com", |
| 1850 "--decorate", | 1883 "--decorate", |
| 1851 "--print-status-updates", | 1884 "--print-status-updates", |
| 1852 "--shards", | 1885 "--shards", |
| 1853 "1", | 1886 "1", |
| 1854 "rtc_pc_unittests/Mac/[dummy has/mac_swarming/1337", | 1887 "rtc_pc_unittests/Mac/[dummy has/mac_swarming/1337", |
| 1855 "--task-summary-json", | 1888 "--task-summary-json", |
| 1856 "/path/to/tmp/json" | 1889 "/path/to/tmp/json" |
| 1857 ], | 1890 ], |
| 1891 "cwd": "[SLAVE_BUILD]", |
| 1858 "name": "rtc_pc_unittests on Mac", | 1892 "name": "rtc_pc_unittests on Mac", |
| 1859 "~followup_annotations": [ | 1893 "~followup_annotations": [ |
| 1860 "@@@STEP_TEXT@swarming pending 71s@@@", | 1894 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1861 "@@@STEP_LOG_LINE@json.output@{@@@", | 1895 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1862 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1896 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1863 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1897 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1864 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1898 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1865 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1899 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1866 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1900 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1867 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1901 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 1896 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1930 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 1897 "@@@STEP_LOG_LINE@json.output@}@@@", | 1931 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1898 "@@@STEP_LOG_END@json.output@@@", | 1932 "@@@STEP_LOG_END@json.output@@@", |
| 1899 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1933 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1900 ] | 1934 ] |
| 1901 }, | 1935 }, |
| 1902 { | 1936 { |
| 1903 "cmd": [ | 1937 "cmd": [ |
| 1904 "python", | 1938 "python", |
| 1905 "-u", | 1939 "-u", |
| 1906 "[CWD]/src/tools/swarming_client/swarming.py", | 1940 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 1907 "collect", | 1941 "collect", |
| 1908 "--swarming", | 1942 "--swarming", |
| 1909 "https://chromium-swarm.appspot.com", | 1943 "https://chromium-swarm.appspot.com", |
| 1910 "--decorate", | 1944 "--decorate", |
| 1911 "--print-status-updates", | 1945 "--print-status-updates", |
| 1912 "--shards", | 1946 "--shards", |
| 1913 "1", | 1947 "1", |
| 1914 "rtc_unittests/Mac/[dummy has/mac_swarming/1337", | 1948 "rtc_unittests/Mac/[dummy has/mac_swarming/1337", |
| 1915 "--task-summary-json", | 1949 "--task-summary-json", |
| 1916 "/path/to/tmp/json" | 1950 "/path/to/tmp/json" |
| 1917 ], | 1951 ], |
| 1952 "cwd": "[SLAVE_BUILD]", |
| 1918 "name": "rtc_unittests on Mac", | 1953 "name": "rtc_unittests on Mac", |
| 1919 "~followup_annotations": [ | 1954 "~followup_annotations": [ |
| 1920 "@@@STEP_TEXT@swarming pending 71s@@@", | 1955 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1921 "@@@STEP_LOG_LINE@json.output@{@@@", | 1956 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1922 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1957 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1923 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1958 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1924 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1959 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1925 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1960 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1926 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1961 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1927 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1962 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 1956 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1991 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 1957 "@@@STEP_LOG_LINE@json.output@}@@@", | 1992 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1958 "@@@STEP_LOG_END@json.output@@@", | 1993 "@@@STEP_LOG_END@json.output@@@", |
| 1959 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1994 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1960 ] | 1995 ] |
| 1961 }, | 1996 }, |
| 1962 { | 1997 { |
| 1963 "cmd": [ | 1998 "cmd": [ |
| 1964 "python", | 1999 "python", |
| 1965 "-u", | 2000 "-u", |
| 1966 "[CWD]/src/tools/swarming_client/swarming.py", | 2001 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 1967 "collect", | 2002 "collect", |
| 1968 "--swarming", | 2003 "--swarming", |
| 1969 "https://chromium-swarm.appspot.com", | 2004 "https://chromium-swarm.appspot.com", |
| 1970 "--decorate", | 2005 "--decorate", |
| 1971 "--print-status-updates", | 2006 "--print-status-updates", |
| 1972 "--shards", | 2007 "--shards", |
| 1973 "1", | 2008 "1", |
| 1974 "system_wrappers_unittests/Mac/[dummy has/mac_swarming/1337", | 2009 "system_wrappers_unittests/Mac/[dummy has/mac_swarming/1337", |
| 1975 "--task-summary-json", | 2010 "--task-summary-json", |
| 1976 "/path/to/tmp/json" | 2011 "/path/to/tmp/json" |
| 1977 ], | 2012 ], |
| 2013 "cwd": "[SLAVE_BUILD]", |
| 1978 "name": "system_wrappers_unittests on Mac", | 2014 "name": "system_wrappers_unittests on Mac", |
| 1979 "~followup_annotations": [ | 2015 "~followup_annotations": [ |
| 1980 "@@@STEP_TEXT@swarming pending 71s@@@", | 2016 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1981 "@@@STEP_LOG_LINE@json.output@{@@@", | 2017 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1982 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 2018 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1983 "@@@STEP_LOG_LINE@json.output@ {@@@", | 2019 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1984 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 2020 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1985 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 2021 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1986 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 2022 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1987 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 2023 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 2016 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 2052 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 2017 "@@@STEP_LOG_LINE@json.output@}@@@", | 2053 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2018 "@@@STEP_LOG_END@json.output@@@", | 2054 "@@@STEP_LOG_END@json.output@@@", |
| 2019 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2055 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2020 ] | 2056 ] |
| 2021 }, | 2057 }, |
| 2022 { | 2058 { |
| 2023 "cmd": [ | 2059 "cmd": [ |
| 2024 "python", | 2060 "python", |
| 2025 "-u", | 2061 "-u", |
| 2026 "[CWD]/src/tools/swarming_client/swarming.py", | 2062 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 2027 "collect", | 2063 "collect", |
| 2028 "--swarming", | 2064 "--swarming", |
| 2029 "https://chromium-swarm.appspot.com", | 2065 "https://chromium-swarm.appspot.com", |
| 2030 "--decorate", | 2066 "--decorate", |
| 2031 "--print-status-updates", | 2067 "--print-status-updates", |
| 2032 "--shards", | 2068 "--shards", |
| 2033 "1", | 2069 "1", |
| 2034 "test_support_unittests/Mac/[dummy has/mac_swarming/1337", | 2070 "test_support_unittests/Mac/[dummy has/mac_swarming/1337", |
| 2035 "--task-summary-json", | 2071 "--task-summary-json", |
| 2036 "/path/to/tmp/json" | 2072 "/path/to/tmp/json" |
| 2037 ], | 2073 ], |
| 2074 "cwd": "[SLAVE_BUILD]", |
| 2038 "name": "test_support_unittests on Mac", | 2075 "name": "test_support_unittests on Mac", |
| 2039 "~followup_annotations": [ | 2076 "~followup_annotations": [ |
| 2040 "@@@STEP_TEXT@swarming pending 71s@@@", | 2077 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 2041 "@@@STEP_LOG_LINE@json.output@{@@@", | 2078 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 2042 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 2079 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 2043 "@@@STEP_LOG_LINE@json.output@ {@@@", | 2080 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 2044 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 2081 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 2045 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 2082 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 2046 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 2083 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 2047 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 2084 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 2076 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 2113 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 2077 "@@@STEP_LOG_LINE@json.output@}@@@", | 2114 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2078 "@@@STEP_LOG_END@json.output@@@", | 2115 "@@@STEP_LOG_END@json.output@@@", |
| 2079 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2116 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2080 ] | 2117 ] |
| 2081 }, | 2118 }, |
| 2082 { | 2119 { |
| 2083 "cmd": [ | 2120 "cmd": [ |
| 2084 "python", | 2121 "python", |
| 2085 "-u", | 2122 "-u", |
| 2086 "[CWD]/src/tools/swarming_client/swarming.py", | 2123 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 2087 "collect", | 2124 "collect", |
| 2088 "--swarming", | 2125 "--swarming", |
| 2089 "https://chromium-swarm.appspot.com", | 2126 "https://chromium-swarm.appspot.com", |
| 2090 "--decorate", | 2127 "--decorate", |
| 2091 "--print-status-updates", | 2128 "--print-status-updates", |
| 2092 "--shards", | 2129 "--shards", |
| 2093 "1", | 2130 "1", |
| 2094 "tools_unittests/Mac/[dummy has/mac_swarming/1337", | 2131 "tools_unittests/Mac/[dummy has/mac_swarming/1337", |
| 2095 "--task-summary-json", | 2132 "--task-summary-json", |
| 2096 "/path/to/tmp/json" | 2133 "/path/to/tmp/json" |
| 2097 ], | 2134 ], |
| 2135 "cwd": "[SLAVE_BUILD]", |
| 2098 "name": "tools_unittests on Mac", | 2136 "name": "tools_unittests on Mac", |
| 2099 "~followup_annotations": [ | 2137 "~followup_annotations": [ |
| 2100 "@@@STEP_TEXT@swarming pending 71s@@@", | 2138 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 2101 "@@@STEP_LOG_LINE@json.output@{@@@", | 2139 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 2102 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 2140 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 2103 "@@@STEP_LOG_LINE@json.output@ {@@@", | 2141 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 2104 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 2142 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 2105 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 2143 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 2106 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 2144 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 2107 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 2145 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 2136 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 2174 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 2137 "@@@STEP_LOG_LINE@json.output@}@@@", | 2175 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2138 "@@@STEP_LOG_END@json.output@@@", | 2176 "@@@STEP_LOG_END@json.output@@@", |
| 2139 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2177 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2140 ] | 2178 ] |
| 2141 }, | 2179 }, |
| 2142 { | 2180 { |
| 2143 "cmd": [ | 2181 "cmd": [ |
| 2144 "python", | 2182 "python", |
| 2145 "-u", | 2183 "-u", |
| 2146 "[CWD]/src/tools/swarming_client/swarming.py", | 2184 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 2147 "collect", | 2185 "collect", |
| 2148 "--swarming", | 2186 "--swarming", |
| 2149 "https://chromium-swarm.appspot.com", | 2187 "https://chromium-swarm.appspot.com", |
| 2150 "--decorate", | 2188 "--decorate", |
| 2151 "--print-status-updates", | 2189 "--print-status-updates", |
| 2152 "--shards", | 2190 "--shards", |
| 2153 "1", | 2191 "1", |
| 2154 "video_engine_tests/Mac/[dummy has/mac_swarming/1337", | 2192 "video_engine_tests/Mac/[dummy has/mac_swarming/1337", |
| 2155 "--task-summary-json", | 2193 "--task-summary-json", |
| 2156 "/path/to/tmp/json" | 2194 "/path/to/tmp/json" |
| 2157 ], | 2195 ], |
| 2196 "cwd": "[SLAVE_BUILD]", |
| 2158 "name": "video_engine_tests on Mac", | 2197 "name": "video_engine_tests on Mac", |
| 2159 "~followup_annotations": [ | 2198 "~followup_annotations": [ |
| 2160 "@@@STEP_TEXT@swarming pending 71s@@@", | 2199 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 2161 "@@@STEP_LOG_LINE@json.output@{@@@", | 2200 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 2162 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 2201 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 2163 "@@@STEP_LOG_LINE@json.output@ {@@@", | 2202 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 2164 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 2203 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 2165 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 2204 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 2166 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 2205 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 2167 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 2206 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 2196 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 2235 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 2197 "@@@STEP_LOG_LINE@json.output@}@@@", | 2236 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2198 "@@@STEP_LOG_END@json.output@@@", | 2237 "@@@STEP_LOG_END@json.output@@@", |
| 2199 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2238 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2200 ] | 2239 ] |
| 2201 }, | 2240 }, |
| 2202 { | 2241 { |
| 2203 "cmd": [ | 2242 "cmd": [ |
| 2204 "python", | 2243 "python", |
| 2205 "-u", | 2244 "-u", |
| 2206 "[CWD]/src/tools/swarming_client/swarming.py", | 2245 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 2207 "collect", | 2246 "collect", |
| 2208 "--swarming", | 2247 "--swarming", |
| 2209 "https://chromium-swarm.appspot.com", | 2248 "https://chromium-swarm.appspot.com", |
| 2210 "--decorate", | 2249 "--decorate", |
| 2211 "--print-status-updates", | 2250 "--print-status-updates", |
| 2212 "--shards", | 2251 "--shards", |
| 2213 "1", | 2252 "1", |
| 2214 "voice_engine_unittests/Mac/[dummy has/mac_swarming/1337", | 2253 "voice_engine_unittests/Mac/[dummy has/mac_swarming/1337", |
| 2215 "--task-summary-json", | 2254 "--task-summary-json", |
| 2216 "/path/to/tmp/json" | 2255 "/path/to/tmp/json" |
| 2217 ], | 2256 ], |
| 2257 "cwd": "[SLAVE_BUILD]", |
| 2218 "name": "voice_engine_unittests on Mac", | 2258 "name": "voice_engine_unittests on Mac", |
| 2219 "~followup_annotations": [ | 2259 "~followup_annotations": [ |
| 2220 "@@@STEP_TEXT@swarming pending 71s@@@", | 2260 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 2221 "@@@STEP_LOG_LINE@json.output@{@@@", | 2261 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 2222 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 2262 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 2223 "@@@STEP_LOG_LINE@json.output@ {@@@", | 2263 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 2224 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 2264 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 2225 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 2265 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 2226 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 2266 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 2227 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 2267 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 30 matching lines...) Expand all Loading... |
| 2258 "@@@STEP_LOG_END@json.output@@@", | 2298 "@@@STEP_LOG_END@json.output@@@", |
| 2259 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2299 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2260 ] | 2300 ] |
| 2261 }, | 2301 }, |
| 2262 { | 2302 { |
| 2263 "name": "$result", | 2303 "name": "$result", |
| 2264 "recipe_result": null, | 2304 "recipe_result": null, |
| 2265 "status_code": 0 | 2305 "status_code": 0 |
| 2266 } | 2306 } |
| 2267 ] | 2307 ] |
| OLD | NEW |