| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "client.v8", | 8 "client.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "V8 Linux64 ASAN", | 10 "V8 Linux64 ASAN", |
| 11 "--slave", | 11 "--slave", |
| 12 "TestSlavename", | 12 "TestSlavename", |
| 13 "--spec", | 13 "--spec", |
| 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'}]", | 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'}]", |
| 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 "[ROOT]/b/build/slave/cache_dir", | 20 "[GIT_CACHE]", |
| 21 "--output_json", | 21 "--output_json", |
| 22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
| 23 "--revision", | 23 "--revision", |
| 24 "v8@20123", | 24 "v8@20123", |
| 25 "--no_shallow", | 25 "--no_shallow", |
| 26 "--output_manifest" | 26 "--output_manifest" |
| 27 ], | 27 ], |
| 28 "cwd": "[SLAVE_BUILD]", |
| 28 "env": { | 29 "env": { |
| 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 30 }, | 31 }, |
| 31 "name": "bot_update", | 32 "name": "bot_update", |
| 32 "~followup_annotations": [ | 33 "~followup_annotations": [ |
| 33 "@@@STEP_TEXT@Some step text@@@", | 34 "@@@STEP_TEXT@Some step text@@@", |
| 34 "@@@STEP_LOG_LINE@json.output@{@@@", | 35 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 37 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"20123\"@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"20123\"@@@", |
| (...skipping 23 matching lines...) Expand all Loading... |
| 61 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", | 62 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", |
| 62 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@", | 63 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@", |
| 63 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#108913}\"@@@", | 64 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#108913}\"@@@", |
| 64 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" | 65 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" |
| 65 ] | 66 ] |
| 66 }, | 67 }, |
| 67 { | 68 { |
| 68 "cmd": [ | 69 "cmd": [ |
| 69 "python", | 70 "python", |
| 70 "-u", | 71 "-u", |
| 71 "[CWD]/v8/tools/swarming_client/swarming.py", | 72 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
| 72 "--version" | 73 "--version" |
| 73 ], | 74 ], |
| 75 "cwd": "[SLAVE_BUILD]", |
| 74 "name": "swarming.py --version", | 76 "name": "swarming.py --version", |
| 75 "stdout": "/path/to/tmp/", | 77 "stdout": "/path/to/tmp/", |
| 76 "~followup_annotations": [ | 78 "~followup_annotations": [ |
| 77 "@@@STEP_TEXT@0.4.10@@@" | 79 "@@@STEP_TEXT@0.4.10@@@" |
| 78 ] | 80 ] |
| 79 }, | 81 }, |
| 80 { | 82 { |
| 81 "cmd": [ | 83 "cmd": [ |
| 82 "python", | 84 "python", |
| 83 "-u", | 85 "-u", |
| 84 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 86 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 85 "runhooks" | 87 "runhooks" |
| 86 ], | 88 ], |
| 89 "cwd": "[SLAVE_BUILD]", |
| 87 "env": { | 90 "env": { |
| 88 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 91 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 89 "GYP_DEFINES": "asan=1 clang=1 gomadir='[ROOT]/b/build/goma' lsan=1 target
_arch=x64 test_isolation_mode=prepare use_goma=1 v8_target_arch=x64", | 92 "GYP_DEFINES": "asan=1 clang=1 gomadir='[BUILD]/goma' lsan=1 target_arch=x
64 test_isolation_mode=prepare use_goma=1 v8_target_arch=x64", |
| 90 "GYP_GENERATORS": "ninja", | 93 "GYP_GENERATORS": "ninja", |
| 91 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 94 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 92 }, | 95 }, |
| 93 "name": "gclient runhooks" | 96 "name": "gclient runhooks" |
| 94 }, | 97 }, |
| 95 { | 98 { |
| 96 "cmd": [ | 99 "cmd": [ |
| 97 "python", | 100 "python", |
| 98 "-u", | 101 "-u", |
| 99 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 102 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 100 "--show-path", | 103 "--show-path", |
| 101 "python", | 104 "python", |
| 102 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 105 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 103 ], | 106 ], |
| 107 "cwd": "[SLAVE_BUILD]", |
| 104 "name": "cleanup_temp" | 108 "name": "cleanup_temp" |
| 105 }, | 109 }, |
| 106 { | 110 { |
| 107 "allow_subannotations": true, | 111 "allow_subannotations": true, |
| 108 "cmd": [ | 112 "cmd": [ |
| 109 "python", | 113 "python", |
| 110 "-u", | 114 "-u", |
| 111 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 115 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 112 "--src-dir", | 116 "--src-dir", |
| 113 "[CWD]/v8", | 117 "[SLAVE_BUILD]/v8", |
| 114 "--output-json", | 118 "--output-json", |
| 115 "/path/to/tmp/json" | 119 "/path/to/tmp/json" |
| 116 ], | 120 ], |
| 121 "cwd": "[SLAVE_BUILD]", |
| 117 "env": { | 122 "env": { |
| 118 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 123 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 119 }, | 124 }, |
| 120 "name": "clang_revision", | 125 "name": "clang_revision", |
| 121 "~followup_annotations": [ | 126 "~followup_annotations": [ |
| 122 "@@@STEP_LOG_LINE@json.output@{@@@", | 127 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 123 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 128 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 124 "@@@STEP_LOG_LINE@json.output@}@@@", | 129 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 125 "@@@STEP_LOG_END@json.output@@@" | 130 "@@@STEP_LOG_END@json.output@@@" |
| 126 ] | 131 ] |
| 127 }, | 132 }, |
| 128 { | 133 { |
| 129 "cmd": [ | 134 "cmd": [ |
| 130 "python", | 135 "python", |
| 131 "-u", | 136 "-u", |
| 132 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 137 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 133 "--show-path", | 138 "--show-path", |
| 134 "python", | 139 "python", |
| 135 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 140 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 136 "--gsutil-py-path", | 141 "--gsutil-py-path", |
| 137 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 142 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 138 "--ninja-path", | 143 "--ninja-path", |
| 139 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 144 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 140 "--target", | 145 "--target", |
| 141 "Release", | 146 "Release", |
| 142 "--src-dir", | 147 "--src-dir", |
| 143 "[CWD]/v8", | 148 "[SLAVE_BUILD]/v8", |
| 144 "--goma-cache-dir", | 149 "--goma-cache-dir", |
| 145 "[ROOT]/b/build/slave/goma_cache", | 150 "[GOMA_CACHE]", |
| 146 "--build-tool", | 151 "--build-tool", |
| 147 "ninja", | 152 "ninja", |
| 148 "--compiler", | 153 "--compiler", |
| 149 "goma-clang", | 154 "goma-clang", |
| 150 "--goma-jsonstatus", | 155 "--goma-jsonstatus", |
| 151 "/path/to/tmp/json", | 156 "/path/to/tmp/json", |
| 152 "--goma-service-account-json-file", | 157 "--goma-service-account-json-file", |
| 153 "/creds/service_accounts/service-account-goma-client.json", | 158 "/creds/service_accounts/service-account-goma-client.json", |
| 154 "--goma-dir", | 159 "--goma-dir", |
| 155 "[ROOT]/b/build/goma", | 160 "[BUILD]/goma", |
| 156 "--" | 161 "--" |
| 157 ], | 162 ], |
| 163 "cwd": "[SLAVE_BUILD]", |
| 158 "env": { | 164 "env": { |
| 159 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 165 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 160 }, | 166 }, |
| 161 "name": "compile", | 167 "name": "compile", |
| 162 "~followup_annotations": [ | 168 "~followup_annotations": [ |
| 163 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 169 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 164 "@@@STEP_LOG_END@json.output (invalid)@@@" | 170 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 165 ] | 171 ] |
| 166 }, | 172 }, |
| 167 { | 173 { |
| 168 "cmd": [ | 174 "cmd": [ |
| 169 "python", | 175 "python", |
| 170 "-u", | 176 "-u", |
| 171 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 177 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 172 "[CWD]/v8/tools/swarming_client", | 178 "[SLAVE_BUILD]/v8/tools/swarming_client", |
| 173 "batcharchive", | 179 "batcharchive", |
| 174 "--dump-json", | 180 "--dump-json", |
| 175 "/path/to/tmp/json", | 181 "/path/to/tmp/json", |
| 176 "--isolate-server", | 182 "--isolate-server", |
| 177 "https://isolateserver.appspot.com", | 183 "https://isolateserver.appspot.com", |
| 178 "--verbose", | 184 "--verbose", |
| 179 "[CWD]/v8/out/Release/bot_default.isolated.gen.json", | 185 "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json", |
| 180 "[CWD]/v8/out/Release/ignition.isolated.gen.json", | 186 "[SLAVE_BUILD]/v8/out/Release/ignition.isolated.gen.json", |
| 181 "[CWD]/v8/out/Release/test262.isolated.gen.json" | 187 "[SLAVE_BUILD]/v8/out/Release/test262.isolated.gen.json" |
| 182 ], | 188 ], |
| 189 "cwd": "[SLAVE_BUILD]", |
| 183 "name": "isolate tests", | 190 "name": "isolate tests", |
| 184 "~followup_annotations": [ | 191 "~followup_annotations": [ |
| 185 "@@@STEP_LOG_LINE@json.output@{@@@", | 192 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 186 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", | 193 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", |
| 187 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
", @@@", | 194 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
", @@@", |
| 188 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", | 195 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", |
| 189 "@@@STEP_LOG_LINE@json.output@}@@@", | 196 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 190 "@@@STEP_LOG_END@json.output@@@" | 197 "@@@STEP_LOG_END@json.output@@@" |
| 191 ] | 198 ] |
| 192 }, | 199 }, |
| 193 { | 200 { |
| 194 "cmd": [ | 201 "cmd": [ |
| 195 "python", | 202 "python", |
| 196 "-u", | 203 "-u", |
| 197 "[CWD]/v8/tools/swarming_client/swarming.py", | 204 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
| 198 "trigger", | 205 "trigger", |
| 199 "--swarming", | 206 "--swarming", |
| 200 "https://chromium-swarm.appspot.com", | 207 "https://chromium-swarm.appspot.com", |
| 201 "--isolate-server", | 208 "--isolate-server", |
| 202 "https://isolateserver.appspot.com", | 209 "https://isolateserver.appspot.com", |
| 203 "--priority", | 210 "--priority", |
| 204 "25", | 211 "25", |
| 205 "--shards", | 212 "--shards", |
| 206 "2", | 213 "2", |
| 207 "--task-name", | 214 "--task-name", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 262 "--timeout=200", | 269 "--timeout=200", |
| 263 "--random-seed=1950386076", | 270 "--random-seed=1950386076", |
| 264 "bot_default", | 271 "bot_default", |
| 265 "--exhaustive-variants", | 272 "--exhaustive-variants", |
| 266 "--asan", | 273 "--asan", |
| 267 "--rerun-failures-count=2", | 274 "--rerun-failures-count=2", |
| 268 "--swarming", | 275 "--swarming", |
| 269 "--json-test-results", | 276 "--json-test-results", |
| 270 "${ISOLATED_OUTDIR}/output.json" | 277 "${ISOLATED_OUTDIR}/output.json" |
| 271 ], | 278 ], |
| 279 "cwd": "[SLAVE_BUILD]", |
| 272 "name": "[trigger] Check on Ubuntu-14.04", | 280 "name": "[trigger] Check on Ubuntu-14.04", |
| 273 "~followup_annotations": [ | 281 "~followup_annotations": [ |
| 274 "@@@STEP_LOG_LINE@json.output@{@@@", | 282 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 275 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Ubuntu-14.04/[
dummy has/V8 Linux64 ASAN/571\", @@@", | 283 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Ubuntu-14.04/[
dummy has/V8 Linux64 ASAN/571\", @@@", |
| 276 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 284 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 277 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-14.04/[dummy has/V8 Linux
64 ASAN/571:2:0\": {@@@", | 285 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-14.04/[dummy has/V8 Linux
64 ASAN/571:2:0\": {@@@", |
| 278 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 286 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 279 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 287 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 280 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 288 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 281 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 289 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 282 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-14.04/[dummy has/V8 Linux
64 ASAN/571:2:1\": {@@@", | 290 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-14.04/[dummy has/V8 Linux
64 ASAN/571:2:1\": {@@@", |
| 283 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@", | 291 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@", |
| 284 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@", | 292 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@", |
| 285 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10100\"@@@", | 293 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10100\"@@@", |
| 286 "@@@STEP_LOG_LINE@json.output@ }@@@", | 294 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 287 "@@@STEP_LOG_LINE@json.output@ }@@@", | 295 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 288 "@@@STEP_LOG_LINE@json.output@}@@@", | 296 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 289 "@@@STEP_LOG_END@json.output@@@", | 297 "@@@STEP_LOG_END@json.output@@@", |
| 290 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", | 298 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", |
| 291 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@" | 299 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@" |
| 292 ] | 300 ] |
| 293 }, | 301 }, |
| 294 { | 302 { |
| 295 "cmd": [ | 303 "cmd": [ |
| 296 "python", | 304 "python", |
| 297 "-u", | 305 "-u", |
| 298 "[CWD]/v8/tools/swarming_client/swarming.py", | 306 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
| 299 "trigger", | 307 "trigger", |
| 300 "--swarming", | 308 "--swarming", |
| 301 "https://chromium-swarm.appspot.com", | 309 "https://chromium-swarm.appspot.com", |
| 302 "--isolate-server", | 310 "--isolate-server", |
| 303 "https://isolateserver.appspot.com", | 311 "https://isolateserver.appspot.com", |
| 304 "--priority", | 312 "--priority", |
| 305 "25", | 313 "25", |
| 306 "--shards", | 314 "--shards", |
| 307 "1", | 315 "1", |
| 308 "--task-name", | 316 "--task-name", |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 364 "--random-seed=1950386076", | 372 "--random-seed=1950386076", |
| 365 "test262", | 373 "test262", |
| 366 "--download-data", | 374 "--download-data", |
| 367 "--variants=default", | 375 "--variants=default", |
| 368 "--asan", | 376 "--asan", |
| 369 "--rerun-failures-count=2", | 377 "--rerun-failures-count=2", |
| 370 "--swarming", | 378 "--swarming", |
| 371 "--json-test-results", | 379 "--json-test-results", |
| 372 "${ISOLATED_OUTDIR}/output.json" | 380 "${ISOLATED_OUTDIR}/output.json" |
| 373 ], | 381 ], |
| 382 "cwd": "[SLAVE_BUILD]", |
| 374 "name": "[trigger] Test262 - no variants on Ubuntu-14.04", | 383 "name": "[trigger] Test262 - no variants on Ubuntu-14.04", |
| 375 "~followup_annotations": [ | 384 "~followup_annotations": [ |
| 376 "@@@STEP_LOG_LINE@json.output@{@@@", | 385 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 377 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variant
s/Ubuntu-14.04/[dummy has/V8 Linux64 ASAN/571\", @@@", | 386 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variant
s/Ubuntu-14.04/[dummy has/V8 Linux64 ASAN/571\", @@@", |
| 378 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 387 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 379 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants/Ubuntu-14.04/[du
mmy has/V8 Linux64 ASAN/571\": {@@@", | 388 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants/Ubuntu-14.04/[du
mmy has/V8 Linux64 ASAN/571\": {@@@", |
| 380 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 389 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 381 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 390 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 382 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 391 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 383 "@@@STEP_LOG_LINE@json.output@ }@@@", | 392 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 384 "@@@STEP_LOG_LINE@json.output@ }@@@", | 393 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 385 "@@@STEP_LOG_LINE@json.output@}@@@", | 394 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 386 "@@@STEP_LOG_END@json.output@@@", | 395 "@@@STEP_LOG_END@json.output@@@", |
| 387 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 396 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 388 ] | 397 ] |
| 389 }, | 398 }, |
| 390 { | 399 { |
| 391 "cmd": [ | 400 "cmd": [ |
| 392 "python", | 401 "python", |
| 393 "-u", | 402 "-u", |
| 394 "[CWD]/v8/tools/swarming_client/swarming.py", | 403 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
| 395 "trigger", | 404 "trigger", |
| 396 "--swarming", | 405 "--swarming", |
| 397 "https://chromium-swarm.appspot.com", | 406 "https://chromium-swarm.appspot.com", |
| 398 "--isolate-server", | 407 "--isolate-server", |
| 399 "https://isolateserver.appspot.com", | 408 "https://isolateserver.appspot.com", |
| 400 "--priority", | 409 "--priority", |
| 401 "25", | 410 "25", |
| 402 "--shards", | 411 "--shards", |
| 403 "1", | 412 "1", |
| 404 "--task-name", | 413 "--task-name", |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 460 "--random-seed=1950386076", | 469 "--random-seed=1950386076", |
| 461 "ignition", | 470 "ignition", |
| 462 "--ignition-turbofan", | 471 "--ignition-turbofan", |
| 463 "--variants=ignition_turbofan", | 472 "--variants=ignition_turbofan", |
| 464 "--asan", | 473 "--asan", |
| 465 "--rerun-failures-count=2", | 474 "--rerun-failures-count=2", |
| 466 "--swarming", | 475 "--swarming", |
| 467 "--json-test-results", | 476 "--json-test-results", |
| 468 "${ISOLATED_OUTDIR}/output.json" | 477 "${ISOLATED_OUTDIR}/output.json" |
| 469 ], | 478 ], |
| 479 "cwd": "[SLAVE_BUILD]", |
| 470 "name": "[trigger] Ignition - turbofan on Ubuntu-14.04", | 480 "name": "[trigger] Ignition - turbofan on Ubuntu-14.04", |
| 471 "~followup_annotations": [ | 481 "~followup_annotations": [ |
| 472 "@@@STEP_LOG_LINE@json.output@{@@@", | 482 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 473 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/
Ubuntu-14.04/[dummy has/V8 Linux64 ASAN/571\", @@@", | 483 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/
Ubuntu-14.04/[dummy has/V8 Linux64 ASAN/571\", @@@", |
| 474 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 484 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 475 "@@@STEP_LOG_LINE@json.output@ \"Ignition - turbofan/Ubuntu-14.04/[dumm
y has/V8 Linux64 ASAN/571\": {@@@", | 485 "@@@STEP_LOG_LINE@json.output@ \"Ignition - turbofan/Ubuntu-14.04/[dumm
y has/V8 Linux64 ASAN/571\": {@@@", |
| 476 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 486 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 477 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 487 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 478 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 488 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 479 "@@@STEP_LOG_LINE@json.output@ }@@@", | 489 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 480 "@@@STEP_LOG_LINE@json.output@ }@@@", | 490 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 481 "@@@STEP_LOG_LINE@json.output@}@@@", | 491 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 482 "@@@STEP_LOG_END@json.output@@@", | 492 "@@@STEP_LOG_END@json.output@@@", |
| 483 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 493 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 484 ] | 494 ] |
| 485 }, | 495 }, |
| 486 { | 496 { |
| 487 "allow_subannotations": true, | 497 "allow_subannotations": true, |
| 488 "cmd": [ | 498 "cmd": [ |
| 489 "python", | 499 "python", |
| 490 "-u", | 500 "-u", |
| 491 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 501 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 492 "--swarming-client-dir", | 502 "--swarming-client-dir", |
| 493 "[CWD]/v8/tools/swarming_client", | 503 "[SLAVE_BUILD]/v8/tools/swarming_client", |
| 494 "--temp-root-dir", | 504 "--temp-root-dir", |
| 495 "[TMP]", | 505 "[TMP_BASE]", |
| 496 "--merged-test-output", | 506 "--merged-test-output", |
| 497 "/path/to/tmp/json", | 507 "/path/to/tmp/json", |
| 498 "--", | 508 "--", |
| 499 "collect", | 509 "collect", |
| 500 "--swarming", | 510 "--swarming", |
| 501 "https://chromium-swarm.appspot.com", | 511 "https://chromium-swarm.appspot.com", |
| 502 "--decorate", | 512 "--decorate", |
| 503 "--print-status-updates", | 513 "--print-status-updates", |
| 504 "--shards", | 514 "--shards", |
| 505 "2", | 515 "2", |
| 506 "Check/Ubuntu-14.04/[dummy has/V8 Linux64 ASAN/571" | 516 "Check/Ubuntu-14.04/[dummy has/V8 Linux64 ASAN/571" |
| 507 ], | 517 ], |
| 518 "cwd": "[SLAVE_BUILD]", |
| 508 "name": "Check", | 519 "name": "Check", |
| 509 "~followup_annotations": [ | 520 "~followup_annotations": [ |
| 510 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 521 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 511 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 522 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 512 "@@@STEP_LOG_LINE@durations@@@@", | 523 "@@@STEP_LOG_LINE@durations@@@@", |
| 513 "@@@STEP_LOG_LINE@durations@Details:@@@", | 524 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 514 "@@@STEP_LOG_LINE@durations@@@@", | 525 "@@@STEP_LOG_LINE@durations@@@@", |
| 515 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 526 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 516 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 527 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 517 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 528 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 518 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 529 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 519 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 530 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 520 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 531 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 521 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 532 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 522 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 533 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 523 "@@@STEP_LOG_END@durations@@@" | 534 "@@@STEP_LOG_END@durations@@@" |
| 524 ] | 535 ] |
| 525 }, | 536 }, |
| 526 { | 537 { |
| 527 "allow_subannotations": true, | 538 "allow_subannotations": true, |
| 528 "cmd": [ | 539 "cmd": [ |
| 529 "python", | 540 "python", |
| 530 "-u", | 541 "-u", |
| 531 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 542 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 532 "--swarming-client-dir", | 543 "--swarming-client-dir", |
| 533 "[CWD]/v8/tools/swarming_client", | 544 "[SLAVE_BUILD]/v8/tools/swarming_client", |
| 534 "--temp-root-dir", | 545 "--temp-root-dir", |
| 535 "[TMP]", | 546 "[TMP_BASE]", |
| 536 "--merged-test-output", | 547 "--merged-test-output", |
| 537 "/path/to/tmp/json", | 548 "/path/to/tmp/json", |
| 538 "--", | 549 "--", |
| 539 "collect", | 550 "collect", |
| 540 "--swarming", | 551 "--swarming", |
| 541 "https://chromium-swarm.appspot.com", | 552 "https://chromium-swarm.appspot.com", |
| 542 "--decorate", | 553 "--decorate", |
| 543 "--print-status-updates", | 554 "--print-status-updates", |
| 544 "--shards", | 555 "--shards", |
| 545 "1", | 556 "1", |
| 546 "Test262 - no variants/Ubuntu-14.04/[dummy has/V8 Linux64 ASAN/571" | 557 "Test262 - no variants/Ubuntu-14.04/[dummy has/V8 Linux64 ASAN/571" |
| 547 ], | 558 ], |
| 559 "cwd": "[SLAVE_BUILD]", |
| 548 "name": "Test262 - no variants", | 560 "name": "Test262 - no variants", |
| 549 "~followup_annotations": [ | 561 "~followup_annotations": [ |
| 550 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 562 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 551 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 563 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 552 "@@@STEP_LOG_LINE@durations@@@@", | 564 "@@@STEP_LOG_LINE@durations@@@@", |
| 553 "@@@STEP_LOG_LINE@durations@Details:@@@", | 565 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 554 "@@@STEP_LOG_LINE@durations@@@@", | 566 "@@@STEP_LOG_LINE@durations@@@@", |
| 555 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 567 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 556 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 568 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 557 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 569 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 558 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 570 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 559 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 571 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 560 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 572 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 561 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 573 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 562 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 574 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 563 "@@@STEP_LOG_END@durations@@@" | 575 "@@@STEP_LOG_END@durations@@@" |
| 564 ] | 576 ] |
| 565 }, | 577 }, |
| 566 { | 578 { |
| 567 "allow_subannotations": true, | 579 "allow_subannotations": true, |
| 568 "cmd": [ | 580 "cmd": [ |
| 569 "python", | 581 "python", |
| 570 "-u", | 582 "-u", |
| 571 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 583 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 572 "--swarming-client-dir", | 584 "--swarming-client-dir", |
| 573 "[CWD]/v8/tools/swarming_client", | 585 "[SLAVE_BUILD]/v8/tools/swarming_client", |
| 574 "--temp-root-dir", | 586 "--temp-root-dir", |
| 575 "[TMP]", | 587 "[TMP_BASE]", |
| 576 "--merged-test-output", | 588 "--merged-test-output", |
| 577 "/path/to/tmp/json", | 589 "/path/to/tmp/json", |
| 578 "--", | 590 "--", |
| 579 "collect", | 591 "collect", |
| 580 "--swarming", | 592 "--swarming", |
| 581 "https://chromium-swarm.appspot.com", | 593 "https://chromium-swarm.appspot.com", |
| 582 "--decorate", | 594 "--decorate", |
| 583 "--print-status-updates", | 595 "--print-status-updates", |
| 584 "--shards", | 596 "--shards", |
| 585 "1", | 597 "1", |
| 586 "Ignition - turbofan/Ubuntu-14.04/[dummy has/V8 Linux64 ASAN/571" | 598 "Ignition - turbofan/Ubuntu-14.04/[dummy has/V8 Linux64 ASAN/571" |
| 587 ], | 599 ], |
| 600 "cwd": "[SLAVE_BUILD]", |
| 588 "name": "Ignition - turbofan", | 601 "name": "Ignition - turbofan", |
| 589 "~followup_annotations": [ | 602 "~followup_annotations": [ |
| 590 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 603 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 591 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 604 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 592 "@@@STEP_LOG_LINE@durations@@@@", | 605 "@@@STEP_LOG_LINE@durations@@@@", |
| 593 "@@@STEP_LOG_LINE@durations@Details:@@@", | 606 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 594 "@@@STEP_LOG_LINE@durations@@@@", | 607 "@@@STEP_LOG_LINE@durations@@@@", |
| 595 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 608 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 596 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 609 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 597 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 610 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 598 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 611 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 599 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 612 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 600 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 613 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 601 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 614 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 602 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 615 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 603 "@@@STEP_LOG_END@durations@@@" | 616 "@@@STEP_LOG_END@durations@@@" |
| 604 ] | 617 ] |
| 605 }, | 618 }, |
| 606 { | 619 { |
| 607 "cmd": [], | 620 "cmd": [], |
| 621 "cwd": "[SLAVE_BUILD]", |
| 608 "name": "trigger", | 622 "name": "trigger", |
| 609 "trigger_specs": [ | 623 "trigger_specs": [ |
| 610 { | 624 { |
| 611 "builder_name": "V8 Linux64 ASAN no inline - release builder", | 625 "builder_name": "V8 Linux64 ASAN no inline - release builder", |
| 612 "properties": { | 626 "properties": { |
| 613 "parent_build_environment": { | 627 "parent_build_environment": { |
| 614 "GYP_DEFINES": "asan=1 clang=1 lsan=1 target_arch=x64 test_isolation
_mode=prepare use_goma=1 v8_target_arch=x64", | 628 "GYP_DEFINES": "asan=1 clang=1 lsan=1 target_arch=x64 test_isolation
_mode=prepare use_goma=1 v8_target_arch=x64", |
| 615 "GYP_GENERATORS": "ninja" | 629 "GYP_GENERATORS": "ninja" |
| 616 }, | 630 }, |
| 617 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", | 631 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 701 "~followup_annotations": [ | 715 "~followup_annotations": [ |
| 702 "@@@STEP_TEXT@V8 Linux ASAN arm - debug builder<br />V8 Linux ASAN mipsel
- debug builder<br />V8 Linux64 ASAN - debug builder<br />V8 Linux64 ASAN arm64
- debug builder<br />V8 Linux64 ASAN no inline - release builder@@@" | 716 "@@@STEP_TEXT@V8 Linux ASAN arm - debug builder<br />V8 Linux ASAN mipsel
- debug builder<br />V8 Linux64 ASAN - debug builder<br />V8 Linux64 ASAN arm64
- debug builder<br />V8 Linux64 ASAN no inline - release builder@@@" |
| 703 ] | 717 ] |
| 704 }, | 718 }, |
| 705 { | 719 { |
| 706 "name": "$result", | 720 "name": "$result", |
| 707 "recipe_result": null, | 721 "recipe_result": null, |
| 708 "status_code": 0 | 722 "status_code": 0 |
| 709 } | 723 } |
| 710 ] | 724 ] |
| OLD | NEW |