| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.webrtc", | 8 "tryserver.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "win_swarming", | 10 "win_swarming", |
| 11 "--slave", | 11 "--slave", |
| 12 "slavename", | 12 "slavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'}
, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https
://chrome-internal.googlesource.com/chrome/deps/webrtc-limited'}]", | 14 "cache_dir = '[ROOT]\\\\b\\\\build\\\\slave\\\\cache_dir'\nsolutions = [{'
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.goo
glesource.com/external/webrtc'}, {'deps_file': 'DEPS', 'managed': True, 'name':
'webrtc-limited', 'url': 'https://chrome-internal.googlesource.com/chrome/deps/w
ebrtc-limited'}]", |
| 15 "--root", | 15 "--root", |
| 16 "src", | 16 "src", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"src\": \"got_revision\"}", | 18 "{\"src\": \"got_revision\"}", |
| 19 "--git-cache-dir", | 19 "--git-cache-dir", |
| 20 "[GIT_CACHE]", | 20 "[ROOT]\\b\\build\\slave\\cache_dir", |
| 21 "--issue", | 21 "--issue", |
| 22 "666666", | 22 "666666", |
| 23 "--patchset", | 23 "--patchset", |
| 24 "1", | 24 "1", |
| 25 "--rietveld_server", | 25 "--rietveld_server", |
| 26 "https://fake.rietveld.url", | 26 "https://fake.rietveld.url", |
| 27 "--output_json", | 27 "--output_json", |
| 28 "/path/to/tmp/json", | 28 "/path/to/tmp/json", |
| 29 "--revision", | 29 "--revision", |
| 30 "src@12345", | 30 "src@12345", |
| 31 "--output_manifest" | 31 "--output_manifest" |
| 32 ], | 32 ], |
| 33 "cwd": "[SLAVE_BUILD]", | |
| 34 "env": { | 33 "env": { |
| 35 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 34 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 36 }, | 35 }, |
| 37 "name": "bot_update", | 36 "name": "bot_update", |
| 38 "~followup_annotations": [ | 37 "~followup_annotations": [ |
| 39 "@@@STEP_TEXT@Some step text@@@", | 38 "@@@STEP_TEXT@Some step text@@@", |
| 40 "@@@STEP_LOG_LINE@json.output@{@@@", | 39 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 60 "@@@STEP_LOG_END@json.output@@@", | 59 "@@@STEP_LOG_END@json.output@@@", |
| 61 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | 60 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", |
| 62 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 61 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 63 ] | 62 ] |
| 64 }, | 63 }, |
| 65 { | 64 { |
| 66 "cmd": [ | 65 "cmd": [ |
| 67 "python", | 66 "python", |
| 68 "-u", | 67 "-u", |
| 69 "RECIPE_MODULE[build::webrtc]\\resources\\cleanup_files.py", | 68 "RECIPE_MODULE[build::webrtc]\\resources\\cleanup_files.py", |
| 70 "[SLAVE_BUILD]\\src\\out" | 69 "[CWD]\\src\\out" |
| 71 ], | 70 ], |
| 72 "cwd": "[SLAVE_BUILD]", | |
| 73 "name": "clean test output files" | 71 "name": "clean test output files" |
| 74 }, | 72 }, |
| 75 { | 73 { |
| 76 "cmd": [ | 74 "cmd": [ |
| 77 "python", | 75 "python", |
| 78 "-u", | 76 "-u", |
| 79 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 77 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 80 "--show-path", | 78 "--show-path", |
| 81 "python", | 79 "python", |
| 82 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 80 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 83 ], | 81 ], |
| 84 "cwd": "[SLAVE_BUILD]", | |
| 85 "name": "cleanup_temp" | 82 "name": "cleanup_temp" |
| 86 }, | 83 }, |
| 87 { | 84 { |
| 88 "cmd": [ | 85 "cmd": [ |
| 89 "python", | 86 "python", |
| 90 "-u", | 87 "-u", |
| 91 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", | 88 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", |
| 92 "--build-dir", | 89 "--build-dir", |
| 93 "[SLAVE_BUILD]\\src\\out\\Debug", | 90 "[CWD]\\src\\out\\Debug", |
| 94 "--clean-isolated-files" | 91 "--clean-isolated-files" |
| 95 ], | 92 ], |
| 96 "cwd": "[SLAVE_BUILD]", | |
| 97 "name": "clean isolated files" | 93 "name": "clean isolated files" |
| 98 }, | 94 }, |
| 99 { | 95 { |
| 100 "cmd": [ | 96 "cmd": [ |
| 101 "python", | 97 "python", |
| 102 "-u", | 98 "-u", |
| 103 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 99 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 104 "runhooks" | 100 "runhooks" |
| 105 ], | 101 ], |
| 106 "cwd": "[SLAVE_BUILD]", | |
| 107 "env": { | 102 "env": { |
| 108 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 103 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 109 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library dcheck_always_
on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[BUILD]\\goma' rtc_use_264=1 ta
rget_arch=ia32 test_isolation_mode=prepare use_goma=1", | 104 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library dcheck_always_
on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[ROOT]\\b\\build\\goma' rtc_use
_264=1 target_arch=ia32 test_isolation_mode=prepare use_goma=1", |
| 110 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 105 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 111 }, | 106 }, |
| 112 "name": "gclient runhooks" | 107 "name": "gclient runhooks" |
| 113 }, | 108 }, |
| 114 { | 109 { |
| 115 "cmd": [ | 110 "cmd": [ |
| 116 "python", | 111 "python", |
| 117 "-u", | 112 "-u", |
| 118 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 113 "[CWD]\\src\\tools\\swarming_client\\swarming.py", |
| 119 "--version" | 114 "--version" |
| 120 ], | 115 ], |
| 121 "cwd": "[SLAVE_BUILD]", | |
| 122 "name": "swarming.py --version", | 116 "name": "swarming.py --version", |
| 123 "stdout": "/path/to/tmp/", | 117 "stdout": "/path/to/tmp/", |
| 124 "~followup_annotations": [ | 118 "~followup_annotations": [ |
| 125 "@@@STEP_TEXT@0.4.10@@@" | 119 "@@@STEP_TEXT@0.4.10@@@" |
| 126 ] | 120 ] |
| 127 }, | 121 }, |
| 128 { | 122 { |
| 129 "cmd": [ | 123 "cmd": [ |
| 130 "python", | 124 "python", |
| 131 "-u", | 125 "-u", |
| 132 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 126 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 133 "--show-path", | 127 "--show-path", |
| 134 "python", | 128 "python", |
| 135 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 129 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 136 "--gsutil-py-path", | 130 "--gsutil-py-path", |
| 137 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 131 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 138 "--ninja-path", | 132 "--ninja-path", |
| 139 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 133 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 140 "--target", | 134 "--target", |
| 141 "Debug", | 135 "Debug", |
| 142 "--src-dir", | 136 "--src-dir", |
| 143 "[SLAVE_BUILD]\\src", | 137 "[CWD]\\src", |
| 144 "--goma-cache-dir", | 138 "--goma-cache-dir", |
| 145 "[GOMA_CACHE]", | 139 "[ROOT]\\b\\build\\slave\\goma_cache", |
| 146 "--build-tool", | 140 "--build-tool", |
| 147 "ninja", | 141 "ninja", |
| 148 "--compiler", | 142 "--compiler", |
| 149 "goma", | 143 "goma", |
| 150 "--goma-jsonstatus", | 144 "--goma-jsonstatus", |
| 151 "/path/to/tmp/json", | 145 "/path/to/tmp/json", |
| 152 "--goma-service-account-json-file", | 146 "--goma-service-account-json-file", |
| 153 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 147 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 154 "--goma-dir", | 148 "--goma-dir", |
| 155 "[BUILD]\\goma", | 149 "[ROOT]\\b\\build\\goma", |
| 156 "--goma-fail-fast", | 150 "--goma-fail-fast", |
| 157 "--goma-disable-local-fallback", | 151 "--goma-disable-local-fallback", |
| 158 "--", | 152 "--", |
| 159 "All" | 153 "All" |
| 160 ], | 154 ], |
| 161 "cwd": "[SLAVE_BUILD]", | |
| 162 "env": { | 155 "env": { |
| 163 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 156 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 164 }, | 157 }, |
| 165 "name": "compile", | 158 "name": "compile", |
| 166 "~followup_annotations": [ | 159 "~followup_annotations": [ |
| 167 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 160 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 168 "@@@STEP_LOG_END@json.output (invalid)@@@" | 161 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 169 ] | 162 ] |
| 170 }, | 163 }, |
| 171 { | 164 { |
| 172 "cmd": [ | 165 "cmd": [ |
| 173 "python", | 166 "python", |
| 174 "-u", | 167 "-u", |
| 175 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", | 168 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", |
| 176 "--build-dir", | 169 "--build-dir", |
| 177 "[SLAVE_BUILD]\\src\\out\\Debug", | 170 "[CWD]\\src\\out\\Debug", |
| 178 "--src-dir", | 171 "--src-dir", |
| 179 "[SLAVE_BUILD]\\src" | 172 "[CWD]\\src" |
| 180 ], | 173 ], |
| 181 "cwd": "[SLAVE_BUILD]", | 174 "cwd": "[CWD]", |
| 182 "name": "remove_build_metadata" | 175 "name": "remove_build_metadata" |
| 183 }, | 176 }, |
| 184 { | 177 { |
| 185 "cmd": [ | 178 "cmd": [ |
| 186 "python", | 179 "python", |
| 187 "-u", | 180 "-u", |
| 188 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", | 181 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", |
| 189 "[SLAVE_BUILD]\\src\\tools\\swarming_client", | 182 "[CWD]\\src\\tools\\swarming_client", |
| 190 "batcharchive", | 183 "batcharchive", |
| 191 "--dump-json", | 184 "--dump-json", |
| 192 "/path/to/tmp/json", | 185 "/path/to/tmp/json", |
| 193 "--isolate-server", | 186 "--isolate-server", |
| 194 "https://isolateserver.appspot.com", | 187 "https://isolateserver.appspot.com", |
| 195 "[SLAVE_BUILD]\\src\\out\\Debug\\audio_decoder_unittests.isolated.gen.json
", | 188 "[CWD]\\src\\out\\Debug\\audio_decoder_unittests.isolated.gen.json", |
| 196 "[SLAVE_BUILD]\\src\\out\\Debug\\common_audio_unittests.isolated.gen.json"
, | 189 "[CWD]\\src\\out\\Debug\\common_audio_unittests.isolated.gen.json", |
| 197 "[SLAVE_BUILD]\\src\\out\\Debug\\common_video_unittests.isolated.gen.json"
, | 190 "[CWD]\\src\\out\\Debug\\common_video_unittests.isolated.gen.json", |
| 198 "[SLAVE_BUILD]\\src\\out\\Debug\\modules_tests.isolated.gen.json", | 191 "[CWD]\\src\\out\\Debug\\modules_tests.isolated.gen.json", |
| 199 "[SLAVE_BUILD]\\src\\out\\Debug\\modules_unittests.isolated.gen.json", | 192 "[CWD]\\src\\out\\Debug\\modules_unittests.isolated.gen.json", |
| 200 "[SLAVE_BUILD]\\src\\out\\Debug\\peerconnection_unittests.isolated.gen.jso
n", | 193 "[CWD]\\src\\out\\Debug\\peerconnection_unittests.isolated.gen.json", |
| 201 "[SLAVE_BUILD]\\src\\out\\Debug\\rtc_media_unittests.isolated.gen.json", | 194 "[CWD]\\src\\out\\Debug\\rtc_media_unittests.isolated.gen.json", |
| 202 "[SLAVE_BUILD]\\src\\out\\Debug\\rtc_pc_unittests.isolated.gen.json", | 195 "[CWD]\\src\\out\\Debug\\rtc_pc_unittests.isolated.gen.json", |
| 203 "[SLAVE_BUILD]\\src\\out\\Debug\\rtc_unittests.isolated.gen.json", | 196 "[CWD]\\src\\out\\Debug\\rtc_unittests.isolated.gen.json", |
| 204 "[SLAVE_BUILD]\\src\\out\\Debug\\system_wrappers_unittests.isolated.gen.js
on", | 197 "[CWD]\\src\\out\\Debug\\system_wrappers_unittests.isolated.gen.json", |
| 205 "[SLAVE_BUILD]\\src\\out\\Debug\\test_support_unittests.isolated.gen.json"
, | 198 "[CWD]\\src\\out\\Debug\\test_support_unittests.isolated.gen.json", |
| 206 "[SLAVE_BUILD]\\src\\out\\Debug\\tools_unittests.isolated.gen.json", | 199 "[CWD]\\src\\out\\Debug\\tools_unittests.isolated.gen.json", |
| 207 "[SLAVE_BUILD]\\src\\out\\Debug\\video_engine_tests.isolated.gen.json", | 200 "[CWD]\\src\\out\\Debug\\video_engine_tests.isolated.gen.json", |
| 208 "[SLAVE_BUILD]\\src\\out\\Debug\\voice_engine_unittests.isolated.gen.json" | 201 "[CWD]\\src\\out\\Debug\\voice_engine_unittests.isolated.gen.json" |
| 209 ], | 202 ], |
| 210 "cwd": "[SLAVE_BUILD]", | |
| 211 "name": "isolate tests", | 203 "name": "isolate tests", |
| 212 "~followup_annotations": [ | 204 "~followup_annotations": [ |
| 213 "@@@STEP_LOG_LINE@json.output@{@@@", | 205 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 214 "@@@STEP_LOG_LINE@json.output@ \"audio_decoder_unittests\": \"[dummy hash
for audio_decoder_unittests]\", @@@", | 206 "@@@STEP_LOG_LINE@json.output@ \"audio_decoder_unittests\": \"[dummy hash
for audio_decoder_unittests]\", @@@", |
| 215 "@@@STEP_LOG_LINE@json.output@ \"common_audio_unittests\": \"[dummy hash
for common_audio_unittests]\", @@@", | 207 "@@@STEP_LOG_LINE@json.output@ \"common_audio_unittests\": \"[dummy hash
for common_audio_unittests]\", @@@", |
| 216 "@@@STEP_LOG_LINE@json.output@ \"common_video_unittests\": \"[dummy hash
for common_video_unittests]\", @@@", | 208 "@@@STEP_LOG_LINE@json.output@ \"common_video_unittests\": \"[dummy hash
for common_video_unittests]\", @@@", |
| 217 "@@@STEP_LOG_LINE@json.output@ \"modules_tests\": \"[dummy hash for modul
es_tests]\", @@@", | 209 "@@@STEP_LOG_LINE@json.output@ \"modules_tests\": \"[dummy hash for modul
es_tests]\", @@@", |
| 218 "@@@STEP_LOG_LINE@json.output@ \"modules_unittests\": \"[dummy hash for m
odules_unittests]\", @@@", | 210 "@@@STEP_LOG_LINE@json.output@ \"modules_unittests\": \"[dummy hash for m
odules_unittests]\", @@@", |
| 219 "@@@STEP_LOG_LINE@json.output@ \"peerconnection_unittests\": \"[dummy has
h for peerconnection_unittests]\", @@@", | 211 "@@@STEP_LOG_LINE@json.output@ \"peerconnection_unittests\": \"[dummy has
h for peerconnection_unittests]\", @@@", |
| 220 "@@@STEP_LOG_LINE@json.output@ \"rtc_media_unittests\": \"[dummy hash for
rtc_media_unittests]\", @@@", | 212 "@@@STEP_LOG_LINE@json.output@ \"rtc_media_unittests\": \"[dummy hash for
rtc_media_unittests]\", @@@", |
| 221 "@@@STEP_LOG_LINE@json.output@ \"rtc_pc_unittests\": \"[dummy hash for rt
c_pc_unittests]\", @@@", | 213 "@@@STEP_LOG_LINE@json.output@ \"rtc_pc_unittests\": \"[dummy hash for rt
c_pc_unittests]\", @@@", |
| 222 "@@@STEP_LOG_LINE@json.output@ \"rtc_unittests\": \"[dummy hash for rtc_u
nittests]\", @@@", | 214 "@@@STEP_LOG_LINE@json.output@ \"rtc_unittests\": \"[dummy hash for rtc_u
nittests]\", @@@", |
| 223 "@@@STEP_LOG_LINE@json.output@ \"system_wrappers_unittests\": \"[dummy ha
sh for system_wrappers_unittests]\", @@@", | 215 "@@@STEP_LOG_LINE@json.output@ \"system_wrappers_unittests\": \"[dummy ha
sh for system_wrappers_unittests]\", @@@", |
| 224 "@@@STEP_LOG_LINE@json.output@ \"test_support_unittests\": \"[dummy hash
for test_support_unittests]\", @@@", | 216 "@@@STEP_LOG_LINE@json.output@ \"test_support_unittests\": \"[dummy hash
for test_support_unittests]\", @@@", |
| 225 "@@@STEP_LOG_LINE@json.output@ \"tools_unittests\": \"[dummy hash for too
ls_unittests]\", @@@", | 217 "@@@STEP_LOG_LINE@json.output@ \"tools_unittests\": \"[dummy hash for too
ls_unittests]\", @@@", |
| 226 "@@@STEP_LOG_LINE@json.output@ \"video_engine_tests\": \"[dummy hash for
video_engine_tests]\", @@@", | 218 "@@@STEP_LOG_LINE@json.output@ \"video_engine_tests\": \"[dummy hash for
video_engine_tests]\", @@@", |
| 227 "@@@STEP_LOG_LINE@json.output@ \"voice_engine_unittests\": \"[dummy hash
for voice_engine_unittests]\"@@@", | 219 "@@@STEP_LOG_LINE@json.output@ \"voice_engine_unittests\": \"[dummy hash
for voice_engine_unittests]\"@@@", |
| 228 "@@@STEP_LOG_LINE@json.output@}@@@", | 220 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 229 "@@@STEP_LOG_END@json.output@@@", | 221 "@@@STEP_LOG_END@json.output@@@", |
| 230 "@@@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]\"}@@@" | 222 "@@@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]\"}@@@" |
| 231 ] | 223 ] |
| 232 }, | 224 }, |
| 233 { | 225 { |
| 234 "cmd": [ | 226 "cmd": [ |
| 235 "python", | 227 "python", |
| 236 "-u", | 228 "-u", |
| 237 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 229 "[CWD]\\src\\tools\\swarming_client\\swarming.py", |
| 238 "trigger", | 230 "trigger", |
| 239 "--swarming", | 231 "--swarming", |
| 240 "https://chromium-swarm.appspot.com", | 232 "https://chromium-swarm.appspot.com", |
| 241 "--isolate-server", | 233 "--isolate-server", |
| 242 "https://isolateserver.appspot.com", | 234 "https://isolateserver.appspot.com", |
| 243 "--priority", | 235 "--priority", |
| 244 "30", | 236 "30", |
| 245 "--shards", | 237 "--shards", |
| 246 "1", | 238 "1", |
| 247 "--task-name", | 239 "--task-name", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 286 "purpose:pre-commit", | 278 "purpose:pre-commit", |
| 287 "--tag", | 279 "--tag", |
| 288 "rietveld:https://fake.rietveld.url/666666/#ps1", | 280 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 289 "--tag", | 281 "--tag", |
| 290 "slavename:slavename", | 282 "slavename:slavename", |
| 291 "--tag", | 283 "--tag", |
| 292 "stepname:audio_decoder_unittests on Windows", | 284 "stepname:audio_decoder_unittests on Windows", |
| 293 "--idempotent", | 285 "--idempotent", |
| 294 "[dummy hash for audio_decoder_unittests]" | 286 "[dummy hash for audio_decoder_unittests]" |
| 295 ], | 287 ], |
| 296 "cwd": "[SLAVE_BUILD]", | |
| 297 "name": "[trigger] audio_decoder_unittests on Windows", | 288 "name": "[trigger] audio_decoder_unittests on Windows", |
| 298 "~followup_annotations": [ | 289 "~followup_annotations": [ |
| 299 "@@@STEP_LOG_LINE@json.output@{@@@", | 290 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 300 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"audio_decoder_unitte
sts/Windows/[dummy has/win_swarming/1337\", @@@", | 291 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"audio_decoder_unitte
sts/Windows/[dummy has/win_swarming/1337\", @@@", |
| 301 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 292 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 302 "@@@STEP_LOG_LINE@json.output@ \"audio_decoder_unittests/Windows/[dummy
has/win_swarming/1337\": {@@@", | 293 "@@@STEP_LOG_LINE@json.output@ \"audio_decoder_unittests/Windows/[dummy
has/win_swarming/1337\": {@@@", |
| 303 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 294 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 304 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 295 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 305 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 296 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 306 "@@@STEP_LOG_LINE@json.output@ }@@@", | 297 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 307 "@@@STEP_LOG_LINE@json.output@ }@@@", | 298 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 308 "@@@STEP_LOG_LINE@json.output@}@@@", | 299 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 309 "@@@STEP_LOG_END@json.output@@@", | 300 "@@@STEP_LOG_END@json.output@@@", |
| 310 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 301 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 311 ] | 302 ] |
| 312 }, | 303 }, |
| 313 { | 304 { |
| 314 "cmd": [ | 305 "cmd": [ |
| 315 "python", | 306 "python", |
| 316 "-u", | 307 "-u", |
| 317 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 308 "[CWD]\\src\\tools\\swarming_client\\swarming.py", |
| 318 "trigger", | 309 "trigger", |
| 319 "--swarming", | 310 "--swarming", |
| 320 "https://chromium-swarm.appspot.com", | 311 "https://chromium-swarm.appspot.com", |
| 321 "--isolate-server", | 312 "--isolate-server", |
| 322 "https://isolateserver.appspot.com", | 313 "https://isolateserver.appspot.com", |
| 323 "--priority", | 314 "--priority", |
| 324 "30", | 315 "30", |
| 325 "--shards", | 316 "--shards", |
| 326 "1", | 317 "1", |
| 327 "--task-name", | 318 "--task-name", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 366 "purpose:pre-commit", | 357 "purpose:pre-commit", |
| 367 "--tag", | 358 "--tag", |
| 368 "rietveld:https://fake.rietveld.url/666666/#ps1", | 359 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 369 "--tag", | 360 "--tag", |
| 370 "slavename:slavename", | 361 "slavename:slavename", |
| 371 "--tag", | 362 "--tag", |
| 372 "stepname:common_audio_unittests on Windows", | 363 "stepname:common_audio_unittests on Windows", |
| 373 "--idempotent", | 364 "--idempotent", |
| 374 "[dummy hash for common_audio_unittests]" | 365 "[dummy hash for common_audio_unittests]" |
| 375 ], | 366 ], |
| 376 "cwd": "[SLAVE_BUILD]", | |
| 377 "name": "[trigger] common_audio_unittests on Windows", | 367 "name": "[trigger] common_audio_unittests on Windows", |
| 378 "~followup_annotations": [ | 368 "~followup_annotations": [ |
| 379 "@@@STEP_LOG_LINE@json.output@{@@@", | 369 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 380 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"common_audio_unittes
ts/Windows/[dummy has/win_swarming/1337\", @@@", | 370 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"common_audio_unittes
ts/Windows/[dummy has/win_swarming/1337\", @@@", |
| 381 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 371 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 382 "@@@STEP_LOG_LINE@json.output@ \"common_audio_unittests/Windows/[dummy
has/win_swarming/1337\": {@@@", | 372 "@@@STEP_LOG_LINE@json.output@ \"common_audio_unittests/Windows/[dummy
has/win_swarming/1337\": {@@@", |
| 383 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 373 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 384 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 374 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 385 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 375 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 386 "@@@STEP_LOG_LINE@json.output@ }@@@", | 376 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 387 "@@@STEP_LOG_LINE@json.output@ }@@@", | 377 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 388 "@@@STEP_LOG_LINE@json.output@}@@@", | 378 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 389 "@@@STEP_LOG_END@json.output@@@", | 379 "@@@STEP_LOG_END@json.output@@@", |
| 390 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 380 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 391 ] | 381 ] |
| 392 }, | 382 }, |
| 393 { | 383 { |
| 394 "cmd": [ | 384 "cmd": [ |
| 395 "python", | 385 "python", |
| 396 "-u", | 386 "-u", |
| 397 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 387 "[CWD]\\src\\tools\\swarming_client\\swarming.py", |
| 398 "trigger", | 388 "trigger", |
| 399 "--swarming", | 389 "--swarming", |
| 400 "https://chromium-swarm.appspot.com", | 390 "https://chromium-swarm.appspot.com", |
| 401 "--isolate-server", | 391 "--isolate-server", |
| 402 "https://isolateserver.appspot.com", | 392 "https://isolateserver.appspot.com", |
| 403 "--priority", | 393 "--priority", |
| 404 "30", | 394 "30", |
| 405 "--shards", | 395 "--shards", |
| 406 "1", | 396 "1", |
| 407 "--task-name", | 397 "--task-name", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 446 "purpose:pre-commit", | 436 "purpose:pre-commit", |
| 447 "--tag", | 437 "--tag", |
| 448 "rietveld:https://fake.rietveld.url/666666/#ps1", | 438 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 449 "--tag", | 439 "--tag", |
| 450 "slavename:slavename", | 440 "slavename:slavename", |
| 451 "--tag", | 441 "--tag", |
| 452 "stepname:common_video_unittests on Windows", | 442 "stepname:common_video_unittests on Windows", |
| 453 "--idempotent", | 443 "--idempotent", |
| 454 "[dummy hash for common_video_unittests]" | 444 "[dummy hash for common_video_unittests]" |
| 455 ], | 445 ], |
| 456 "cwd": "[SLAVE_BUILD]", | |
| 457 "name": "[trigger] common_video_unittests on Windows", | 446 "name": "[trigger] common_video_unittests on Windows", |
| 458 "~followup_annotations": [ | 447 "~followup_annotations": [ |
| 459 "@@@STEP_LOG_LINE@json.output@{@@@", | 448 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 460 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"common_video_unittes
ts/Windows/[dummy has/win_swarming/1337\", @@@", | 449 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"common_video_unittes
ts/Windows/[dummy has/win_swarming/1337\", @@@", |
| 461 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 450 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 462 "@@@STEP_LOG_LINE@json.output@ \"common_video_unittests/Windows/[dummy
has/win_swarming/1337\": {@@@", | 451 "@@@STEP_LOG_LINE@json.output@ \"common_video_unittests/Windows/[dummy
has/win_swarming/1337\": {@@@", |
| 463 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 452 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 464 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 453 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 465 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 454 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 466 "@@@STEP_LOG_LINE@json.output@ }@@@", | 455 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 467 "@@@STEP_LOG_LINE@json.output@ }@@@", | 456 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 468 "@@@STEP_LOG_LINE@json.output@}@@@", | 457 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 469 "@@@STEP_LOG_END@json.output@@@", | 458 "@@@STEP_LOG_END@json.output@@@", |
| 470 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 459 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 471 ] | 460 ] |
| 472 }, | 461 }, |
| 473 { | 462 { |
| 474 "cmd": [ | 463 "cmd": [ |
| 475 "python", | 464 "python", |
| 476 "-u", | 465 "-u", |
| 477 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 466 "[CWD]\\src\\tools\\swarming_client\\swarming.py", |
| 478 "trigger", | 467 "trigger", |
| 479 "--swarming", | 468 "--swarming", |
| 480 "https://chromium-swarm.appspot.com", | 469 "https://chromium-swarm.appspot.com", |
| 481 "--isolate-server", | 470 "--isolate-server", |
| 482 "https://isolateserver.appspot.com", | 471 "https://isolateserver.appspot.com", |
| 483 "--priority", | 472 "--priority", |
| 484 "30", | 473 "30", |
| 485 "--shards", | 474 "--shards", |
| 486 "1", | 475 "1", |
| 487 "--task-name", | 476 "--task-name", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 526 "purpose:pre-commit", | 515 "purpose:pre-commit", |
| 527 "--tag", | 516 "--tag", |
| 528 "rietveld:https://fake.rietveld.url/666666/#ps1", | 517 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 529 "--tag", | 518 "--tag", |
| 530 "slavename:slavename", | 519 "slavename:slavename", |
| 531 "--tag", | 520 "--tag", |
| 532 "stepname:modules_tests on Windows", | 521 "stepname:modules_tests on Windows", |
| 533 "--idempotent", | 522 "--idempotent", |
| 534 "[dummy hash for modules_tests]" | 523 "[dummy hash for modules_tests]" |
| 535 ], | 524 ], |
| 536 "cwd": "[SLAVE_BUILD]", | |
| 537 "name": "[trigger] modules_tests on Windows", | 525 "name": "[trigger] modules_tests on Windows", |
| 538 "~followup_annotations": [ | 526 "~followup_annotations": [ |
| 539 "@@@STEP_LOG_LINE@json.output@{@@@", | 527 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 540 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"modules_tests/Window
s/[dummy has/win_swarming/1337\", @@@", | 528 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"modules_tests/Window
s/[dummy has/win_swarming/1337\", @@@", |
| 541 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 529 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 542 "@@@STEP_LOG_LINE@json.output@ \"modules_tests/Windows/[dummy has/win_s
warming/1337\": {@@@", | 530 "@@@STEP_LOG_LINE@json.output@ \"modules_tests/Windows/[dummy has/win_s
warming/1337\": {@@@", |
| 543 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 531 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 544 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 532 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 545 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 533 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 546 "@@@STEP_LOG_LINE@json.output@ }@@@", | 534 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 547 "@@@STEP_LOG_LINE@json.output@ }@@@", | 535 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 548 "@@@STEP_LOG_LINE@json.output@}@@@", | 536 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 549 "@@@STEP_LOG_END@json.output@@@", | 537 "@@@STEP_LOG_END@json.output@@@", |
| 550 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 538 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 551 ] | 539 ] |
| 552 }, | 540 }, |
| 553 { | 541 { |
| 554 "cmd": [ | 542 "cmd": [ |
| 555 "python", | 543 "python", |
| 556 "-u", | 544 "-u", |
| 557 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 545 "[CWD]\\src\\tools\\swarming_client\\swarming.py", |
| 558 "trigger", | 546 "trigger", |
| 559 "--swarming", | 547 "--swarming", |
| 560 "https://chromium-swarm.appspot.com", | 548 "https://chromium-swarm.appspot.com", |
| 561 "--isolate-server", | 549 "--isolate-server", |
| 562 "https://isolateserver.appspot.com", | 550 "https://isolateserver.appspot.com", |
| 563 "--priority", | 551 "--priority", |
| 564 "30", | 552 "30", |
| 565 "--shards", | 553 "--shards", |
| 566 "1", | 554 "1", |
| 567 "--task-name", | 555 "--task-name", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 606 "purpose:pre-commit", | 594 "purpose:pre-commit", |
| 607 "--tag", | 595 "--tag", |
| 608 "rietveld:https://fake.rietveld.url/666666/#ps1", | 596 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 609 "--tag", | 597 "--tag", |
| 610 "slavename:slavename", | 598 "slavename:slavename", |
| 611 "--tag", | 599 "--tag", |
| 612 "stepname:modules_unittests on Windows", | 600 "stepname:modules_unittests on Windows", |
| 613 "--idempotent", | 601 "--idempotent", |
| 614 "[dummy hash for modules_unittests]" | 602 "[dummy hash for modules_unittests]" |
| 615 ], | 603 ], |
| 616 "cwd": "[SLAVE_BUILD]", | |
| 617 "name": "[trigger] modules_unittests on Windows", | 604 "name": "[trigger] modules_unittests on Windows", |
| 618 "~followup_annotations": [ | 605 "~followup_annotations": [ |
| 619 "@@@STEP_LOG_LINE@json.output@{@@@", | 606 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 620 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"modules_unittests/Wi
ndows/[dummy has/win_swarming/1337\", @@@", | 607 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"modules_unittests/Wi
ndows/[dummy has/win_swarming/1337\", @@@", |
| 621 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 608 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 622 "@@@STEP_LOG_LINE@json.output@ \"modules_unittests/Windows/[dummy has/w
in_swarming/1337\": {@@@", | 609 "@@@STEP_LOG_LINE@json.output@ \"modules_unittests/Windows/[dummy has/w
in_swarming/1337\": {@@@", |
| 623 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 610 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 624 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 611 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 625 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 612 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 626 "@@@STEP_LOG_LINE@json.output@ }@@@", | 613 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 627 "@@@STEP_LOG_LINE@json.output@ }@@@", | 614 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 628 "@@@STEP_LOG_LINE@json.output@}@@@", | 615 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 629 "@@@STEP_LOG_END@json.output@@@", | 616 "@@@STEP_LOG_END@json.output@@@", |
| 630 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 617 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 631 ] | 618 ] |
| 632 }, | 619 }, |
| 633 { | 620 { |
| 634 "cmd": [ | 621 "cmd": [ |
| 635 "python", | 622 "python", |
| 636 "-u", | 623 "-u", |
| 637 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 624 "[CWD]\\src\\tools\\swarming_client\\swarming.py", |
| 638 "trigger", | 625 "trigger", |
| 639 "--swarming", | 626 "--swarming", |
| 640 "https://chromium-swarm.appspot.com", | 627 "https://chromium-swarm.appspot.com", |
| 641 "--isolate-server", | 628 "--isolate-server", |
| 642 "https://isolateserver.appspot.com", | 629 "https://isolateserver.appspot.com", |
| 643 "--priority", | 630 "--priority", |
| 644 "30", | 631 "30", |
| 645 "--shards", | 632 "--shards", |
| 646 "1", | 633 "1", |
| 647 "--task-name", | 634 "--task-name", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 686 "purpose:pre-commit", | 673 "purpose:pre-commit", |
| 687 "--tag", | 674 "--tag", |
| 688 "rietveld:https://fake.rietveld.url/666666/#ps1", | 675 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 689 "--tag", | 676 "--tag", |
| 690 "slavename:slavename", | 677 "slavename:slavename", |
| 691 "--tag", | 678 "--tag", |
| 692 "stepname:peerconnection_unittests on Windows", | 679 "stepname:peerconnection_unittests on Windows", |
| 693 "--idempotent", | 680 "--idempotent", |
| 694 "[dummy hash for peerconnection_unittests]" | 681 "[dummy hash for peerconnection_unittests]" |
| 695 ], | 682 ], |
| 696 "cwd": "[SLAVE_BUILD]", | |
| 697 "name": "[trigger] peerconnection_unittests on Windows", | 683 "name": "[trigger] peerconnection_unittests on Windows", |
| 698 "~followup_annotations": [ | 684 "~followup_annotations": [ |
| 699 "@@@STEP_LOG_LINE@json.output@{@@@", | 685 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 700 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"peerconnection_unitt
ests/Windows/[dummy has/win_swarming/1337\", @@@", | 686 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"peerconnection_unitt
ests/Windows/[dummy has/win_swarming/1337\", @@@", |
| 701 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 687 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 702 "@@@STEP_LOG_LINE@json.output@ \"peerconnection_unittests/Windows/[dumm
y has/win_swarming/1337\": {@@@", | 688 "@@@STEP_LOG_LINE@json.output@ \"peerconnection_unittests/Windows/[dumm
y has/win_swarming/1337\": {@@@", |
| 703 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 689 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 704 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 690 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 705 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 691 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 706 "@@@STEP_LOG_LINE@json.output@ }@@@", | 692 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 707 "@@@STEP_LOG_LINE@json.output@ }@@@", | 693 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 708 "@@@STEP_LOG_LINE@json.output@}@@@", | 694 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 709 "@@@STEP_LOG_END@json.output@@@", | 695 "@@@STEP_LOG_END@json.output@@@", |
| 710 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 696 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 711 ] | 697 ] |
| 712 }, | 698 }, |
| 713 { | 699 { |
| 714 "cmd": [ | 700 "cmd": [ |
| 715 "python", | 701 "python", |
| 716 "-u", | 702 "-u", |
| 717 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 703 "[CWD]\\src\\tools\\swarming_client\\swarming.py", |
| 718 "trigger", | 704 "trigger", |
| 719 "--swarming", | 705 "--swarming", |
| 720 "https://chromium-swarm.appspot.com", | 706 "https://chromium-swarm.appspot.com", |
| 721 "--isolate-server", | 707 "--isolate-server", |
| 722 "https://isolateserver.appspot.com", | 708 "https://isolateserver.appspot.com", |
| 723 "--priority", | 709 "--priority", |
| 724 "30", | 710 "30", |
| 725 "--shards", | 711 "--shards", |
| 726 "1", | 712 "1", |
| 727 "--task-name", | 713 "--task-name", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 766 "purpose:pre-commit", | 752 "purpose:pre-commit", |
| 767 "--tag", | 753 "--tag", |
| 768 "rietveld:https://fake.rietveld.url/666666/#ps1", | 754 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 769 "--tag", | 755 "--tag", |
| 770 "slavename:slavename", | 756 "slavename:slavename", |
| 771 "--tag", | 757 "--tag", |
| 772 "stepname:rtc_media_unittests on Windows", | 758 "stepname:rtc_media_unittests on Windows", |
| 773 "--idempotent", | 759 "--idempotent", |
| 774 "[dummy hash for rtc_media_unittests]" | 760 "[dummy hash for rtc_media_unittests]" |
| 775 ], | 761 ], |
| 776 "cwd": "[SLAVE_BUILD]", | |
| 777 "name": "[trigger] rtc_media_unittests on Windows", | 762 "name": "[trigger] rtc_media_unittests on Windows", |
| 778 "~followup_annotations": [ | 763 "~followup_annotations": [ |
| 779 "@@@STEP_LOG_LINE@json.output@{@@@", | 764 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 780 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"rtc_media_unittests/
Windows/[dummy has/win_swarming/1337\", @@@", | 765 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"rtc_media_unittests/
Windows/[dummy has/win_swarming/1337\", @@@", |
| 781 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 766 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 782 "@@@STEP_LOG_LINE@json.output@ \"rtc_media_unittests/Windows/[dummy has
/win_swarming/1337\": {@@@", | 767 "@@@STEP_LOG_LINE@json.output@ \"rtc_media_unittests/Windows/[dummy has
/win_swarming/1337\": {@@@", |
| 783 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 768 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 784 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 769 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 785 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 770 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 786 "@@@STEP_LOG_LINE@json.output@ }@@@", | 771 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 787 "@@@STEP_LOG_LINE@json.output@ }@@@", | 772 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 788 "@@@STEP_LOG_LINE@json.output@}@@@", | 773 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 789 "@@@STEP_LOG_END@json.output@@@", | 774 "@@@STEP_LOG_END@json.output@@@", |
| 790 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 775 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 791 ] | 776 ] |
| 792 }, | 777 }, |
| 793 { | 778 { |
| 794 "cmd": [ | 779 "cmd": [ |
| 795 "python", | 780 "python", |
| 796 "-u", | 781 "-u", |
| 797 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 782 "[CWD]\\src\\tools\\swarming_client\\swarming.py", |
| 798 "trigger", | 783 "trigger", |
| 799 "--swarming", | 784 "--swarming", |
| 800 "https://chromium-swarm.appspot.com", | 785 "https://chromium-swarm.appspot.com", |
| 801 "--isolate-server", | 786 "--isolate-server", |
| 802 "https://isolateserver.appspot.com", | 787 "https://isolateserver.appspot.com", |
| 803 "--priority", | 788 "--priority", |
| 804 "30", | 789 "30", |
| 805 "--shards", | 790 "--shards", |
| 806 "1", | 791 "1", |
| 807 "--task-name", | 792 "--task-name", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 846 "purpose:pre-commit", | 831 "purpose:pre-commit", |
| 847 "--tag", | 832 "--tag", |
| 848 "rietveld:https://fake.rietveld.url/666666/#ps1", | 833 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 849 "--tag", | 834 "--tag", |
| 850 "slavename:slavename", | 835 "slavename:slavename", |
| 851 "--tag", | 836 "--tag", |
| 852 "stepname:rtc_pc_unittests on Windows", | 837 "stepname:rtc_pc_unittests on Windows", |
| 853 "--idempotent", | 838 "--idempotent", |
| 854 "[dummy hash for rtc_pc_unittests]" | 839 "[dummy hash for rtc_pc_unittests]" |
| 855 ], | 840 ], |
| 856 "cwd": "[SLAVE_BUILD]", | |
| 857 "name": "[trigger] rtc_pc_unittests on Windows", | 841 "name": "[trigger] rtc_pc_unittests on Windows", |
| 858 "~followup_annotations": [ | 842 "~followup_annotations": [ |
| 859 "@@@STEP_LOG_LINE@json.output@{@@@", | 843 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 860 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"rtc_pc_unittests/Win
dows/[dummy has/win_swarming/1337\", @@@", | 844 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"rtc_pc_unittests/Win
dows/[dummy has/win_swarming/1337\", @@@", |
| 861 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 845 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 862 "@@@STEP_LOG_LINE@json.output@ \"rtc_pc_unittests/Windows/[dummy has/wi
n_swarming/1337\": {@@@", | 846 "@@@STEP_LOG_LINE@json.output@ \"rtc_pc_unittests/Windows/[dummy has/wi
n_swarming/1337\": {@@@", |
| 863 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 847 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 864 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 848 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 865 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 849 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 866 "@@@STEP_LOG_LINE@json.output@ }@@@", | 850 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 867 "@@@STEP_LOG_LINE@json.output@ }@@@", | 851 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 868 "@@@STEP_LOG_LINE@json.output@}@@@", | 852 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 869 "@@@STEP_LOG_END@json.output@@@", | 853 "@@@STEP_LOG_END@json.output@@@", |
| 870 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 854 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 871 ] | 855 ] |
| 872 }, | 856 }, |
| 873 { | 857 { |
| 874 "cmd": [ | 858 "cmd": [ |
| 875 "python", | 859 "python", |
| 876 "-u", | 860 "-u", |
| 877 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 861 "[CWD]\\src\\tools\\swarming_client\\swarming.py", |
| 878 "trigger", | 862 "trigger", |
| 879 "--swarming", | 863 "--swarming", |
| 880 "https://chromium-swarm.appspot.com", | 864 "https://chromium-swarm.appspot.com", |
| 881 "--isolate-server", | 865 "--isolate-server", |
| 882 "https://isolateserver.appspot.com", | 866 "https://isolateserver.appspot.com", |
| 883 "--priority", | 867 "--priority", |
| 884 "30", | 868 "30", |
| 885 "--shards", | 869 "--shards", |
| 886 "1", | 870 "1", |
| 887 "--task-name", | 871 "--task-name", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 926 "purpose:pre-commit", | 910 "purpose:pre-commit", |
| 927 "--tag", | 911 "--tag", |
| 928 "rietveld:https://fake.rietveld.url/666666/#ps1", | 912 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 929 "--tag", | 913 "--tag", |
| 930 "slavename:slavename", | 914 "slavename:slavename", |
| 931 "--tag", | 915 "--tag", |
| 932 "stepname:rtc_unittests on Windows", | 916 "stepname:rtc_unittests on Windows", |
| 933 "--idempotent", | 917 "--idempotent", |
| 934 "[dummy hash for rtc_unittests]" | 918 "[dummy hash for rtc_unittests]" |
| 935 ], | 919 ], |
| 936 "cwd": "[SLAVE_BUILD]", | |
| 937 "name": "[trigger] rtc_unittests on Windows", | 920 "name": "[trigger] rtc_unittests on Windows", |
| 938 "~followup_annotations": [ | 921 "~followup_annotations": [ |
| 939 "@@@STEP_LOG_LINE@json.output@{@@@", | 922 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 940 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"rtc_unittests/Window
s/[dummy has/win_swarming/1337\", @@@", | 923 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"rtc_unittests/Window
s/[dummy has/win_swarming/1337\", @@@", |
| 941 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 924 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 942 "@@@STEP_LOG_LINE@json.output@ \"rtc_unittests/Windows/[dummy has/win_s
warming/1337\": {@@@", | 925 "@@@STEP_LOG_LINE@json.output@ \"rtc_unittests/Windows/[dummy has/win_s
warming/1337\": {@@@", |
| 943 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 926 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 944 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 927 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 945 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 928 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 946 "@@@STEP_LOG_LINE@json.output@ }@@@", | 929 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 947 "@@@STEP_LOG_LINE@json.output@ }@@@", | 930 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 948 "@@@STEP_LOG_LINE@json.output@}@@@", | 931 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 949 "@@@STEP_LOG_END@json.output@@@", | 932 "@@@STEP_LOG_END@json.output@@@", |
| 950 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 933 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 951 ] | 934 ] |
| 952 }, | 935 }, |
| 953 { | 936 { |
| 954 "cmd": [ | 937 "cmd": [ |
| 955 "python", | 938 "python", |
| 956 "-u", | 939 "-u", |
| 957 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 940 "[CWD]\\src\\tools\\swarming_client\\swarming.py", |
| 958 "trigger", | 941 "trigger", |
| 959 "--swarming", | 942 "--swarming", |
| 960 "https://chromium-swarm.appspot.com", | 943 "https://chromium-swarm.appspot.com", |
| 961 "--isolate-server", | 944 "--isolate-server", |
| 962 "https://isolateserver.appspot.com", | 945 "https://isolateserver.appspot.com", |
| 963 "--priority", | 946 "--priority", |
| 964 "30", | 947 "30", |
| 965 "--shards", | 948 "--shards", |
| 966 "1", | 949 "1", |
| 967 "--task-name", | 950 "--task-name", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1006 "purpose:pre-commit", | 989 "purpose:pre-commit", |
| 1007 "--tag", | 990 "--tag", |
| 1008 "rietveld:https://fake.rietveld.url/666666/#ps1", | 991 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 1009 "--tag", | 992 "--tag", |
| 1010 "slavename:slavename", | 993 "slavename:slavename", |
| 1011 "--tag", | 994 "--tag", |
| 1012 "stepname:system_wrappers_unittests on Windows", | 995 "stepname:system_wrappers_unittests on Windows", |
| 1013 "--idempotent", | 996 "--idempotent", |
| 1014 "[dummy hash for system_wrappers_unittests]" | 997 "[dummy hash for system_wrappers_unittests]" |
| 1015 ], | 998 ], |
| 1016 "cwd": "[SLAVE_BUILD]", | |
| 1017 "name": "[trigger] system_wrappers_unittests on Windows", | 999 "name": "[trigger] system_wrappers_unittests on Windows", |
| 1018 "~followup_annotations": [ | 1000 "~followup_annotations": [ |
| 1019 "@@@STEP_LOG_LINE@json.output@{@@@", | 1001 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1020 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"system_wrappers_unit
tests/Windows/[dummy has/win_swarming/1337\", @@@", | 1002 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"system_wrappers_unit
tests/Windows/[dummy has/win_swarming/1337\", @@@", |
| 1021 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1003 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 1022 "@@@STEP_LOG_LINE@json.output@ \"system_wrappers_unittests/Windows/[dum
my has/win_swarming/1337\": {@@@", | 1004 "@@@STEP_LOG_LINE@json.output@ \"system_wrappers_unittests/Windows/[dum
my has/win_swarming/1337\": {@@@", |
| 1023 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1005 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 1024 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1006 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 1025 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1007 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 1026 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1008 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1027 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1009 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1028 "@@@STEP_LOG_LINE@json.output@}@@@", | 1010 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1029 "@@@STEP_LOG_END@json.output@@@", | 1011 "@@@STEP_LOG_END@json.output@@@", |
| 1030 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1012 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1031 ] | 1013 ] |
| 1032 }, | 1014 }, |
| 1033 { | 1015 { |
| 1034 "cmd": [ | 1016 "cmd": [ |
| 1035 "python", | 1017 "python", |
| 1036 "-u", | 1018 "-u", |
| 1037 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 1019 "[CWD]\\src\\tools\\swarming_client\\swarming.py", |
| 1038 "trigger", | 1020 "trigger", |
| 1039 "--swarming", | 1021 "--swarming", |
| 1040 "https://chromium-swarm.appspot.com", | 1022 "https://chromium-swarm.appspot.com", |
| 1041 "--isolate-server", | 1023 "--isolate-server", |
| 1042 "https://isolateserver.appspot.com", | 1024 "https://isolateserver.appspot.com", |
| 1043 "--priority", | 1025 "--priority", |
| 1044 "30", | 1026 "30", |
| 1045 "--shards", | 1027 "--shards", |
| 1046 "1", | 1028 "1", |
| 1047 "--task-name", | 1029 "--task-name", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1086 "purpose:pre-commit", | 1068 "purpose:pre-commit", |
| 1087 "--tag", | 1069 "--tag", |
| 1088 "rietveld:https://fake.rietveld.url/666666/#ps1", | 1070 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 1089 "--tag", | 1071 "--tag", |
| 1090 "slavename:slavename", | 1072 "slavename:slavename", |
| 1091 "--tag", | 1073 "--tag", |
| 1092 "stepname:test_support_unittests on Windows", | 1074 "stepname:test_support_unittests on Windows", |
| 1093 "--idempotent", | 1075 "--idempotent", |
| 1094 "[dummy hash for test_support_unittests]" | 1076 "[dummy hash for test_support_unittests]" |
| 1095 ], | 1077 ], |
| 1096 "cwd": "[SLAVE_BUILD]", | |
| 1097 "name": "[trigger] test_support_unittests on Windows", | 1078 "name": "[trigger] test_support_unittests on Windows", |
| 1098 "~followup_annotations": [ | 1079 "~followup_annotations": [ |
| 1099 "@@@STEP_LOG_LINE@json.output@{@@@", | 1080 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1100 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_support_unittes
ts/Windows/[dummy has/win_swarming/1337\", @@@", | 1081 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_support_unittes
ts/Windows/[dummy has/win_swarming/1337\", @@@", |
| 1101 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1082 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 1102 "@@@STEP_LOG_LINE@json.output@ \"test_support_unittests/Windows/[dummy
has/win_swarming/1337\": {@@@", | 1083 "@@@STEP_LOG_LINE@json.output@ \"test_support_unittests/Windows/[dummy
has/win_swarming/1337\": {@@@", |
| 1103 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1084 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 1104 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1085 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 1105 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1086 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 1106 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1087 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1107 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1088 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1108 "@@@STEP_LOG_LINE@json.output@}@@@", | 1089 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1109 "@@@STEP_LOG_END@json.output@@@", | 1090 "@@@STEP_LOG_END@json.output@@@", |
| 1110 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1091 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1111 ] | 1092 ] |
| 1112 }, | 1093 }, |
| 1113 { | 1094 { |
| 1114 "cmd": [ | 1095 "cmd": [ |
| 1115 "python", | 1096 "python", |
| 1116 "-u", | 1097 "-u", |
| 1117 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 1098 "[CWD]\\src\\tools\\swarming_client\\swarming.py", |
| 1118 "trigger", | 1099 "trigger", |
| 1119 "--swarming", | 1100 "--swarming", |
| 1120 "https://chromium-swarm.appspot.com", | 1101 "https://chromium-swarm.appspot.com", |
| 1121 "--isolate-server", | 1102 "--isolate-server", |
| 1122 "https://isolateserver.appspot.com", | 1103 "https://isolateserver.appspot.com", |
| 1123 "--priority", | 1104 "--priority", |
| 1124 "30", | 1105 "30", |
| 1125 "--shards", | 1106 "--shards", |
| 1126 "1", | 1107 "1", |
| 1127 "--task-name", | 1108 "--task-name", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1166 "purpose:pre-commit", | 1147 "purpose:pre-commit", |
| 1167 "--tag", | 1148 "--tag", |
| 1168 "rietveld:https://fake.rietveld.url/666666/#ps1", | 1149 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 1169 "--tag", | 1150 "--tag", |
| 1170 "slavename:slavename", | 1151 "slavename:slavename", |
| 1171 "--tag", | 1152 "--tag", |
| 1172 "stepname:tools_unittests on Windows", | 1153 "stepname:tools_unittests on Windows", |
| 1173 "--idempotent", | 1154 "--idempotent", |
| 1174 "[dummy hash for tools_unittests]" | 1155 "[dummy hash for tools_unittests]" |
| 1175 ], | 1156 ], |
| 1176 "cwd": "[SLAVE_BUILD]", | |
| 1177 "name": "[trigger] tools_unittests on Windows", | 1157 "name": "[trigger] tools_unittests on Windows", |
| 1178 "~followup_annotations": [ | 1158 "~followup_annotations": [ |
| 1179 "@@@STEP_LOG_LINE@json.output@{@@@", | 1159 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1180 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"tools_unittests/Wind
ows/[dummy has/win_swarming/1337\", @@@", | 1160 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"tools_unittests/Wind
ows/[dummy has/win_swarming/1337\", @@@", |
| 1181 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1161 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 1182 "@@@STEP_LOG_LINE@json.output@ \"tools_unittests/Windows/[dummy has/win
_swarming/1337\": {@@@", | 1162 "@@@STEP_LOG_LINE@json.output@ \"tools_unittests/Windows/[dummy has/win
_swarming/1337\": {@@@", |
| 1183 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1163 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 1184 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1164 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 1185 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1165 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 1186 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1166 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1187 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1167 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1188 "@@@STEP_LOG_LINE@json.output@}@@@", | 1168 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1189 "@@@STEP_LOG_END@json.output@@@", | 1169 "@@@STEP_LOG_END@json.output@@@", |
| 1190 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1170 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1191 ] | 1171 ] |
| 1192 }, | 1172 }, |
| 1193 { | 1173 { |
| 1194 "cmd": [ | 1174 "cmd": [ |
| 1195 "python", | 1175 "python", |
| 1196 "-u", | 1176 "-u", |
| 1197 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 1177 "[CWD]\\src\\tools\\swarming_client\\swarming.py", |
| 1198 "trigger", | 1178 "trigger", |
| 1199 "--swarming", | 1179 "--swarming", |
| 1200 "https://chromium-swarm.appspot.com", | 1180 "https://chromium-swarm.appspot.com", |
| 1201 "--isolate-server", | 1181 "--isolate-server", |
| 1202 "https://isolateserver.appspot.com", | 1182 "https://isolateserver.appspot.com", |
| 1203 "--priority", | 1183 "--priority", |
| 1204 "30", | 1184 "30", |
| 1205 "--shards", | 1185 "--shards", |
| 1206 "1", | 1186 "1", |
| 1207 "--task-name", | 1187 "--task-name", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1246 "purpose:pre-commit", | 1226 "purpose:pre-commit", |
| 1247 "--tag", | 1227 "--tag", |
| 1248 "rietveld:https://fake.rietveld.url/666666/#ps1", | 1228 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 1249 "--tag", | 1229 "--tag", |
| 1250 "slavename:slavename", | 1230 "slavename:slavename", |
| 1251 "--tag", | 1231 "--tag", |
| 1252 "stepname:video_engine_tests on Windows", | 1232 "stepname:video_engine_tests on Windows", |
| 1253 "--idempotent", | 1233 "--idempotent", |
| 1254 "[dummy hash for video_engine_tests]" | 1234 "[dummy hash for video_engine_tests]" |
| 1255 ], | 1235 ], |
| 1256 "cwd": "[SLAVE_BUILD]", | |
| 1257 "name": "[trigger] video_engine_tests on Windows", | 1236 "name": "[trigger] video_engine_tests on Windows", |
| 1258 "~followup_annotations": [ | 1237 "~followup_annotations": [ |
| 1259 "@@@STEP_LOG_LINE@json.output@{@@@", | 1238 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1260 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"video_engine_tests/W
indows/[dummy has/win_swarming/1337\", @@@", | 1239 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"video_engine_tests/W
indows/[dummy has/win_swarming/1337\", @@@", |
| 1261 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1240 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 1262 "@@@STEP_LOG_LINE@json.output@ \"video_engine_tests/Windows/[dummy has/
win_swarming/1337\": {@@@", | 1241 "@@@STEP_LOG_LINE@json.output@ \"video_engine_tests/Windows/[dummy has/
win_swarming/1337\": {@@@", |
| 1263 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1242 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 1264 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1243 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 1265 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1244 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 1266 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1245 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1267 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1246 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1268 "@@@STEP_LOG_LINE@json.output@}@@@", | 1247 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1269 "@@@STEP_LOG_END@json.output@@@", | 1248 "@@@STEP_LOG_END@json.output@@@", |
| 1270 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1249 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1271 ] | 1250 ] |
| 1272 }, | 1251 }, |
| 1273 { | 1252 { |
| 1274 "cmd": [ | 1253 "cmd": [ |
| 1275 "python", | 1254 "python", |
| 1276 "-u", | 1255 "-u", |
| 1277 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 1256 "[CWD]\\src\\tools\\swarming_client\\swarming.py", |
| 1278 "trigger", | 1257 "trigger", |
| 1279 "--swarming", | 1258 "--swarming", |
| 1280 "https://chromium-swarm.appspot.com", | 1259 "https://chromium-swarm.appspot.com", |
| 1281 "--isolate-server", | 1260 "--isolate-server", |
| 1282 "https://isolateserver.appspot.com", | 1261 "https://isolateserver.appspot.com", |
| 1283 "--priority", | 1262 "--priority", |
| 1284 "30", | 1263 "30", |
| 1285 "--shards", | 1264 "--shards", |
| 1286 "1", | 1265 "1", |
| 1287 "--task-name", | 1266 "--task-name", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1326 "purpose:pre-commit", | 1305 "purpose:pre-commit", |
| 1327 "--tag", | 1306 "--tag", |
| 1328 "rietveld:https://fake.rietveld.url/666666/#ps1", | 1307 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 1329 "--tag", | 1308 "--tag", |
| 1330 "slavename:slavename", | 1309 "slavename:slavename", |
| 1331 "--tag", | 1310 "--tag", |
| 1332 "stepname:voice_engine_unittests on Windows", | 1311 "stepname:voice_engine_unittests on Windows", |
| 1333 "--idempotent", | 1312 "--idempotent", |
| 1334 "[dummy hash for voice_engine_unittests]" | 1313 "[dummy hash for voice_engine_unittests]" |
| 1335 ], | 1314 ], |
| 1336 "cwd": "[SLAVE_BUILD]", | |
| 1337 "name": "[trigger] voice_engine_unittests on Windows", | 1315 "name": "[trigger] voice_engine_unittests on Windows", |
| 1338 "~followup_annotations": [ | 1316 "~followup_annotations": [ |
| 1339 "@@@STEP_LOG_LINE@json.output@{@@@", | 1317 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1340 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"voice_engine_unittes
ts/Windows/[dummy has/win_swarming/1337\", @@@", | 1318 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"voice_engine_unittes
ts/Windows/[dummy has/win_swarming/1337\", @@@", |
| 1341 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1319 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 1342 "@@@STEP_LOG_LINE@json.output@ \"voice_engine_unittests/Windows/[dummy
has/win_swarming/1337\": {@@@", | 1320 "@@@STEP_LOG_LINE@json.output@ \"voice_engine_unittests/Windows/[dummy
has/win_swarming/1337\": {@@@", |
| 1343 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1321 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 1344 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1322 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 1345 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1323 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 1346 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1324 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 1364 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"win_swarming\", \"buildn
umber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patchs
et\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"rietveld\
": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", | 1342 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"win_swarming\", \"buildn
umber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patchs
et\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"rietveld\
": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", |
| 1365 "--annotate=gtest", | 1343 "--annotate=gtest", |
| 1366 "--test-type=webrtc_nonparallel_tests", | 1344 "--test-type=webrtc_nonparallel_tests", |
| 1367 "--step-name=webrtc_nonparallel_tests", | 1345 "--step-name=webrtc_nonparallel_tests", |
| 1368 "--builder-name=win_swarming", | 1346 "--builder-name=win_swarming", |
| 1369 "--slave-name=slavename", | 1347 "--slave-name=slavename", |
| 1370 "--build-number=1337", | 1348 "--build-number=1337", |
| 1371 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 1349 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 1372 "webrtc_nonparallel_tests.exe" | 1350 "webrtc_nonparallel_tests.exe" |
| 1373 ], | 1351 ], |
| 1374 "cwd": "[SLAVE_BUILD]", | |
| 1375 "name": "webrtc_nonparallel_tests" | 1352 "name": "webrtc_nonparallel_tests" |
| 1376 }, | 1353 }, |
| 1377 { | 1354 { |
| 1378 "cmd": [ | 1355 "cmd": [ |
| 1379 "python", | 1356 "python", |
| 1380 "-u", | 1357 "-u", |
| 1381 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 1358 "[CWD]\\src\\tools\\swarming_client\\swarming.py", |
| 1382 "collect", | 1359 "collect", |
| 1383 "--swarming", | 1360 "--swarming", |
| 1384 "https://chromium-swarm.appspot.com", | 1361 "https://chromium-swarm.appspot.com", |
| 1385 "--decorate", | 1362 "--decorate", |
| 1386 "--print-status-updates", | 1363 "--print-status-updates", |
| 1387 "--shards", | 1364 "--shards", |
| 1388 "1", | 1365 "1", |
| 1389 "audio_decoder_unittests/Windows/[dummy has/win_swarming/1337", | 1366 "audio_decoder_unittests/Windows/[dummy has/win_swarming/1337", |
| 1390 "--task-summary-json", | 1367 "--task-summary-json", |
| 1391 "/path/to/tmp/json" | 1368 "/path/to/tmp/json" |
| 1392 ], | 1369 ], |
| 1393 "cwd": "[SLAVE_BUILD]", | |
| 1394 "name": "audio_decoder_unittests on Windows", | 1370 "name": "audio_decoder_unittests on Windows", |
| 1395 "~followup_annotations": [ | 1371 "~followup_annotations": [ |
| 1396 "@@@STEP_TEXT@swarming pending 71s@@@", | 1372 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1397 "@@@STEP_LOG_LINE@json.output@{@@@", | 1373 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1398 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1374 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1399 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1375 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1400 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1376 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1401 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1377 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1402 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1378 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1403 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1379 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 1432 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1408 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 1433 "@@@STEP_LOG_LINE@json.output@}@@@", | 1409 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1434 "@@@STEP_LOG_END@json.output@@@", | 1410 "@@@STEP_LOG_END@json.output@@@", |
| 1435 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1411 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1436 ] | 1412 ] |
| 1437 }, | 1413 }, |
| 1438 { | 1414 { |
| 1439 "cmd": [ | 1415 "cmd": [ |
| 1440 "python", | 1416 "python", |
| 1441 "-u", | 1417 "-u", |
| 1442 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 1418 "[CWD]\\src\\tools\\swarming_client\\swarming.py", |
| 1443 "collect", | 1419 "collect", |
| 1444 "--swarming", | 1420 "--swarming", |
| 1445 "https://chromium-swarm.appspot.com", | 1421 "https://chromium-swarm.appspot.com", |
| 1446 "--decorate", | 1422 "--decorate", |
| 1447 "--print-status-updates", | 1423 "--print-status-updates", |
| 1448 "--shards", | 1424 "--shards", |
| 1449 "1", | 1425 "1", |
| 1450 "common_audio_unittests/Windows/[dummy has/win_swarming/1337", | 1426 "common_audio_unittests/Windows/[dummy has/win_swarming/1337", |
| 1451 "--task-summary-json", | 1427 "--task-summary-json", |
| 1452 "/path/to/tmp/json" | 1428 "/path/to/tmp/json" |
| 1453 ], | 1429 ], |
| 1454 "cwd": "[SLAVE_BUILD]", | |
| 1455 "name": "common_audio_unittests on Windows", | 1430 "name": "common_audio_unittests on Windows", |
| 1456 "~followup_annotations": [ | 1431 "~followup_annotations": [ |
| 1457 "@@@STEP_TEXT@swarming pending 71s@@@", | 1432 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1458 "@@@STEP_LOG_LINE@json.output@{@@@", | 1433 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1459 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1434 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1460 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1435 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1461 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1436 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1462 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1437 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1463 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1438 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1464 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1439 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 1493 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1468 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 1494 "@@@STEP_LOG_LINE@json.output@}@@@", | 1469 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1495 "@@@STEP_LOG_END@json.output@@@", | 1470 "@@@STEP_LOG_END@json.output@@@", |
| 1496 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1471 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1497 ] | 1472 ] |
| 1498 }, | 1473 }, |
| 1499 { | 1474 { |
| 1500 "cmd": [ | 1475 "cmd": [ |
| 1501 "python", | 1476 "python", |
| 1502 "-u", | 1477 "-u", |
| 1503 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 1478 "[CWD]\\src\\tools\\swarming_client\\swarming.py", |
| 1504 "collect", | 1479 "collect", |
| 1505 "--swarming", | 1480 "--swarming", |
| 1506 "https://chromium-swarm.appspot.com", | 1481 "https://chromium-swarm.appspot.com", |
| 1507 "--decorate", | 1482 "--decorate", |
| 1508 "--print-status-updates", | 1483 "--print-status-updates", |
| 1509 "--shards", | 1484 "--shards", |
| 1510 "1", | 1485 "1", |
| 1511 "common_video_unittests/Windows/[dummy has/win_swarming/1337", | 1486 "common_video_unittests/Windows/[dummy has/win_swarming/1337", |
| 1512 "--task-summary-json", | 1487 "--task-summary-json", |
| 1513 "/path/to/tmp/json" | 1488 "/path/to/tmp/json" |
| 1514 ], | 1489 ], |
| 1515 "cwd": "[SLAVE_BUILD]", | |
| 1516 "name": "common_video_unittests on Windows", | 1490 "name": "common_video_unittests on Windows", |
| 1517 "~followup_annotations": [ | 1491 "~followup_annotations": [ |
| 1518 "@@@STEP_TEXT@swarming pending 71s@@@", | 1492 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1519 "@@@STEP_LOG_LINE@json.output@{@@@", | 1493 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1520 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1494 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1521 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1495 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1522 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1496 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1523 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1497 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1524 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1498 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1525 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1499 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 1554 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1528 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 1555 "@@@STEP_LOG_LINE@json.output@}@@@", | 1529 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1556 "@@@STEP_LOG_END@json.output@@@", | 1530 "@@@STEP_LOG_END@json.output@@@", |
| 1557 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1531 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1558 ] | 1532 ] |
| 1559 }, | 1533 }, |
| 1560 { | 1534 { |
| 1561 "cmd": [ | 1535 "cmd": [ |
| 1562 "python", | 1536 "python", |
| 1563 "-u", | 1537 "-u", |
| 1564 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 1538 "[CWD]\\src\\tools\\swarming_client\\swarming.py", |
| 1565 "collect", | 1539 "collect", |
| 1566 "--swarming", | 1540 "--swarming", |
| 1567 "https://chromium-swarm.appspot.com", | 1541 "https://chromium-swarm.appspot.com", |
| 1568 "--decorate", | 1542 "--decorate", |
| 1569 "--print-status-updates", | 1543 "--print-status-updates", |
| 1570 "--shards", | 1544 "--shards", |
| 1571 "1", | 1545 "1", |
| 1572 "modules_tests/Windows/[dummy has/win_swarming/1337", | 1546 "modules_tests/Windows/[dummy has/win_swarming/1337", |
| 1573 "--task-summary-json", | 1547 "--task-summary-json", |
| 1574 "/path/to/tmp/json" | 1548 "/path/to/tmp/json" |
| 1575 ], | 1549 ], |
| 1576 "cwd": "[SLAVE_BUILD]", | |
| 1577 "name": "modules_tests on Windows", | 1550 "name": "modules_tests on Windows", |
| 1578 "~followup_annotations": [ | 1551 "~followup_annotations": [ |
| 1579 "@@@STEP_TEXT@swarming pending 71s@@@", | 1552 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1580 "@@@STEP_LOG_LINE@json.output@{@@@", | 1553 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1581 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1554 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1582 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1555 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1583 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1556 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1584 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1557 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1585 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1558 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1586 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1559 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 1615 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1588 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 1616 "@@@STEP_LOG_LINE@json.output@}@@@", | 1589 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1617 "@@@STEP_LOG_END@json.output@@@", | 1590 "@@@STEP_LOG_END@json.output@@@", |
| 1618 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1591 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1619 ] | 1592 ] |
| 1620 }, | 1593 }, |
| 1621 { | 1594 { |
| 1622 "cmd": [ | 1595 "cmd": [ |
| 1623 "python", | 1596 "python", |
| 1624 "-u", | 1597 "-u", |
| 1625 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 1598 "[CWD]\\src\\tools\\swarming_client\\swarming.py", |
| 1626 "collect", | 1599 "collect", |
| 1627 "--swarming", | 1600 "--swarming", |
| 1628 "https://chromium-swarm.appspot.com", | 1601 "https://chromium-swarm.appspot.com", |
| 1629 "--decorate", | 1602 "--decorate", |
| 1630 "--print-status-updates", | 1603 "--print-status-updates", |
| 1631 "--shards", | 1604 "--shards", |
| 1632 "1", | 1605 "1", |
| 1633 "modules_unittests/Windows/[dummy has/win_swarming/1337", | 1606 "modules_unittests/Windows/[dummy has/win_swarming/1337", |
| 1634 "--task-summary-json", | 1607 "--task-summary-json", |
| 1635 "/path/to/tmp/json" | 1608 "/path/to/tmp/json" |
| 1636 ], | 1609 ], |
| 1637 "cwd": "[SLAVE_BUILD]", | |
| 1638 "name": "modules_unittests on Windows", | 1610 "name": "modules_unittests on Windows", |
| 1639 "~followup_annotations": [ | 1611 "~followup_annotations": [ |
| 1640 "@@@STEP_TEXT@swarming pending 71s@@@", | 1612 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1641 "@@@STEP_LOG_LINE@json.output@{@@@", | 1613 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1642 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1614 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1643 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1615 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1644 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1616 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1645 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1617 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1646 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1618 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1647 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1619 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 1676 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1648 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 1677 "@@@STEP_LOG_LINE@json.output@}@@@", | 1649 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1678 "@@@STEP_LOG_END@json.output@@@", | 1650 "@@@STEP_LOG_END@json.output@@@", |
| 1679 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1651 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1680 ] | 1652 ] |
| 1681 }, | 1653 }, |
| 1682 { | 1654 { |
| 1683 "cmd": [ | 1655 "cmd": [ |
| 1684 "python", | 1656 "python", |
| 1685 "-u", | 1657 "-u", |
| 1686 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 1658 "[CWD]\\src\\tools\\swarming_client\\swarming.py", |
| 1687 "collect", | 1659 "collect", |
| 1688 "--swarming", | 1660 "--swarming", |
| 1689 "https://chromium-swarm.appspot.com", | 1661 "https://chromium-swarm.appspot.com", |
| 1690 "--decorate", | 1662 "--decorate", |
| 1691 "--print-status-updates", | 1663 "--print-status-updates", |
| 1692 "--shards", | 1664 "--shards", |
| 1693 "1", | 1665 "1", |
| 1694 "peerconnection_unittests/Windows/[dummy has/win_swarming/1337", | 1666 "peerconnection_unittests/Windows/[dummy has/win_swarming/1337", |
| 1695 "--task-summary-json", | 1667 "--task-summary-json", |
| 1696 "/path/to/tmp/json" | 1668 "/path/to/tmp/json" |
| 1697 ], | 1669 ], |
| 1698 "cwd": "[SLAVE_BUILD]", | |
| 1699 "name": "peerconnection_unittests on Windows", | 1670 "name": "peerconnection_unittests on Windows", |
| 1700 "~followup_annotations": [ | 1671 "~followup_annotations": [ |
| 1701 "@@@STEP_TEXT@swarming pending 71s@@@", | 1672 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1702 "@@@STEP_LOG_LINE@json.output@{@@@", | 1673 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1703 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1674 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1704 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1675 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1705 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1676 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1706 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1677 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1707 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1678 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1708 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1679 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 1737 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1708 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 1738 "@@@STEP_LOG_LINE@json.output@}@@@", | 1709 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1739 "@@@STEP_LOG_END@json.output@@@", | 1710 "@@@STEP_LOG_END@json.output@@@", |
| 1740 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1711 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1741 ] | 1712 ] |
| 1742 }, | 1713 }, |
| 1743 { | 1714 { |
| 1744 "cmd": [ | 1715 "cmd": [ |
| 1745 "python", | 1716 "python", |
| 1746 "-u", | 1717 "-u", |
| 1747 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 1718 "[CWD]\\src\\tools\\swarming_client\\swarming.py", |
| 1748 "collect", | 1719 "collect", |
| 1749 "--swarming", | 1720 "--swarming", |
| 1750 "https://chromium-swarm.appspot.com", | 1721 "https://chromium-swarm.appspot.com", |
| 1751 "--decorate", | 1722 "--decorate", |
| 1752 "--print-status-updates", | 1723 "--print-status-updates", |
| 1753 "--shards", | 1724 "--shards", |
| 1754 "1", | 1725 "1", |
| 1755 "rtc_media_unittests/Windows/[dummy has/win_swarming/1337", | 1726 "rtc_media_unittests/Windows/[dummy has/win_swarming/1337", |
| 1756 "--task-summary-json", | 1727 "--task-summary-json", |
| 1757 "/path/to/tmp/json" | 1728 "/path/to/tmp/json" |
| 1758 ], | 1729 ], |
| 1759 "cwd": "[SLAVE_BUILD]", | |
| 1760 "name": "rtc_media_unittests on Windows", | 1730 "name": "rtc_media_unittests on Windows", |
| 1761 "~followup_annotations": [ | 1731 "~followup_annotations": [ |
| 1762 "@@@STEP_TEXT@swarming pending 71s@@@", | 1732 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1763 "@@@STEP_LOG_LINE@json.output@{@@@", | 1733 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1764 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1734 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1765 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1735 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1766 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1736 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1767 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1737 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1768 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1738 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1769 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1739 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 1798 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1768 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 1799 "@@@STEP_LOG_LINE@json.output@}@@@", | 1769 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1800 "@@@STEP_LOG_END@json.output@@@", | 1770 "@@@STEP_LOG_END@json.output@@@", |
| 1801 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1771 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1802 ] | 1772 ] |
| 1803 }, | 1773 }, |
| 1804 { | 1774 { |
| 1805 "cmd": [ | 1775 "cmd": [ |
| 1806 "python", | 1776 "python", |
| 1807 "-u", | 1777 "-u", |
| 1808 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 1778 "[CWD]\\src\\tools\\swarming_client\\swarming.py", |
| 1809 "collect", | 1779 "collect", |
| 1810 "--swarming", | 1780 "--swarming", |
| 1811 "https://chromium-swarm.appspot.com", | 1781 "https://chromium-swarm.appspot.com", |
| 1812 "--decorate", | 1782 "--decorate", |
| 1813 "--print-status-updates", | 1783 "--print-status-updates", |
| 1814 "--shards", | 1784 "--shards", |
| 1815 "1", | 1785 "1", |
| 1816 "rtc_pc_unittests/Windows/[dummy has/win_swarming/1337", | 1786 "rtc_pc_unittests/Windows/[dummy has/win_swarming/1337", |
| 1817 "--task-summary-json", | 1787 "--task-summary-json", |
| 1818 "/path/to/tmp/json" | 1788 "/path/to/tmp/json" |
| 1819 ], | 1789 ], |
| 1820 "cwd": "[SLAVE_BUILD]", | |
| 1821 "name": "rtc_pc_unittests on Windows", | 1790 "name": "rtc_pc_unittests on Windows", |
| 1822 "~followup_annotations": [ | 1791 "~followup_annotations": [ |
| 1823 "@@@STEP_TEXT@swarming pending 71s@@@", | 1792 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1824 "@@@STEP_LOG_LINE@json.output@{@@@", | 1793 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1825 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1794 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1826 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1795 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1827 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1796 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1828 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1797 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1829 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1798 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1830 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1799 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 1859 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1828 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 1860 "@@@STEP_LOG_LINE@json.output@}@@@", | 1829 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1861 "@@@STEP_LOG_END@json.output@@@", | 1830 "@@@STEP_LOG_END@json.output@@@", |
| 1862 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1831 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1863 ] | 1832 ] |
| 1864 }, | 1833 }, |
| 1865 { | 1834 { |
| 1866 "cmd": [ | 1835 "cmd": [ |
| 1867 "python", | 1836 "python", |
| 1868 "-u", | 1837 "-u", |
| 1869 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 1838 "[CWD]\\src\\tools\\swarming_client\\swarming.py", |
| 1870 "collect", | 1839 "collect", |
| 1871 "--swarming", | 1840 "--swarming", |
| 1872 "https://chromium-swarm.appspot.com", | 1841 "https://chromium-swarm.appspot.com", |
| 1873 "--decorate", | 1842 "--decorate", |
| 1874 "--print-status-updates", | 1843 "--print-status-updates", |
| 1875 "--shards", | 1844 "--shards", |
| 1876 "1", | 1845 "1", |
| 1877 "rtc_unittests/Windows/[dummy has/win_swarming/1337", | 1846 "rtc_unittests/Windows/[dummy has/win_swarming/1337", |
| 1878 "--task-summary-json", | 1847 "--task-summary-json", |
| 1879 "/path/to/tmp/json" | 1848 "/path/to/tmp/json" |
| 1880 ], | 1849 ], |
| 1881 "cwd": "[SLAVE_BUILD]", | |
| 1882 "name": "rtc_unittests on Windows", | 1850 "name": "rtc_unittests on Windows", |
| 1883 "~followup_annotations": [ | 1851 "~followup_annotations": [ |
| 1884 "@@@STEP_TEXT@swarming pending 71s@@@", | 1852 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1885 "@@@STEP_LOG_LINE@json.output@{@@@", | 1853 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1886 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1854 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1887 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1855 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1888 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1856 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1889 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1857 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1890 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1858 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1891 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1859 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 1920 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1888 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 1921 "@@@STEP_LOG_LINE@json.output@}@@@", | 1889 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1922 "@@@STEP_LOG_END@json.output@@@", | 1890 "@@@STEP_LOG_END@json.output@@@", |
| 1923 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1891 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1924 ] | 1892 ] |
| 1925 }, | 1893 }, |
| 1926 { | 1894 { |
| 1927 "cmd": [ | 1895 "cmd": [ |
| 1928 "python", | 1896 "python", |
| 1929 "-u", | 1897 "-u", |
| 1930 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 1898 "[CWD]\\src\\tools\\swarming_client\\swarming.py", |
| 1931 "collect", | 1899 "collect", |
| 1932 "--swarming", | 1900 "--swarming", |
| 1933 "https://chromium-swarm.appspot.com", | 1901 "https://chromium-swarm.appspot.com", |
| 1934 "--decorate", | 1902 "--decorate", |
| 1935 "--print-status-updates", | 1903 "--print-status-updates", |
| 1936 "--shards", | 1904 "--shards", |
| 1937 "1", | 1905 "1", |
| 1938 "system_wrappers_unittests/Windows/[dummy has/win_swarming/1337", | 1906 "system_wrappers_unittests/Windows/[dummy has/win_swarming/1337", |
| 1939 "--task-summary-json", | 1907 "--task-summary-json", |
| 1940 "/path/to/tmp/json" | 1908 "/path/to/tmp/json" |
| 1941 ], | 1909 ], |
| 1942 "cwd": "[SLAVE_BUILD]", | |
| 1943 "name": "system_wrappers_unittests on Windows", | 1910 "name": "system_wrappers_unittests on Windows", |
| 1944 "~followup_annotations": [ | 1911 "~followup_annotations": [ |
| 1945 "@@@STEP_TEXT@swarming pending 71s@@@", | 1912 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1946 "@@@STEP_LOG_LINE@json.output@{@@@", | 1913 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1947 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1914 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1948 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1915 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1949 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1916 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1950 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1917 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1951 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1918 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1952 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1919 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 1981 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1948 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 1982 "@@@STEP_LOG_LINE@json.output@}@@@", | 1949 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1983 "@@@STEP_LOG_END@json.output@@@", | 1950 "@@@STEP_LOG_END@json.output@@@", |
| 1984 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1951 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1985 ] | 1952 ] |
| 1986 }, | 1953 }, |
| 1987 { | 1954 { |
| 1988 "cmd": [ | 1955 "cmd": [ |
| 1989 "python", | 1956 "python", |
| 1990 "-u", | 1957 "-u", |
| 1991 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 1958 "[CWD]\\src\\tools\\swarming_client\\swarming.py", |
| 1992 "collect", | 1959 "collect", |
| 1993 "--swarming", | 1960 "--swarming", |
| 1994 "https://chromium-swarm.appspot.com", | 1961 "https://chromium-swarm.appspot.com", |
| 1995 "--decorate", | 1962 "--decorate", |
| 1996 "--print-status-updates", | 1963 "--print-status-updates", |
| 1997 "--shards", | 1964 "--shards", |
| 1998 "1", | 1965 "1", |
| 1999 "test_support_unittests/Windows/[dummy has/win_swarming/1337", | 1966 "test_support_unittests/Windows/[dummy has/win_swarming/1337", |
| 2000 "--task-summary-json", | 1967 "--task-summary-json", |
| 2001 "/path/to/tmp/json" | 1968 "/path/to/tmp/json" |
| 2002 ], | 1969 ], |
| 2003 "cwd": "[SLAVE_BUILD]", | |
| 2004 "name": "test_support_unittests on Windows", | 1970 "name": "test_support_unittests on Windows", |
| 2005 "~followup_annotations": [ | 1971 "~followup_annotations": [ |
| 2006 "@@@STEP_TEXT@swarming pending 71s@@@", | 1972 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 2007 "@@@STEP_LOG_LINE@json.output@{@@@", | 1973 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 2008 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1974 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 2009 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1975 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 2010 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1976 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 2011 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1977 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 2012 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1978 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 2013 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1979 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 2042 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 2008 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 2043 "@@@STEP_LOG_LINE@json.output@}@@@", | 2009 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2044 "@@@STEP_LOG_END@json.output@@@", | 2010 "@@@STEP_LOG_END@json.output@@@", |
| 2045 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2011 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2046 ] | 2012 ] |
| 2047 }, | 2013 }, |
| 2048 { | 2014 { |
| 2049 "cmd": [ | 2015 "cmd": [ |
| 2050 "python", | 2016 "python", |
| 2051 "-u", | 2017 "-u", |
| 2052 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 2018 "[CWD]\\src\\tools\\swarming_client\\swarming.py", |
| 2053 "collect", | 2019 "collect", |
| 2054 "--swarming", | 2020 "--swarming", |
| 2055 "https://chromium-swarm.appspot.com", | 2021 "https://chromium-swarm.appspot.com", |
| 2056 "--decorate", | 2022 "--decorate", |
| 2057 "--print-status-updates", | 2023 "--print-status-updates", |
| 2058 "--shards", | 2024 "--shards", |
| 2059 "1", | 2025 "1", |
| 2060 "tools_unittests/Windows/[dummy has/win_swarming/1337", | 2026 "tools_unittests/Windows/[dummy has/win_swarming/1337", |
| 2061 "--task-summary-json", | 2027 "--task-summary-json", |
| 2062 "/path/to/tmp/json" | 2028 "/path/to/tmp/json" |
| 2063 ], | 2029 ], |
| 2064 "cwd": "[SLAVE_BUILD]", | |
| 2065 "name": "tools_unittests on Windows", | 2030 "name": "tools_unittests on Windows", |
| 2066 "~followup_annotations": [ | 2031 "~followup_annotations": [ |
| 2067 "@@@STEP_TEXT@swarming pending 71s@@@", | 2032 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 2068 "@@@STEP_LOG_LINE@json.output@{@@@", | 2033 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 2069 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 2034 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 2070 "@@@STEP_LOG_LINE@json.output@ {@@@", | 2035 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 2071 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 2036 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 2072 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 2037 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 2073 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 2038 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 2074 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 2039 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 2103 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 2068 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 2104 "@@@STEP_LOG_LINE@json.output@}@@@", | 2069 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2105 "@@@STEP_LOG_END@json.output@@@", | 2070 "@@@STEP_LOG_END@json.output@@@", |
| 2106 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2071 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2107 ] | 2072 ] |
| 2108 }, | 2073 }, |
| 2109 { | 2074 { |
| 2110 "cmd": [ | 2075 "cmd": [ |
| 2111 "python", | 2076 "python", |
| 2112 "-u", | 2077 "-u", |
| 2113 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 2078 "[CWD]\\src\\tools\\swarming_client\\swarming.py", |
| 2114 "collect", | 2079 "collect", |
| 2115 "--swarming", | 2080 "--swarming", |
| 2116 "https://chromium-swarm.appspot.com", | 2081 "https://chromium-swarm.appspot.com", |
| 2117 "--decorate", | 2082 "--decorate", |
| 2118 "--print-status-updates", | 2083 "--print-status-updates", |
| 2119 "--shards", | 2084 "--shards", |
| 2120 "1", | 2085 "1", |
| 2121 "video_engine_tests/Windows/[dummy has/win_swarming/1337", | 2086 "video_engine_tests/Windows/[dummy has/win_swarming/1337", |
| 2122 "--task-summary-json", | 2087 "--task-summary-json", |
| 2123 "/path/to/tmp/json" | 2088 "/path/to/tmp/json" |
| 2124 ], | 2089 ], |
| 2125 "cwd": "[SLAVE_BUILD]", | |
| 2126 "name": "video_engine_tests on Windows", | 2090 "name": "video_engine_tests on Windows", |
| 2127 "~followup_annotations": [ | 2091 "~followup_annotations": [ |
| 2128 "@@@STEP_TEXT@swarming pending 71s@@@", | 2092 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 2129 "@@@STEP_LOG_LINE@json.output@{@@@", | 2093 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 2130 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 2094 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 2131 "@@@STEP_LOG_LINE@json.output@ {@@@", | 2095 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 2132 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 2096 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 2133 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 2097 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 2134 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 2098 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 2135 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 2099 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 2164 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 2128 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 2165 "@@@STEP_LOG_LINE@json.output@}@@@", | 2129 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2166 "@@@STEP_LOG_END@json.output@@@", | 2130 "@@@STEP_LOG_END@json.output@@@", |
| 2167 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2131 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2168 ] | 2132 ] |
| 2169 }, | 2133 }, |
| 2170 { | 2134 { |
| 2171 "cmd": [ | 2135 "cmd": [ |
| 2172 "python", | 2136 "python", |
| 2173 "-u", | 2137 "-u", |
| 2174 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 2138 "[CWD]\\src\\tools\\swarming_client\\swarming.py", |
| 2175 "collect", | 2139 "collect", |
| 2176 "--swarming", | 2140 "--swarming", |
| 2177 "https://chromium-swarm.appspot.com", | 2141 "https://chromium-swarm.appspot.com", |
| 2178 "--decorate", | 2142 "--decorate", |
| 2179 "--print-status-updates", | 2143 "--print-status-updates", |
| 2180 "--shards", | 2144 "--shards", |
| 2181 "1", | 2145 "1", |
| 2182 "voice_engine_unittests/Windows/[dummy has/win_swarming/1337", | 2146 "voice_engine_unittests/Windows/[dummy has/win_swarming/1337", |
| 2183 "--task-summary-json", | 2147 "--task-summary-json", |
| 2184 "/path/to/tmp/json" | 2148 "/path/to/tmp/json" |
| 2185 ], | 2149 ], |
| 2186 "cwd": "[SLAVE_BUILD]", | |
| 2187 "name": "voice_engine_unittests on Windows", | 2150 "name": "voice_engine_unittests on Windows", |
| 2188 "~followup_annotations": [ | 2151 "~followup_annotations": [ |
| 2189 "@@@STEP_TEXT@swarming pending 71s@@@", | 2152 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 2190 "@@@STEP_LOG_LINE@json.output@{@@@", | 2153 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 2191 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 2154 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 2192 "@@@STEP_LOG_LINE@json.output@ {@@@", | 2155 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 2193 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 2156 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 2194 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 2157 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 2195 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 2158 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 2196 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 2159 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 30 matching lines...) Expand all Loading... |
| 2227 "@@@STEP_LOG_END@json.output@@@", | 2190 "@@@STEP_LOG_END@json.output@@@", |
| 2228 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2191 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2229 ] | 2192 ] |
| 2230 }, | 2193 }, |
| 2231 { | 2194 { |
| 2232 "name": "$result", | 2195 "name": "$result", |
| 2233 "recipe_result": null, | 2196 "recipe_result": null, |
| 2234 "status_code": 0 | 2197 "status_code": 0 |
| 2235 } | 2198 } |
| 2236 ] | 2199 ] |
| OLD | NEW |