| 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", | 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", | 7 "[BUILDER_CACHE]/linux32_rel", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| 11 "~followup_annotations": [ | 11 "~followup_annotations": [ |
| 12 "@@@STEP_LOG_LINE@python.inline@@@@", | 12 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(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@@@", | 18 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 19 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 19 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 20 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 20 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 21 "@@@STEP_LOG_END@python.inline@@@" | 21 "@@@STEP_LOG_END@python.inline@@@" |
| 22 ] | 22 ] |
| 23 }, | 23 }, |
| 24 { | 24 { |
| 25 "cmd": [ | 25 "cmd": [ |
| 26 "python", | 26 "python", |
| 27 "-u", | 27 "-u", |
| 28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 29 "--master", | 29 "--master", |
| 30 "tryserver.webrtc", | 30 "tryserver.webrtc", |
| 31 "--builder", | 31 "--builder", |
| 32 "linux_ubsan", | 32 "linux32_rel", |
| 33 "--slave", | 33 "--slave", |
| 34 "slavename", | 34 "slavename", |
| 35 "--spec", | 35 "--spec", |
| 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'}]", | 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'}]", |
| 37 "--root", | 37 "--root", |
| 38 "src", | 38 "src", |
| 39 "--revision_mapping_file", | 39 "--revision_mapping_file", |
| 40 "{\"src\": \"got_revision\"}", | 40 "{\"src\": \"got_revision\"}", |
| 41 "--git-cache-dir", | 41 "--git-cache-dir", |
| 42 "[GIT_CACHE]", | 42 "[GIT_CACHE]", |
| 43 "--issue", | 43 "--issue", |
| 44 "666666", | 44 "666666", |
| 45 "--patchset", | 45 "--patchset", |
| 46 "1", | 46 "1", |
| 47 "--rietveld_server", | 47 "--rietveld_server", |
| 48 "https://fake.rietveld.url", | 48 "https://fake.rietveld.url", |
| 49 "--output_json", | 49 "--output_json", |
| 50 "/path/to/tmp/json", | 50 "/path/to/tmp/json", |
| 51 "--revision", | 51 "--revision", |
| 52 "src@12345", | 52 "src@12345", |
| 53 "--output_manifest" | 53 "--output_manifest" |
| 54 ], | 54 ], |
| 55 "cwd": "[BUILDER_CACHE]/linux_ubsan", | 55 "cwd": "[BUILDER_CACHE]/linux32_rel", |
| 56 "env": { | 56 "env": { |
| 57 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 57 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 58 }, | 58 }, |
| 59 "name": "bot_update", | 59 "name": "bot_update", |
| 60 "~followup_annotations": [ | 60 "~followup_annotations": [ |
| 61 "@@@STEP_TEXT@Some step text@@@", | 61 "@@@STEP_TEXT@Some step text@@@", |
| 62 "@@@STEP_LOG_LINE@json.output@{@@@", | 62 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 63 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 63 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 64 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 64 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 65 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", | 65 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 82 "@@@STEP_LOG_END@json.output@@@", | 82 "@@@STEP_LOG_END@json.output@@@", |
| 83 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | 83 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", |
| 84 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 84 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 85 ] | 85 ] |
| 86 }, | 86 }, |
| 87 { | 87 { |
| 88 "cmd": [ | 88 "cmd": [ |
| 89 "python", | 89 "python", |
| 90 "-u", | 90 "-u", |
| 91 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", | 91 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", |
| 92 "[BUILDER_CACHE]/linux_ubsan/src/out" | 92 "[BUILDER_CACHE]/linux32_rel/src/out" |
| 93 ], | 93 ], |
| 94 "name": "clean test output files" | 94 "name": "clean test output files" |
| 95 }, | 95 }, |
| 96 { | 96 { |
| 97 "cmd": [ | 97 "cmd": [ |
| 98 "python", | 98 "python", |
| 99 "-u", | 99 "-u", |
| 100 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 100 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 101 "--show-path", | 101 "--show-path", |
| 102 "python", | 102 "python", |
| 103 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 103 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 104 ], | 104 ], |
| 105 "name": "cleanup_temp" | 105 "name": "cleanup_temp" |
| 106 }, | 106 }, |
| 107 { | 107 { |
| 108 "cmd": [], | 108 "cmd": [], |
| 109 "name": "ensure_goma" | 109 "name": "ensure_goma" |
| 110 }, | 110 }, |
| 111 { | 111 { |
| 112 "cmd": [ | 112 "cmd": [ |
| 113 "python", | 113 "python", |
| 114 "-u", | 114 "-u", |
| 115 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", | 115 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 116 "--platform", | 116 "--platform", |
| 117 "linux-amd64", | 117 "linux-386", |
| 118 "--dest-directory", | 118 "--dest-directory", |
| 119 "[SLAVE_BUILD]/cipd", | 119 "[SLAVE_BUILD]/cipd", |
| 120 "--json-output", | 120 "--json-output", |
| 121 "/path/to/tmp/json" | 121 "/path/to/tmp/json" |
| 122 ], | 122 ], |
| 123 "name": "ensure_goma.install cipd", | 123 "name": "ensure_goma.install cipd", |
| 124 "~followup_annotations": [ | 124 "~followup_annotations": [ |
| 125 "@@@STEP_NEST_LEVEL@1@@@", | 125 "@@@STEP_NEST_LEVEL@1@@@", |
| 126 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 126 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 127 "@@@STEP_LOG_LINE@json.output@{@@@", | 127 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 128 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", | 128 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", |
| 129 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 129 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 130 "@@@STEP_LOG_LINE@json.output@}@@@", | 130 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 131 "@@@STEP_LOG_END@json.output@@@" | 131 "@@@STEP_LOG_END@json.output@@@" |
| 132 ] | 132 ] |
| 133 }, | 133 }, |
| 134 { | 134 { |
| 135 "cmd": [ | 135 "cmd": [ |
| 136 "[SLAVE_BUILD]/cipd/cipd", | 136 "[SLAVE_BUILD]/cipd/cipd", |
| 137 "ensure", | 137 "ensure", |
| 138 "--root", | 138 "--root", |
| 139 "[CACHE]/cipd/goma", | 139 "[CACHE]/cipd/goma", |
| 140 "--list", | 140 "--list", |
| 141 "infra/tools/cloudtail/linux-amd64 goma_recipe_module\ninfra_internal/goma
/client/linux-amd64 release", | 141 "infra/tools/cloudtail/linux-386 goma_recipe_module\ninfra_internal/goma/c
lient/linux-386 release", |
| 142 "--json-output", | 142 "--json-output", |
| 143 "/path/to/tmp/json", | 143 "/path/to/tmp/json", |
| 144 "--service-account-json", | 144 "--service-account-json", |
| 145 "/creds/service_accounts/service-account-goma-client.json" | 145 "/creds/service_accounts/service-account-goma-client.json" |
| 146 ], | 146 ], |
| 147 "name": "ensure_goma.ensure_installed", | 147 "name": "ensure_goma.ensure_installed", |
| 148 "~followup_annotations": [ | 148 "~followup_annotations": [ |
| 149 "@@@STEP_NEST_LEVEL@1@@@", | 149 "@@@STEP_NEST_LEVEL@1@@@", |
| 150 "@@@STEP_LOG_LINE@json.output@{@@@", | 150 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 151 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 151 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 152 "@@@STEP_LOG_LINE@json.output@ {@@@", | 152 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 153 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-goma_recipe_modu\", @@@", | 153 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-goma_recipe_modu\", @@@", |
| 154 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/cloudtail/l
inux-amd64\"@@@", | 154 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/cloudtail/l
inux-386\"@@@", |
| 155 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 155 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 156 "@@@STEP_LOG_LINE@json.output@ {@@@", | 156 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 157 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 157 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 158 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", | 158 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-386\"@@@", |
| 159 "@@@STEP_LOG_LINE@json.output@ }@@@", | 159 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 160 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 160 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 161 "@@@STEP_LOG_LINE@json.output@}@@@", | 161 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 162 "@@@STEP_LOG_END@json.output@@@" | 162 "@@@STEP_LOG_END@json.output@@@" |
| 163 ] | 163 ] |
| 164 }, | 164 }, |
| 165 { | 165 { |
| 166 "cmd": [ | 166 "cmd": [ |
| 167 "python", | 167 "python", |
| 168 "-u", | 168 "-u", |
| 169 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 169 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 170 "runhooks" | 170 "runhooks" |
| 171 ], | 171 ], |
| 172 "cwd": "[BUILDER_CACHE]/linux_ubsan/src", | 172 "cwd": "[BUILDER_CACHE]/linux32_rel/src", |
| 173 "env": { | 173 "env": { |
| 174 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 174 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 175 "GYP_CHROMIUM_NO_ACTION": "1", | 175 "GYP_CHROMIUM_NO_ACTION": "1", |
| 176 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu
ild=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' release_extra_cflags=-f
no-sanitize-recover=undefined rtc_use_h264=1 target_arch=x64 ubsan=1 use_goma=1"
, | 176 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 ff
mpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_arch=ia32
use_goma=1", |
| 177 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 177 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 178 }, | 178 }, |
| 179 "name": "gclient runhooks" | 179 "name": "gclient runhooks" |
| 180 }, | 180 }, |
| 181 { | 181 { |
| 182 "cmd": [ | 182 "cmd": [ |
| 183 "python", | 183 "python", |
| 184 "-u", | 184 "-u", |
| 185 "[BUILDER_CACHE]/linux_ubsan/src/tools/mb/mb.py", | 185 "[BUILDER_CACHE]/linux32_rel/src/tools/mb/mb.py", |
| 186 "gen", | 186 "gen", |
| 187 "-m", | 187 "-m", |
| 188 "tryserver.webrtc", | 188 "tryserver.webrtc", |
| 189 "-b", | 189 "-b", |
| 190 "linux_ubsan", | 190 "linux32_rel", |
| 191 "--config-file", | 191 "--config-file", |
| 192 "[BUILDER_CACHE]/linux_ubsan/src/webrtc/build/mb_config.pyl", | 192 "[BUILDER_CACHE]/linux32_rel/src/webrtc/build/mb_config.pyl", |
| 193 "--goma-dir", | 193 "--goma-dir", |
| 194 "[CACHE]/cipd/goma", | 194 "[CACHE]/cipd/goma", |
| 195 "--gyp-script=[BUILDER_CACHE]/linux_ubsan/src/webrtc/build/gyp_webrtc.py", | 195 "--gyp-script=[BUILDER_CACHE]/linux32_rel/src/webrtc/build/gyp_webrtc.py", |
| 196 "//out/Release" | 196 "//out/Release" |
| 197 ], | 197 ], |
| 198 "cwd": "[BUILDER_CACHE]/linux_ubsan/src", | 198 "cwd": "[BUILDER_CACHE]/linux32_rel/src", |
| 199 "env": { | 199 "env": { |
| 200 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 200 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 201 }, | 201 }, |
| 202 "name": "generate_build_files" | 202 "name": "generate_build_files" |
| 203 }, | 203 }, |
| 204 { | 204 { |
| 205 "allow_subannotations": true, | |
| 206 "cmd": [ | 205 "cmd": [ |
| 207 "python", | 206 "python", |
| 208 "-u", | 207 "-u", |
| 209 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | |
| 210 "--src-dir", | |
| 211 "[BUILDER_CACHE]/linux_ubsan/src", | |
| 212 "--output-json", | |
| 213 "/path/to/tmp/json" | |
| 214 ], | |
| 215 "env": { | |
| 216 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | |
| 217 }, | |
| 218 "name": "clang_revision", | |
| 219 "~followup_annotations": [ | |
| 220 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 221 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | |
| 222 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 223 "@@@STEP_LOG_END@json.output@@@" | |
| 224 ] | |
| 225 }, | |
| 226 { | |
| 227 "cmd": [ | |
| 228 "python", | |
| 229 "-u", | |
| 230 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 208 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 231 "--show-path", | 209 "--show-path", |
| 232 "python", | 210 "python", |
| 233 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 211 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 234 "--gsutil-py-path", | 212 "--gsutil-py-path", |
| 235 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 213 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 236 "--ninja-path", | 214 "--ninja-path", |
| 237 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 215 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 238 "--target", | 216 "--target", |
| 239 "Release", | 217 "Release", |
| 240 "--src-dir", | 218 "--src-dir", |
| 241 "[BUILDER_CACHE]/linux_ubsan/src", | 219 "[BUILDER_CACHE]/linux32_rel/src", |
| 242 "--goma-cache-dir", | 220 "--goma-cache-dir", |
| 243 "[GOMA_CACHE]", | 221 "[GOMA_CACHE]", |
| 244 "--buildbot-buildername", | 222 "--buildbot-buildername", |
| 245 "linux_ubsan", | 223 "linux32_rel", |
| 246 "--buildbot-mastername", | 224 "--buildbot-mastername", |
| 247 "tryserver.webrtc", | 225 "tryserver.webrtc", |
| 248 "--buildbot-slavename", | 226 "--buildbot-slavename", |
| 249 "slavename", | 227 "slavename", |
| 250 "--goma-deps-cache-dir", | 228 "--goma-deps-cache-dir", |
| 251 "[GOMA_DEPS_CACHE]", | 229 "[GOMA_DEPS_CACHE]", |
| 252 "--compiler", | 230 "--compiler", |
| 253 "goma-clang", | 231 "goma", |
| 254 "--goma-jsonstatus", | 232 "--goma-jsonstatus", |
| 255 "/path/to/tmp/json", | 233 "/path/to/tmp/json", |
| 256 "--goma-service-account-json-file", | 234 "--goma-service-account-json-file", |
| 257 "/creds/service_accounts/service-account-goma-client.json", | 235 "/creds/service_accounts/service-account-goma-client.json", |
| 258 "--goma-dir", | 236 "--goma-dir", |
| 259 "[CACHE]/cipd/goma", | 237 "[CACHE]/cipd/goma", |
| 260 "--goma-fail-fast", | 238 "--goma-fail-fast", |
| 261 "--goma-disable-local-fallback", | 239 "--goma-disable-local-fallback", |
| 262 "--" | 240 "--" |
| 263 ], | 241 ], |
| 264 "env": { | 242 "env": { |
| 265 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 243 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 266 }, | 244 }, |
| 267 "name": "compile", | 245 "name": "compile", |
| 268 "~followup_annotations": [ | 246 "~followup_annotations": [ |
| 269 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 247 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 270 "@@@STEP_LOG_END@json.output (invalid)@@@" | 248 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 271 ] | 249 ] |
| 272 }, | 250 }, |
| 273 { | 251 { |
| 274 "cmd": [ | 252 "cmd": [ |
| 275 "python", | 253 "python", |
| 276 "-u", | 254 "-u", |
| 277 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 255 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 278 "--target", | 256 "--target", |
| 279 "Release", | 257 "Release", |
| 280 "--xvfb", | 258 "--xvfb", |
| 281 "--factory-properties", | 259 "--factory-properties", |
| 282 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_ubsan\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", | 260 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux32_rel\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", |
| 283 "--build-properties", | 261 "--build-properties", |
| 284 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_ubsan\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", | 262 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux32_rel\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", |
| 285 "--test-type=audio_decoder_unittests", | 263 "--test-type=audio_decoder_unittests", |
| 286 "--step-name=audio_decoder_unittests", | 264 "--step-name=audio_decoder_unittests", |
| 287 "--builder-name=linux_ubsan", | 265 "--builder-name=linux32_rel", |
| 288 "--slave-name=slavename", | 266 "--slave-name=slavename", |
| 289 "--build-number=1337", | 267 "--build-number=1337", |
| 290 "--run-python-script", | 268 "--run-python-script", |
| 291 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 269 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 292 "[BUILDER_CACHE]/linux_ubsan/src/third_party/gtest-parallel/gtest-parallel
", | 270 "[BUILDER_CACHE]/linux32_rel/src/third_party/gtest-parallel/gtest-parallel
", |
| 293 "[BUILDER_CACHE]/linux_ubsan/src/out/Release/audio_decoder_unittests", | 271 "[BUILDER_CACHE]/linux32_rel/src/out/Release/audio_decoder_unittests", |
| 294 "--" | 272 "--" |
| 295 ], | 273 ], |
| 296 "cwd": "[BUILDER_CACHE]/linux_ubsan", | 274 "cwd": "[BUILDER_CACHE]/linux32_rel", |
| 297 "name": "audio_decoder_unittests" | 275 "name": "audio_decoder_unittests" |
| 298 }, | 276 }, |
| 299 { | 277 { |
| 300 "cmd": [ | 278 "cmd": [ |
| 301 "python", | 279 "python", |
| 302 "-u", | 280 "-u", |
| 303 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 281 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 304 "--target", | 282 "--target", |
| 305 "Release", | 283 "Release", |
| 306 "--xvfb", | 284 "--xvfb", |
| 307 "--factory-properties", | 285 "--factory-properties", |
| 308 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_ubsan\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", | 286 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux32_rel\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", |
| 309 "--build-properties", | 287 "--build-properties", |
| 310 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_ubsan\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", | 288 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux32_rel\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", |
| 311 "--test-type=common_audio_unittests", | 289 "--test-type=common_audio_unittests", |
| 312 "--step-name=common_audio_unittests", | 290 "--step-name=common_audio_unittests", |
| 313 "--builder-name=linux_ubsan", | 291 "--builder-name=linux32_rel", |
| 314 "--slave-name=slavename", | 292 "--slave-name=slavename", |
| 315 "--build-number=1337", | 293 "--build-number=1337", |
| 316 "--run-python-script", | 294 "--run-python-script", |
| 317 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 295 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 318 "[BUILDER_CACHE]/linux_ubsan/src/third_party/gtest-parallel/gtest-parallel
", | 296 "[BUILDER_CACHE]/linux32_rel/src/third_party/gtest-parallel/gtest-parallel
", |
| 319 "[BUILDER_CACHE]/linux_ubsan/src/out/Release/common_audio_unittests", | 297 "[BUILDER_CACHE]/linux32_rel/src/out/Release/common_audio_unittests", |
| 320 "--" | 298 "--" |
| 321 ], | 299 ], |
| 322 "cwd": "[BUILDER_CACHE]/linux_ubsan", | 300 "cwd": "[BUILDER_CACHE]/linux32_rel", |
| 323 "name": "common_audio_unittests" | 301 "name": "common_audio_unittests" |
| 324 }, | 302 }, |
| 325 { | 303 { |
| 326 "cmd": [ | 304 "cmd": [ |
| 327 "python", | 305 "python", |
| 328 "-u", | 306 "-u", |
| 329 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 307 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 330 "--target", | 308 "--target", |
| 331 "Release", | 309 "Release", |
| 332 "--xvfb", | 310 "--xvfb", |
| 333 "--factory-properties", | 311 "--factory-properties", |
| 334 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_ubsan\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", | 312 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux32_rel\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", |
| 335 "--build-properties", | 313 "--build-properties", |
| 336 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_ubsan\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", | 314 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux32_rel\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", |
| 337 "--test-type=common_video_unittests", | 315 "--test-type=common_video_unittests", |
| 338 "--step-name=common_video_unittests", | 316 "--step-name=common_video_unittests", |
| 339 "--builder-name=linux_ubsan", | 317 "--builder-name=linux32_rel", |
| 340 "--slave-name=slavename", | 318 "--slave-name=slavename", |
| 341 "--build-number=1337", | 319 "--build-number=1337", |
| 342 "--run-python-script", | 320 "--run-python-script", |
| 343 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 321 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 344 "[BUILDER_CACHE]/linux_ubsan/src/third_party/gtest-parallel/gtest-parallel
", | 322 "[BUILDER_CACHE]/linux32_rel/src/third_party/gtest-parallel/gtest-parallel
", |
| 345 "[BUILDER_CACHE]/linux_ubsan/src/out/Release/common_video_unittests", | 323 "[BUILDER_CACHE]/linux32_rel/src/out/Release/common_video_unittests", |
| 346 "--" | 324 "--" |
| 347 ], | 325 ], |
| 348 "cwd": "[BUILDER_CACHE]/linux_ubsan", | 326 "cwd": "[BUILDER_CACHE]/linux32_rel", |
| 349 "name": "common_video_unittests" | 327 "name": "common_video_unittests" |
| 350 }, | 328 }, |
| 351 { | 329 { |
| 352 "cmd": [ | 330 "cmd": [ |
| 353 "python", | 331 "python", |
| 354 "-u", | 332 "-u", |
| 355 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 333 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 356 "--target", | 334 "--target", |
| 357 "Release", | 335 "Release", |
| 358 "--xvfb", | 336 "--xvfb", |
| 359 "--factory-properties", | 337 "--factory-properties", |
| 360 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_ubsan\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", | 338 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux32_rel\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", |
| 361 "--build-properties", | 339 "--build-properties", |
| 362 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_ubsan\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", | 340 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux32_rel\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", |
| 363 "--test-type=modules_tests", | 341 "--test-type=modules_tests", |
| 364 "--step-name=modules_tests", | 342 "--step-name=modules_tests", |
| 365 "--builder-name=linux_ubsan", | 343 "--builder-name=linux32_rel", |
| 366 "--slave-name=slavename", | 344 "--slave-name=slavename", |
| 367 "--build-number=1337", | 345 "--build-number=1337", |
| 368 "--run-python-script", | 346 "--run-python-script", |
| 369 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 347 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 370 "[BUILDER_CACHE]/linux_ubsan/src/third_party/gtest-parallel/gtest-parallel
", | 348 "[BUILDER_CACHE]/linux32_rel/src/third_party/gtest-parallel/gtest-parallel
", |
| 371 "[BUILDER_CACHE]/linux_ubsan/src/out/Release/modules_tests", | 349 "[BUILDER_CACHE]/linux32_rel/src/out/Release/modules_tests", |
| 372 "--" | 350 "--" |
| 373 ], | 351 ], |
| 374 "cwd": "[BUILDER_CACHE]/linux_ubsan", | 352 "cwd": "[BUILDER_CACHE]/linux32_rel", |
| 375 "name": "modules_tests" | 353 "name": "modules_tests" |
| 376 }, | 354 }, |
| 377 { | 355 { |
| 378 "cmd": [ | 356 "cmd": [ |
| 379 "python", | 357 "python", |
| 380 "-u", | 358 "-u", |
| 381 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 359 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 382 "--target", | 360 "--target", |
| 383 "Release", | 361 "Release", |
| 384 "--xvfb", | 362 "--xvfb", |
| 385 "--factory-properties", | 363 "--factory-properties", |
| 386 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_ubsan\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", | 364 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux32_rel\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", |
| 387 "--build-properties", | 365 "--build-properties", |
| 388 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_ubsan\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", | 366 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux32_rel\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", |
| 389 "--test-type=modules_unittests", | 367 "--test-type=modules_unittests", |
| 390 "--step-name=modules_unittests", | 368 "--step-name=modules_unittests", |
| 391 "--builder-name=linux_ubsan", | 369 "--builder-name=linux32_rel", |
| 392 "--slave-name=slavename", | 370 "--slave-name=slavename", |
| 393 "--build-number=1337", | 371 "--build-number=1337", |
| 394 "--run-python-script", | 372 "--run-python-script", |
| 395 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 373 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 396 "[BUILDER_CACHE]/linux_ubsan/src/third_party/gtest-parallel/gtest-parallel
", | 374 "[BUILDER_CACHE]/linux32_rel/src/third_party/gtest-parallel/gtest-parallel
", |
| 397 "[BUILDER_CACHE]/linux_ubsan/src/out/Release/modules_unittests", | 375 "[BUILDER_CACHE]/linux32_rel/src/out/Release/modules_unittests", |
| 398 "--" | 376 "--" |
| 399 ], | 377 ], |
| 400 "cwd": "[BUILDER_CACHE]/linux_ubsan", | 378 "cwd": "[BUILDER_CACHE]/linux32_rel", |
| 401 "name": "modules_unittests" | 379 "name": "modules_unittests" |
| 402 }, | 380 }, |
| 403 { | 381 { |
| 404 "cmd": [ | 382 "cmd": [ |
| 405 "python", | 383 "python", |
| 406 "-u", | 384 "-u", |
| 407 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 385 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 408 "--target", | 386 "--target", |
| 409 "Release", | 387 "Release", |
| 410 "--xvfb", | 388 "--xvfb", |
| 411 "--factory-properties", | 389 "--factory-properties", |
| 412 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_ubsan\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", | 390 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux32_rel\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", |
| 413 "--build-properties", | 391 "--build-properties", |
| 414 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_ubsan\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", | 392 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux32_rel\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", |
| 415 "--test-type=peerconnection_unittests", | 393 "--test-type=peerconnection_unittests", |
| 416 "--step-name=peerconnection_unittests", | 394 "--step-name=peerconnection_unittests", |
| 417 "--builder-name=linux_ubsan", | 395 "--builder-name=linux32_rel", |
| 418 "--slave-name=slavename", | 396 "--slave-name=slavename", |
| 419 "--build-number=1337", | 397 "--build-number=1337", |
| 420 "--run-python-script", | 398 "--run-python-script", |
| 421 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 399 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 422 "[BUILDER_CACHE]/linux_ubsan/src/third_party/gtest-parallel/gtest-parallel
", | 400 "[BUILDER_CACHE]/linux32_rel/src/third_party/gtest-parallel/gtest-parallel
", |
| 423 "[BUILDER_CACHE]/linux_ubsan/src/out/Release/peerconnection_unittests", | 401 "[BUILDER_CACHE]/linux32_rel/src/out/Release/peerconnection_unittests", |
| 424 "--" | 402 "--" |
| 425 ], | 403 ], |
| 426 "cwd": "[BUILDER_CACHE]/linux_ubsan", | 404 "cwd": "[BUILDER_CACHE]/linux32_rel", |
| 427 "name": "peerconnection_unittests" | 405 "name": "peerconnection_unittests" |
| 428 }, | 406 }, |
| 429 { | 407 { |
| 430 "cmd": [ | 408 "cmd": [ |
| 431 "python", | 409 "python", |
| 432 "-u", | 410 "-u", |
| 433 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 411 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 434 "--target", | 412 "--target", |
| 435 "Release", | 413 "Release", |
| 436 "--xvfb", | 414 "--xvfb", |
| 437 "--factory-properties", | 415 "--factory-properties", |
| 438 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_ubsan\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", | 416 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux32_rel\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", |
| 439 "--build-properties", | 417 "--build-properties", |
| 440 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_ubsan\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", | 418 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux32_rel\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", |
| 441 "--test-type=rtc_media_unittests", | 419 "--test-type=rtc_media_unittests", |
| 442 "--step-name=rtc_media_unittests", | 420 "--step-name=rtc_media_unittests", |
| 443 "--builder-name=linux_ubsan", | 421 "--builder-name=linux32_rel", |
| 444 "--slave-name=slavename", | 422 "--slave-name=slavename", |
| 445 "--build-number=1337", | 423 "--build-number=1337", |
| 446 "--run-python-script", | 424 "--run-python-script", |
| 447 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 425 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 448 "[BUILDER_CACHE]/linux_ubsan/src/third_party/gtest-parallel/gtest-parallel
", | 426 "[BUILDER_CACHE]/linux32_rel/src/third_party/gtest-parallel/gtest-parallel
", |
| 449 "[BUILDER_CACHE]/linux_ubsan/src/out/Release/rtc_media_unittests", | 427 "[BUILDER_CACHE]/linux32_rel/src/out/Release/rtc_media_unittests", |
| 450 "--" | 428 "--" |
| 451 ], | 429 ], |
| 452 "cwd": "[BUILDER_CACHE]/linux_ubsan", | 430 "cwd": "[BUILDER_CACHE]/linux32_rel", |
| 453 "name": "rtc_media_unittests" | 431 "name": "rtc_media_unittests" |
| 454 }, | 432 }, |
| 455 { | 433 { |
| 456 "cmd": [ | 434 "cmd": [ |
| 457 "python", | 435 "python", |
| 458 "-u", | 436 "-u", |
| 459 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 437 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 460 "--target", | 438 "--target", |
| 461 "Release", | 439 "Release", |
| 462 "--xvfb", | 440 "--xvfb", |
| 463 "--factory-properties", | 441 "--factory-properties", |
| 464 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_ubsan\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", | 442 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux32_rel\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", |
| 465 "--build-properties", | 443 "--build-properties", |
| 466 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_ubsan\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", | 444 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux32_rel\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", |
| 467 "--test-type=rtc_pc_unittests", | 445 "--test-type=rtc_pc_unittests", |
| 468 "--step-name=rtc_pc_unittests", | 446 "--step-name=rtc_pc_unittests", |
| 469 "--builder-name=linux_ubsan", | 447 "--builder-name=linux32_rel", |
| 470 "--slave-name=slavename", | 448 "--slave-name=slavename", |
| 471 "--build-number=1337", | 449 "--build-number=1337", |
| 472 "--run-python-script", | 450 "--run-python-script", |
| 473 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 451 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 474 "[BUILDER_CACHE]/linux_ubsan/src/third_party/gtest-parallel/gtest-parallel
", | 452 "[BUILDER_CACHE]/linux32_rel/src/third_party/gtest-parallel/gtest-parallel
", |
| 475 "[BUILDER_CACHE]/linux_ubsan/src/out/Release/rtc_pc_unittests", | 453 "[BUILDER_CACHE]/linux32_rel/src/out/Release/rtc_pc_unittests", |
| 476 "--" | 454 "--" |
| 477 ], | 455 ], |
| 478 "cwd": "[BUILDER_CACHE]/linux_ubsan", | 456 "cwd": "[BUILDER_CACHE]/linux32_rel", |
| 479 "name": "rtc_pc_unittests" | 457 "name": "rtc_pc_unittests" |
| 480 }, | 458 }, |
| 481 { | 459 { |
| 482 "cmd": [ | 460 "cmd": [ |
| 483 "python", | 461 "python", |
| 484 "-u", | 462 "-u", |
| 485 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 463 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 486 "--target", | 464 "--target", |
| 487 "Release", | 465 "Release", |
| 488 "--xvfb", | 466 "--xvfb", |
| 489 "--factory-properties", | 467 "--factory-properties", |
| 490 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_ubsan\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", | 468 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux32_rel\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", |
| 491 "--build-properties", | 469 "--build-properties", |
| 492 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_ubsan\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", | 470 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux32_rel\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", |
| 493 "--test-type=rtc_unittests", | 471 "--test-type=rtc_unittests", |
| 494 "--step-name=rtc_unittests", | 472 "--step-name=rtc_unittests", |
| 495 "--builder-name=linux_ubsan", | 473 "--builder-name=linux32_rel", |
| 496 "--slave-name=slavename", | 474 "--slave-name=slavename", |
| 497 "--build-number=1337", | 475 "--build-number=1337", |
| 498 "--run-python-script", | 476 "--run-python-script", |
| 499 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 477 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 500 "[BUILDER_CACHE]/linux_ubsan/src/third_party/gtest-parallel/gtest-parallel
", | 478 "[BUILDER_CACHE]/linux32_rel/src/third_party/gtest-parallel/gtest-parallel
", |
| 501 "[BUILDER_CACHE]/linux_ubsan/src/out/Release/rtc_unittests", | 479 "[BUILDER_CACHE]/linux32_rel/src/out/Release/rtc_unittests", |
| 502 "--" | 480 "--" |
| 503 ], | 481 ], |
| 504 "cwd": "[BUILDER_CACHE]/linux_ubsan", | 482 "cwd": "[BUILDER_CACHE]/linux32_rel", |
| 505 "name": "rtc_unittests" | 483 "name": "rtc_unittests" |
| 506 }, | 484 }, |
| 507 { | 485 { |
| 508 "cmd": [ | 486 "cmd": [ |
| 509 "python", | 487 "python", |
| 510 "-u", | 488 "-u", |
| 511 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 489 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 512 "--target", | 490 "--target", |
| 513 "Release", | 491 "Release", |
| 514 "--xvfb", | 492 "--xvfb", |
| 515 "--factory-properties", | 493 "--factory-properties", |
| 516 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_ubsan\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", | 494 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux32_rel\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", |
| 517 "--build-properties", | 495 "--build-properties", |
| 518 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_ubsan\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", | 496 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux32_rel\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", |
| 519 "--test-type=system_wrappers_unittests", | 497 "--test-type=system_wrappers_unittests", |
| 520 "--step-name=system_wrappers_unittests", | 498 "--step-name=system_wrappers_unittests", |
| 521 "--builder-name=linux_ubsan", | 499 "--builder-name=linux32_rel", |
| 522 "--slave-name=slavename", | 500 "--slave-name=slavename", |
| 523 "--build-number=1337", | 501 "--build-number=1337", |
| 524 "--run-python-script", | 502 "--run-python-script", |
| 525 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 503 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 526 "[BUILDER_CACHE]/linux_ubsan/src/third_party/gtest-parallel/gtest-parallel
", | 504 "[BUILDER_CACHE]/linux32_rel/src/third_party/gtest-parallel/gtest-parallel
", |
| 527 "[BUILDER_CACHE]/linux_ubsan/src/out/Release/system_wrappers_unittests", | 505 "[BUILDER_CACHE]/linux32_rel/src/out/Release/system_wrappers_unittests", |
| 528 "--" | 506 "--" |
| 529 ], | 507 ], |
| 530 "cwd": "[BUILDER_CACHE]/linux_ubsan", | 508 "cwd": "[BUILDER_CACHE]/linux32_rel", |
| 531 "name": "system_wrappers_unittests" | 509 "name": "system_wrappers_unittests" |
| 532 }, | 510 }, |
| 533 { | 511 { |
| 534 "cmd": [ | 512 "cmd": [ |
| 535 "python", | 513 "python", |
| 536 "-u", | 514 "-u", |
| 537 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 515 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 538 "--target", | 516 "--target", |
| 539 "Release", | 517 "Release", |
| 540 "--xvfb", | 518 "--xvfb", |
| 541 "--factory-properties", | 519 "--factory-properties", |
| 542 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_ubsan\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", | 520 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux32_rel\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", |
| 543 "--build-properties", | 521 "--build-properties", |
| 544 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_ubsan\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", | 522 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux32_rel\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", |
| 545 "--test-type=test_support_unittests", | 523 "--test-type=test_support_unittests", |
| 546 "--step-name=test_support_unittests", | 524 "--step-name=test_support_unittests", |
| 547 "--builder-name=linux_ubsan", | 525 "--builder-name=linux32_rel", |
| 548 "--slave-name=slavename", | 526 "--slave-name=slavename", |
| 549 "--build-number=1337", | 527 "--build-number=1337", |
| 550 "--run-python-script", | 528 "--run-python-script", |
| 551 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 529 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 552 "[BUILDER_CACHE]/linux_ubsan/src/third_party/gtest-parallel/gtest-parallel
", | 530 "[BUILDER_CACHE]/linux32_rel/src/third_party/gtest-parallel/gtest-parallel
", |
| 553 "[BUILDER_CACHE]/linux_ubsan/src/out/Release/test_support_unittests", | 531 "[BUILDER_CACHE]/linux32_rel/src/out/Release/test_support_unittests", |
| 554 "--" | 532 "--" |
| 555 ], | 533 ], |
| 556 "cwd": "[BUILDER_CACHE]/linux_ubsan", | 534 "cwd": "[BUILDER_CACHE]/linux32_rel", |
| 557 "name": "test_support_unittests" | 535 "name": "test_support_unittests" |
| 558 }, | 536 }, |
| 559 { | 537 { |
| 560 "cmd": [ | 538 "cmd": [ |
| 561 "python", | 539 "python", |
| 562 "-u", | 540 "-u", |
| 563 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 541 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 564 "--target", | 542 "--target", |
| 565 "Release", | 543 "Release", |
| 566 "--xvfb", | 544 "--xvfb", |
| 567 "--factory-properties", | 545 "--factory-properties", |
| 568 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_ubsan\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", | 546 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux32_rel\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", |
| 569 "--build-properties", | 547 "--build-properties", |
| 570 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_ubsan\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", | 548 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux32_rel\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", |
| 571 "--test-type=tools_unittests", | 549 "--test-type=tools_unittests", |
| 572 "--step-name=tools_unittests", | 550 "--step-name=tools_unittests", |
| 573 "--builder-name=linux_ubsan", | 551 "--builder-name=linux32_rel", |
| 574 "--slave-name=slavename", | 552 "--slave-name=slavename", |
| 575 "--build-number=1337", | 553 "--build-number=1337", |
| 576 "--run-python-script", | 554 "--run-python-script", |
| 577 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 555 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 578 "[BUILDER_CACHE]/linux_ubsan/src/third_party/gtest-parallel/gtest-parallel
", | 556 "[BUILDER_CACHE]/linux32_rel/src/third_party/gtest-parallel/gtest-parallel
", |
| 579 "[BUILDER_CACHE]/linux_ubsan/src/out/Release/tools_unittests", | 557 "[BUILDER_CACHE]/linux32_rel/src/out/Release/tools_unittests", |
| 580 "--" | 558 "--" |
| 581 ], | 559 ], |
| 582 "cwd": "[BUILDER_CACHE]/linux_ubsan", | 560 "cwd": "[BUILDER_CACHE]/linux32_rel", |
| 583 "name": "tools_unittests" | 561 "name": "tools_unittests" |
| 584 }, | 562 }, |
| 585 { | 563 { |
| 586 "cmd": [ | 564 "cmd": [ |
| 587 "python", | 565 "python", |
| 588 "-u", | 566 "-u", |
| 589 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 567 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 590 "--target", | 568 "--target", |
| 591 "Release", | 569 "Release", |
| 592 "--xvfb", | 570 "--xvfb", |
| 593 "--factory-properties", | 571 "--factory-properties", |
| 594 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_ubsan\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", | 572 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux32_rel\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", |
| 595 "--build-properties", | 573 "--build-properties", |
| 596 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_ubsan\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", | 574 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux32_rel\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", |
| 597 "--test-type=video_engine_tests", | 575 "--test-type=video_engine_tests", |
| 598 "--step-name=video_engine_tests", | 576 "--step-name=video_engine_tests", |
| 599 "--builder-name=linux_ubsan", | 577 "--builder-name=linux32_rel", |
| 600 "--slave-name=slavename", | 578 "--slave-name=slavename", |
| 601 "--build-number=1337", | 579 "--build-number=1337", |
| 602 "--run-python-script", | 580 "--run-python-script", |
| 603 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 581 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 604 "[BUILDER_CACHE]/linux_ubsan/src/third_party/gtest-parallel/gtest-parallel
", | 582 "[BUILDER_CACHE]/linux32_rel/src/third_party/gtest-parallel/gtest-parallel
", |
| 605 "[BUILDER_CACHE]/linux_ubsan/src/out/Release/video_engine_tests", | 583 "[BUILDER_CACHE]/linux32_rel/src/out/Release/video_engine_tests", |
| 606 "--" | 584 "--" |
| 607 ], | 585 ], |
| 608 "cwd": "[BUILDER_CACHE]/linux_ubsan", | 586 "cwd": "[BUILDER_CACHE]/linux32_rel", |
| 609 "name": "video_engine_tests" | 587 "name": "video_engine_tests" |
| 610 }, | 588 }, |
| 611 { | 589 { |
| 612 "cmd": [ | 590 "cmd": [ |
| 613 "python", | 591 "python", |
| 614 "-u", | 592 "-u", |
| 615 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 593 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 616 "--target", | 594 "--target", |
| 617 "Release", | 595 "Release", |
| 618 "--xvfb", | 596 "--xvfb", |
| 619 "--factory-properties", | 597 "--factory-properties", |
| 620 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_ubsan\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", | 598 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux32_rel\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", |
| 621 "--build-properties", | 599 "--build-properties", |
| 622 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_ubsan\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", | 600 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux32_rel\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", |
| 623 "--test-type=voice_engine_unittests", | 601 "--test-type=voice_engine_unittests", |
| 624 "--step-name=voice_engine_unittests", | 602 "--step-name=voice_engine_unittests", |
| 625 "--builder-name=linux_ubsan", | 603 "--builder-name=linux32_rel", |
| 626 "--slave-name=slavename", | 604 "--slave-name=slavename", |
| 627 "--build-number=1337", | 605 "--build-number=1337", |
| 628 "--run-python-script", | 606 "--run-python-script", |
| 629 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 607 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 630 "[BUILDER_CACHE]/linux_ubsan/src/third_party/gtest-parallel/gtest-parallel
", | 608 "[BUILDER_CACHE]/linux32_rel/src/third_party/gtest-parallel/gtest-parallel
", |
| 631 "[BUILDER_CACHE]/linux_ubsan/src/out/Release/voice_engine_unittests", | 609 "[BUILDER_CACHE]/linux32_rel/src/out/Release/voice_engine_unittests", |
| 632 "--" | 610 "--" |
| 633 ], | 611 ], |
| 634 "cwd": "[BUILDER_CACHE]/linux_ubsan", | 612 "cwd": "[BUILDER_CACHE]/linux32_rel", |
| 635 "name": "voice_engine_unittests" | 613 "name": "voice_engine_unittests" |
| 636 }, | 614 }, |
| 637 { | 615 { |
| 638 "cmd": [ | 616 "cmd": [ |
| 639 "python", | 617 "python", |
| 640 "-u", | 618 "-u", |
| 641 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 619 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 642 "--target", | 620 "--target", |
| 643 "Release", | 621 "Release", |
| 644 "--xvfb", | 622 "--xvfb", |
| 645 "--factory-properties", | 623 "--factory-properties", |
| 646 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_ubsan\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", | 624 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux32_rel\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", |
| 647 "--build-properties", | 625 "--build-properties", |
| 648 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_ubsan\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", | 626 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux32_rel\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", |
| 649 "--test-type=xmllite_xmpp_unittests", | 627 "--test-type=xmllite_xmpp_unittests", |
| 650 "--step-name=xmllite_xmpp_unittests", | 628 "--step-name=xmllite_xmpp_unittests", |
| 651 "--builder-name=linux_ubsan", | 629 "--builder-name=linux32_rel", |
| 652 "--slave-name=slavename", | 630 "--slave-name=slavename", |
| 653 "--build-number=1337", | 631 "--build-number=1337", |
| 654 "--run-python-script", | 632 "--run-python-script", |
| 655 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 633 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 656 "[BUILDER_CACHE]/linux_ubsan/src/third_party/gtest-parallel/gtest-parallel
", | 634 "[BUILDER_CACHE]/linux32_rel/src/third_party/gtest-parallel/gtest-parallel
", |
| 657 "[BUILDER_CACHE]/linux_ubsan/src/out/Release/xmllite_xmpp_unittests", | 635 "[BUILDER_CACHE]/linux32_rel/src/out/Release/xmllite_xmpp_unittests", |
| 658 "--" | 636 "--" |
| 659 ], | 637 ], |
| 660 "cwd": "[BUILDER_CACHE]/linux_ubsan", | 638 "cwd": "[BUILDER_CACHE]/linux32_rel", |
| 661 "name": "xmllite_xmpp_unittests" | 639 "name": "xmllite_xmpp_unittests" |
| 662 }, | 640 }, |
| 663 { | 641 { |
| 664 "allow_subannotations": true, | 642 "allow_subannotations": true, |
| 665 "cmd": [ | 643 "cmd": [ |
| 666 "python", | 644 "python", |
| 667 "-u", | 645 "-u", |
| 668 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 646 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 669 "--target", | 647 "--target", |
| 670 "Release", | 648 "Release", |
| 671 "--xvfb", | 649 "--xvfb", |
| 672 "--factory-properties", | 650 "--factory-properties", |
| 673 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_ubsan\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", | 651 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux32_rel\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", |
| 674 "--build-properties", | 652 "--build-properties", |
| 675 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_ubsan\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", | 653 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux32_rel\", \"build
number\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patch
set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"rev
ision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\":
\"slavename\"}", |
| 676 "--annotate=gtest", | 654 "--annotate=gtest", |
| 677 "--test-type=webrtc_nonparallel_tests", | 655 "--test-type=webrtc_nonparallel_tests", |
| 678 "--step-name=webrtc_nonparallel_tests", | 656 "--step-name=webrtc_nonparallel_tests", |
| 679 "--builder-name=linux_ubsan", | 657 "--builder-name=linux32_rel", |
| 680 "--slave-name=slavename", | 658 "--slave-name=slavename", |
| 681 "--build-number=1337", | 659 "--build-number=1337", |
| 682 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 660 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 683 "webrtc_nonparallel_tests" | 661 "webrtc_nonparallel_tests" |
| 684 ], | 662 ], |
| 685 "cwd": "[BUILDER_CACHE]/linux_ubsan", | 663 "cwd": "[BUILDER_CACHE]/linux32_rel", |
| 686 "name": "webrtc_nonparallel_tests" | 664 "name": "webrtc_nonparallel_tests" |
| 687 }, | 665 }, |
| 688 { | 666 { |
| 689 "name": "$result", | 667 "name": "$result", |
| 690 "recipe_result": null, | 668 "recipe_result": null, |
| 691 "status_code": 0 | 669 "status_code": 0 |
| 692 } | 670 } |
| 693 ] | 671 ] |
| OLD | NEW |