| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
| 7 "[BUILDER_CACHE]/Linux_UBSan_vptr", |
| 8 "511" |
| 9 ], |
| 10 "name": "makedirs checkout path", |
| 11 "~followup_annotations": [ |
| 12 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 18 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 19 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 20 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 21 "@@@STEP_LOG_END@python.inline@@@" |
| 22 ] |
| 23 }, |
| 24 { |
| 25 "cmd": [ |
| 26 "python", |
| 27 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 29 "--master", |
| 8 "client.webrtc", | 30 "client.webrtc", |
| 9 "--builder", | 31 "--builder", |
| 10 "Linux UBSan vptr", | 32 "Linux UBSan vptr", |
| 11 "--slave", | 33 "--slave", |
| 12 "slavename", | 34 "slavename", |
| 13 "--spec", | 35 "--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'}]", | 36 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'}
, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https
://chrome-internal.googlesource.com/chrome/deps/webrtc-limited'}]", |
| 15 "--root", | 37 "--root", |
| 16 "src", | 38 "src", |
| 17 "--revision_mapping_file", | 39 "--revision_mapping_file", |
| 18 "{\"src\": \"got_revision\"}", | 40 "{\"src\": \"got_revision\"}", |
| 19 "--git-cache-dir", | 41 "--git-cache-dir", |
| 20 "[GIT_CACHE]", | 42 "[GIT_CACHE]", |
| 21 "--output_json", | 43 "--output_json", |
| 22 "/path/to/tmp/json", | 44 "/path/to/tmp/json", |
| 23 "--revision", | 45 "--revision", |
| 24 "src@12345", | 46 "src@12345", |
| 25 "--output_manifest" | 47 "--output_manifest" |
| 26 ], | 48 ], |
| 49 "cwd": "[BUILDER_CACHE]/Linux_UBSan_vptr", |
| 27 "env": { | 50 "env": { |
| 28 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 51 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 29 }, | 52 }, |
| 30 "name": "bot_update", | 53 "name": "bot_update", |
| 31 "~followup_annotations": [ | 54 "~followup_annotations": [ |
| 32 "@@@STEP_TEXT@Some step text@@@", | 55 "@@@STEP_TEXT@Some step text@@@", |
| 33 "@@@STEP_LOG_LINE@json.output@{@@@", | 56 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 34 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 57 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 35 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 58 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 36 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", | 59 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 53 "@@@STEP_LOG_END@json.output@@@", | 76 "@@@STEP_LOG_END@json.output@@@", |
| 54 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | 77 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", |
| 55 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 78 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 56 ] | 79 ] |
| 57 }, | 80 }, |
| 58 { | 81 { |
| 59 "cmd": [ | 82 "cmd": [ |
| 60 "python", | 83 "python", |
| 61 "-u", | 84 "-u", |
| 62 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", | 85 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", |
| 63 "[SLAVE_BUILD]/src/out" | 86 "[BUILDER_CACHE]/Linux_UBSan_vptr/src/out" |
| 64 ], | 87 ], |
| 65 "name": "clean test output files" | 88 "name": "clean test output files" |
| 66 }, | 89 }, |
| 67 { | 90 { |
| 68 "cmd": [ | 91 "cmd": [ |
| 69 "python", | 92 "python", |
| 70 "-u", | 93 "-u", |
| 71 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 94 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 72 "--show-path", | 95 "--show-path", |
| 73 "python", | 96 "python", |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 "@@@STEP_LOG_END@json.output@@@" | 152 "@@@STEP_LOG_END@json.output@@@" |
| 130 ] | 153 ] |
| 131 }, | 154 }, |
| 132 { | 155 { |
| 133 "cmd": [ | 156 "cmd": [ |
| 134 "python", | 157 "python", |
| 135 "-u", | 158 "-u", |
| 136 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 159 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 137 "runhooks" | 160 "runhooks" |
| 138 ], | 161 ], |
| 139 "cwd": "[SLAVE_BUILD]/src", | 162 "cwd": "[BUILDER_CACHE]/Linux_UBSan_vptr/src", |
| 140 "env": { | 163 "env": { |
| 141 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 164 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 142 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 ffmpeg
_branding=Chrome gomadir='[CACHE]/cipd/goma' release_extra_cflags=-fno-sanitize-
recover=undefined rtc_use_h264=1 target_arch=x64 ubsan_vptr=1 use_goma=1", | 165 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 ffmpeg
_branding=Chrome gomadir='[CACHE]/cipd/goma' release_extra_cflags=-fno-sanitize-
recover=undefined rtc_use_h264=1 target_arch=x64 ubsan_vptr=1 use_goma=1", |
| 143 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 166 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 144 }, | 167 }, |
| 145 "name": "gclient runhooks" | 168 "name": "gclient runhooks" |
| 146 }, | 169 }, |
| 147 { | 170 { |
| 148 "allow_subannotations": true, | 171 "allow_subannotations": true, |
| 149 "cmd": [ | 172 "cmd": [ |
| 150 "python", | 173 "python", |
| 151 "-u", | 174 "-u", |
| 152 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 175 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 153 "--src-dir", | 176 "--src-dir", |
| 154 "[SLAVE_BUILD]/src", | 177 "[BUILDER_CACHE]/Linux_UBSan_vptr/src", |
| 155 "--output-json", | 178 "--output-json", |
| 156 "/path/to/tmp/json" | 179 "/path/to/tmp/json" |
| 157 ], | 180 ], |
| 158 "env": { | 181 "env": { |
| 159 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 182 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 160 }, | 183 }, |
| 161 "name": "clang_revision", | 184 "name": "clang_revision", |
| 162 "~followup_annotations": [ | 185 "~followup_annotations": [ |
| 163 "@@@STEP_LOG_LINE@json.output@{@@@", | 186 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 164 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 187 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 165 "@@@STEP_LOG_LINE@json.output@}@@@", | 188 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 166 "@@@STEP_LOG_END@json.output@@@" | 189 "@@@STEP_LOG_END@json.output@@@" |
| 167 ] | 190 ] |
| 168 }, | 191 }, |
| 169 { | 192 { |
| 170 "cmd": [ | 193 "cmd": [ |
| 171 "python", | 194 "python", |
| 172 "-u", | 195 "-u", |
| 173 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 196 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 174 "--show-path", | 197 "--show-path", |
| 175 "python", | 198 "python", |
| 176 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 199 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 177 "--gsutil-py-path", | 200 "--gsutil-py-path", |
| 178 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 201 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 179 "--ninja-path", | 202 "--ninja-path", |
| 180 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 203 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 181 "--target", | 204 "--target", |
| 182 "Release", | 205 "Release", |
| 183 "--src-dir", | 206 "--src-dir", |
| 184 "[SLAVE_BUILD]/src", | 207 "[BUILDER_CACHE]/Linux_UBSan_vptr/src", |
| 185 "--goma-cache-dir", | 208 "--goma-cache-dir", |
| 186 "[GOMA_CACHE]", | 209 "[GOMA_CACHE]", |
| 210 "--goma-deps-cache-dir", |
| 211 "[GOMA_DEPS_CACHE]", |
| 187 "--compiler", | 212 "--compiler", |
| 188 "goma-clang", | 213 "goma-clang", |
| 189 "--goma-jsonstatus", | 214 "--goma-jsonstatus", |
| 190 "/path/to/tmp/json", | 215 "/path/to/tmp/json", |
| 191 "--goma-service-account-json-file", | 216 "--goma-service-account-json-file", |
| 192 "/creds/service_accounts/service-account-goma-client.json", | 217 "/creds/service_accounts/service-account-goma-client.json", |
| 193 "--goma-dir", | 218 "--goma-dir", |
| 194 "[CACHE]/cipd/goma", | 219 "[CACHE]/cipd/goma", |
| 195 "--", | 220 "--", |
| 196 "All" | 221 "All" |
| 197 ], | 222 ], |
| 198 "env": { | 223 "env": { |
| 199 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 224 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 200 }, | 225 }, |
| 201 "name": "compile", | 226 "name": "compile", |
| 202 "~followup_annotations": [ | 227 "~followup_annotations": [ |
| 203 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 228 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 204 "@@@STEP_LOG_END@json.output (invalid)@@@" | 229 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 205 ] | 230 ] |
| 206 }, | 231 }, |
| 207 { | 232 { |
| 208 "cmd": [ | 233 "cmd": [ |
| 209 "python", | 234 "python", |
| 210 "-u", | 235 "-u", |
| 211 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 236 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 212 "--target", | 237 "--target", |
| 213 "Release", | 238 "Release", |
| 214 "--xvfb", | 239 "--xvfb", |
| 215 "--factory-properties", | 240 "--factory-properties", |
| 216 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 241 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitch
en\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", |
| 217 "--build-properties", | 242 "--build-properties", |
| 218 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 243 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitch
en\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", |
| 219 "--test-type=audio_decoder_unittests", | 244 "--test-type=audio_decoder_unittests", |
| 220 "--step-name=audio_decoder_unittests", | 245 "--step-name=audio_decoder_unittests", |
| 221 "--builder-name=Linux UBSan vptr", | 246 "--builder-name=Linux UBSan vptr", |
| 222 "--slave-name=slavename", | 247 "--slave-name=slavename", |
| 223 "--build-number=1337", | 248 "--build-number=1337", |
| 224 "--run-python-script", | 249 "--run-python-script", |
| 225 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 250 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 226 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 251 "[BUILDER_CACHE]/Linux_UBSan_vptr/src/third_party/gtest-parallel/gtest-par
allel", |
| 227 "[SLAVE_BUILD]/src/out/Release/audio_decoder_unittests", | 252 "[BUILDER_CACHE]/Linux_UBSan_vptr/src/out/Release/audio_decoder_unittests"
, |
| 228 "--" | 253 "--" |
| 229 ], | 254 ], |
| 230 "name": "audio_decoder_unittests" | 255 "name": "audio_decoder_unittests" |
| 231 }, | 256 }, |
| 232 { | 257 { |
| 233 "cmd": [ | 258 "cmd": [ |
| 234 "python", | 259 "python", |
| 235 "-u", | 260 "-u", |
| 236 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 261 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 237 "--target", | 262 "--target", |
| 238 "Release", | 263 "Release", |
| 239 "--xvfb", | 264 "--xvfb", |
| 240 "--factory-properties", | 265 "--factory-properties", |
| 241 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 266 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitch
en\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", |
| 242 "--build-properties", | 267 "--build-properties", |
| 243 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 268 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitch
en\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", |
| 244 "--test-type=common_audio_unittests", | 269 "--test-type=common_audio_unittests", |
| 245 "--step-name=common_audio_unittests", | 270 "--step-name=common_audio_unittests", |
| 246 "--builder-name=Linux UBSan vptr", | 271 "--builder-name=Linux UBSan vptr", |
| 247 "--slave-name=slavename", | 272 "--slave-name=slavename", |
| 248 "--build-number=1337", | 273 "--build-number=1337", |
| 249 "--run-python-script", | 274 "--run-python-script", |
| 250 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 275 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 251 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 276 "[BUILDER_CACHE]/Linux_UBSan_vptr/src/third_party/gtest-parallel/gtest-par
allel", |
| 252 "[SLAVE_BUILD]/src/out/Release/common_audio_unittests", | 277 "[BUILDER_CACHE]/Linux_UBSan_vptr/src/out/Release/common_audio_unittests", |
| 253 "--" | 278 "--" |
| 254 ], | 279 ], |
| 255 "name": "common_audio_unittests" | 280 "name": "common_audio_unittests" |
| 256 }, | 281 }, |
| 257 { | 282 { |
| 258 "cmd": [ | 283 "cmd": [ |
| 259 "python", | 284 "python", |
| 260 "-u", | 285 "-u", |
| 261 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 286 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 262 "--target", | 287 "--target", |
| 263 "Release", | 288 "Release", |
| 264 "--xvfb", | 289 "--xvfb", |
| 265 "--factory-properties", | 290 "--factory-properties", |
| 266 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 291 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitch
en\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", |
| 267 "--build-properties", | 292 "--build-properties", |
| 268 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 293 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitch
en\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", |
| 269 "--test-type=common_video_unittests", | 294 "--test-type=common_video_unittests", |
| 270 "--step-name=common_video_unittests", | 295 "--step-name=common_video_unittests", |
| 271 "--builder-name=Linux UBSan vptr", | 296 "--builder-name=Linux UBSan vptr", |
| 272 "--slave-name=slavename", | 297 "--slave-name=slavename", |
| 273 "--build-number=1337", | 298 "--build-number=1337", |
| 274 "--run-python-script", | 299 "--run-python-script", |
| 275 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 300 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 276 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 301 "[BUILDER_CACHE]/Linux_UBSan_vptr/src/third_party/gtest-parallel/gtest-par
allel", |
| 277 "[SLAVE_BUILD]/src/out/Release/common_video_unittests", | 302 "[BUILDER_CACHE]/Linux_UBSan_vptr/src/out/Release/common_video_unittests", |
| 278 "--" | 303 "--" |
| 279 ], | 304 ], |
| 280 "name": "common_video_unittests" | 305 "name": "common_video_unittests" |
| 281 }, | 306 }, |
| 282 { | 307 { |
| 283 "cmd": [ | 308 "cmd": [ |
| 284 "python", | 309 "python", |
| 285 "-u", | 310 "-u", |
| 286 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 311 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 287 "--target", | 312 "--target", |
| 288 "Release", | 313 "Release", |
| 289 "--xvfb", | 314 "--xvfb", |
| 290 "--factory-properties", | 315 "--factory-properties", |
| 291 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 316 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitch
en\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", |
| 292 "--build-properties", | 317 "--build-properties", |
| 293 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 318 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitch
en\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", |
| 294 "--test-type=modules_tests", | 319 "--test-type=modules_tests", |
| 295 "--step-name=modules_tests", | 320 "--step-name=modules_tests", |
| 296 "--builder-name=Linux UBSan vptr", | 321 "--builder-name=Linux UBSan vptr", |
| 297 "--slave-name=slavename", | 322 "--slave-name=slavename", |
| 298 "--build-number=1337", | 323 "--build-number=1337", |
| 299 "--run-python-script", | 324 "--run-python-script", |
| 300 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 325 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 301 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 326 "[BUILDER_CACHE]/Linux_UBSan_vptr/src/third_party/gtest-parallel/gtest-par
allel", |
| 302 "[SLAVE_BUILD]/src/out/Release/modules_tests", | 327 "[BUILDER_CACHE]/Linux_UBSan_vptr/src/out/Release/modules_tests", |
| 303 "--" | 328 "--" |
| 304 ], | 329 ], |
| 305 "name": "modules_tests" | 330 "name": "modules_tests" |
| 306 }, | 331 }, |
| 307 { | 332 { |
| 308 "cmd": [ | 333 "cmd": [ |
| 309 "python", | 334 "python", |
| 310 "-u", | 335 "-u", |
| 311 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 336 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 312 "--target", | 337 "--target", |
| 313 "Release", | 338 "Release", |
| 314 "--xvfb", | 339 "--xvfb", |
| 315 "--factory-properties", | 340 "--factory-properties", |
| 316 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 341 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitch
en\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", |
| 317 "--build-properties", | 342 "--build-properties", |
| 318 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 343 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitch
en\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", |
| 319 "--test-type=modules_unittests", | 344 "--test-type=modules_unittests", |
| 320 "--step-name=modules_unittests", | 345 "--step-name=modules_unittests", |
| 321 "--builder-name=Linux UBSan vptr", | 346 "--builder-name=Linux UBSan vptr", |
| 322 "--slave-name=slavename", | 347 "--slave-name=slavename", |
| 323 "--build-number=1337", | 348 "--build-number=1337", |
| 324 "--run-python-script", | 349 "--run-python-script", |
| 325 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 350 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 326 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 351 "[BUILDER_CACHE]/Linux_UBSan_vptr/src/third_party/gtest-parallel/gtest-par
allel", |
| 327 "[SLAVE_BUILD]/src/out/Release/modules_unittests", | 352 "[BUILDER_CACHE]/Linux_UBSan_vptr/src/out/Release/modules_unittests", |
| 328 "--" | 353 "--" |
| 329 ], | 354 ], |
| 330 "name": "modules_unittests" | 355 "name": "modules_unittests" |
| 331 }, | 356 }, |
| 332 { | 357 { |
| 333 "cmd": [ | 358 "cmd": [ |
| 334 "python", | 359 "python", |
| 335 "-u", | 360 "-u", |
| 336 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 361 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 337 "--target", | 362 "--target", |
| 338 "Release", | 363 "Release", |
| 339 "--xvfb", | 364 "--xvfb", |
| 340 "--factory-properties", | 365 "--factory-properties", |
| 341 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 366 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitch
en\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", |
| 342 "--build-properties", | 367 "--build-properties", |
| 343 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 368 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitch
en\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", |
| 344 "--test-type=peerconnection_unittests", | 369 "--test-type=peerconnection_unittests", |
| 345 "--step-name=peerconnection_unittests", | 370 "--step-name=peerconnection_unittests", |
| 346 "--builder-name=Linux UBSan vptr", | 371 "--builder-name=Linux UBSan vptr", |
| 347 "--slave-name=slavename", | 372 "--slave-name=slavename", |
| 348 "--build-number=1337", | 373 "--build-number=1337", |
| 349 "--run-python-script", | 374 "--run-python-script", |
| 350 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 375 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 351 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 376 "[BUILDER_CACHE]/Linux_UBSan_vptr/src/third_party/gtest-parallel/gtest-par
allel", |
| 352 "[SLAVE_BUILD]/src/out/Release/peerconnection_unittests", | 377 "[BUILDER_CACHE]/Linux_UBSan_vptr/src/out/Release/peerconnection_unittests
", |
| 353 "--" | 378 "--" |
| 354 ], | 379 ], |
| 355 "name": "peerconnection_unittests" | 380 "name": "peerconnection_unittests" |
| 356 }, | 381 }, |
| 357 { | 382 { |
| 358 "cmd": [ | 383 "cmd": [ |
| 359 "python", | 384 "python", |
| 360 "-u", | 385 "-u", |
| 361 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 386 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 362 "--target", | 387 "--target", |
| 363 "Release", | 388 "Release", |
| 364 "--xvfb", | 389 "--xvfb", |
| 365 "--factory-properties", | 390 "--factory-properties", |
| 366 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 391 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitch
en\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", |
| 367 "--build-properties", | 392 "--build-properties", |
| 368 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 393 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitch
en\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", |
| 369 "--test-type=rtc_media_unittests", | 394 "--test-type=rtc_media_unittests", |
| 370 "--step-name=rtc_media_unittests", | 395 "--step-name=rtc_media_unittests", |
| 371 "--builder-name=Linux UBSan vptr", | 396 "--builder-name=Linux UBSan vptr", |
| 372 "--slave-name=slavename", | 397 "--slave-name=slavename", |
| 373 "--build-number=1337", | 398 "--build-number=1337", |
| 374 "--run-python-script", | 399 "--run-python-script", |
| 375 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 400 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 376 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 401 "[BUILDER_CACHE]/Linux_UBSan_vptr/src/third_party/gtest-parallel/gtest-par
allel", |
| 377 "[SLAVE_BUILD]/src/out/Release/rtc_media_unittests", | 402 "[BUILDER_CACHE]/Linux_UBSan_vptr/src/out/Release/rtc_media_unittests", |
| 378 "--" | 403 "--" |
| 379 ], | 404 ], |
| 380 "name": "rtc_media_unittests" | 405 "name": "rtc_media_unittests" |
| 381 }, | 406 }, |
| 382 { | 407 { |
| 383 "cmd": [ | 408 "cmd": [ |
| 384 "python", | 409 "python", |
| 385 "-u", | 410 "-u", |
| 386 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 411 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 387 "--target", | 412 "--target", |
| 388 "Release", | 413 "Release", |
| 389 "--xvfb", | 414 "--xvfb", |
| 390 "--factory-properties", | 415 "--factory-properties", |
| 391 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 416 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitch
en\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", |
| 392 "--build-properties", | 417 "--build-properties", |
| 393 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 418 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitch
en\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", |
| 394 "--test-type=rtc_pc_unittests", | 419 "--test-type=rtc_pc_unittests", |
| 395 "--step-name=rtc_pc_unittests", | 420 "--step-name=rtc_pc_unittests", |
| 396 "--builder-name=Linux UBSan vptr", | 421 "--builder-name=Linux UBSan vptr", |
| 397 "--slave-name=slavename", | 422 "--slave-name=slavename", |
| 398 "--build-number=1337", | 423 "--build-number=1337", |
| 399 "--run-python-script", | 424 "--run-python-script", |
| 400 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 425 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 401 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 426 "[BUILDER_CACHE]/Linux_UBSan_vptr/src/third_party/gtest-parallel/gtest-par
allel", |
| 402 "[SLAVE_BUILD]/src/out/Release/rtc_pc_unittests", | 427 "[BUILDER_CACHE]/Linux_UBSan_vptr/src/out/Release/rtc_pc_unittests", |
| 403 "--" | 428 "--" |
| 404 ], | 429 ], |
| 405 "name": "rtc_pc_unittests" | 430 "name": "rtc_pc_unittests" |
| 406 }, | 431 }, |
| 407 { | 432 { |
| 408 "cmd": [ | 433 "cmd": [ |
| 409 "python", | 434 "python", |
| 410 "-u", | 435 "-u", |
| 411 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 436 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 412 "--target", | 437 "--target", |
| 413 "Release", | 438 "Release", |
| 414 "--xvfb", | 439 "--xvfb", |
| 415 "--factory-properties", | 440 "--factory-properties", |
| 416 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 441 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitch
en\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", |
| 417 "--build-properties", | 442 "--build-properties", |
| 418 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 443 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitch
en\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", |
| 419 "--test-type=rtc_unittests", | 444 "--test-type=rtc_unittests", |
| 420 "--step-name=rtc_unittests", | 445 "--step-name=rtc_unittests", |
| 421 "--builder-name=Linux UBSan vptr", | 446 "--builder-name=Linux UBSan vptr", |
| 422 "--slave-name=slavename", | 447 "--slave-name=slavename", |
| 423 "--build-number=1337", | 448 "--build-number=1337", |
| 424 "--run-python-script", | 449 "--run-python-script", |
| 425 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 450 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 426 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 451 "[BUILDER_CACHE]/Linux_UBSan_vptr/src/third_party/gtest-parallel/gtest-par
allel", |
| 427 "[SLAVE_BUILD]/src/out/Release/rtc_unittests", | 452 "[BUILDER_CACHE]/Linux_UBSan_vptr/src/out/Release/rtc_unittests", |
| 428 "--" | 453 "--" |
| 429 ], | 454 ], |
| 430 "name": "rtc_unittests" | 455 "name": "rtc_unittests" |
| 431 }, | 456 }, |
| 432 { | 457 { |
| 433 "cmd": [ | 458 "cmd": [ |
| 434 "python", | 459 "python", |
| 435 "-u", | 460 "-u", |
| 436 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 461 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 437 "--target", | 462 "--target", |
| 438 "Release", | 463 "Release", |
| 439 "--xvfb", | 464 "--xvfb", |
| 440 "--factory-properties", | 465 "--factory-properties", |
| 441 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 466 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitch
en\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", |
| 442 "--build-properties", | 467 "--build-properties", |
| 443 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 468 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitch
en\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", |
| 444 "--test-type=system_wrappers_unittests", | 469 "--test-type=system_wrappers_unittests", |
| 445 "--step-name=system_wrappers_unittests", | 470 "--step-name=system_wrappers_unittests", |
| 446 "--builder-name=Linux UBSan vptr", | 471 "--builder-name=Linux UBSan vptr", |
| 447 "--slave-name=slavename", | 472 "--slave-name=slavename", |
| 448 "--build-number=1337", | 473 "--build-number=1337", |
| 449 "--run-python-script", | 474 "--run-python-script", |
| 450 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 475 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 451 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 476 "[BUILDER_CACHE]/Linux_UBSan_vptr/src/third_party/gtest-parallel/gtest-par
allel", |
| 452 "[SLAVE_BUILD]/src/out/Release/system_wrappers_unittests", | 477 "[BUILDER_CACHE]/Linux_UBSan_vptr/src/out/Release/system_wrappers_unittest
s", |
| 453 "--" | 478 "--" |
| 454 ], | 479 ], |
| 455 "name": "system_wrappers_unittests" | 480 "name": "system_wrappers_unittests" |
| 456 }, | 481 }, |
| 457 { | 482 { |
| 458 "cmd": [ | 483 "cmd": [ |
| 459 "python", | 484 "python", |
| 460 "-u", | 485 "-u", |
| 461 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 486 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 462 "--target", | 487 "--target", |
| 463 "Release", | 488 "Release", |
| 464 "--xvfb", | 489 "--xvfb", |
| 465 "--factory-properties", | 490 "--factory-properties", |
| 466 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 491 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitch
en\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", |
| 467 "--build-properties", | 492 "--build-properties", |
| 468 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 493 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitch
en\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", |
| 469 "--test-type=test_support_unittests", | 494 "--test-type=test_support_unittests", |
| 470 "--step-name=test_support_unittests", | 495 "--step-name=test_support_unittests", |
| 471 "--builder-name=Linux UBSan vptr", | 496 "--builder-name=Linux UBSan vptr", |
| 472 "--slave-name=slavename", | 497 "--slave-name=slavename", |
| 473 "--build-number=1337", | 498 "--build-number=1337", |
| 474 "--run-python-script", | 499 "--run-python-script", |
| 475 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 500 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 476 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 501 "[BUILDER_CACHE]/Linux_UBSan_vptr/src/third_party/gtest-parallel/gtest-par
allel", |
| 477 "[SLAVE_BUILD]/src/out/Release/test_support_unittests", | 502 "[BUILDER_CACHE]/Linux_UBSan_vptr/src/out/Release/test_support_unittests", |
| 478 "--" | 503 "--" |
| 479 ], | 504 ], |
| 480 "name": "test_support_unittests" | 505 "name": "test_support_unittests" |
| 481 }, | 506 }, |
| 482 { | 507 { |
| 483 "cmd": [ | 508 "cmd": [ |
| 484 "python", | 509 "python", |
| 485 "-u", | 510 "-u", |
| 486 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 511 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 487 "--target", | 512 "--target", |
| 488 "Release", | 513 "Release", |
| 489 "--xvfb", | 514 "--xvfb", |
| 490 "--factory-properties", | 515 "--factory-properties", |
| 491 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 516 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitch
en\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", |
| 492 "--build-properties", | 517 "--build-properties", |
| 493 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 518 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitch
en\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", |
| 494 "--test-type=tools_unittests", | 519 "--test-type=tools_unittests", |
| 495 "--step-name=tools_unittests", | 520 "--step-name=tools_unittests", |
| 496 "--builder-name=Linux UBSan vptr", | 521 "--builder-name=Linux UBSan vptr", |
| 497 "--slave-name=slavename", | 522 "--slave-name=slavename", |
| 498 "--build-number=1337", | 523 "--build-number=1337", |
| 499 "--run-python-script", | 524 "--run-python-script", |
| 500 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 525 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 501 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 526 "[BUILDER_CACHE]/Linux_UBSan_vptr/src/third_party/gtest-parallel/gtest-par
allel", |
| 502 "[SLAVE_BUILD]/src/out/Release/tools_unittests", | 527 "[BUILDER_CACHE]/Linux_UBSan_vptr/src/out/Release/tools_unittests", |
| 503 "--" | 528 "--" |
| 504 ], | 529 ], |
| 505 "name": "tools_unittests" | 530 "name": "tools_unittests" |
| 506 }, | 531 }, |
| 507 { | 532 { |
| 508 "cmd": [ | 533 "cmd": [ |
| 509 "python", | 534 "python", |
| 510 "-u", | 535 "-u", |
| 511 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 536 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 512 "--target", | 537 "--target", |
| 513 "Release", | 538 "Release", |
| 514 "--xvfb", | 539 "--xvfb", |
| 515 "--factory-properties", | 540 "--factory-properties", |
| 516 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 541 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitch
en\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", |
| 517 "--build-properties", | 542 "--build-properties", |
| 518 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 543 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitch
en\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", |
| 519 "--test-type=video_engine_tests", | 544 "--test-type=video_engine_tests", |
| 520 "--step-name=video_engine_tests", | 545 "--step-name=video_engine_tests", |
| 521 "--builder-name=Linux UBSan vptr", | 546 "--builder-name=Linux UBSan vptr", |
| 522 "--slave-name=slavename", | 547 "--slave-name=slavename", |
| 523 "--build-number=1337", | 548 "--build-number=1337", |
| 524 "--run-python-script", | 549 "--run-python-script", |
| 525 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 550 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 526 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 551 "[BUILDER_CACHE]/Linux_UBSan_vptr/src/third_party/gtest-parallel/gtest-par
allel", |
| 527 "[SLAVE_BUILD]/src/out/Release/video_engine_tests", | 552 "[BUILDER_CACHE]/Linux_UBSan_vptr/src/out/Release/video_engine_tests", |
| 528 "--" | 553 "--" |
| 529 ], | 554 ], |
| 530 "name": "video_engine_tests" | 555 "name": "video_engine_tests" |
| 531 }, | 556 }, |
| 532 { | 557 { |
| 533 "cmd": [ | 558 "cmd": [ |
| 534 "python", | 559 "python", |
| 535 "-u", | 560 "-u", |
| 536 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 561 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 537 "--target", | 562 "--target", |
| 538 "Release", | 563 "Release", |
| 539 "--xvfb", | 564 "--xvfb", |
| 540 "--factory-properties", | 565 "--factory-properties", |
| 541 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 566 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitch
en\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", |
| 542 "--build-properties", | 567 "--build-properties", |
| 543 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 568 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitch
en\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", |
| 544 "--test-type=voice_engine_unittests", | 569 "--test-type=voice_engine_unittests", |
| 545 "--step-name=voice_engine_unittests", | 570 "--step-name=voice_engine_unittests", |
| 546 "--builder-name=Linux UBSan vptr", | 571 "--builder-name=Linux UBSan vptr", |
| 547 "--slave-name=slavename", | 572 "--slave-name=slavename", |
| 548 "--build-number=1337", | 573 "--build-number=1337", |
| 549 "--run-python-script", | 574 "--run-python-script", |
| 550 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 575 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 551 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 576 "[BUILDER_CACHE]/Linux_UBSan_vptr/src/third_party/gtest-parallel/gtest-par
allel", |
| 552 "[SLAVE_BUILD]/src/out/Release/voice_engine_unittests", | 577 "[BUILDER_CACHE]/Linux_UBSan_vptr/src/out/Release/voice_engine_unittests", |
| 553 "--" | 578 "--" |
| 554 ], | 579 ], |
| 555 "name": "voice_engine_unittests" | 580 "name": "voice_engine_unittests" |
| 556 }, | 581 }, |
| 557 { | 582 { |
| 558 "cmd": [ | 583 "cmd": [ |
| 559 "python", | 584 "python", |
| 560 "-u", | 585 "-u", |
| 561 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 586 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 562 "--target", | 587 "--target", |
| 563 "Release", | 588 "Release", |
| 564 "--xvfb", | 589 "--xvfb", |
| 565 "--factory-properties", | 590 "--factory-properties", |
| 566 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 591 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitch
en\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", |
| 567 "--build-properties", | 592 "--build-properties", |
| 568 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 593 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitch
en\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", |
| 569 "--test-type=xmllite_xmpp_unittests", | 594 "--test-type=xmllite_xmpp_unittests", |
| 570 "--step-name=xmllite_xmpp_unittests", | 595 "--step-name=xmllite_xmpp_unittests", |
| 571 "--builder-name=Linux UBSan vptr", | 596 "--builder-name=Linux UBSan vptr", |
| 572 "--slave-name=slavename", | 597 "--slave-name=slavename", |
| 573 "--build-number=1337", | 598 "--build-number=1337", |
| 574 "--run-python-script", | 599 "--run-python-script", |
| 575 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 600 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 576 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 601 "[BUILDER_CACHE]/Linux_UBSan_vptr/src/third_party/gtest-parallel/gtest-par
allel", |
| 577 "[SLAVE_BUILD]/src/out/Release/xmllite_xmpp_unittests", | 602 "[BUILDER_CACHE]/Linux_UBSan_vptr/src/out/Release/xmllite_xmpp_unittests", |
| 578 "--" | 603 "--" |
| 579 ], | 604 ], |
| 580 "name": "xmllite_xmpp_unittests" | 605 "name": "xmllite_xmpp_unittests" |
| 581 }, | 606 }, |
| 582 { | 607 { |
| 583 "allow_subannotations": true, | 608 "allow_subannotations": true, |
| 584 "cmd": [ | 609 "cmd": [ |
| 585 "python", | 610 "python", |
| 586 "-u", | 611 "-u", |
| 587 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 612 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 588 "--target", | 613 "--target", |
| 589 "Release", | 614 "Release", |
| 590 "--xvfb", | 615 "--xvfb", |
| 591 "--factory-properties", | 616 "--factory-properties", |
| 592 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 617 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitch
en\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", |
| 593 "--build-properties", | 618 "--build-properties", |
| 594 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 619 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitch
en\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", |
| 595 "--annotate=gtest", | 620 "--annotate=gtest", |
| 596 "--test-type=webrtc_nonparallel_tests", | 621 "--test-type=webrtc_nonparallel_tests", |
| 597 "--step-name=webrtc_nonparallel_tests", | 622 "--step-name=webrtc_nonparallel_tests", |
| 598 "--generate-json-file", | 623 "--generate-json-file", |
| 599 "-o", | 624 "-o", |
| 600 "gtest-results/webrtc_nonparallel_tests", | 625 "gtest-results/webrtc_nonparallel_tests", |
| 601 "--builder-name=Linux UBSan vptr", | 626 "--builder-name=Linux UBSan vptr", |
| 602 "--slave-name=slavename", | 627 "--slave-name=slavename", |
| 603 "--build-number=1337", | 628 "--build-number=1337", |
| 604 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 629 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 605 "webrtc_nonparallel_tests" | 630 "webrtc_nonparallel_tests" |
| 606 ], | 631 ], |
| 607 "name": "webrtc_nonparallel_tests" | 632 "name": "webrtc_nonparallel_tests" |
| 608 }, | 633 }, |
| 609 { | 634 { |
| 610 "name": "$result", | 635 "name": "$result", |
| 611 "recipe_result": null, | 636 "recipe_result": null, |
| 612 "status_code": 0 | 637 "status_code": 0 |
| 613 } | 638 } |
| 614 ] | 639 ] |
| OLD | NEW |