| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.v8", | 8 "tryserver.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "v8_linux64_msan_rel", | 10 "v8_linux64_msan_rel", |
| 11 "--slave", | 11 "--slave", |
| 12 "TestSlavename", | 12 "TestSlavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'chromium_trunk'
: 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'mana
ged': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", | 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars'
: {'chromium_trunk': 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_f
ile': 'DEPS', 'managed': True, 'name': 'v8', 'url': 'https://chromium.googlesour
ce.com/v8/v8'}]", |
| 15 "--root", | 15 "--root", |
| 16 "v8", | 16 "v8", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"v8\": \"got_revision\", \"v8/tools/swarming_client\": \"got_swarming_c
lient_revision\"}", | 18 "{\"v8\": \"got_revision\", \"v8/tools/swarming_client\": \"got_swarming_c
lient_revision\"}", |
| 19 "--git-cache-dir", | 19 "--git-cache-dir", |
| 20 "[GIT_CACHE]", | 20 "[ROOT]/b/build/slave/cache_dir", |
| 21 "--issue", | 21 "--issue", |
| 22 "12853011", | 22 "12853011", |
| 23 "--patchset", | 23 "--patchset", |
| 24 "1", | 24 "1", |
| 25 "--rietveld_server", | 25 "--rietveld_server", |
| 26 "https://codereview.chromium.org", | 26 "https://codereview.chromium.org", |
| 27 "--output_json", | 27 "--output_json", |
| 28 "/path/to/tmp/json", | 28 "/path/to/tmp/json", |
| 29 "--revision", | 29 "--revision", |
| 30 "v8@12345", | 30 "v8@12345", |
| 31 "--no_shallow", | 31 "--no_shallow", |
| 32 "--output_manifest" | 32 "--output_manifest" |
| 33 ], | 33 ], |
| 34 "cwd": "[SLAVE_BUILD]", | |
| 35 "env": { | 34 "env": { |
| 36 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 37 }, | 36 }, |
| 38 "name": "bot_update", | 37 "name": "bot_update", |
| 39 "~followup_annotations": [ | 38 "~followup_annotations": [ |
| 40 "@@@STEP_TEXT@Some step text@@@", | 39 "@@@STEP_TEXT@Some step text@@@", |
| 41 "@@@STEP_LOG_LINE@json.output@{@@@", | 40 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 44 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"12345\"@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"12345\"@@@", |
| (...skipping 23 matching lines...) Expand all Loading... |
| 68 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", | 67 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", |
| 69 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@", | 68 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@", |
| 70 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#108913}\"@@@", | 69 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#108913}\"@@@", |
| 71 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" | 70 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" |
| 72 ] | 71 ] |
| 73 }, | 72 }, |
| 74 { | 73 { |
| 75 "cmd": [ | 74 "cmd": [ |
| 76 "python", | 75 "python", |
| 77 "-u", | 76 "-u", |
| 78 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 77 "[CWD]/v8/tools/swarming_client/swarming.py", |
| 79 "--version" | 78 "--version" |
| 80 ], | 79 ], |
| 81 "cwd": "[SLAVE_BUILD]", | |
| 82 "name": "swarming.py --version", | 80 "name": "swarming.py --version", |
| 83 "stdout": "/path/to/tmp/", | 81 "stdout": "/path/to/tmp/", |
| 84 "~followup_annotations": [ | 82 "~followup_annotations": [ |
| 85 "@@@STEP_TEXT@0.4.10@@@" | 83 "@@@STEP_TEXT@0.4.10@@@" |
| 86 ] | 84 ] |
| 87 }, | 85 }, |
| 88 { | 86 { |
| 89 "cmd": [ | 87 "cmd": [ |
| 90 "python", | 88 "python", |
| 91 "-u", | 89 "-u", |
| 92 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 90 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 93 "runhooks" | 91 "runhooks" |
| 94 ], | 92 ], |
| 95 "cwd": "[SLAVE_BUILD]", | |
| 96 "env": { | 93 "env": { |
| 97 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 94 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 98 "GYP_DEFINES": "clang=1 dcheck_always_on=0 fastbuild=1 gomadir='[BUILD]/go
ma' msan=1 target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_target_arch
=arm64", | 95 "GYP_DEFINES": "clang=1 dcheck_always_on=0 fastbuild=1 gomadir='[ROOT]/b/b
uild/goma' msan=1 target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_targ
et_arch=arm64", |
| 99 "GYP_GENERATORS": "ninja", | 96 "GYP_GENERATORS": "ninja", |
| 100 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 97 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 101 }, | 98 }, |
| 102 "name": "gclient runhooks" | 99 "name": "gclient runhooks" |
| 103 }, | 100 }, |
| 104 { | 101 { |
| 105 "cmd": [ | 102 "cmd": [ |
| 106 "python", | 103 "python", |
| 107 "-u", | 104 "-u", |
| 108 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 105 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 109 "--show-path", | 106 "--show-path", |
| 110 "python", | 107 "python", |
| 111 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 108 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 112 ], | 109 ], |
| 113 "cwd": "[SLAVE_BUILD]", | |
| 114 "name": "cleanup_temp" | 110 "name": "cleanup_temp" |
| 115 }, | 111 }, |
| 116 { | 112 { |
| 117 "allow_subannotations": true, | 113 "allow_subannotations": true, |
| 118 "cmd": [ | 114 "cmd": [ |
| 119 "python", | 115 "python", |
| 120 "-u", | 116 "-u", |
| 121 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 117 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 122 "--src-dir", | 118 "--src-dir", |
| 123 "[SLAVE_BUILD]/v8", | 119 "[CWD]/v8", |
| 124 "--output-json", | 120 "--output-json", |
| 125 "/path/to/tmp/json" | 121 "/path/to/tmp/json" |
| 126 ], | 122 ], |
| 127 "cwd": "[SLAVE_BUILD]", | |
| 128 "env": { | 123 "env": { |
| 129 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 124 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 130 }, | 125 }, |
| 131 "name": "clang_revision", | 126 "name": "clang_revision", |
| 132 "~followup_annotations": [ | 127 "~followup_annotations": [ |
| 133 "@@@STEP_LOG_LINE@json.output@{@@@", | 128 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 134 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 129 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 135 "@@@STEP_LOG_LINE@json.output@}@@@", | 130 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 136 "@@@STEP_LOG_END@json.output@@@" | 131 "@@@STEP_LOG_END@json.output@@@" |
| 137 ] | 132 ] |
| 138 }, | 133 }, |
| 139 { | 134 { |
| 140 "cmd": [ | 135 "cmd": [ |
| 141 "python", | 136 "python", |
| 142 "-u", | 137 "-u", |
| 143 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 138 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 144 "--show-path", | 139 "--show-path", |
| 145 "python", | 140 "python", |
| 146 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 141 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 147 "--gsutil-py-path", | 142 "--gsutil-py-path", |
| 148 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 143 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 149 "--ninja-path", | 144 "--ninja-path", |
| 150 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 145 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 151 "--target", | 146 "--target", |
| 152 "Release", | 147 "Release", |
| 153 "--src-dir", | 148 "--src-dir", |
| 154 "[SLAVE_BUILD]/v8", | 149 "[CWD]/v8", |
| 155 "--goma-cache-dir", | 150 "--goma-cache-dir", |
| 156 "[GOMA_CACHE]", | 151 "[ROOT]/b/build/slave/goma_cache", |
| 157 "--build-tool", | 152 "--build-tool", |
| 158 "ninja", | 153 "ninja", |
| 159 "--compiler", | 154 "--compiler", |
| 160 "goma-clang", | 155 "goma-clang", |
| 161 "--goma-jsonstatus", | 156 "--goma-jsonstatus", |
| 162 "/path/to/tmp/json", | 157 "/path/to/tmp/json", |
| 163 "--goma-service-account-json-file", | 158 "--goma-service-account-json-file", |
| 164 "/creds/service_accounts/service-account-goma-client.json", | 159 "/creds/service_accounts/service-account-goma-client.json", |
| 165 "--goma-dir", | 160 "--goma-dir", |
| 166 "[BUILD]/goma", | 161 "[ROOT]/b/build/goma", |
| 167 "--goma-fail-fast", | 162 "--goma-fail-fast", |
| 168 "--goma-disable-local-fallback", | 163 "--goma-disable-local-fallback", |
| 169 "--" | 164 "--" |
| 170 ], | 165 ], |
| 171 "cwd": "[SLAVE_BUILD]", | |
| 172 "env": { | 166 "env": { |
| 173 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 167 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 174 }, | 168 }, |
| 175 "name": "compile", | 169 "name": "compile", |
| 176 "~followup_annotations": [ | 170 "~followup_annotations": [ |
| 177 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 171 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 178 "@@@STEP_LOG_END@json.output (invalid)@@@" | 172 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 179 ] | 173 ] |
| 180 }, | 174 }, |
| 181 { | 175 { |
| 182 "cmd": [ | 176 "cmd": [ |
| 183 "python", | 177 "python", |
| 184 "-u", | 178 "-u", |
| 185 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 179 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 186 "[SLAVE_BUILD]/v8/tools/swarming_client", | 180 "[CWD]/v8/tools/swarming_client", |
| 187 "batcharchive", | 181 "batcharchive", |
| 188 "--dump-json", | 182 "--dump-json", |
| 189 "/path/to/tmp/json", | 183 "/path/to/tmp/json", |
| 190 "--isolate-server", | 184 "--isolate-server", |
| 191 "https://isolateserver.appspot.com", | 185 "https://isolateserver.appspot.com", |
| 192 "--verbose", | 186 "--verbose", |
| 193 "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json", | 187 "[CWD]/v8/out/Release/bot_default.isolated.gen.json", |
| 194 "[SLAVE_BUILD]/v8/out/Release/ignition.isolated.gen.json", | 188 "[CWD]/v8/out/Release/ignition.isolated.gen.json", |
| 195 "[SLAVE_BUILD]/v8/out/Release/test262.isolated.gen.json" | 189 "[CWD]/v8/out/Release/test262.isolated.gen.json" |
| 196 ], | 190 ], |
| 197 "cwd": "[SLAVE_BUILD]", | |
| 198 "name": "isolate tests", | 191 "name": "isolate tests", |
| 199 "~followup_annotations": [ | 192 "~followup_annotations": [ |
| 200 "@@@STEP_LOG_LINE@json.output@{@@@", | 193 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 201 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", | 194 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", |
| 202 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
", @@@", | 195 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
", @@@", |
| 203 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", | 196 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", |
| 204 "@@@STEP_LOG_LINE@json.output@}@@@", | 197 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 205 "@@@STEP_LOG_END@json.output@@@" | 198 "@@@STEP_LOG_END@json.output@@@" |
| 206 ] | 199 ] |
| 207 }, | 200 }, |
| 208 { | 201 { |
| 209 "cmd": [ | 202 "cmd": [ |
| 210 "python", | 203 "python", |
| 211 "-u", | 204 "-u", |
| 212 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 205 "[CWD]/v8/tools/swarming_client/swarming.py", |
| 213 "trigger", | 206 "trigger", |
| 214 "--swarming", | 207 "--swarming", |
| 215 "https://chromium-swarm.appspot.com", | 208 "https://chromium-swarm.appspot.com", |
| 216 "--isolate-server", | 209 "--isolate-server", |
| 217 "https://isolateserver.appspot.com", | 210 "https://isolateserver.appspot.com", |
| 218 "--priority", | 211 "--priority", |
| 219 "30", | 212 "30", |
| 220 "--shards", | 213 "--shards", |
| 221 "2", | 214 "2", |
| 222 "--task-name", | 215 "--task-name", |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 283 "--timeout=200", | 276 "--timeout=200", |
| 284 "--random-seed=1950386076", | 277 "--random-seed=1950386076", |
| 285 "bot_default", | 278 "bot_default", |
| 286 "--exhaustive-variants", | 279 "--exhaustive-variants", |
| 287 "--msan", | 280 "--msan", |
| 288 "--rerun-failures-count=2", | 281 "--rerun-failures-count=2", |
| 289 "--swarming", | 282 "--swarming", |
| 290 "--json-test-results", | 283 "--json-test-results", |
| 291 "${ISOLATED_OUTDIR}/output.json" | 284 "${ISOLATED_OUTDIR}/output.json" |
| 292 ], | 285 ], |
| 293 "cwd": "[SLAVE_BUILD]", | |
| 294 "name": "[trigger] Check on Ubuntu-14.04", | 286 "name": "[trigger] Check on Ubuntu-14.04", |
| 295 "~followup_annotations": [ | 287 "~followup_annotations": [ |
| 296 "@@@STEP_LOG_LINE@json.output@{@@@", | 288 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 297 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Ubuntu-14.04/[
dummy has/v8_linux64_msan_rel/571\", @@@", | 289 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Ubuntu-14.04/[
dummy has/v8_linux64_msan_rel/571\", @@@", |
| 298 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 290 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 299 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-14.04/[dummy has/v8_linux
64_msan_rel/571:2:0\": {@@@", | 291 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-14.04/[dummy has/v8_linux
64_msan_rel/571:2:0\": {@@@", |
| 300 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 292 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 301 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 293 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 302 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 294 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 303 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 295 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 304 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-14.04/[dummy has/v8_linux
64_msan_rel/571:2:1\": {@@@", | 296 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-14.04/[dummy has/v8_linux
64_msan_rel/571:2:1\": {@@@", |
| 305 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@", | 297 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@", |
| 306 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@", | 298 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@", |
| 307 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10100\"@@@", | 299 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10100\"@@@", |
| 308 "@@@STEP_LOG_LINE@json.output@ }@@@", | 300 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 309 "@@@STEP_LOG_LINE@json.output@ }@@@", | 301 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 310 "@@@STEP_LOG_LINE@json.output@}@@@", | 302 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 311 "@@@STEP_LOG_END@json.output@@@", | 303 "@@@STEP_LOG_END@json.output@@@", |
| 312 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", | 304 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", |
| 313 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@" | 305 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@" |
| 314 ] | 306 ] |
| 315 }, | 307 }, |
| 316 { | 308 { |
| 317 "cmd": [ | 309 "cmd": [ |
| 318 "python", | 310 "python", |
| 319 "-u", | 311 "-u", |
| 320 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 312 "[CWD]/v8/tools/swarming_client/swarming.py", |
| 321 "trigger", | 313 "trigger", |
| 322 "--swarming", | 314 "--swarming", |
| 323 "https://chromium-swarm.appspot.com", | 315 "https://chromium-swarm.appspot.com", |
| 324 "--isolate-server", | 316 "--isolate-server", |
| 325 "https://isolateserver.appspot.com", | 317 "https://isolateserver.appspot.com", |
| 326 "--priority", | 318 "--priority", |
| 327 "30", | 319 "30", |
| 328 "--shards", | 320 "--shards", |
| 329 "2", | 321 "2", |
| 330 "--task-name", | 322 "--task-name", |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 392 "--random-seed=1950386076", | 384 "--random-seed=1950386076", |
| 393 "test262", | 385 "test262", |
| 394 "--download-data", | 386 "--download-data", |
| 395 "--variants=default", | 387 "--variants=default", |
| 396 "--msan", | 388 "--msan", |
| 397 "--rerun-failures-count=2", | 389 "--rerun-failures-count=2", |
| 398 "--swarming", | 390 "--swarming", |
| 399 "--json-test-results", | 391 "--json-test-results", |
| 400 "${ISOLATED_OUTDIR}/output.json" | 392 "${ISOLATED_OUTDIR}/output.json" |
| 401 ], | 393 ], |
| 402 "cwd": "[SLAVE_BUILD]", | |
| 403 "name": "[trigger] Test262 - no variants on Ubuntu-14.04", | 394 "name": "[trigger] Test262 - no variants on Ubuntu-14.04", |
| 404 "~followup_annotations": [ | 395 "~followup_annotations": [ |
| 405 "@@@STEP_LOG_LINE@json.output@{@@@", | 396 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 406 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variant
s/Ubuntu-14.04/[dummy has/v8_linux64_msan_rel/571\", @@@", | 397 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variant
s/Ubuntu-14.04/[dummy has/v8_linux64_msan_rel/571\", @@@", |
| 407 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 398 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 408 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants/Ubuntu-14.04/[du
mmy has/v8_linux64_msan_rel/571:2:0\": {@@@", | 399 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants/Ubuntu-14.04/[du
mmy has/v8_linux64_msan_rel/571:2:0\": {@@@", |
| 409 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 400 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 410 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 401 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 411 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 402 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 412 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 403 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 413 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants/Ubuntu-14.04/[du
mmy has/v8_linux64_msan_rel/571:2:1\": {@@@", | 404 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants/Ubuntu-14.04/[du
mmy has/v8_linux64_msan_rel/571:2:1\": {@@@", |
| 414 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@", | 405 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@", |
| 415 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@", | 406 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@", |
| 416 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10100\"@@@", | 407 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10100\"@@@", |
| 417 "@@@STEP_LOG_LINE@json.output@ }@@@", | 408 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 418 "@@@STEP_LOG_LINE@json.output@ }@@@", | 409 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 419 "@@@STEP_LOG_LINE@json.output@}@@@", | 410 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 420 "@@@STEP_LOG_END@json.output@@@", | 411 "@@@STEP_LOG_END@json.output@@@", |
| 421 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", | 412 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", |
| 422 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@" | 413 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@" |
| 423 ] | 414 ] |
| 424 }, | 415 }, |
| 425 { | 416 { |
| 426 "cmd": [ | 417 "cmd": [ |
| 427 "python", | 418 "python", |
| 428 "-u", | 419 "-u", |
| 429 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 420 "[CWD]/v8/tools/swarming_client/swarming.py", |
| 430 "trigger", | 421 "trigger", |
| 431 "--swarming", | 422 "--swarming", |
| 432 "https://chromium-swarm.appspot.com", | 423 "https://chromium-swarm.appspot.com", |
| 433 "--isolate-server", | 424 "--isolate-server", |
| 434 "https://isolateserver.appspot.com", | 425 "https://isolateserver.appspot.com", |
| 435 "--priority", | 426 "--priority", |
| 436 "30", | 427 "30", |
| 437 "--shards", | 428 "--shards", |
| 438 "1", | 429 "1", |
| 439 "--task-name", | 430 "--task-name", |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 501 "--random-seed=1950386076", | 492 "--random-seed=1950386076", |
| 502 "ignition", | 493 "ignition", |
| 503 "--ignition", | 494 "--ignition", |
| 504 "--variants=ignition", | 495 "--variants=ignition", |
| 505 "--msan", | 496 "--msan", |
| 506 "--rerun-failures-count=2", | 497 "--rerun-failures-count=2", |
| 507 "--swarming", | 498 "--swarming", |
| 508 "--json-test-results", | 499 "--json-test-results", |
| 509 "${ISOLATED_OUTDIR}/output.json" | 500 "${ISOLATED_OUTDIR}/output.json" |
| 510 ], | 501 ], |
| 511 "cwd": "[SLAVE_BUILD]", | |
| 512 "name": "[trigger] Ignition on Ubuntu-14.04", | 502 "name": "[trigger] Ignition on Ubuntu-14.04", |
| 513 "~followup_annotations": [ | 503 "~followup_annotations": [ |
| 514 "@@@STEP_LOG_LINE@json.output@{@@@", | 504 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 515 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition/Ubuntu-14.0
4/[dummy has/v8_linux64_msan_rel/571\", @@@", | 505 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition/Ubuntu-14.0
4/[dummy has/v8_linux64_msan_rel/571\", @@@", |
| 516 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 506 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 517 "@@@STEP_LOG_LINE@json.output@ \"Ignition/Ubuntu-14.04/[dummy has/v8_li
nux64_msan_rel/571\": {@@@", | 507 "@@@STEP_LOG_LINE@json.output@ \"Ignition/Ubuntu-14.04/[dummy has/v8_li
nux64_msan_rel/571\": {@@@", |
| 518 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 508 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 519 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 509 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 520 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 510 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 521 "@@@STEP_LOG_LINE@json.output@ }@@@", | 511 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 522 "@@@STEP_LOG_LINE@json.output@ }@@@", | 512 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 523 "@@@STEP_LOG_LINE@json.output@}@@@", | 513 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 524 "@@@STEP_LOG_END@json.output@@@", | 514 "@@@STEP_LOG_END@json.output@@@", |
| 525 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 515 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 526 ] | 516 ] |
| 527 }, | 517 }, |
| 528 { | 518 { |
| 529 "allow_subannotations": true, | 519 "allow_subannotations": true, |
| 530 "cmd": [ | 520 "cmd": [ |
| 531 "python", | 521 "python", |
| 532 "-u", | 522 "-u", |
| 533 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 523 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 534 "--swarming-client-dir", | 524 "--swarming-client-dir", |
| 535 "[SLAVE_BUILD]/v8/tools/swarming_client", | 525 "[CWD]/v8/tools/swarming_client", |
| 536 "--temp-root-dir", | 526 "--temp-root-dir", |
| 537 "[TMP_BASE]", | 527 "[TMP]", |
| 538 "--merged-test-output", | 528 "--merged-test-output", |
| 539 "/path/to/tmp/json", | 529 "/path/to/tmp/json", |
| 540 "--", | 530 "--", |
| 541 "collect", | 531 "collect", |
| 542 "--swarming", | 532 "--swarming", |
| 543 "https://chromium-swarm.appspot.com", | 533 "https://chromium-swarm.appspot.com", |
| 544 "--decorate", | 534 "--decorate", |
| 545 "--print-status-updates", | 535 "--print-status-updates", |
| 546 "--shards", | 536 "--shards", |
| 547 "2", | 537 "2", |
| 548 "Check/Ubuntu-14.04/[dummy has/v8_linux64_msan_rel/571" | 538 "Check/Ubuntu-14.04/[dummy has/v8_linux64_msan_rel/571" |
| 549 ], | 539 ], |
| 550 "cwd": "[SLAVE_BUILD]", | |
| 551 "name": "Check", | 540 "name": "Check", |
| 552 "~followup_annotations": [ | 541 "~followup_annotations": [ |
| 553 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 542 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 554 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 543 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 555 "@@@STEP_LOG_LINE@durations@@@@", | 544 "@@@STEP_LOG_LINE@durations@@@@", |
| 556 "@@@STEP_LOG_LINE@durations@Details:@@@", | 545 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 557 "@@@STEP_LOG_LINE@durations@@@@", | 546 "@@@STEP_LOG_LINE@durations@@@@", |
| 558 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 547 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 559 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 548 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 560 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 549 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 561 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 550 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 562 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 551 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 563 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 552 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 564 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 553 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 565 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 554 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 566 "@@@STEP_LOG_END@durations@@@" | 555 "@@@STEP_LOG_END@durations@@@" |
| 567 ] | 556 ] |
| 568 }, | 557 }, |
| 569 { | 558 { |
| 570 "allow_subannotations": true, | 559 "allow_subannotations": true, |
| 571 "cmd": [ | 560 "cmd": [ |
| 572 "python", | 561 "python", |
| 573 "-u", | 562 "-u", |
| 574 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 563 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 575 "--swarming-client-dir", | 564 "--swarming-client-dir", |
| 576 "[SLAVE_BUILD]/v8/tools/swarming_client", | 565 "[CWD]/v8/tools/swarming_client", |
| 577 "--temp-root-dir", | 566 "--temp-root-dir", |
| 578 "[TMP_BASE]", | 567 "[TMP]", |
| 579 "--merged-test-output", | 568 "--merged-test-output", |
| 580 "/path/to/tmp/json", | 569 "/path/to/tmp/json", |
| 581 "--", | 570 "--", |
| 582 "collect", | 571 "collect", |
| 583 "--swarming", | 572 "--swarming", |
| 584 "https://chromium-swarm.appspot.com", | 573 "https://chromium-swarm.appspot.com", |
| 585 "--decorate", | 574 "--decorate", |
| 586 "--print-status-updates", | 575 "--print-status-updates", |
| 587 "--shards", | 576 "--shards", |
| 588 "2", | 577 "2", |
| 589 "Test262 - no variants/Ubuntu-14.04/[dummy has/v8_linux64_msan_rel/571" | 578 "Test262 - no variants/Ubuntu-14.04/[dummy has/v8_linux64_msan_rel/571" |
| 590 ], | 579 ], |
| 591 "cwd": "[SLAVE_BUILD]", | |
| 592 "name": "Test262 - no variants", | 580 "name": "Test262 - no variants", |
| 593 "~followup_annotations": [ | 581 "~followup_annotations": [ |
| 594 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 582 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 595 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 583 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 596 "@@@STEP_LOG_LINE@durations@@@@", | 584 "@@@STEP_LOG_LINE@durations@@@@", |
| 597 "@@@STEP_LOG_LINE@durations@Details:@@@", | 585 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 598 "@@@STEP_LOG_LINE@durations@@@@", | 586 "@@@STEP_LOG_LINE@durations@@@@", |
| 599 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 587 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 600 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 588 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 601 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 589 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 602 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 590 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 603 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 591 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 604 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 592 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 605 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 593 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 606 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 594 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 607 "@@@STEP_LOG_END@durations@@@" | 595 "@@@STEP_LOG_END@durations@@@" |
| 608 ] | 596 ] |
| 609 }, | 597 }, |
| 610 { | 598 { |
| 611 "allow_subannotations": true, | 599 "allow_subannotations": true, |
| 612 "cmd": [ | 600 "cmd": [ |
| 613 "python", | 601 "python", |
| 614 "-u", | 602 "-u", |
| 615 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 603 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 616 "--swarming-client-dir", | 604 "--swarming-client-dir", |
| 617 "[SLAVE_BUILD]/v8/tools/swarming_client", | 605 "[CWD]/v8/tools/swarming_client", |
| 618 "--temp-root-dir", | 606 "--temp-root-dir", |
| 619 "[TMP_BASE]", | 607 "[TMP]", |
| 620 "--merged-test-output", | 608 "--merged-test-output", |
| 621 "/path/to/tmp/json", | 609 "/path/to/tmp/json", |
| 622 "--", | 610 "--", |
| 623 "collect", | 611 "collect", |
| 624 "--swarming", | 612 "--swarming", |
| 625 "https://chromium-swarm.appspot.com", | 613 "https://chromium-swarm.appspot.com", |
| 626 "--decorate", | 614 "--decorate", |
| 627 "--print-status-updates", | 615 "--print-status-updates", |
| 628 "--shards", | 616 "--shards", |
| 629 "1", | 617 "1", |
| 630 "Ignition/Ubuntu-14.04/[dummy has/v8_linux64_msan_rel/571" | 618 "Ignition/Ubuntu-14.04/[dummy has/v8_linux64_msan_rel/571" |
| 631 ], | 619 ], |
| 632 "cwd": "[SLAVE_BUILD]", | |
| 633 "name": "Ignition", | 620 "name": "Ignition", |
| 634 "~followup_annotations": [ | 621 "~followup_annotations": [ |
| 635 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 622 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 636 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 623 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 637 "@@@STEP_LOG_LINE@durations@@@@", | 624 "@@@STEP_LOG_LINE@durations@@@@", |
| 638 "@@@STEP_LOG_LINE@durations@Details:@@@", | 625 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 639 "@@@STEP_LOG_LINE@durations@@@@", | 626 "@@@STEP_LOG_LINE@durations@@@@", |
| 640 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 627 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 641 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 628 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 642 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 629 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 643 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 630 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 644 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 631 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 645 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 632 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 646 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 633 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 647 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 634 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 648 "@@@STEP_LOG_END@durations@@@" | 635 "@@@STEP_LOG_END@durations@@@" |
| 649 ] | 636 ] |
| 650 }, | 637 }, |
| 651 { | 638 { |
| 652 "name": "$result", | 639 "name": "$result", |
| 653 "recipe_result": null, | 640 "recipe_result": null, |
| 654 "status_code": 0 | 641 "status_code": 0 |
| 655 } | 642 } |
| 656 ] | 643 ] |
| OLD | NEW |