| 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 "client.webrtc", | 8 "client.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux64 Debug", | 10 "Linux64 Debug", |
| 11 "--slave", | 11 "--slave", |
| 12 "slavename", | 12 "slavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.co
m/external/webrtc'}, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limi
ted', 'url': 'https://chrome-internal.googlesource.com/chrome/deps/webrtc-limite
d'}]", | 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'}]", |
| 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 "[ROOT]/b/build/slave/cache_dir", | 20 "[GIT_CACHE]", |
| 21 "--output_json", | 21 "--output_json", |
| 22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
| 23 "--revision", | 23 "--revision", |
| 24 "src@12345", | 24 "src@12345", |
| 25 "--output_manifest" | 25 "--output_manifest" |
| 26 ], | 26 ], |
| 27 "cwd": "[SLAVE_BUILD]", |
| 27 "env": { | 28 "env": { |
| 28 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 29 }, | 30 }, |
| 30 "name": "bot_update", | 31 "name": "bot_update", |
| 31 "~followup_annotations": [ | 32 "~followup_annotations": [ |
| 32 "@@@STEP_TEXT@Some step text@@@", | 33 "@@@STEP_TEXT@Some step text@@@", |
| 33 "@@@STEP_LOG_LINE@json.output@{@@@", | 34 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 34 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 35 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 36 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 53 "@@@STEP_LOG_END@json.output@@@", | 54 "@@@STEP_LOG_END@json.output@@@", |
| 54 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | 55 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", |
| 55 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 56 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 56 ] | 57 ] |
| 57 }, | 58 }, |
| 58 { | 59 { |
| 59 "cmd": [ | 60 "cmd": [ |
| 60 "python", | 61 "python", |
| 61 "-u", | 62 "-u", |
| 62 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", | 63 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", |
| 63 "[CWD]/src/out" | 64 "[SLAVE_BUILD]/src/out" |
| 64 ], | 65 ], |
| 66 "cwd": "[SLAVE_BUILD]", |
| 65 "name": "clean test output files" | 67 "name": "clean test output files" |
| 66 }, | 68 }, |
| 67 { | 69 { |
| 68 "cmd": [ | 70 "cmd": [ |
| 69 "python", | 71 "python", |
| 70 "-u", | 72 "-u", |
| 71 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 73 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 72 "--show-path", | 74 "--show-path", |
| 73 "python", | 75 "python", |
| 74 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 76 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 75 ], | 77 ], |
| 78 "cwd": "[SLAVE_BUILD]", |
| 76 "name": "cleanup_temp" | 79 "name": "cleanup_temp" |
| 77 }, | 80 }, |
| 78 { | 81 { |
| 79 "cmd": [ | 82 "cmd": [ |
| 80 "python", | 83 "python", |
| 81 "-u", | 84 "-u", |
| 82 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 85 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 83 "runhooks" | 86 "runhooks" |
| 84 ], | 87 ], |
| 88 "cwd": "[SLAVE_BUILD]", |
| 85 "env": { | 89 "env": { |
| 86 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 90 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 87 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 ffmpeg_brandin
g=Chrome gomadir='[ROOT]/b/build/goma' rtc_use_264=1 target_arch=x64 use_goma=1"
, | 91 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 ffmpeg_brandin
g=Chrome gomadir='[BUILD]/goma' rtc_use_264=1 target_arch=x64 use_goma=1", |
| 88 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 92 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 89 }, | 93 }, |
| 90 "name": "gclient runhooks" | 94 "name": "gclient runhooks" |
| 91 }, | 95 }, |
| 92 { | 96 { |
| 93 "cmd": [ | 97 "cmd": [ |
| 94 "python", | 98 "python", |
| 95 "-u", | 99 "-u", |
| 96 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 100 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 97 "--show-path", | 101 "--show-path", |
| 98 "python", | 102 "python", |
| 99 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 103 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 100 "--gsutil-py-path", | 104 "--gsutil-py-path", |
| 101 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 105 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 102 "--ninja-path", | 106 "--ninja-path", |
| 103 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 107 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 104 "--target", | 108 "--target", |
| 105 "Debug", | 109 "Debug", |
| 106 "--src-dir", | 110 "--src-dir", |
| 107 "[CWD]/src", | 111 "[SLAVE_BUILD]/src", |
| 108 "--goma-cache-dir", | 112 "--goma-cache-dir", |
| 109 "[ROOT]/b/build/slave/goma_cache", | 113 "[GOMA_CACHE]", |
| 110 "--build-tool", | 114 "--build-tool", |
| 111 "ninja", | 115 "ninja", |
| 112 "--compiler", | 116 "--compiler", |
| 113 "goma", | 117 "goma", |
| 114 "--goma-jsonstatus", | 118 "--goma-jsonstatus", |
| 115 "/path/to/tmp/json", | 119 "/path/to/tmp/json", |
| 116 "--goma-service-account-json-file", | 120 "--goma-service-account-json-file", |
| 117 "/creds/service_accounts/service-account-goma-client.json", | 121 "/creds/service_accounts/service-account-goma-client.json", |
| 118 "--goma-dir", | 122 "--goma-dir", |
| 119 "[ROOT]/b/build/goma", | 123 "[BUILD]/goma", |
| 120 "--", | 124 "--", |
| 121 "All" | 125 "All" |
| 122 ], | 126 ], |
| 127 "cwd": "[SLAVE_BUILD]", |
| 123 "env": { | 128 "env": { |
| 124 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 129 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 125 }, | 130 }, |
| 126 "name": "compile", | 131 "name": "compile", |
| 127 "~followup_annotations": [ | 132 "~followup_annotations": [ |
| 128 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 133 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 129 "@@@STEP_LOG_END@json.output (invalid)@@@" | 134 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 130 ] | 135 ] |
| 131 }, | 136 }, |
| 132 { | 137 { |
| 133 "cmd": [ | 138 "cmd": [ |
| 134 "python", | 139 "python", |
| 135 "-u", | 140 "-u", |
| 136 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 141 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 137 "--target", | 142 "--target", |
| 138 "Debug", | 143 "Debug", |
| 139 "--xvfb", | 144 "--xvfb", |
| 140 "--factory-properties", | 145 "--factory-properties", |
| 141 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 146 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 142 "--build-properties", | 147 "--build-properties", |
| 143 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 148 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 144 "--test-type=audio_decoder_unittests", | 149 "--test-type=audio_decoder_unittests", |
| 145 "--step-name=audio_decoder_unittests", | 150 "--step-name=audio_decoder_unittests", |
| 146 "--builder-name=Linux64 Debug", | 151 "--builder-name=Linux64 Debug", |
| 147 "--slave-name=slavename", | 152 "--slave-name=slavename", |
| 148 "--build-number=1337", | 153 "--build-number=1337", |
| 149 "--run-python-script", | 154 "--run-python-script", |
| 150 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 155 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 151 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", | 156 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", |
| 152 "[CWD]/src/out/Debug/audio_decoder_unittests", | 157 "[SLAVE_BUILD]/src/out/Debug/audio_decoder_unittests", |
| 153 "--" | 158 "--" |
| 154 ], | 159 ], |
| 160 "cwd": "[SLAVE_BUILD]", |
| 155 "name": "audio_decoder_unittests" | 161 "name": "audio_decoder_unittests" |
| 156 }, | 162 }, |
| 157 { | 163 { |
| 158 "cmd": [ | 164 "cmd": [ |
| 159 "python", | 165 "python", |
| 160 "-u", | 166 "-u", |
| 161 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 167 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 162 "--target", | 168 "--target", |
| 163 "Debug", | 169 "Debug", |
| 164 "--xvfb", | 170 "--xvfb", |
| 165 "--factory-properties", | 171 "--factory-properties", |
| 166 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 172 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 167 "--build-properties", | 173 "--build-properties", |
| 168 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 174 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 169 "--test-type=common_audio_unittests", | 175 "--test-type=common_audio_unittests", |
| 170 "--step-name=common_audio_unittests", | 176 "--step-name=common_audio_unittests", |
| 171 "--builder-name=Linux64 Debug", | 177 "--builder-name=Linux64 Debug", |
| 172 "--slave-name=slavename", | 178 "--slave-name=slavename", |
| 173 "--build-number=1337", | 179 "--build-number=1337", |
| 174 "--run-python-script", | 180 "--run-python-script", |
| 175 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 181 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 176 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", | 182 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", |
| 177 "[CWD]/src/out/Debug/common_audio_unittests", | 183 "[SLAVE_BUILD]/src/out/Debug/common_audio_unittests", |
| 178 "--" | 184 "--" |
| 179 ], | 185 ], |
| 186 "cwd": "[SLAVE_BUILD]", |
| 180 "name": "common_audio_unittests" | 187 "name": "common_audio_unittests" |
| 181 }, | 188 }, |
| 182 { | 189 { |
| 183 "cmd": [ | 190 "cmd": [ |
| 184 "python", | 191 "python", |
| 185 "-u", | 192 "-u", |
| 186 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 193 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 187 "--target", | 194 "--target", |
| 188 "Debug", | 195 "Debug", |
| 189 "--xvfb", | 196 "--xvfb", |
| 190 "--factory-properties", | 197 "--factory-properties", |
| 191 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 198 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 192 "--build-properties", | 199 "--build-properties", |
| 193 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 200 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 194 "--test-type=common_video_unittests", | 201 "--test-type=common_video_unittests", |
| 195 "--step-name=common_video_unittests", | 202 "--step-name=common_video_unittests", |
| 196 "--builder-name=Linux64 Debug", | 203 "--builder-name=Linux64 Debug", |
| 197 "--slave-name=slavename", | 204 "--slave-name=slavename", |
| 198 "--build-number=1337", | 205 "--build-number=1337", |
| 199 "--run-python-script", | 206 "--run-python-script", |
| 200 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 207 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 201 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", | 208 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", |
| 202 "[CWD]/src/out/Debug/common_video_unittests", | 209 "[SLAVE_BUILD]/src/out/Debug/common_video_unittests", |
| 203 "--" | 210 "--" |
| 204 ], | 211 ], |
| 212 "cwd": "[SLAVE_BUILD]", |
| 205 "name": "common_video_unittests" | 213 "name": "common_video_unittests" |
| 206 }, | 214 }, |
| 207 { | 215 { |
| 208 "cmd": [ | 216 "cmd": [ |
| 209 "python", | 217 "python", |
| 210 "-u", | 218 "-u", |
| 211 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 219 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 212 "--target", | 220 "--target", |
| 213 "Debug", | 221 "Debug", |
| 214 "--xvfb", | 222 "--xvfb", |
| 215 "--factory-properties", | 223 "--factory-properties", |
| 216 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 224 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 217 "--build-properties", | 225 "--build-properties", |
| 218 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 226 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 219 "--test-type=modules_tests", | 227 "--test-type=modules_tests", |
| 220 "--step-name=modules_tests", | 228 "--step-name=modules_tests", |
| 221 "--builder-name=Linux64 Debug", | 229 "--builder-name=Linux64 Debug", |
| 222 "--slave-name=slavename", | 230 "--slave-name=slavename", |
| 223 "--build-number=1337", | 231 "--build-number=1337", |
| 224 "--run-python-script", | 232 "--run-python-script", |
| 225 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 233 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 226 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", | 234 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", |
| 227 "[CWD]/src/out/Debug/modules_tests", | 235 "[SLAVE_BUILD]/src/out/Debug/modules_tests", |
| 228 "--" | 236 "--" |
| 229 ], | 237 ], |
| 238 "cwd": "[SLAVE_BUILD]", |
| 230 "name": "modules_tests" | 239 "name": "modules_tests" |
| 231 }, | 240 }, |
| 232 { | 241 { |
| 233 "cmd": [ | 242 "cmd": [ |
| 234 "python", | 243 "python", |
| 235 "-u", | 244 "-u", |
| 236 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 245 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 237 "--target", | 246 "--target", |
| 238 "Debug", | 247 "Debug", |
| 239 "--xvfb", | 248 "--xvfb", |
| 240 "--factory-properties", | 249 "--factory-properties", |
| 241 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 250 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 242 "--build-properties", | 251 "--build-properties", |
| 243 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 252 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 244 "--test-type=modules_unittests", | 253 "--test-type=modules_unittests", |
| 245 "--step-name=modules_unittests", | 254 "--step-name=modules_unittests", |
| 246 "--builder-name=Linux64 Debug", | 255 "--builder-name=Linux64 Debug", |
| 247 "--slave-name=slavename", | 256 "--slave-name=slavename", |
| 248 "--build-number=1337", | 257 "--build-number=1337", |
| 249 "--run-python-script", | 258 "--run-python-script", |
| 250 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 259 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 251 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", | 260 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", |
| 252 "[CWD]/src/out/Debug/modules_unittests", | 261 "[SLAVE_BUILD]/src/out/Debug/modules_unittests", |
| 253 "--" | 262 "--" |
| 254 ], | 263 ], |
| 264 "cwd": "[SLAVE_BUILD]", |
| 255 "name": "modules_unittests" | 265 "name": "modules_unittests" |
| 256 }, | 266 }, |
| 257 { | 267 { |
| 258 "cmd": [ | 268 "cmd": [ |
| 259 "python", | 269 "python", |
| 260 "-u", | 270 "-u", |
| 261 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 271 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 262 "--target", | 272 "--target", |
| 263 "Debug", | 273 "Debug", |
| 264 "--xvfb", | 274 "--xvfb", |
| 265 "--factory-properties", | 275 "--factory-properties", |
| 266 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 276 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 267 "--build-properties", | 277 "--build-properties", |
| 268 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 278 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 269 "--test-type=peerconnection_unittests", | 279 "--test-type=peerconnection_unittests", |
| 270 "--step-name=peerconnection_unittests", | 280 "--step-name=peerconnection_unittests", |
| 271 "--builder-name=Linux64 Debug", | 281 "--builder-name=Linux64 Debug", |
| 272 "--slave-name=slavename", | 282 "--slave-name=slavename", |
| 273 "--build-number=1337", | 283 "--build-number=1337", |
| 274 "--run-python-script", | 284 "--run-python-script", |
| 275 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 285 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 276 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", | 286 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", |
| 277 "[CWD]/src/out/Debug/peerconnection_unittests", | 287 "[SLAVE_BUILD]/src/out/Debug/peerconnection_unittests", |
| 278 "--" | 288 "--" |
| 279 ], | 289 ], |
| 290 "cwd": "[SLAVE_BUILD]", |
| 280 "name": "peerconnection_unittests" | 291 "name": "peerconnection_unittests" |
| 281 }, | 292 }, |
| 282 { | 293 { |
| 283 "cmd": [ | 294 "cmd": [ |
| 284 "python", | 295 "python", |
| 285 "-u", | 296 "-u", |
| 286 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 297 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 287 "--target", | 298 "--target", |
| 288 "Debug", | 299 "Debug", |
| 289 "--xvfb", | 300 "--xvfb", |
| 290 "--factory-properties", | 301 "--factory-properties", |
| 291 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 302 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 292 "--build-properties", | 303 "--build-properties", |
| 293 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 304 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 294 "--test-type=rtc_media_unittests", | 305 "--test-type=rtc_media_unittests", |
| 295 "--step-name=rtc_media_unittests", | 306 "--step-name=rtc_media_unittests", |
| 296 "--builder-name=Linux64 Debug", | 307 "--builder-name=Linux64 Debug", |
| 297 "--slave-name=slavename", | 308 "--slave-name=slavename", |
| 298 "--build-number=1337", | 309 "--build-number=1337", |
| 299 "--run-python-script", | 310 "--run-python-script", |
| 300 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 311 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 301 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", | 312 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", |
| 302 "[CWD]/src/out/Debug/rtc_media_unittests", | 313 "[SLAVE_BUILD]/src/out/Debug/rtc_media_unittests", |
| 303 "--" | 314 "--" |
| 304 ], | 315 ], |
| 316 "cwd": "[SLAVE_BUILD]", |
| 305 "name": "rtc_media_unittests" | 317 "name": "rtc_media_unittests" |
| 306 }, | 318 }, |
| 307 { | 319 { |
| 308 "cmd": [ | 320 "cmd": [ |
| 309 "python", | 321 "python", |
| 310 "-u", | 322 "-u", |
| 311 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 323 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 312 "--target", | 324 "--target", |
| 313 "Debug", | 325 "Debug", |
| 314 "--xvfb", | 326 "--xvfb", |
| 315 "--factory-properties", | 327 "--factory-properties", |
| 316 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 328 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 317 "--build-properties", | 329 "--build-properties", |
| 318 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 330 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 319 "--test-type=rtc_pc_unittests", | 331 "--test-type=rtc_pc_unittests", |
| 320 "--step-name=rtc_pc_unittests", | 332 "--step-name=rtc_pc_unittests", |
| 321 "--builder-name=Linux64 Debug", | 333 "--builder-name=Linux64 Debug", |
| 322 "--slave-name=slavename", | 334 "--slave-name=slavename", |
| 323 "--build-number=1337", | 335 "--build-number=1337", |
| 324 "--run-python-script", | 336 "--run-python-script", |
| 325 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 337 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 326 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", | 338 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", |
| 327 "[CWD]/src/out/Debug/rtc_pc_unittests", | 339 "[SLAVE_BUILD]/src/out/Debug/rtc_pc_unittests", |
| 328 "--" | 340 "--" |
| 329 ], | 341 ], |
| 342 "cwd": "[SLAVE_BUILD]", |
| 330 "name": "rtc_pc_unittests" | 343 "name": "rtc_pc_unittests" |
| 331 }, | 344 }, |
| 332 { | 345 { |
| 333 "cmd": [ | 346 "cmd": [ |
| 334 "python", | 347 "python", |
| 335 "-u", | 348 "-u", |
| 336 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 349 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 337 "--target", | 350 "--target", |
| 338 "Debug", | 351 "Debug", |
| 339 "--xvfb", | 352 "--xvfb", |
| 340 "--factory-properties", | 353 "--factory-properties", |
| 341 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 354 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 342 "--build-properties", | 355 "--build-properties", |
| 343 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 356 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 344 "--test-type=rtc_unittests", | 357 "--test-type=rtc_unittests", |
| 345 "--step-name=rtc_unittests", | 358 "--step-name=rtc_unittests", |
| 346 "--builder-name=Linux64 Debug", | 359 "--builder-name=Linux64 Debug", |
| 347 "--slave-name=slavename", | 360 "--slave-name=slavename", |
| 348 "--build-number=1337", | 361 "--build-number=1337", |
| 349 "--run-python-script", | 362 "--run-python-script", |
| 350 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 363 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 351 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", | 364 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", |
| 352 "[CWD]/src/out/Debug/rtc_unittests", | 365 "[SLAVE_BUILD]/src/out/Debug/rtc_unittests", |
| 353 "--" | 366 "--" |
| 354 ], | 367 ], |
| 368 "cwd": "[SLAVE_BUILD]", |
| 355 "name": "rtc_unittests" | 369 "name": "rtc_unittests" |
| 356 }, | 370 }, |
| 357 { | 371 { |
| 358 "cmd": [ | 372 "cmd": [ |
| 359 "python", | 373 "python", |
| 360 "-u", | 374 "-u", |
| 361 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 375 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 362 "--target", | 376 "--target", |
| 363 "Debug", | 377 "Debug", |
| 364 "--xvfb", | 378 "--xvfb", |
| 365 "--factory-properties", | 379 "--factory-properties", |
| 366 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 380 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 367 "--build-properties", | 381 "--build-properties", |
| 368 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 382 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 369 "--test-type=system_wrappers_unittests", | 383 "--test-type=system_wrappers_unittests", |
| 370 "--step-name=system_wrappers_unittests", | 384 "--step-name=system_wrappers_unittests", |
| 371 "--builder-name=Linux64 Debug", | 385 "--builder-name=Linux64 Debug", |
| 372 "--slave-name=slavename", | 386 "--slave-name=slavename", |
| 373 "--build-number=1337", | 387 "--build-number=1337", |
| 374 "--run-python-script", | 388 "--run-python-script", |
| 375 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 389 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 376 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", | 390 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", |
| 377 "[CWD]/src/out/Debug/system_wrappers_unittests", | 391 "[SLAVE_BUILD]/src/out/Debug/system_wrappers_unittests", |
| 378 "--" | 392 "--" |
| 379 ], | 393 ], |
| 394 "cwd": "[SLAVE_BUILD]", |
| 380 "name": "system_wrappers_unittests" | 395 "name": "system_wrappers_unittests" |
| 381 }, | 396 }, |
| 382 { | 397 { |
| 383 "cmd": [ | 398 "cmd": [ |
| 384 "python", | 399 "python", |
| 385 "-u", | 400 "-u", |
| 386 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 401 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 387 "--target", | 402 "--target", |
| 388 "Debug", | 403 "Debug", |
| 389 "--xvfb", | 404 "--xvfb", |
| 390 "--factory-properties", | 405 "--factory-properties", |
| 391 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 406 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 392 "--build-properties", | 407 "--build-properties", |
| 393 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 408 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 394 "--test-type=test_support_unittests", | 409 "--test-type=test_support_unittests", |
| 395 "--step-name=test_support_unittests", | 410 "--step-name=test_support_unittests", |
| 396 "--builder-name=Linux64 Debug", | 411 "--builder-name=Linux64 Debug", |
| 397 "--slave-name=slavename", | 412 "--slave-name=slavename", |
| 398 "--build-number=1337", | 413 "--build-number=1337", |
| 399 "--run-python-script", | 414 "--run-python-script", |
| 400 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 415 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 401 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", | 416 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", |
| 402 "[CWD]/src/out/Debug/test_support_unittests", | 417 "[SLAVE_BUILD]/src/out/Debug/test_support_unittests", |
| 403 "--" | 418 "--" |
| 404 ], | 419 ], |
| 420 "cwd": "[SLAVE_BUILD]", |
| 405 "name": "test_support_unittests" | 421 "name": "test_support_unittests" |
| 406 }, | 422 }, |
| 407 { | 423 { |
| 408 "cmd": [ | 424 "cmd": [ |
| 409 "python", | 425 "python", |
| 410 "-u", | 426 "-u", |
| 411 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 427 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 412 "--target", | 428 "--target", |
| 413 "Debug", | 429 "Debug", |
| 414 "--xvfb", | 430 "--xvfb", |
| 415 "--factory-properties", | 431 "--factory-properties", |
| 416 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 432 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 417 "--build-properties", | 433 "--build-properties", |
| 418 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 434 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 419 "--test-type=tools_unittests", | 435 "--test-type=tools_unittests", |
| 420 "--step-name=tools_unittests", | 436 "--step-name=tools_unittests", |
| 421 "--builder-name=Linux64 Debug", | 437 "--builder-name=Linux64 Debug", |
| 422 "--slave-name=slavename", | 438 "--slave-name=slavename", |
| 423 "--build-number=1337", | 439 "--build-number=1337", |
| 424 "--run-python-script", | 440 "--run-python-script", |
| 425 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 441 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 426 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", | 442 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", |
| 427 "[CWD]/src/out/Debug/tools_unittests", | 443 "[SLAVE_BUILD]/src/out/Debug/tools_unittests", |
| 428 "--" | 444 "--" |
| 429 ], | 445 ], |
| 446 "cwd": "[SLAVE_BUILD]", |
| 430 "name": "tools_unittests", | 447 "name": "tools_unittests", |
| 431 "~followup_annotations": [ | 448 "~followup_annotations": [ |
| 432 "step returned non-zero exit code: 1", | 449 "step returned non-zero exit code: 1", |
| 433 "@@@STEP_FAILURE@@@" | 450 "@@@STEP_FAILURE@@@" |
| 434 ] | 451 ] |
| 435 }, | 452 }, |
| 436 { | 453 { |
| 437 "cmd": [ | 454 "cmd": [ |
| 438 "python", | 455 "python", |
| 439 "-u", | 456 "-u", |
| 440 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 457 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 441 "--target", | 458 "--target", |
| 442 "Debug", | 459 "Debug", |
| 443 "--xvfb", | 460 "--xvfb", |
| 444 "--factory-properties", | 461 "--factory-properties", |
| 445 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 462 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 446 "--build-properties", | 463 "--build-properties", |
| 447 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 464 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 448 "--test-type=video_engine_tests", | 465 "--test-type=video_engine_tests", |
| 449 "--step-name=video_engine_tests", | 466 "--step-name=video_engine_tests", |
| 450 "--builder-name=Linux64 Debug", | 467 "--builder-name=Linux64 Debug", |
| 451 "--slave-name=slavename", | 468 "--slave-name=slavename", |
| 452 "--build-number=1337", | 469 "--build-number=1337", |
| 453 "--run-python-script", | 470 "--run-python-script", |
| 454 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 471 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 455 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", | 472 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", |
| 456 "[CWD]/src/out/Debug/video_engine_tests", | 473 "[SLAVE_BUILD]/src/out/Debug/video_engine_tests", |
| 457 "--" | 474 "--" |
| 458 ], | 475 ], |
| 476 "cwd": "[SLAVE_BUILD]", |
| 459 "name": "video_engine_tests" | 477 "name": "video_engine_tests" |
| 460 }, | 478 }, |
| 461 { | 479 { |
| 462 "cmd": [ | 480 "cmd": [ |
| 463 "python", | 481 "python", |
| 464 "-u", | 482 "-u", |
| 465 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 483 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 466 "--target", | 484 "--target", |
| 467 "Debug", | 485 "Debug", |
| 468 "--xvfb", | 486 "--xvfb", |
| 469 "--factory-properties", | 487 "--factory-properties", |
| 470 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 488 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 471 "--build-properties", | 489 "--build-properties", |
| 472 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 490 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 473 "--test-type=voice_engine_unittests", | 491 "--test-type=voice_engine_unittests", |
| 474 "--step-name=voice_engine_unittests", | 492 "--step-name=voice_engine_unittests", |
| 475 "--builder-name=Linux64 Debug", | 493 "--builder-name=Linux64 Debug", |
| 476 "--slave-name=slavename", | 494 "--slave-name=slavename", |
| 477 "--build-number=1337", | 495 "--build-number=1337", |
| 478 "--run-python-script", | 496 "--run-python-script", |
| 479 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 497 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 480 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", | 498 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", |
| 481 "[CWD]/src/out/Debug/voice_engine_unittests", | 499 "[SLAVE_BUILD]/src/out/Debug/voice_engine_unittests", |
| 482 "--" | 500 "--" |
| 483 ], | 501 ], |
| 502 "cwd": "[SLAVE_BUILD]", |
| 484 "name": "voice_engine_unittests" | 503 "name": "voice_engine_unittests" |
| 485 }, | 504 }, |
| 486 { | 505 { |
| 487 "allow_subannotations": true, | 506 "allow_subannotations": true, |
| 488 "cmd": [ | 507 "cmd": [ |
| 489 "python", | 508 "python", |
| 490 "-u", | 509 "-u", |
| 491 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 510 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 492 "--target", | 511 "--target", |
| 493 "Debug", | 512 "Debug", |
| 494 "--xvfb", | 513 "--xvfb", |
| 495 "--factory-properties", | 514 "--factory-properties", |
| 496 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 515 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 497 "--build-properties", | 516 "--build-properties", |
| 498 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 517 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo
ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 499 "--annotate=gtest", | 518 "--annotate=gtest", |
| 500 "--test-type=webrtc_nonparallel_tests", | 519 "--test-type=webrtc_nonparallel_tests", |
| 501 "--step-name=webrtc_nonparallel_tests", | 520 "--step-name=webrtc_nonparallel_tests", |
| 502 "--generate-json-file", | 521 "--generate-json-file", |
| 503 "-o", | 522 "-o", |
| 504 "gtest-results/webrtc_nonparallel_tests", | 523 "gtest-results/webrtc_nonparallel_tests", |
| 505 "--builder-name=Linux64 Debug", | 524 "--builder-name=Linux64 Debug", |
| 506 "--slave-name=slavename", | 525 "--slave-name=slavename", |
| 507 "--build-number=1337", | 526 "--build-number=1337", |
| 508 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 527 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 509 "webrtc_nonparallel_tests" | 528 "webrtc_nonparallel_tests" |
| 510 ], | 529 ], |
| 530 "cwd": "[SLAVE_BUILD]", |
| 511 "name": "webrtc_nonparallel_tests" | 531 "name": "webrtc_nonparallel_tests" |
| 512 }, | 532 }, |
| 513 { | 533 { |
| 514 "name": "$result", | 534 "name": "$result", |
| 515 "reason": "1 out of 15 aggregated steps failed. Failures: Step('tools_unitte
sts') failed with return_code 1", | 535 "reason": "1 out of 15 aggregated steps failed. Failures: Step('tools_unitte
sts') failed with return_code 1", |
| 516 "status_code": 1 | 536 "status_code": 1 |
| 517 } | 537 } |
| 518 ] | 538 ] |
| OLD | NEW |