| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", | 6 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", |
| 7 "--path", | 7 "--path", |
| 8 "[SLAVE_BUILD]/swarming.client", | 8 "[CWD]/swarming.client", |
| 9 "--url", | 9 "--url", |
| 10 "https://chromium.googlesource.com/external/swarming.client.git" | 10 "https://chromium.googlesource.com/external/swarming.client.git" |
| 11 ], | 11 ], |
| 12 "cwd": "[SLAVE_BUILD]", | |
| 13 "name": "git setup (swarming_client)" | 12 "name": "git setup (swarming_client)" |
| 14 }, | 13 }, |
| 15 { | 14 { |
| 16 "cmd": [ | 15 "cmd": [ |
| 17 "git", | 16 "git", |
| 18 "retry", | 17 "retry", |
| 19 "fetch", | 18 "fetch", |
| 20 "origin", | 19 "origin", |
| 21 "[dummy swarming client hash]" | 20 "[dummy swarming client hash]" |
| 22 ], | 21 ], |
| 23 "cwd": "[SLAVE_BUILD]/swarming.client", | 22 "cwd": "[CWD]/swarming.client", |
| 24 "name": "git fetch (swarming_client)" | 23 "name": "git fetch (swarming_client)" |
| 25 }, | 24 }, |
| 26 { | 25 { |
| 27 "cmd": [ | 26 "cmd": [ |
| 28 "git", | 27 "git", |
| 29 "checkout", | 28 "checkout", |
| 30 "-f", | 29 "-f", |
| 31 "FETCH_HEAD" | 30 "FETCH_HEAD" |
| 32 ], | 31 ], |
| 33 "cwd": "[SLAVE_BUILD]/swarming.client", | 32 "cwd": "[CWD]/swarming.client", |
| 34 "name": "git checkout (swarming_client)" | 33 "name": "git checkout (swarming_client)" |
| 35 }, | 34 }, |
| 36 { | 35 { |
| 37 "cmd": [ | 36 "cmd": [ |
| 38 "git", | 37 "git", |
| 39 "rev-parse", | 38 "rev-parse", |
| 40 "HEAD" | 39 "HEAD" |
| 41 ], | 40 ], |
| 42 "cwd": "[SLAVE_BUILD]/swarming.client", | 41 "cwd": "[CWD]/swarming.client", |
| 43 "name": "read revision", | 42 "name": "read revision", |
| 44 "stdout": "/path/to/tmp/", | 43 "stdout": "/path/to/tmp/", |
| 45 "~followup_annotations": [ | 44 "~followup_annotations": [ |
| 46 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" | 45 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" |
| 47 ] | 46 ] |
| 48 }, | 47 }, |
| 49 { | 48 { |
| 50 "cmd": [ | 49 "cmd": [ |
| 51 "git", | 50 "git", |
| 52 "clean", | 51 "clean", |
| 53 "-f", | 52 "-f", |
| 54 "-d", | 53 "-d", |
| 55 "-x" | 54 "-x" |
| 56 ], | 55 ], |
| 57 "cwd": "[SLAVE_BUILD]/swarming.client", | 56 "cwd": "[CWD]/swarming.client", |
| 58 "name": "git clean (swarming_client)" | 57 "name": "git clean (swarming_client)" |
| 59 }, | 58 }, |
| 60 { | 59 { |
| 61 "cmd": [ | 60 "cmd": [ |
| 62 "git", | 61 "git", |
| 63 "submodule", | 62 "submodule", |
| 64 "sync" | 63 "sync" |
| 65 ], | 64 ], |
| 66 "cwd": "[SLAVE_BUILD]/swarming.client", | 65 "cwd": "[CWD]/swarming.client", |
| 67 "name": "submodule sync (swarming_client)" | 66 "name": "submodule sync (swarming_client)" |
| 68 }, | 67 }, |
| 69 { | 68 { |
| 70 "cmd": [ | 69 "cmd": [ |
| 71 "git", | 70 "git", |
| 72 "submodule", | 71 "submodule", |
| 73 "update", | 72 "update", |
| 74 "--init", | 73 "--init", |
| 75 "--recursive" | 74 "--recursive" |
| 76 ], | 75 ], |
| 77 "cwd": "[SLAVE_BUILD]/swarming.client", | 76 "cwd": "[CWD]/swarming.client", |
| 78 "name": "submodule update (swarming_client)", | 77 "name": "submodule update (swarming_client)", |
| 79 "~followup_annotations": [ | 78 "~followup_annotations": [ |
| 80 "@@@SET_BUILD_PROPERTY@got_revision@\"20123\"@@@" | 79 "@@@SET_BUILD_PROPERTY@got_revision@\"20123\"@@@" |
| 81 ] | 80 ] |
| 82 }, | 81 }, |
| 83 { | 82 { |
| 84 "cmd": [ | 83 "cmd": [ |
| 85 "python", | 84 "python", |
| 86 "-u", | 85 "-u", |
| 87 "[SLAVE_BUILD]/swarming.client/swarming.py", | 86 "[CWD]/swarming.client/swarming.py", |
| 88 "--version" | 87 "--version" |
| 89 ], | 88 ], |
| 90 "cwd": "[SLAVE_BUILD]", | |
| 91 "name": "swarming.py --version", | 89 "name": "swarming.py --version", |
| 92 "stdout": "/path/to/tmp/", | 90 "stdout": "/path/to/tmp/", |
| 93 "~followup_annotations": [ | 91 "~followup_annotations": [ |
| 94 "@@@STEP_TEXT@0.4.10@@@" | 92 "@@@STEP_TEXT@0.4.10@@@" |
| 95 ] | 93 ] |
| 96 }, | 94 }, |
| 97 { | 95 { |
| 98 "cmd": [ | 96 "cmd": [ |
| 99 "python", | 97 "python", |
| 100 "-u", | 98 "-u", |
| 101 "[SLAVE_BUILD]/swarming.client/swarming.py", | 99 "[CWD]/swarming.client/swarming.py", |
| 102 "trigger", | 100 "trigger", |
| 103 "--swarming", | 101 "--swarming", |
| 104 "https://chromium-swarm.appspot.com", | 102 "https://chromium-swarm.appspot.com", |
| 105 "--isolate-server", | 103 "--isolate-server", |
| 106 "https://isolateserver.appspot.com", | 104 "https://isolateserver.appspot.com", |
| 107 "--priority", | 105 "--priority", |
| 108 "25", | 106 "25", |
| 109 "--shards", | 107 "--shards", |
| 110 "1", | 108 "1", |
| 111 "--task-name", | 109 "--task-name", |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 165 "--buildbot", | 163 "--buildbot", |
| 166 "--timeout=200", | 164 "--timeout=200", |
| 167 "--random-seed=-1038184575", | 165 "--random-seed=-1038184575", |
| 168 "bot_default", | 166 "bot_default", |
| 169 "--exhaustive-variants", | 167 "--exhaustive-variants", |
| 170 "--rerun-failures-count=2", | 168 "--rerun-failures-count=2", |
| 171 "--swarming", | 169 "--swarming", |
| 172 "--json-test-results", | 170 "--json-test-results", |
| 173 "${ISOLATED_OUTDIR}/output.json" | 171 "${ISOLATED_OUTDIR}/output.json" |
| 174 ], | 172 ], |
| 175 "cwd": "[SLAVE_BUILD]", | |
| 176 "name": "[trigger] Check on Ubuntu-12.04", | 173 "name": "[trigger] Check on Ubuntu-12.04", |
| 177 "~followup_annotations": [ | 174 "~followup_annotations": [ |
| 178 "@@@STEP_LOG_LINE@json.output@{@@@", | 175 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 179 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Ubuntu-12.04/[
dummy has/V8 Linux - debug/571\", @@@", | 176 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Ubuntu-12.04/[
dummy has/V8 Linux - debug/571\", @@@", |
| 180 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 177 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 181 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-12.04/[dummy has/V8 Linux
- debug/571\": {@@@", | 178 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-12.04/[dummy has/V8 Linux
- debug/571\": {@@@", |
| 182 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 179 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 183 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 180 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 184 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 181 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 185 "@@@STEP_LOG_LINE@json.output@ }@@@", | 182 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 186 "@@@STEP_LOG_LINE@json.output@ }@@@", | 183 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 187 "@@@STEP_LOG_LINE@json.output@}@@@", | 184 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 188 "@@@STEP_LOG_END@json.output@@@", | 185 "@@@STEP_LOG_END@json.output@@@", |
| 189 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 186 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 190 ] | 187 ] |
| 191 }, | 188 }, |
| 192 { | 189 { |
| 193 "cmd": [ | 190 "cmd": [ |
| 194 "python", | 191 "python", |
| 195 "-u", | 192 "-u", |
| 196 "[SLAVE_BUILD]/swarming.client/swarming.py", | 193 "[CWD]/swarming.client/swarming.py", |
| 197 "trigger", | 194 "trigger", |
| 198 "--swarming", | 195 "--swarming", |
| 199 "https://chromium-swarm.appspot.com", | 196 "https://chromium-swarm.appspot.com", |
| 200 "--isolate-server", | 197 "--isolate-server", |
| 201 "https://isolateserver.appspot.com", | 198 "https://isolateserver.appspot.com", |
| 202 "--priority", | 199 "--priority", |
| 203 "25", | 200 "25", |
| 204 "--shards", | 201 "--shards", |
| 205 "1", | 202 "1", |
| 206 "--task-name", | 203 "--task-name", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 261 "--timeout=200", | 258 "--timeout=200", |
| 262 "--random-seed=-1038184575", | 259 "--random-seed=-1038184575", |
| 263 "benchmarks", | 260 "benchmarks", |
| 264 "--download-data", | 261 "--download-data", |
| 265 "--exhaustive-variants", | 262 "--exhaustive-variants", |
| 266 "--rerun-failures-count=2", | 263 "--rerun-failures-count=2", |
| 267 "--swarming", | 264 "--swarming", |
| 268 "--json-test-results", | 265 "--json-test-results", |
| 269 "${ISOLATED_OUTDIR}/output.json" | 266 "${ISOLATED_OUTDIR}/output.json" |
| 270 ], | 267 ], |
| 271 "cwd": "[SLAVE_BUILD]", | |
| 272 "name": "[trigger] Benchmarks on Ubuntu-12.04", | 268 "name": "[trigger] Benchmarks on Ubuntu-12.04", |
| 273 "~followup_annotations": [ | 269 "~followup_annotations": [ |
| 274 "@@@STEP_LOG_LINE@json.output@{@@@", | 270 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 275 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Benchmarks/Ubuntu-12
.04/[dummy has/V8 Linux - debug/571\", @@@", | 271 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Benchmarks/Ubuntu-12
.04/[dummy has/V8 Linux - debug/571\", @@@", |
| 276 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 272 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 277 "@@@STEP_LOG_LINE@json.output@ \"Benchmarks/Ubuntu-12.04/[dummy has/V8
Linux - debug/571\": {@@@", | 273 "@@@STEP_LOG_LINE@json.output@ \"Benchmarks/Ubuntu-12.04/[dummy has/V8
Linux - debug/571\": {@@@", |
| 278 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 274 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 279 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 275 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 280 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 276 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 281 "@@@STEP_LOG_LINE@json.output@ }@@@", | 277 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 282 "@@@STEP_LOG_LINE@json.output@ }@@@", | 278 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 283 "@@@STEP_LOG_LINE@json.output@}@@@", | 279 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 284 "@@@STEP_LOG_END@json.output@@@", | 280 "@@@STEP_LOG_END@json.output@@@", |
| 285 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 281 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 286 ] | 282 ] |
| 287 }, | 283 }, |
| 288 { | 284 { |
| 289 "cmd": [ | 285 "cmd": [ |
| 290 "python", | 286 "python", |
| 291 "-u", | 287 "-u", |
| 292 "[SLAVE_BUILD]/swarming.client/swarming.py", | 288 "[CWD]/swarming.client/swarming.py", |
| 293 "trigger", | 289 "trigger", |
| 294 "--swarming", | 290 "--swarming", |
| 295 "https://chromium-swarm.appspot.com", | 291 "https://chromium-swarm.appspot.com", |
| 296 "--isolate-server", | 292 "--isolate-server", |
| 297 "https://isolateserver.appspot.com", | 293 "https://isolateserver.appspot.com", |
| 298 "--priority", | 294 "--priority", |
| 299 "25", | 295 "25", |
| 300 "--shards", | 296 "--shards", |
| 301 "3", | 297 "3", |
| 302 "--task-name", | 298 "--task-name", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 357 "--timeout=200", | 353 "--timeout=200", |
| 358 "--random-seed=-1038184575", | 354 "--random-seed=-1038184575", |
| 359 "test262", | 355 "test262", |
| 360 "--download-data", | 356 "--download-data", |
| 361 "--exhaustive-variants", | 357 "--exhaustive-variants", |
| 362 "--rerun-failures-count=2", | 358 "--rerun-failures-count=2", |
| 363 "--swarming", | 359 "--swarming", |
| 364 "--json-test-results", | 360 "--json-test-results", |
| 365 "${ISOLATED_OUTDIR}/output.json" | 361 "${ISOLATED_OUTDIR}/output.json" |
| 366 ], | 362 ], |
| 367 "cwd": "[SLAVE_BUILD]", | |
| 368 "name": "[trigger] Test262 on Ubuntu-12.04", | 363 "name": "[trigger] Test262 on Ubuntu-12.04", |
| 369 "~followup_annotations": [ | 364 "~followup_annotations": [ |
| 370 "@@@STEP_LOG_LINE@json.output@{@@@", | 365 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 371 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262/Ubuntu-12.04
/[dummy has/V8 Linux - debug/571\", @@@", | 366 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262/Ubuntu-12.04
/[dummy has/V8 Linux - debug/571\", @@@", |
| 372 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 367 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 373 "@@@STEP_LOG_LINE@json.output@ \"Test262/Ubuntu-12.04/[dummy has/V8 Lin
ux - debug/571:3:0\": {@@@", | 368 "@@@STEP_LOG_LINE@json.output@ \"Test262/Ubuntu-12.04/[dummy has/V8 Lin
ux - debug/571:3:0\": {@@@", |
| 374 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 369 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 375 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 370 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 376 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 371 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 377 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 372 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 390 "@@@STEP_LOG_END@json.output@@@", | 385 "@@@STEP_LOG_END@json.output@@@", |
| 391 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", | 386 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", |
| 392 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@", | 387 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@", |
| 393 "@@@STEP_LINK@shard #2@https://chromium-swarm.appspot.com/user/task/10200@
@@" | 388 "@@@STEP_LINK@shard #2@https://chromium-swarm.appspot.com/user/task/10200@
@@" |
| 394 ] | 389 ] |
| 395 }, | 390 }, |
| 396 { | 391 { |
| 397 "cmd": [ | 392 "cmd": [ |
| 398 "python", | 393 "python", |
| 399 "-u", | 394 "-u", |
| 400 "[SLAVE_BUILD]/swarming.client/swarming.py", | 395 "[CWD]/swarming.client/swarming.py", |
| 401 "trigger", | 396 "trigger", |
| 402 "--swarming", | 397 "--swarming", |
| 403 "https://chromium-swarm.appspot.com", | 398 "https://chromium-swarm.appspot.com", |
| 404 "--isolate-server", | 399 "--isolate-server", |
| 405 "https://isolateserver.appspot.com", | 400 "https://isolateserver.appspot.com", |
| 406 "--priority", | 401 "--priority", |
| 407 "25", | 402 "25", |
| 408 "--shards", | 403 "--shards", |
| 409 "1", | 404 "1", |
| 410 "--task-name", | 405 "--task-name", |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 464 "--buildbot", | 459 "--buildbot", |
| 465 "--timeout=200", | 460 "--timeout=200", |
| 466 "--random-seed=-1038184575", | 461 "--random-seed=-1038184575", |
| 467 "mozilla", | 462 "mozilla", |
| 468 "--exhaustive-variants", | 463 "--exhaustive-variants", |
| 469 "--rerun-failures-count=2", | 464 "--rerun-failures-count=2", |
| 470 "--swarming", | 465 "--swarming", |
| 471 "--json-test-results", | 466 "--json-test-results", |
| 472 "${ISOLATED_OUTDIR}/output.json" | 467 "${ISOLATED_OUTDIR}/output.json" |
| 473 ], | 468 ], |
| 474 "cwd": "[SLAVE_BUILD]", | |
| 475 "name": "[trigger] Mozilla on Ubuntu-12.04", | 469 "name": "[trigger] Mozilla on Ubuntu-12.04", |
| 476 "~followup_annotations": [ | 470 "~followup_annotations": [ |
| 477 "@@@STEP_LOG_LINE@json.output@{@@@", | 471 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 478 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Ubuntu-12.04
/[dummy has/V8 Linux - debug/571\", @@@", | 472 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Ubuntu-12.04
/[dummy has/V8 Linux - debug/571\", @@@", |
| 479 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 473 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 480 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Ubuntu-12.04/[dummy has/V8 Lin
ux - debug/571\": {@@@", | 474 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Ubuntu-12.04/[dummy has/V8 Lin
ux - debug/571\": {@@@", |
| 481 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 475 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 482 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 476 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 483 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 477 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 484 "@@@STEP_LOG_LINE@json.output@ }@@@", | 478 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 485 "@@@STEP_LOG_LINE@json.output@ }@@@", | 479 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 486 "@@@STEP_LOG_LINE@json.output@}@@@", | 480 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 487 "@@@STEP_LOG_END@json.output@@@", | 481 "@@@STEP_LOG_END@json.output@@@", |
| 488 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 482 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 489 ] | 483 ] |
| 490 }, | 484 }, |
| 491 { | 485 { |
| 492 "cmd": [ | 486 "cmd": [ |
| 493 "python", | 487 "python", |
| 494 "-u", | 488 "-u", |
| 495 "[SLAVE_BUILD]/swarming.client/swarming.py", | 489 "[CWD]/swarming.client/swarming.py", |
| 496 "trigger", | 490 "trigger", |
| 497 "--swarming", | 491 "--swarming", |
| 498 "https://chromium-swarm.appspot.com", | 492 "https://chromium-swarm.appspot.com", |
| 499 "--isolate-server", | 493 "--isolate-server", |
| 500 "https://isolateserver.appspot.com", | 494 "https://isolateserver.appspot.com", |
| 501 "--priority", | 495 "--priority", |
| 502 "25", | 496 "25", |
| 503 "--shards", | 497 "--shards", |
| 504 "1", | 498 "1", |
| 505 "--task-name", | 499 "--task-name", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 560 "--timeout=200", | 554 "--timeout=200", |
| 561 "--random-seed=-1038184575", | 555 "--random-seed=-1038184575", |
| 562 "simdjs", | 556 "simdjs", |
| 563 "--download-data", | 557 "--download-data", |
| 564 "--exhaustive-variants", | 558 "--exhaustive-variants", |
| 565 "--rerun-failures-count=2", | 559 "--rerun-failures-count=2", |
| 566 "--swarming", | 560 "--swarming", |
| 567 "--json-test-results", | 561 "--json-test-results", |
| 568 "${ISOLATED_OUTDIR}/output.json" | 562 "${ISOLATED_OUTDIR}/output.json" |
| 569 ], | 563 ], |
| 570 "cwd": "[SLAVE_BUILD]", | |
| 571 "name": "[trigger] SimdJs - all on Ubuntu-12.04", | 564 "name": "[trigger] SimdJs - all on Ubuntu-12.04", |
| 572 "~followup_annotations": [ | 565 "~followup_annotations": [ |
| 573 "@@@STEP_LOG_LINE@json.output@{@@@", | 566 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 574 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Ubuntu-
12.04/[dummy has/V8 Linux - debug/571\", @@@", | 567 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Ubuntu-
12.04/[dummy has/V8 Linux - debug/571\", @@@", |
| 575 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 568 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 576 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Ubuntu-12.04/[dummy has/V
8 Linux - debug/571\": {@@@", | 569 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Ubuntu-12.04/[dummy has/V
8 Linux - debug/571\": {@@@", |
| 577 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 570 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 578 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 571 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 579 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 572 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 580 "@@@STEP_LOG_LINE@json.output@ }@@@", | 573 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 581 "@@@STEP_LOG_LINE@json.output@ }@@@", | 574 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 582 "@@@STEP_LOG_LINE@json.output@}@@@", | 575 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 583 "@@@STEP_LOG_END@json.output@@@", | 576 "@@@STEP_LOG_END@json.output@@@", |
| 584 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 577 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 585 ] | 578 ] |
| 586 }, | 579 }, |
| 587 { | 580 { |
| 588 "cmd": [ | 581 "cmd": [ |
| 589 "python", | 582 "python", |
| 590 "-u", | 583 "-u", |
| 591 "[SLAVE_BUILD]/swarming.client/swarming.py", | 584 "[CWD]/swarming.client/swarming.py", |
| 592 "trigger", | 585 "trigger", |
| 593 "--swarming", | 586 "--swarming", |
| 594 "https://chromium-swarm.appspot.com", | 587 "https://chromium-swarm.appspot.com", |
| 595 "--isolate-server", | 588 "--isolate-server", |
| 596 "https://isolateserver.appspot.com", | 589 "https://isolateserver.appspot.com", |
| 597 "--priority", | 590 "--priority", |
| 598 "25", | 591 "25", |
| 599 "--shards", | 592 "--shards", |
| 600 "1", | 593 "1", |
| 601 "--task-name", | 594 "--task-name", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 656 "--timeout=200", | 649 "--timeout=200", |
| 657 "--random-seed=-1038184575", | 650 "--random-seed=-1038184575", |
| 658 "ignition", | 651 "ignition", |
| 659 "--ignition-turbofan", | 652 "--ignition-turbofan", |
| 660 "--variants=ignition_turbofan", | 653 "--variants=ignition_turbofan", |
| 661 "--rerun-failures-count=2", | 654 "--rerun-failures-count=2", |
| 662 "--swarming", | 655 "--swarming", |
| 663 "--json-test-results", | 656 "--json-test-results", |
| 664 "${ISOLATED_OUTDIR}/output.json" | 657 "${ISOLATED_OUTDIR}/output.json" |
| 665 ], | 658 ], |
| 666 "cwd": "[SLAVE_BUILD]", | |
| 667 "name": "[trigger] Ignition - turbofan on Ubuntu-12.04", | 659 "name": "[trigger] Ignition - turbofan on Ubuntu-12.04", |
| 668 "~followup_annotations": [ | 660 "~followup_annotations": [ |
| 669 "@@@STEP_LOG_LINE@json.output@{@@@", | 661 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 670 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/
Ubuntu-12.04/[dummy has/V8 Linux - debug/571\", @@@", | 662 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/
Ubuntu-12.04/[dummy has/V8 Linux - debug/571\", @@@", |
| 671 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 663 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 672 "@@@STEP_LOG_LINE@json.output@ \"Ignition - turbofan/Ubuntu-12.04/[dumm
y has/V8 Linux - debug/571\": {@@@", | 664 "@@@STEP_LOG_LINE@json.output@ \"Ignition - turbofan/Ubuntu-12.04/[dumm
y has/V8 Linux - debug/571\": {@@@", |
| 673 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 665 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 674 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 666 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 675 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 667 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 676 "@@@STEP_LOG_LINE@json.output@ }@@@", | 668 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 677 "@@@STEP_LOG_LINE@json.output@ }@@@", | 669 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 678 "@@@STEP_LOG_LINE@json.output@}@@@", | 670 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 679 "@@@STEP_LOG_END@json.output@@@", | 671 "@@@STEP_LOG_END@json.output@@@", |
| 680 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 672 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 681 ] | 673 ] |
| 682 }, | 674 }, |
| 683 { | 675 { |
| 684 "cmd": [ | 676 "cmd": [ |
| 685 "python", | 677 "python", |
| 686 "-u", | 678 "-u", |
| 687 "[SLAVE_BUILD]/swarming.client/swarming.py", | 679 "[CWD]/swarming.client/swarming.py", |
| 688 "trigger", | 680 "trigger", |
| 689 "--swarming", | 681 "--swarming", |
| 690 "https://chromium-swarm.appspot.com", | 682 "https://chromium-swarm.appspot.com", |
| 691 "--isolate-server", | 683 "--isolate-server", |
| 692 "https://isolateserver.appspot.com", | 684 "https://isolateserver.appspot.com", |
| 693 "--priority", | 685 "--priority", |
| 694 "25", | 686 "25", |
| 695 "--shards", | 687 "--shards", |
| 696 "1", | 688 "1", |
| 697 "--task-name", | 689 "--task-name", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 752 "--timeout=200", | 744 "--timeout=200", |
| 753 "--random-seed=-1038184575", | 745 "--random-seed=-1038184575", |
| 754 "mjsunit", | 746 "mjsunit", |
| 755 "--extra-flags=--turbo_sp_frame_access", | 747 "--extra-flags=--turbo_sp_frame_access", |
| 756 "--variants=turbofan", | 748 "--variants=turbofan", |
| 757 "--rerun-failures-count=2", | 749 "--rerun-failures-count=2", |
| 758 "--swarming", | 750 "--swarming", |
| 759 "--json-test-results", | 751 "--json-test-results", |
| 760 "${ISOLATED_OUTDIR}/output.json" | 752 "${ISOLATED_OUTDIR}/output.json" |
| 761 ], | 753 ], |
| 762 "cwd": "[SLAVE_BUILD]", | |
| 763 "name": "[trigger] Mjsunit - sp frame access on Ubuntu-12.04", | 754 "name": "[trigger] Mjsunit - sp frame access on Ubuntu-12.04", |
| 764 "~followup_annotations": [ | 755 "~followup_annotations": [ |
| 765 "@@@STEP_LOG_LINE@json.output@{@@@", | 756 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 766 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mjsunit - sp frame a
ccess/Ubuntu-12.04/[dummy has/V8 Linux - debug/571\", @@@", | 757 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mjsunit - sp frame a
ccess/Ubuntu-12.04/[dummy has/V8 Linux - debug/571\", @@@", |
| 767 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 758 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 768 "@@@STEP_LOG_LINE@json.output@ \"Mjsunit - sp frame access/Ubuntu-12.04
/[dummy has/V8 Linux - debug/571\": {@@@", | 759 "@@@STEP_LOG_LINE@json.output@ \"Mjsunit - sp frame access/Ubuntu-12.04
/[dummy has/V8 Linux - debug/571\": {@@@", |
| 769 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 760 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 770 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 761 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 771 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 762 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 772 "@@@STEP_LOG_LINE@json.output@ }@@@", | 763 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 773 "@@@STEP_LOG_LINE@json.output@ }@@@", | 764 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 774 "@@@STEP_LOG_LINE@json.output@}@@@", | 765 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 775 "@@@STEP_LOG_END@json.output@@@", | 766 "@@@STEP_LOG_END@json.output@@@", |
| 776 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 767 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 777 ] | 768 ] |
| 778 }, | 769 }, |
| 779 { | 770 { |
| 780 "cmd": [ | 771 "cmd": [ |
| 781 "python", | 772 "python", |
| 782 "-u", | 773 "-u", |
| 783 "[SLAVE_BUILD]/swarming.client/swarming.py", | 774 "[CWD]/swarming.client/swarming.py", |
| 784 "trigger", | 775 "trigger", |
| 785 "--swarming", | 776 "--swarming", |
| 786 "https://chromium-swarm.appspot.com", | 777 "https://chromium-swarm.appspot.com", |
| 787 "--isolate-server", | 778 "--isolate-server", |
| 788 "https://isolateserver.appspot.com", | 779 "https://isolateserver.appspot.com", |
| 789 "--priority", | 780 "--priority", |
| 790 "25", | 781 "25", |
| 791 "--shards", | 782 "--shards", |
| 792 "1", | 783 "1", |
| 793 "--task-name", | 784 "--task-name", |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 849 "--random-seed=-1038184575", | 840 "--random-seed=-1038184575", |
| 850 "test262", | 841 "test262", |
| 851 "--ignition-turbofan", | 842 "--ignition-turbofan", |
| 852 "--download-data", | 843 "--download-data", |
| 853 "--variants=ignition_turbofan", | 844 "--variants=ignition_turbofan", |
| 854 "--rerun-failures-count=2", | 845 "--rerun-failures-count=2", |
| 855 "--swarming", | 846 "--swarming", |
| 856 "--json-test-results", | 847 "--json-test-results", |
| 857 "${ISOLATED_OUTDIR}/output.json" | 848 "${ISOLATED_OUTDIR}/output.json" |
| 858 ], | 849 ], |
| 859 "cwd": "[SLAVE_BUILD]", | |
| 860 "name": "[trigger] Test262 - ignition - turbofan on Ubuntu-12.04", | 850 "name": "[trigger] Test262 - ignition - turbofan on Ubuntu-12.04", |
| 861 "~followup_annotations": [ | 851 "~followup_annotations": [ |
| 862 "@@@STEP_LOG_LINE@json.output@{@@@", | 852 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 863 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - ignition -
turbofan/Ubuntu-12.04/[dummy has/V8 Linux - debug/571\", @@@", | 853 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - ignition -
turbofan/Ubuntu-12.04/[dummy has/V8 Linux - debug/571\", @@@", |
| 864 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 854 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 865 "@@@STEP_LOG_LINE@json.output@ \"Test262 - ignition - turbofan/Ubuntu-1
2.04/[dummy has/V8 Linux - debug/571\": {@@@", | 855 "@@@STEP_LOG_LINE@json.output@ \"Test262 - ignition - turbofan/Ubuntu-1
2.04/[dummy has/V8 Linux - debug/571\": {@@@", |
| 866 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 856 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 867 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 857 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 868 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 858 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 869 "@@@STEP_LOG_LINE@json.output@ }@@@", | 859 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 870 "@@@STEP_LOG_LINE@json.output@ }@@@", | 860 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 871 "@@@STEP_LOG_LINE@json.output@}@@@", | 861 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 872 "@@@STEP_LOG_END@json.output@@@", | 862 "@@@STEP_LOG_END@json.output@@@", |
| 873 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 863 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 874 ] | 864 ] |
| 875 }, | 865 }, |
| 876 { | 866 { |
| 877 "cmd": [ | 867 "cmd": [ |
| 878 "python", | 868 "python", |
| 879 "-u", | 869 "-u", |
| 880 "[SLAVE_BUILD]/swarming.client/swarming.py", | 870 "[CWD]/swarming.client/swarming.py", |
| 881 "trigger", | 871 "trigger", |
| 882 "--swarming", | 872 "--swarming", |
| 883 "https://chromium-swarm.appspot.com", | 873 "https://chromium-swarm.appspot.com", |
| 884 "--isolate-server", | 874 "--isolate-server", |
| 885 "https://isolateserver.appspot.com", | 875 "https://isolateserver.appspot.com", |
| 886 "--priority", | 876 "--priority", |
| 887 "25", | 877 "25", |
| 888 "--shards", | 878 "--shards", |
| 889 "2", | 879 "2", |
| 890 "--task-name", | 880 "--task-name", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 945 "--timeout=200", | 935 "--timeout=200", |
| 946 "--random-seed=-1038184575", | 936 "--random-seed=-1038184575", |
| 947 "bot_default", | 937 "bot_default", |
| 948 "--exhaustive-variants", | 938 "--exhaustive-variants", |
| 949 "--isolates", | 939 "--isolates", |
| 950 "--rerun-failures-count=2", | 940 "--rerun-failures-count=2", |
| 951 "--swarming", | 941 "--swarming", |
| 952 "--json-test-results", | 942 "--json-test-results", |
| 953 "${ISOLATED_OUTDIR}/output.json" | 943 "${ISOLATED_OUTDIR}/output.json" |
| 954 ], | 944 ], |
| 955 "cwd": "[SLAVE_BUILD]", | |
| 956 "name": "[trigger] Check - isolates on Ubuntu-12.04", | 945 "name": "[trigger] Check - isolates on Ubuntu-12.04", |
| 957 "~followup_annotations": [ | 946 "~followup_annotations": [ |
| 958 "@@@STEP_LOG_LINE@json.output@{@@@", | 947 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 959 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check - isolates/Ubu
ntu-12.04/[dummy has/V8 Linux - debug/571\", @@@", | 948 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check - isolates/Ubu
ntu-12.04/[dummy has/V8 Linux - debug/571\", @@@", |
| 960 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 949 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 961 "@@@STEP_LOG_LINE@json.output@ \"Check - isolates/Ubuntu-12.04/[dummy h
as/V8 Linux - debug/571:2:0\": {@@@", | 950 "@@@STEP_LOG_LINE@json.output@ \"Check - isolates/Ubuntu-12.04/[dummy h
as/V8 Linux - debug/571:2:0\": {@@@", |
| 962 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 951 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 963 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 952 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 964 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 953 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 965 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 954 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 966 "@@@STEP_LOG_LINE@json.output@ \"Check - isolates/Ubuntu-12.04/[dummy h
as/V8 Linux - debug/571:2:1\": {@@@", | 955 "@@@STEP_LOG_LINE@json.output@ \"Check - isolates/Ubuntu-12.04/[dummy h
as/V8 Linux - debug/571:2:1\": {@@@", |
| 967 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@", | 956 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@", |
| 968 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@", | 957 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@", |
| 969 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10100\"@@@", | 958 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10100\"@@@", |
| 970 "@@@STEP_LOG_LINE@json.output@ }@@@", | 959 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 971 "@@@STEP_LOG_LINE@json.output@ }@@@", | 960 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 972 "@@@STEP_LOG_LINE@json.output@}@@@", | 961 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 973 "@@@STEP_LOG_END@json.output@@@", | 962 "@@@STEP_LOG_END@json.output@@@", |
| 974 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", | 963 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", |
| 975 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@" | 964 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@" |
| 976 ] | 965 ] |
| 977 }, | 966 }, |
| 978 { | 967 { |
| 979 "cmd": [ | 968 "cmd": [ |
| 980 "python", | 969 "python", |
| 981 "-u", | 970 "-u", |
| 982 "[SLAVE_BUILD]/swarming.client/swarming.py", | 971 "[CWD]/swarming.client/swarming.py", |
| 983 "trigger", | 972 "trigger", |
| 984 "--swarming", | 973 "--swarming", |
| 985 "https://chromium-swarm.appspot.com", | 974 "https://chromium-swarm.appspot.com", |
| 986 "--isolate-server", | 975 "--isolate-server", |
| 987 "https://isolateserver.appspot.com", | 976 "https://isolateserver.appspot.com", |
| 988 "--priority", | 977 "--priority", |
| 989 "25", | 978 "25", |
| 990 "--shards", | 979 "--shards", |
| 991 "1", | 980 "1", |
| 992 "--task-name", | 981 "--task-name", |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1048 "--random-seed=-1038184575", | 1037 "--random-seed=-1038184575", |
| 1049 "bot_default", | 1038 "bot_default", |
| 1050 "--exhaustive-variants", | 1039 "--exhaustive-variants", |
| 1051 "--extra-flags", | 1040 "--extra-flags", |
| 1052 "--noenable-sse3 --noenable-avx", | 1041 "--noenable-sse3 --noenable-avx", |
| 1053 "--rerun-failures-count=2", | 1042 "--rerun-failures-count=2", |
| 1054 "--swarming", | 1043 "--swarming", |
| 1055 "--json-test-results", | 1044 "--json-test-results", |
| 1056 "${ISOLATED_OUTDIR}/output.json" | 1045 "${ISOLATED_OUTDIR}/output.json" |
| 1057 ], | 1046 ], |
| 1058 "cwd": "[SLAVE_BUILD]", | |
| 1059 "name": "[trigger] Check - nosse3 on Ubuntu-12.04", | 1047 "name": "[trigger] Check - nosse3 on Ubuntu-12.04", |
| 1060 "~followup_annotations": [ | 1048 "~followup_annotations": [ |
| 1061 "@@@STEP_LOG_LINE@json.output@{@@@", | 1049 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1062 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check - nosse3/Ubunt
u-12.04/[dummy has/V8 Linux - debug/571\", @@@", | 1050 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check - nosse3/Ubunt
u-12.04/[dummy has/V8 Linux - debug/571\", @@@", |
| 1063 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1051 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 1064 "@@@STEP_LOG_LINE@json.output@ \"Check - nosse3/Ubuntu-12.04/[dummy has
/V8 Linux - debug/571\": {@@@", | 1052 "@@@STEP_LOG_LINE@json.output@ \"Check - nosse3/Ubuntu-12.04/[dummy has
/V8 Linux - debug/571\": {@@@", |
| 1065 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1053 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 1066 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1054 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 1067 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1055 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 1068 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1056 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1069 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1057 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1070 "@@@STEP_LOG_LINE@json.output@}@@@", | 1058 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1071 "@@@STEP_LOG_END@json.output@@@", | 1059 "@@@STEP_LOG_END@json.output@@@", |
| 1072 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1060 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1073 ] | 1061 ] |
| 1074 }, | 1062 }, |
| 1075 { | 1063 { |
| 1076 "cmd": [ | 1064 "cmd": [ |
| 1077 "python", | 1065 "python", |
| 1078 "-u", | 1066 "-u", |
| 1079 "[SLAVE_BUILD]/swarming.client/swarming.py", | 1067 "[CWD]/swarming.client/swarming.py", |
| 1080 "trigger", | 1068 "trigger", |
| 1081 "--swarming", | 1069 "--swarming", |
| 1082 "https://chromium-swarm.appspot.com", | 1070 "https://chromium-swarm.appspot.com", |
| 1083 "--isolate-server", | 1071 "--isolate-server", |
| 1084 "https://isolateserver.appspot.com", | 1072 "https://isolateserver.appspot.com", |
| 1085 "--priority", | 1073 "--priority", |
| 1086 "25", | 1074 "25", |
| 1087 "--shards", | 1075 "--shards", |
| 1088 "1", | 1076 "1", |
| 1089 "--task-name", | 1077 "--task-name", |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1146 "test262", | 1134 "test262", |
| 1147 "--download-data", | 1135 "--download-data", |
| 1148 "--variants=default", | 1136 "--variants=default", |
| 1149 "--extra-flags", | 1137 "--extra-flags", |
| 1150 "--noenable-sse3 --noenable-avx", | 1138 "--noenable-sse3 --noenable-avx", |
| 1151 "--rerun-failures-count=2", | 1139 "--rerun-failures-count=2", |
| 1152 "--swarming", | 1140 "--swarming", |
| 1153 "--json-test-results", | 1141 "--json-test-results", |
| 1154 "${ISOLATED_OUTDIR}/output.json" | 1142 "${ISOLATED_OUTDIR}/output.json" |
| 1155 ], | 1143 ], |
| 1156 "cwd": "[SLAVE_BUILD]", | |
| 1157 "name": "[trigger] Test262 - no variants - nosse3 on Ubuntu-12.04", | 1144 "name": "[trigger] Test262 - no variants - nosse3 on Ubuntu-12.04", |
| 1158 "~followup_annotations": [ | 1145 "~followup_annotations": [ |
| 1159 "@@@STEP_LOG_LINE@json.output@{@@@", | 1146 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1160 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variant
s - nosse3/Ubuntu-12.04/[dummy has/V8 Linux - debug/571\", @@@", | 1147 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variant
s - nosse3/Ubuntu-12.04/[dummy has/V8 Linux - debug/571\", @@@", |
| 1161 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1148 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 1162 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants - nosse3/Ubuntu-
12.04/[dummy has/V8 Linux - debug/571\": {@@@", | 1149 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants - nosse3/Ubuntu-
12.04/[dummy has/V8 Linux - debug/571\": {@@@", |
| 1163 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1150 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 1164 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1151 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 1165 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1152 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 1166 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1153 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1167 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1154 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1168 "@@@STEP_LOG_LINE@json.output@}@@@", | 1155 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1169 "@@@STEP_LOG_END@json.output@@@", | 1156 "@@@STEP_LOG_END@json.output@@@", |
| 1170 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1157 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1171 ] | 1158 ] |
| 1172 }, | 1159 }, |
| 1173 { | 1160 { |
| 1174 "cmd": [ | 1161 "cmd": [ |
| 1175 "python", | 1162 "python", |
| 1176 "-u", | 1163 "-u", |
| 1177 "[SLAVE_BUILD]/swarming.client/swarming.py", | 1164 "[CWD]/swarming.client/swarming.py", |
| 1178 "trigger", | 1165 "trigger", |
| 1179 "--swarming", | 1166 "--swarming", |
| 1180 "https://chromium-swarm.appspot.com", | 1167 "https://chromium-swarm.appspot.com", |
| 1181 "--isolate-server", | 1168 "--isolate-server", |
| 1182 "https://isolateserver.appspot.com", | 1169 "https://isolateserver.appspot.com", |
| 1183 "--priority", | 1170 "--priority", |
| 1184 "25", | 1171 "25", |
| 1185 "--shards", | 1172 "--shards", |
| 1186 "1", | 1173 "1", |
| 1187 "--task-name", | 1174 "--task-name", |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1243 "--random-seed=-1038184575", | 1230 "--random-seed=-1038184575", |
| 1244 "mozilla", | 1231 "mozilla", |
| 1245 "--exhaustive-variants", | 1232 "--exhaustive-variants", |
| 1246 "--extra-flags", | 1233 "--extra-flags", |
| 1247 "--noenable-sse3 --noenable-avx", | 1234 "--noenable-sse3 --noenable-avx", |
| 1248 "--rerun-failures-count=2", | 1235 "--rerun-failures-count=2", |
| 1249 "--swarming", | 1236 "--swarming", |
| 1250 "--json-test-results", | 1237 "--json-test-results", |
| 1251 "${ISOLATED_OUTDIR}/output.json" | 1238 "${ISOLATED_OUTDIR}/output.json" |
| 1252 ], | 1239 ], |
| 1253 "cwd": "[SLAVE_BUILD]", | |
| 1254 "name": "[trigger] Mozilla - nosse3 on Ubuntu-12.04", | 1240 "name": "[trigger] Mozilla - nosse3 on Ubuntu-12.04", |
| 1255 "~followup_annotations": [ | 1241 "~followup_annotations": [ |
| 1256 "@@@STEP_LOG_LINE@json.output@{@@@", | 1242 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1257 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla - nosse3/Ubu
ntu-12.04/[dummy has/V8 Linux - debug/571\", @@@", | 1243 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla - nosse3/Ubu
ntu-12.04/[dummy has/V8 Linux - debug/571\", @@@", |
| 1258 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1244 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 1259 "@@@STEP_LOG_LINE@json.output@ \"Mozilla - nosse3/Ubuntu-12.04/[dummy h
as/V8 Linux - debug/571\": {@@@", | 1245 "@@@STEP_LOG_LINE@json.output@ \"Mozilla - nosse3/Ubuntu-12.04/[dummy h
as/V8 Linux - debug/571\": {@@@", |
| 1260 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1246 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 1261 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1247 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 1262 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1248 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 1263 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1249 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1264 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1250 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1265 "@@@STEP_LOG_LINE@json.output@}@@@", | 1251 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1266 "@@@STEP_LOG_END@json.output@@@", | 1252 "@@@STEP_LOG_END@json.output@@@", |
| 1267 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1253 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1268 ] | 1254 ] |
| 1269 }, | 1255 }, |
| 1270 { | 1256 { |
| 1271 "cmd": [ | 1257 "cmd": [ |
| 1272 "python", | 1258 "python", |
| 1273 "-u", | 1259 "-u", |
| 1274 "[SLAVE_BUILD]/swarming.client/swarming.py", | 1260 "[CWD]/swarming.client/swarming.py", |
| 1275 "trigger", | 1261 "trigger", |
| 1276 "--swarming", | 1262 "--swarming", |
| 1277 "https://chromium-swarm.appspot.com", | 1263 "https://chromium-swarm.appspot.com", |
| 1278 "--isolate-server", | 1264 "--isolate-server", |
| 1279 "https://isolateserver.appspot.com", | 1265 "https://isolateserver.appspot.com", |
| 1280 "--priority", | 1266 "--priority", |
| 1281 "25", | 1267 "25", |
| 1282 "--shards", | 1268 "--shards", |
| 1283 "1", | 1269 "1", |
| 1284 "--task-name", | 1270 "--task-name", |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1341 "simdjs", | 1327 "simdjs", |
| 1342 "--download-data", | 1328 "--download-data", |
| 1343 "--exhaustive-variants", | 1329 "--exhaustive-variants", |
| 1344 "--extra-flags", | 1330 "--extra-flags", |
| 1345 "--noenable-sse3 --noenable-avx", | 1331 "--noenable-sse3 --noenable-avx", |
| 1346 "--rerun-failures-count=2", | 1332 "--rerun-failures-count=2", |
| 1347 "--swarming", | 1333 "--swarming", |
| 1348 "--json-test-results", | 1334 "--json-test-results", |
| 1349 "${ISOLATED_OUTDIR}/output.json" | 1335 "${ISOLATED_OUTDIR}/output.json" |
| 1350 ], | 1336 ], |
| 1351 "cwd": "[SLAVE_BUILD]", | |
| 1352 "name": "[trigger] SimdJs - all - nosse3 on Ubuntu-12.04", | 1337 "name": "[trigger] SimdJs - all - nosse3 on Ubuntu-12.04", |
| 1353 "~followup_annotations": [ | 1338 "~followup_annotations": [ |
| 1354 "@@@STEP_LOG_LINE@json.output@{@@@", | 1339 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1355 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all - nosse
3/Ubuntu-12.04/[dummy has/V8 Linux - debug/571\", @@@", | 1340 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all - nosse
3/Ubuntu-12.04/[dummy has/V8 Linux - debug/571\", @@@", |
| 1356 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1341 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 1357 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all - nosse3/Ubuntu-12.04/[du
mmy has/V8 Linux - debug/571\": {@@@", | 1342 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all - nosse3/Ubuntu-12.04/[du
mmy has/V8 Linux - debug/571\": {@@@", |
| 1358 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1343 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 1359 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1344 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 1360 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1345 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 1361 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1346 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1362 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1347 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1363 "@@@STEP_LOG_LINE@json.output@}@@@", | 1348 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1364 "@@@STEP_LOG_END@json.output@@@", | 1349 "@@@STEP_LOG_END@json.output@@@", |
| 1365 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1350 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1366 ] | 1351 ] |
| 1367 }, | 1352 }, |
| 1368 { | 1353 { |
| 1369 "cmd": [ | 1354 "cmd": [ |
| 1370 "python", | 1355 "python", |
| 1371 "-u", | 1356 "-u", |
| 1372 "[SLAVE_BUILD]/swarming.client/swarming.py", | 1357 "[CWD]/swarming.client/swarming.py", |
| 1373 "trigger", | 1358 "trigger", |
| 1374 "--swarming", | 1359 "--swarming", |
| 1375 "https://chromium-swarm.appspot.com", | 1360 "https://chromium-swarm.appspot.com", |
| 1376 "--isolate-server", | 1361 "--isolate-server", |
| 1377 "https://isolateserver.appspot.com", | 1362 "https://isolateserver.appspot.com", |
| 1378 "--priority", | 1363 "--priority", |
| 1379 "25", | 1364 "25", |
| 1380 "--shards", | 1365 "--shards", |
| 1381 "1", | 1366 "1", |
| 1382 "--task-name", | 1367 "--task-name", |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1438 "--random-seed=-1038184575", | 1423 "--random-seed=-1038184575", |
| 1439 "bot_default", | 1424 "bot_default", |
| 1440 "--exhaustive-variants", | 1425 "--exhaustive-variants", |
| 1441 "--extra-flags", | 1426 "--extra-flags", |
| 1442 "--noenable-sse4-1 --noenable-avx", | 1427 "--noenable-sse4-1 --noenable-avx", |
| 1443 "--rerun-failures-count=2", | 1428 "--rerun-failures-count=2", |
| 1444 "--swarming", | 1429 "--swarming", |
| 1445 "--json-test-results", | 1430 "--json-test-results", |
| 1446 "${ISOLATED_OUTDIR}/output.json" | 1431 "${ISOLATED_OUTDIR}/output.json" |
| 1447 ], | 1432 ], |
| 1448 "cwd": "[SLAVE_BUILD]", | |
| 1449 "name": "[trigger] Check - nosse4 on Ubuntu-12.04", | 1433 "name": "[trigger] Check - nosse4 on Ubuntu-12.04", |
| 1450 "~followup_annotations": [ | 1434 "~followup_annotations": [ |
| 1451 "@@@STEP_LOG_LINE@json.output@{@@@", | 1435 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1452 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check - nosse4/Ubunt
u-12.04/[dummy has/V8 Linux - debug/571\", @@@", | 1436 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check - nosse4/Ubunt
u-12.04/[dummy has/V8 Linux - debug/571\", @@@", |
| 1453 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1437 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 1454 "@@@STEP_LOG_LINE@json.output@ \"Check - nosse4/Ubuntu-12.04/[dummy has
/V8 Linux - debug/571\": {@@@", | 1438 "@@@STEP_LOG_LINE@json.output@ \"Check - nosse4/Ubuntu-12.04/[dummy has
/V8 Linux - debug/571\": {@@@", |
| 1455 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1439 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 1456 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1440 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 1457 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1441 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 1458 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1442 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1459 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1443 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1460 "@@@STEP_LOG_LINE@json.output@}@@@", | 1444 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1461 "@@@STEP_LOG_END@json.output@@@", | 1445 "@@@STEP_LOG_END@json.output@@@", |
| 1462 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1446 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1463 ] | 1447 ] |
| 1464 }, | 1448 }, |
| 1465 { | 1449 { |
| 1466 "cmd": [ | 1450 "cmd": [ |
| 1467 "python", | 1451 "python", |
| 1468 "-u", | 1452 "-u", |
| 1469 "[SLAVE_BUILD]/swarming.client/swarming.py", | 1453 "[CWD]/swarming.client/swarming.py", |
| 1470 "trigger", | 1454 "trigger", |
| 1471 "--swarming", | 1455 "--swarming", |
| 1472 "https://chromium-swarm.appspot.com", | 1456 "https://chromium-swarm.appspot.com", |
| 1473 "--isolate-server", | 1457 "--isolate-server", |
| 1474 "https://isolateserver.appspot.com", | 1458 "https://isolateserver.appspot.com", |
| 1475 "--priority", | 1459 "--priority", |
| 1476 "25", | 1460 "25", |
| 1477 "--shards", | 1461 "--shards", |
| 1478 "1", | 1462 "1", |
| 1479 "--task-name", | 1463 "--task-name", |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1536 "test262", | 1520 "test262", |
| 1537 "--download-data", | 1521 "--download-data", |
| 1538 "--variants=default", | 1522 "--variants=default", |
| 1539 "--extra-flags", | 1523 "--extra-flags", |
| 1540 "--noenable-sse4-1 --noenable-avx", | 1524 "--noenable-sse4-1 --noenable-avx", |
| 1541 "--rerun-failures-count=2", | 1525 "--rerun-failures-count=2", |
| 1542 "--swarming", | 1526 "--swarming", |
| 1543 "--json-test-results", | 1527 "--json-test-results", |
| 1544 "${ISOLATED_OUTDIR}/output.json" | 1528 "${ISOLATED_OUTDIR}/output.json" |
| 1545 ], | 1529 ], |
| 1546 "cwd": "[SLAVE_BUILD]", | |
| 1547 "name": "[trigger] Test262 - no variants - nosse4 on Ubuntu-12.04", | 1530 "name": "[trigger] Test262 - no variants - nosse4 on Ubuntu-12.04", |
| 1548 "~followup_annotations": [ | 1531 "~followup_annotations": [ |
| 1549 "@@@STEP_LOG_LINE@json.output@{@@@", | 1532 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1550 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variant
s - nosse4/Ubuntu-12.04/[dummy has/V8 Linux - debug/571\", @@@", | 1533 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variant
s - nosse4/Ubuntu-12.04/[dummy has/V8 Linux - debug/571\", @@@", |
| 1551 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1534 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 1552 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants - nosse4/Ubuntu-
12.04/[dummy has/V8 Linux - debug/571\": {@@@", | 1535 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants - nosse4/Ubuntu-
12.04/[dummy has/V8 Linux - debug/571\": {@@@", |
| 1553 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1536 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 1554 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1537 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 1555 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1538 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 1556 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1539 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1557 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1540 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1558 "@@@STEP_LOG_LINE@json.output@}@@@", | 1541 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1559 "@@@STEP_LOG_END@json.output@@@", | 1542 "@@@STEP_LOG_END@json.output@@@", |
| 1560 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1543 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1561 ] | 1544 ] |
| 1562 }, | 1545 }, |
| 1563 { | 1546 { |
| 1564 "cmd": [ | 1547 "cmd": [ |
| 1565 "python", | 1548 "python", |
| 1566 "-u", | 1549 "-u", |
| 1567 "[SLAVE_BUILD]/swarming.client/swarming.py", | 1550 "[CWD]/swarming.client/swarming.py", |
| 1568 "trigger", | 1551 "trigger", |
| 1569 "--swarming", | 1552 "--swarming", |
| 1570 "https://chromium-swarm.appspot.com", | 1553 "https://chromium-swarm.appspot.com", |
| 1571 "--isolate-server", | 1554 "--isolate-server", |
| 1572 "https://isolateserver.appspot.com", | 1555 "https://isolateserver.appspot.com", |
| 1573 "--priority", | 1556 "--priority", |
| 1574 "25", | 1557 "25", |
| 1575 "--shards", | 1558 "--shards", |
| 1576 "1", | 1559 "1", |
| 1577 "--task-name", | 1560 "--task-name", |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1633 "--random-seed=-1038184575", | 1616 "--random-seed=-1038184575", |
| 1634 "mozilla", | 1617 "mozilla", |
| 1635 "--exhaustive-variants", | 1618 "--exhaustive-variants", |
| 1636 "--extra-flags", | 1619 "--extra-flags", |
| 1637 "--noenable-sse4-1 --noenable-avx", | 1620 "--noenable-sse4-1 --noenable-avx", |
| 1638 "--rerun-failures-count=2", | 1621 "--rerun-failures-count=2", |
| 1639 "--swarming", | 1622 "--swarming", |
| 1640 "--json-test-results", | 1623 "--json-test-results", |
| 1641 "${ISOLATED_OUTDIR}/output.json" | 1624 "${ISOLATED_OUTDIR}/output.json" |
| 1642 ], | 1625 ], |
| 1643 "cwd": "[SLAVE_BUILD]", | |
| 1644 "name": "[trigger] Mozilla - nosse4 on Ubuntu-12.04", | 1626 "name": "[trigger] Mozilla - nosse4 on Ubuntu-12.04", |
| 1645 "~followup_annotations": [ | 1627 "~followup_annotations": [ |
| 1646 "@@@STEP_LOG_LINE@json.output@{@@@", | 1628 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1647 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla - nosse4/Ubu
ntu-12.04/[dummy has/V8 Linux - debug/571\", @@@", | 1629 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla - nosse4/Ubu
ntu-12.04/[dummy has/V8 Linux - debug/571\", @@@", |
| 1648 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1630 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 1649 "@@@STEP_LOG_LINE@json.output@ \"Mozilla - nosse4/Ubuntu-12.04/[dummy h
as/V8 Linux - debug/571\": {@@@", | 1631 "@@@STEP_LOG_LINE@json.output@ \"Mozilla - nosse4/Ubuntu-12.04/[dummy h
as/V8 Linux - debug/571\": {@@@", |
| 1650 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1632 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 1651 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1633 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 1652 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1634 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 1653 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1635 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1654 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1636 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1655 "@@@STEP_LOG_LINE@json.output@}@@@", | 1637 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1656 "@@@STEP_LOG_END@json.output@@@", | 1638 "@@@STEP_LOG_END@json.output@@@", |
| 1657 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1639 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1658 ] | 1640 ] |
| 1659 }, | 1641 }, |
| 1660 { | 1642 { |
| 1661 "cmd": [ | 1643 "cmd": [ |
| 1662 "python", | 1644 "python", |
| 1663 "-u", | 1645 "-u", |
| 1664 "[SLAVE_BUILD]/swarming.client/swarming.py", | 1646 "[CWD]/swarming.client/swarming.py", |
| 1665 "trigger", | 1647 "trigger", |
| 1666 "--swarming", | 1648 "--swarming", |
| 1667 "https://chromium-swarm.appspot.com", | 1649 "https://chromium-swarm.appspot.com", |
| 1668 "--isolate-server", | 1650 "--isolate-server", |
| 1669 "https://isolateserver.appspot.com", | 1651 "https://isolateserver.appspot.com", |
| 1670 "--priority", | 1652 "--priority", |
| 1671 "25", | 1653 "25", |
| 1672 "--shards", | 1654 "--shards", |
| 1673 "1", | 1655 "1", |
| 1674 "--task-name", | 1656 "--task-name", |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1731 "simdjs", | 1713 "simdjs", |
| 1732 "--download-data", | 1714 "--download-data", |
| 1733 "--exhaustive-variants", | 1715 "--exhaustive-variants", |
| 1734 "--extra-flags", | 1716 "--extra-flags", |
| 1735 "--noenable-sse4-1 --noenable-avx", | 1717 "--noenable-sse4-1 --noenable-avx", |
| 1736 "--rerun-failures-count=2", | 1718 "--rerun-failures-count=2", |
| 1737 "--swarming", | 1719 "--swarming", |
| 1738 "--json-test-results", | 1720 "--json-test-results", |
| 1739 "${ISOLATED_OUTDIR}/output.json" | 1721 "${ISOLATED_OUTDIR}/output.json" |
| 1740 ], | 1722 ], |
| 1741 "cwd": "[SLAVE_BUILD]", | |
| 1742 "name": "[trigger] SimdJs - all - nosse4 on Ubuntu-12.04", | 1723 "name": "[trigger] SimdJs - all - nosse4 on Ubuntu-12.04", |
| 1743 "~followup_annotations": [ | 1724 "~followup_annotations": [ |
| 1744 "@@@STEP_LOG_LINE@json.output@{@@@", | 1725 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1745 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all - nosse
4/Ubuntu-12.04/[dummy has/V8 Linux - debug/571\", @@@", | 1726 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all - nosse
4/Ubuntu-12.04/[dummy has/V8 Linux - debug/571\", @@@", |
| 1746 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1727 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 1747 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all - nosse4/Ubuntu-12.04/[du
mmy has/V8 Linux - debug/571\": {@@@", | 1728 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all - nosse4/Ubuntu-12.04/[du
mmy has/V8 Linux - debug/571\": {@@@", |
| 1748 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1729 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 1749 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1730 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 1750 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1731 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 1751 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1732 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1752 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1733 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1753 "@@@STEP_LOG_LINE@json.output@}@@@", | 1734 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1754 "@@@STEP_LOG_END@json.output@@@", | 1735 "@@@STEP_LOG_END@json.output@@@", |
| 1755 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1736 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1756 ] | 1737 ] |
| 1757 }, | 1738 }, |
| 1758 { | 1739 { |
| 1759 "cmd": [ | 1740 "cmd": [ |
| 1760 "python", | 1741 "python", |
| 1761 "-u", | 1742 "-u", |
| 1762 "[SLAVE_BUILD]/swarming.client/swarming.py", | 1743 "[CWD]/swarming.client/swarming.py", |
| 1763 "trigger", | 1744 "trigger", |
| 1764 "--swarming", | 1745 "--swarming", |
| 1765 "https://chromium-swarm.appspot.com", | 1746 "https://chromium-swarm.appspot.com", |
| 1766 "--isolate-server", | 1747 "--isolate-server", |
| 1767 "https://isolateserver.appspot.com", | 1748 "https://isolateserver.appspot.com", |
| 1768 "--priority", | 1749 "--priority", |
| 1769 "25", | 1750 "25", |
| 1770 "--shards", | 1751 "--shards", |
| 1771 "1", | 1752 "1", |
| 1772 "--task-name", | 1753 "--task-name", |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1828 "--random-seed=-1038184575", | 1809 "--random-seed=-1038184575", |
| 1829 "mjsunit", | 1810 "mjsunit", |
| 1830 "--variants=default", | 1811 "--variants=default", |
| 1831 "--extra-flags", | 1812 "--extra-flags", |
| 1832 "--serialize-toplevel --cache=code", | 1813 "--serialize-toplevel --cache=code", |
| 1833 "--rerun-failures-count=2", | 1814 "--rerun-failures-count=2", |
| 1834 "--swarming", | 1815 "--swarming", |
| 1835 "--json-test-results", | 1816 "--json-test-results", |
| 1836 "${ISOLATED_OUTDIR}/output.json" | 1817 "${ISOLATED_OUTDIR}/output.json" |
| 1837 ], | 1818 ], |
| 1838 "cwd": "[SLAVE_BUILD]", | |
| 1839 "name": "[trigger] Mjsunit - code serializer on Ubuntu-12.04", | 1819 "name": "[trigger] Mjsunit - code serializer on Ubuntu-12.04", |
| 1840 "~followup_annotations": [ | 1820 "~followup_annotations": [ |
| 1841 "@@@STEP_LOG_LINE@json.output@{@@@", | 1821 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1842 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mjsunit - code seria
lizer/Ubuntu-12.04/[dummy has/V8 Linux - debug/571\", @@@", | 1822 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mjsunit - code seria
lizer/Ubuntu-12.04/[dummy has/V8 Linux - debug/571\", @@@", |
| 1843 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1823 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 1844 "@@@STEP_LOG_LINE@json.output@ \"Mjsunit - code serializer/Ubuntu-12.04
/[dummy has/V8 Linux - debug/571\": {@@@", | 1824 "@@@STEP_LOG_LINE@json.output@ \"Mjsunit - code serializer/Ubuntu-12.04
/[dummy has/V8 Linux - debug/571\": {@@@", |
| 1845 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1825 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 1846 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1826 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 1847 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1827 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 1848 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1828 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1849 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1829 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1850 "@@@STEP_LOG_LINE@json.output@}@@@", | 1830 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1851 "@@@STEP_LOG_END@json.output@@@", | 1831 "@@@STEP_LOG_END@json.output@@@", |
| 1852 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1832 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1853 ] | 1833 ] |
| 1854 }, | 1834 }, |
| 1855 { | 1835 { |
| 1856 "cmd": [ | 1836 "cmd": [ |
| 1857 "python", | 1837 "python", |
| 1858 "-u", | 1838 "-u", |
| 1859 "[SLAVE_BUILD]/swarming.client/swarming.py", | 1839 "[CWD]/swarming.client/swarming.py", |
| 1860 "trigger", | 1840 "trigger", |
| 1861 "--swarming", | 1841 "--swarming", |
| 1862 "https://chromium-swarm.appspot.com", | 1842 "https://chromium-swarm.appspot.com", |
| 1863 "--isolate-server", | 1843 "--isolate-server", |
| 1864 "https://isolateserver.appspot.com", | 1844 "https://isolateserver.appspot.com", |
| 1865 "--priority", | 1845 "--priority", |
| 1866 "25", | 1846 "25", |
| 1867 "--shards", | 1847 "--shards", |
| 1868 "1", | 1848 "1", |
| 1869 "--task-name", | 1849 "--task-name", |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1925 "--random-seed=-1038184575", | 1905 "--random-seed=-1038184575", |
| 1926 "mozilla", | 1906 "mozilla", |
| 1927 "--variants=default", | 1907 "--variants=default", |
| 1928 "--extra-flags", | 1908 "--extra-flags", |
| 1929 "--serialize-toplevel --cache=code", | 1909 "--serialize-toplevel --cache=code", |
| 1930 "--rerun-failures-count=2", | 1910 "--rerun-failures-count=2", |
| 1931 "--swarming", | 1911 "--swarming", |
| 1932 "--json-test-results", | 1912 "--json-test-results", |
| 1933 "${ISOLATED_OUTDIR}/output.json" | 1913 "${ISOLATED_OUTDIR}/output.json" |
| 1934 ], | 1914 ], |
| 1935 "cwd": "[SLAVE_BUILD]", | |
| 1936 "name": "[trigger] Mozilla - code serializer on Ubuntu-12.04", | 1915 "name": "[trigger] Mozilla - code serializer on Ubuntu-12.04", |
| 1937 "~followup_annotations": [ | 1916 "~followup_annotations": [ |
| 1938 "@@@STEP_LOG_LINE@json.output@{@@@", | 1917 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1939 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla - code seria
lizer/Ubuntu-12.04/[dummy has/V8 Linux - debug/571\", @@@", | 1918 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla - code seria
lizer/Ubuntu-12.04/[dummy has/V8 Linux - debug/571\", @@@", |
| 1940 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1919 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 1941 "@@@STEP_LOG_LINE@json.output@ \"Mozilla - code serializer/Ubuntu-12.04
/[dummy has/V8 Linux - debug/571\": {@@@", | 1920 "@@@STEP_LOG_LINE@json.output@ \"Mozilla - code serializer/Ubuntu-12.04
/[dummy has/V8 Linux - debug/571\": {@@@", |
| 1942 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1921 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 1943 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1922 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 1944 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1923 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 1945 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1924 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1946 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1925 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1947 "@@@STEP_LOG_LINE@json.output@}@@@", | 1926 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1948 "@@@STEP_LOG_END@json.output@@@", | 1927 "@@@STEP_LOG_END@json.output@@@", |
| 1949 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1928 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1950 ] | 1929 ] |
| 1951 }, | 1930 }, |
| 1952 { | 1931 { |
| 1953 "cmd": [ | 1932 "cmd": [ |
| 1954 "python", | 1933 "python", |
| 1955 "-u", | 1934 "-u", |
| 1956 "[SLAVE_BUILD]/swarming.client/swarming.py", | 1935 "[CWD]/swarming.client/swarming.py", |
| 1957 "trigger", | 1936 "trigger", |
| 1958 "--swarming", | 1937 "--swarming", |
| 1959 "https://chromium-swarm.appspot.com", | 1938 "https://chromium-swarm.appspot.com", |
| 1960 "--isolate-server", | 1939 "--isolate-server", |
| 1961 "https://isolateserver.appspot.com", | 1940 "https://isolateserver.appspot.com", |
| 1962 "--priority", | 1941 "--priority", |
| 1963 "25", | 1942 "25", |
| 1964 "--shards", | 1943 "--shards", |
| 1965 "1", | 1944 "1", |
| 1966 "--task-name", | 1945 "--task-name", |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2023 "test262", | 2002 "test262", |
| 2024 "--download-data", | 2003 "--download-data", |
| 2025 "--variants=default", | 2004 "--variants=default", |
| 2026 "--extra-flags", | 2005 "--extra-flags", |
| 2027 "--serialize-toplevel --cache=code", | 2006 "--serialize-toplevel --cache=code", |
| 2028 "--rerun-failures-count=2", | 2007 "--rerun-failures-count=2", |
| 2029 "--swarming", | 2008 "--swarming", |
| 2030 "--json-test-results", | 2009 "--json-test-results", |
| 2031 "${ISOLATED_OUTDIR}/output.json" | 2010 "${ISOLATED_OUTDIR}/output.json" |
| 2032 ], | 2011 ], |
| 2033 "cwd": "[SLAVE_BUILD]", | |
| 2034 "name": "[trigger] Test262 - no variants - code serializer on Ubuntu-12.04", | 2012 "name": "[trigger] Test262 - no variants - code serializer on Ubuntu-12.04", |
| 2035 "~followup_annotations": [ | 2013 "~followup_annotations": [ |
| 2036 "@@@STEP_LOG_LINE@json.output@{@@@", | 2014 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 2037 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variant
s - code serializer/Ubuntu-12.04/[dummy has/V8 Linux - debug/571\", @@@", | 2015 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variant
s - code serializer/Ubuntu-12.04/[dummy has/V8 Linux - debug/571\", @@@", |
| 2038 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 2016 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 2039 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants - code serialize
r/Ubuntu-12.04/[dummy has/V8 Linux - debug/571\": {@@@", | 2017 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants - code serialize
r/Ubuntu-12.04/[dummy has/V8 Linux - debug/571\": {@@@", |
| 2040 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 2018 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 2041 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 2019 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 2042 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 2020 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 2043 "@@@STEP_LOG_LINE@json.output@ }@@@", | 2021 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 2044 "@@@STEP_LOG_LINE@json.output@ }@@@", | 2022 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 2045 "@@@STEP_LOG_LINE@json.output@}@@@", | 2023 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2046 "@@@STEP_LOG_END@json.output@@@", | 2024 "@@@STEP_LOG_END@json.output@@@", |
| 2047 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 2025 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 2048 ] | 2026 ] |
| 2049 }, | 2027 }, |
| 2050 { | 2028 { |
| 2051 "cmd": [ | 2029 "cmd": [ |
| 2052 "python", | 2030 "python", |
| 2053 "-u", | 2031 "-u", |
| 2054 "[SLAVE_BUILD]/swarming.client/swarming.py", | 2032 "[CWD]/swarming.client/swarming.py", |
| 2055 "trigger", | 2033 "trigger", |
| 2056 "--swarming", | 2034 "--swarming", |
| 2057 "https://chromium-swarm.appspot.com", | 2035 "https://chromium-swarm.appspot.com", |
| 2058 "--isolate-server", | 2036 "--isolate-server", |
| 2059 "https://isolateserver.appspot.com", | 2037 "https://isolateserver.appspot.com", |
| 2060 "--priority", | 2038 "--priority", |
| 2061 "25", | 2039 "25", |
| 2062 "--shards", | 2040 "--shards", |
| 2063 "1", | 2041 "1", |
| 2064 "--task-name", | 2042 "--task-name", |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2121 "benchmarks", | 2099 "benchmarks", |
| 2122 "--download-data", | 2100 "--download-data", |
| 2123 "--variants=default", | 2101 "--variants=default", |
| 2124 "--extra-flags", | 2102 "--extra-flags", |
| 2125 "--serialize-toplevel --cache=code", | 2103 "--serialize-toplevel --cache=code", |
| 2126 "--rerun-failures-count=2", | 2104 "--rerun-failures-count=2", |
| 2127 "--swarming", | 2105 "--swarming", |
| 2128 "--json-test-results", | 2106 "--json-test-results", |
| 2129 "${ISOLATED_OUTDIR}/output.json" | 2107 "${ISOLATED_OUTDIR}/output.json" |
| 2130 ], | 2108 ], |
| 2131 "cwd": "[SLAVE_BUILD]", | |
| 2132 "name": "[trigger] Benchmarks - code serializer on Ubuntu-12.04", | 2109 "name": "[trigger] Benchmarks - code serializer on Ubuntu-12.04", |
| 2133 "~followup_annotations": [ | 2110 "~followup_annotations": [ |
| 2134 "@@@STEP_LOG_LINE@json.output@{@@@", | 2111 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 2135 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Benchmarks - code se
rializer/Ubuntu-12.04/[dummy has/V8 Linux - debug/571\", @@@", | 2112 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Benchmarks - code se
rializer/Ubuntu-12.04/[dummy has/V8 Linux - debug/571\", @@@", |
| 2136 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 2113 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 2137 "@@@STEP_LOG_LINE@json.output@ \"Benchmarks - code serializer/Ubuntu-12
.04/[dummy has/V8 Linux - debug/571\": {@@@", | 2114 "@@@STEP_LOG_LINE@json.output@ \"Benchmarks - code serializer/Ubuntu-12
.04/[dummy has/V8 Linux - debug/571\": {@@@", |
| 2138 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 2115 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 2139 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 2116 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 2140 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 2117 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 2141 "@@@STEP_LOG_LINE@json.output@ }@@@", | 2118 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 2142 "@@@STEP_LOG_LINE@json.output@ }@@@", | 2119 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 2143 "@@@STEP_LOG_LINE@json.output@}@@@", | 2120 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2144 "@@@STEP_LOG_END@json.output@@@", | 2121 "@@@STEP_LOG_END@json.output@@@", |
| 2145 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 2122 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 2146 ] | 2123 ] |
| 2147 }, | 2124 }, |
| 2148 { | 2125 { |
| 2149 "cmd": [ | 2126 "cmd": [ |
| 2150 "python", | 2127 "python", |
| 2151 "-u", | 2128 "-u", |
| 2152 "[SLAVE_BUILD]/swarming.client/swarming.py", | 2129 "[CWD]/swarming.client/swarming.py", |
| 2153 "trigger", | 2130 "trigger", |
| 2154 "--swarming", | 2131 "--swarming", |
| 2155 "https://chromium-swarm.appspot.com", | 2132 "https://chromium-swarm.appspot.com", |
| 2156 "--isolate-server", | 2133 "--isolate-server", |
| 2157 "https://isolateserver.appspot.com", | 2134 "https://isolateserver.appspot.com", |
| 2158 "--priority", | 2135 "--priority", |
| 2159 "25", | 2136 "25", |
| 2160 "--shards", | 2137 "--shards", |
| 2161 "1", | 2138 "1", |
| 2162 "--task-name", | 2139 "--task-name", |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2219 "simdjs", | 2196 "simdjs", |
| 2220 "--download-data", | 2197 "--download-data", |
| 2221 "--variants=default", | 2198 "--variants=default", |
| 2222 "--extra-flags", | 2199 "--extra-flags", |
| 2223 "--serialize-toplevel --cache=code", | 2200 "--serialize-toplevel --cache=code", |
| 2224 "--rerun-failures-count=2", | 2201 "--rerun-failures-count=2", |
| 2225 "--swarming", | 2202 "--swarming", |
| 2226 "--json-test-results", | 2203 "--json-test-results", |
| 2227 "${ISOLATED_OUTDIR}/output.json" | 2204 "${ISOLATED_OUTDIR}/output.json" |
| 2228 ], | 2205 ], |
| 2229 "cwd": "[SLAVE_BUILD]", | |
| 2230 "name": "[trigger] SimdJs - all - code serializer on Ubuntu-12.04", | 2206 "name": "[trigger] SimdJs - all - code serializer on Ubuntu-12.04", |
| 2231 "~followup_annotations": [ | 2207 "~followup_annotations": [ |
| 2232 "@@@STEP_LOG_LINE@json.output@{@@@", | 2208 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 2233 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all - code
serializer/Ubuntu-12.04/[dummy has/V8 Linux - debug/571\", @@@", | 2209 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all - code
serializer/Ubuntu-12.04/[dummy has/V8 Linux - debug/571\", @@@", |
| 2234 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 2210 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 2235 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all - code serializer/Ubuntu-
12.04/[dummy has/V8 Linux - debug/571\": {@@@", | 2211 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all - code serializer/Ubuntu-
12.04/[dummy has/V8 Linux - debug/571\": {@@@", |
| 2236 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 2212 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 2237 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 2213 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 2238 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 2214 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 2239 "@@@STEP_LOG_LINE@json.output@ }@@@", | 2215 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 2240 "@@@STEP_LOG_LINE@json.output@ }@@@", | 2216 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 2241 "@@@STEP_LOG_LINE@json.output@}@@@", | 2217 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2242 "@@@STEP_LOG_END@json.output@@@", | 2218 "@@@STEP_LOG_END@json.output@@@", |
| 2243 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 2219 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 2244 ] | 2220 ] |
| 2245 }, | 2221 }, |
| 2246 { | 2222 { |
| 2247 "allow_subannotations": true, | 2223 "allow_subannotations": true, |
| 2248 "cmd": [ | 2224 "cmd": [ |
| 2249 "python", | 2225 "python", |
| 2250 "-u", | 2226 "-u", |
| 2251 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 2227 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 2252 "--swarming-client-dir", | 2228 "--swarming-client-dir", |
| 2253 "[SLAVE_BUILD]/swarming.client", | 2229 "[CWD]/swarming.client", |
| 2254 "--temp-root-dir", | 2230 "--temp-root-dir", |
| 2255 "[TMP_BASE]", | 2231 "[TMP]", |
| 2256 "--merged-test-output", | 2232 "--merged-test-output", |
| 2257 "/path/to/tmp/json", | 2233 "/path/to/tmp/json", |
| 2258 "--", | 2234 "--", |
| 2259 "collect", | 2235 "collect", |
| 2260 "--swarming", | 2236 "--swarming", |
| 2261 "https://chromium-swarm.appspot.com", | 2237 "https://chromium-swarm.appspot.com", |
| 2262 "--decorate", | 2238 "--decorate", |
| 2263 "--print-status-updates", | 2239 "--print-status-updates", |
| 2264 "--shards", | 2240 "--shards", |
| 2265 "1", | 2241 "1", |
| 2266 "Check/Ubuntu-12.04/[dummy has/V8 Linux - debug/571" | 2242 "Check/Ubuntu-12.04/[dummy has/V8 Linux - debug/571" |
| 2267 ], | 2243 ], |
| 2268 "cwd": "[SLAVE_BUILD]", | |
| 2269 "name": "Check", | 2244 "name": "Check", |
| 2270 "~followup_annotations": [ | 2245 "~followup_annotations": [ |
| 2271 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 2246 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 2272 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 2247 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 2273 "@@@STEP_LOG_LINE@durations@@@@", | 2248 "@@@STEP_LOG_LINE@durations@@@@", |
| 2274 "@@@STEP_LOG_LINE@durations@Details:@@@", | 2249 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 2275 "@@@STEP_LOG_LINE@durations@@@@", | 2250 "@@@STEP_LOG_LINE@durations@@@@", |
| 2276 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 2251 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 2277 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 2252 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 2278 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 2253 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 2279 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 2254 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 2280 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 2255 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 2281 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 2256 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 2282 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 2257 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 2283 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 2258 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 2284 "@@@STEP_LOG_END@durations@@@" | 2259 "@@@STEP_LOG_END@durations@@@" |
| 2285 ] | 2260 ] |
| 2286 }, | 2261 }, |
| 2287 { | 2262 { |
| 2288 "allow_subannotations": true, | 2263 "allow_subannotations": true, |
| 2289 "cmd": [ | 2264 "cmd": [ |
| 2290 "python", | 2265 "python", |
| 2291 "-u", | 2266 "-u", |
| 2292 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 2267 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 2293 "--swarming-client-dir", | 2268 "--swarming-client-dir", |
| 2294 "[SLAVE_BUILD]/swarming.client", | 2269 "[CWD]/swarming.client", |
| 2295 "--temp-root-dir", | 2270 "--temp-root-dir", |
| 2296 "[TMP_BASE]", | 2271 "[TMP]", |
| 2297 "--merged-test-output", | 2272 "--merged-test-output", |
| 2298 "/path/to/tmp/json", | 2273 "/path/to/tmp/json", |
| 2299 "--", | 2274 "--", |
| 2300 "collect", | 2275 "collect", |
| 2301 "--swarming", | 2276 "--swarming", |
| 2302 "https://chromium-swarm.appspot.com", | 2277 "https://chromium-swarm.appspot.com", |
| 2303 "--decorate", | 2278 "--decorate", |
| 2304 "--print-status-updates", | 2279 "--print-status-updates", |
| 2305 "--shards", | 2280 "--shards", |
| 2306 "1", | 2281 "1", |
| 2307 "Benchmarks/Ubuntu-12.04/[dummy has/V8 Linux - debug/571" | 2282 "Benchmarks/Ubuntu-12.04/[dummy has/V8 Linux - debug/571" |
| 2308 ], | 2283 ], |
| 2309 "cwd": "[SLAVE_BUILD]", | |
| 2310 "name": "Benchmarks", | 2284 "name": "Benchmarks", |
| 2311 "~followup_annotations": [ | 2285 "~followup_annotations": [ |
| 2312 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 2286 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 2313 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 2287 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 2314 "@@@STEP_LOG_LINE@durations@@@@", | 2288 "@@@STEP_LOG_LINE@durations@@@@", |
| 2315 "@@@STEP_LOG_LINE@durations@Details:@@@", | 2289 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 2316 "@@@STEP_LOG_LINE@durations@@@@", | 2290 "@@@STEP_LOG_LINE@durations@@@@", |
| 2317 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 2291 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 2318 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 2292 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 2319 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 2293 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 2320 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 2294 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 2321 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 2295 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 2322 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 2296 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 2323 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 2297 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 2324 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 2298 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 2325 "@@@STEP_LOG_END@durations@@@" | 2299 "@@@STEP_LOG_END@durations@@@" |
| 2326 ] | 2300 ] |
| 2327 }, | 2301 }, |
| 2328 { | 2302 { |
| 2329 "allow_subannotations": true, | 2303 "allow_subannotations": true, |
| 2330 "cmd": [ | 2304 "cmd": [ |
| 2331 "python", | 2305 "python", |
| 2332 "-u", | 2306 "-u", |
| 2333 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 2307 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 2334 "--swarming-client-dir", | 2308 "--swarming-client-dir", |
| 2335 "[SLAVE_BUILD]/swarming.client", | 2309 "[CWD]/swarming.client", |
| 2336 "--temp-root-dir", | 2310 "--temp-root-dir", |
| 2337 "[TMP_BASE]", | 2311 "[TMP]", |
| 2338 "--merged-test-output", | 2312 "--merged-test-output", |
| 2339 "/path/to/tmp/json", | 2313 "/path/to/tmp/json", |
| 2340 "--", | 2314 "--", |
| 2341 "collect", | 2315 "collect", |
| 2342 "--swarming", | 2316 "--swarming", |
| 2343 "https://chromium-swarm.appspot.com", | 2317 "https://chromium-swarm.appspot.com", |
| 2344 "--decorate", | 2318 "--decorate", |
| 2345 "--print-status-updates", | 2319 "--print-status-updates", |
| 2346 "--shards", | 2320 "--shards", |
| 2347 "3", | 2321 "3", |
| 2348 "Test262/Ubuntu-12.04/[dummy has/V8 Linux - debug/571" | 2322 "Test262/Ubuntu-12.04/[dummy has/V8 Linux - debug/571" |
| 2349 ], | 2323 ], |
| 2350 "cwd": "[SLAVE_BUILD]", | |
| 2351 "name": "Test262", | 2324 "name": "Test262", |
| 2352 "~followup_annotations": [ | 2325 "~followup_annotations": [ |
| 2353 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 2326 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 2354 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 2327 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 2355 "@@@STEP_LOG_LINE@durations@@@@", | 2328 "@@@STEP_LOG_LINE@durations@@@@", |
| 2356 "@@@STEP_LOG_LINE@durations@Details:@@@", | 2329 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 2357 "@@@STEP_LOG_LINE@durations@@@@", | 2330 "@@@STEP_LOG_LINE@durations@@@@", |
| 2358 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 2331 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 2359 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 2332 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 2360 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 2333 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 2361 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 2334 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 2362 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 2335 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 2363 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 2336 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 2364 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 2337 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 2365 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 2338 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 2366 "@@@STEP_LOG_END@durations@@@" | 2339 "@@@STEP_LOG_END@durations@@@" |
| 2367 ] | 2340 ] |
| 2368 }, | 2341 }, |
| 2369 { | 2342 { |
| 2370 "allow_subannotations": true, | 2343 "allow_subannotations": true, |
| 2371 "cmd": [ | 2344 "cmd": [ |
| 2372 "python", | 2345 "python", |
| 2373 "-u", | 2346 "-u", |
| 2374 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 2347 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 2375 "--swarming-client-dir", | 2348 "--swarming-client-dir", |
| 2376 "[SLAVE_BUILD]/swarming.client", | 2349 "[CWD]/swarming.client", |
| 2377 "--temp-root-dir", | 2350 "--temp-root-dir", |
| 2378 "[TMP_BASE]", | 2351 "[TMP]", |
| 2379 "--merged-test-output", | 2352 "--merged-test-output", |
| 2380 "/path/to/tmp/json", | 2353 "/path/to/tmp/json", |
| 2381 "--", | 2354 "--", |
| 2382 "collect", | 2355 "collect", |
| 2383 "--swarming", | 2356 "--swarming", |
| 2384 "https://chromium-swarm.appspot.com", | 2357 "https://chromium-swarm.appspot.com", |
| 2385 "--decorate", | 2358 "--decorate", |
| 2386 "--print-status-updates", | 2359 "--print-status-updates", |
| 2387 "--shards", | 2360 "--shards", |
| 2388 "1", | 2361 "1", |
| 2389 "Mozilla/Ubuntu-12.04/[dummy has/V8 Linux - debug/571" | 2362 "Mozilla/Ubuntu-12.04/[dummy has/V8 Linux - debug/571" |
| 2390 ], | 2363 ], |
| 2391 "cwd": "[SLAVE_BUILD]", | |
| 2392 "name": "Mozilla", | 2364 "name": "Mozilla", |
| 2393 "~followup_annotations": [ | 2365 "~followup_annotations": [ |
| 2394 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 2366 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 2395 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 2367 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 2396 "@@@STEP_LOG_LINE@durations@@@@", | 2368 "@@@STEP_LOG_LINE@durations@@@@", |
| 2397 "@@@STEP_LOG_LINE@durations@Details:@@@", | 2369 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 2398 "@@@STEP_LOG_LINE@durations@@@@", | 2370 "@@@STEP_LOG_LINE@durations@@@@", |
| 2399 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 2371 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 2400 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 2372 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 2401 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 2373 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 2402 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 2374 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 2403 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 2375 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 2404 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 2376 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 2405 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 2377 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 2406 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 2378 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 2407 "@@@STEP_LOG_END@durations@@@" | 2379 "@@@STEP_LOG_END@durations@@@" |
| 2408 ] | 2380 ] |
| 2409 }, | 2381 }, |
| 2410 { | 2382 { |
| 2411 "allow_subannotations": true, | 2383 "allow_subannotations": true, |
| 2412 "cmd": [ | 2384 "cmd": [ |
| 2413 "python", | 2385 "python", |
| 2414 "-u", | 2386 "-u", |
| 2415 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 2387 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 2416 "--swarming-client-dir", | 2388 "--swarming-client-dir", |
| 2417 "[SLAVE_BUILD]/swarming.client", | 2389 "[CWD]/swarming.client", |
| 2418 "--temp-root-dir", | 2390 "--temp-root-dir", |
| 2419 "[TMP_BASE]", | 2391 "[TMP]", |
| 2420 "--merged-test-output", | 2392 "--merged-test-output", |
| 2421 "/path/to/tmp/json", | 2393 "/path/to/tmp/json", |
| 2422 "--", | 2394 "--", |
| 2423 "collect", | 2395 "collect", |
| 2424 "--swarming", | 2396 "--swarming", |
| 2425 "https://chromium-swarm.appspot.com", | 2397 "https://chromium-swarm.appspot.com", |
| 2426 "--decorate", | 2398 "--decorate", |
| 2427 "--print-status-updates", | 2399 "--print-status-updates", |
| 2428 "--shards", | 2400 "--shards", |
| 2429 "1", | 2401 "1", |
| 2430 "SimdJs - all/Ubuntu-12.04/[dummy has/V8 Linux - debug/571" | 2402 "SimdJs - all/Ubuntu-12.04/[dummy has/V8 Linux - debug/571" |
| 2431 ], | 2403 ], |
| 2432 "cwd": "[SLAVE_BUILD]", | |
| 2433 "name": "SimdJs - all", | 2404 "name": "SimdJs - all", |
| 2434 "~followup_annotations": [ | 2405 "~followup_annotations": [ |
| 2435 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 2406 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 2436 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 2407 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 2437 "@@@STEP_LOG_LINE@durations@@@@", | 2408 "@@@STEP_LOG_LINE@durations@@@@", |
| 2438 "@@@STEP_LOG_LINE@durations@Details:@@@", | 2409 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 2439 "@@@STEP_LOG_LINE@durations@@@@", | 2410 "@@@STEP_LOG_LINE@durations@@@@", |
| 2440 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 2411 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 2441 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 2412 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 2442 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 2413 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 2443 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 2414 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 2444 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 2415 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 2445 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 2416 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 2446 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 2417 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 2447 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 2418 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 2448 "@@@STEP_LOG_END@durations@@@" | 2419 "@@@STEP_LOG_END@durations@@@" |
| 2449 ] | 2420 ] |
| 2450 }, | 2421 }, |
| 2451 { | 2422 { |
| 2452 "allow_subannotations": true, | 2423 "allow_subannotations": true, |
| 2453 "cmd": [ | 2424 "cmd": [ |
| 2454 "python", | 2425 "python", |
| 2455 "-u", | 2426 "-u", |
| 2456 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 2427 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 2457 "--swarming-client-dir", | 2428 "--swarming-client-dir", |
| 2458 "[SLAVE_BUILD]/swarming.client", | 2429 "[CWD]/swarming.client", |
| 2459 "--temp-root-dir", | 2430 "--temp-root-dir", |
| 2460 "[TMP_BASE]", | 2431 "[TMP]", |
| 2461 "--merged-test-output", | 2432 "--merged-test-output", |
| 2462 "/path/to/tmp/json", | 2433 "/path/to/tmp/json", |
| 2463 "--", | 2434 "--", |
| 2464 "collect", | 2435 "collect", |
| 2465 "--swarming", | 2436 "--swarming", |
| 2466 "https://chromium-swarm.appspot.com", | 2437 "https://chromium-swarm.appspot.com", |
| 2467 "--decorate", | 2438 "--decorate", |
| 2468 "--print-status-updates", | 2439 "--print-status-updates", |
| 2469 "--shards", | 2440 "--shards", |
| 2470 "1", | 2441 "1", |
| 2471 "Ignition - turbofan/Ubuntu-12.04/[dummy has/V8 Linux - debug/571" | 2442 "Ignition - turbofan/Ubuntu-12.04/[dummy has/V8 Linux - debug/571" |
| 2472 ], | 2443 ], |
| 2473 "cwd": "[SLAVE_BUILD]", | |
| 2474 "name": "Ignition - turbofan", | 2444 "name": "Ignition - turbofan", |
| 2475 "~followup_annotations": [ | 2445 "~followup_annotations": [ |
| 2476 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 2446 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 2477 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 2447 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 2478 "@@@STEP_LOG_LINE@durations@@@@", | 2448 "@@@STEP_LOG_LINE@durations@@@@", |
| 2479 "@@@STEP_LOG_LINE@durations@Details:@@@", | 2449 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 2480 "@@@STEP_LOG_LINE@durations@@@@", | 2450 "@@@STEP_LOG_LINE@durations@@@@", |
| 2481 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 2451 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 2482 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 2452 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 2483 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 2453 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 2484 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 2454 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 2485 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 2455 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 2486 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 2456 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 2487 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 2457 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 2488 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 2458 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 2489 "@@@STEP_LOG_END@durations@@@" | 2459 "@@@STEP_LOG_END@durations@@@" |
| 2490 ] | 2460 ] |
| 2491 }, | 2461 }, |
| 2492 { | 2462 { |
| 2493 "allow_subannotations": true, | 2463 "allow_subannotations": true, |
| 2494 "cmd": [ | 2464 "cmd": [ |
| 2495 "python", | 2465 "python", |
| 2496 "-u", | 2466 "-u", |
| 2497 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 2467 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 2498 "--swarming-client-dir", | 2468 "--swarming-client-dir", |
| 2499 "[SLAVE_BUILD]/swarming.client", | 2469 "[CWD]/swarming.client", |
| 2500 "--temp-root-dir", | 2470 "--temp-root-dir", |
| 2501 "[TMP_BASE]", | 2471 "[TMP]", |
| 2502 "--merged-test-output", | 2472 "--merged-test-output", |
| 2503 "/path/to/tmp/json", | 2473 "/path/to/tmp/json", |
| 2504 "--", | 2474 "--", |
| 2505 "collect", | 2475 "collect", |
| 2506 "--swarming", | 2476 "--swarming", |
| 2507 "https://chromium-swarm.appspot.com", | 2477 "https://chromium-swarm.appspot.com", |
| 2508 "--decorate", | 2478 "--decorate", |
| 2509 "--print-status-updates", | 2479 "--print-status-updates", |
| 2510 "--shards", | 2480 "--shards", |
| 2511 "1", | 2481 "1", |
| 2512 "Mjsunit - sp frame access/Ubuntu-12.04/[dummy has/V8 Linux - debug/571" | 2482 "Mjsunit - sp frame access/Ubuntu-12.04/[dummy has/V8 Linux - debug/571" |
| 2513 ], | 2483 ], |
| 2514 "cwd": "[SLAVE_BUILD]", | |
| 2515 "name": "Mjsunit - sp frame access", | 2484 "name": "Mjsunit - sp frame access", |
| 2516 "~followup_annotations": [ | 2485 "~followup_annotations": [ |
| 2517 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 2486 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 2518 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 2487 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 2519 "@@@STEP_LOG_LINE@durations@@@@", | 2488 "@@@STEP_LOG_LINE@durations@@@@", |
| 2520 "@@@STEP_LOG_LINE@durations@Details:@@@", | 2489 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 2521 "@@@STEP_LOG_LINE@durations@@@@", | 2490 "@@@STEP_LOG_LINE@durations@@@@", |
| 2522 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 2491 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 2523 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 2492 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 2524 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 2493 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 2525 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 2494 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 2526 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 2495 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 2527 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 2496 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 2528 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 2497 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 2529 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 2498 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 2530 "@@@STEP_LOG_END@durations@@@" | 2499 "@@@STEP_LOG_END@durations@@@" |
| 2531 ] | 2500 ] |
| 2532 }, | 2501 }, |
| 2533 { | 2502 { |
| 2534 "allow_subannotations": true, | 2503 "allow_subannotations": true, |
| 2535 "cmd": [ | 2504 "cmd": [ |
| 2536 "python", | 2505 "python", |
| 2537 "-u", | 2506 "-u", |
| 2538 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 2507 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 2539 "--swarming-client-dir", | 2508 "--swarming-client-dir", |
| 2540 "[SLAVE_BUILD]/swarming.client", | 2509 "[CWD]/swarming.client", |
| 2541 "--temp-root-dir", | 2510 "--temp-root-dir", |
| 2542 "[TMP_BASE]", | 2511 "[TMP]", |
| 2543 "--merged-test-output", | 2512 "--merged-test-output", |
| 2544 "/path/to/tmp/json", | 2513 "/path/to/tmp/json", |
| 2545 "--", | 2514 "--", |
| 2546 "collect", | 2515 "collect", |
| 2547 "--swarming", | 2516 "--swarming", |
| 2548 "https://chromium-swarm.appspot.com", | 2517 "https://chromium-swarm.appspot.com", |
| 2549 "--decorate", | 2518 "--decorate", |
| 2550 "--print-status-updates", | 2519 "--print-status-updates", |
| 2551 "--shards", | 2520 "--shards", |
| 2552 "1", | 2521 "1", |
| 2553 "Test262 - ignition - turbofan/Ubuntu-12.04/[dummy has/V8 Linux - debug/57
1" | 2522 "Test262 - ignition - turbofan/Ubuntu-12.04/[dummy has/V8 Linux - debug/57
1" |
| 2554 ], | 2523 ], |
| 2555 "cwd": "[SLAVE_BUILD]", | |
| 2556 "name": "Test262 - ignition - turbofan", | 2524 "name": "Test262 - ignition - turbofan", |
| 2557 "~followup_annotations": [ | 2525 "~followup_annotations": [ |
| 2558 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 2526 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 2559 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 2527 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 2560 "@@@STEP_LOG_LINE@durations@@@@", | 2528 "@@@STEP_LOG_LINE@durations@@@@", |
| 2561 "@@@STEP_LOG_LINE@durations@Details:@@@", | 2529 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 2562 "@@@STEP_LOG_LINE@durations@@@@", | 2530 "@@@STEP_LOG_LINE@durations@@@@", |
| 2563 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 2531 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 2564 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 2532 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 2565 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 2533 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 2566 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 2534 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 2567 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 2535 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 2568 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 2536 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 2569 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 2537 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 2570 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 2538 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 2571 "@@@STEP_LOG_END@durations@@@" | 2539 "@@@STEP_LOG_END@durations@@@" |
| 2572 ] | 2540 ] |
| 2573 }, | 2541 }, |
| 2574 { | 2542 { |
| 2575 "allow_subannotations": true, | 2543 "allow_subannotations": true, |
| 2576 "cmd": [ | 2544 "cmd": [ |
| 2577 "python", | 2545 "python", |
| 2578 "-u", | 2546 "-u", |
| 2579 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 2547 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 2580 "--swarming-client-dir", | 2548 "--swarming-client-dir", |
| 2581 "[SLAVE_BUILD]/swarming.client", | 2549 "[CWD]/swarming.client", |
| 2582 "--temp-root-dir", | 2550 "--temp-root-dir", |
| 2583 "[TMP_BASE]", | 2551 "[TMP]", |
| 2584 "--merged-test-output", | 2552 "--merged-test-output", |
| 2585 "/path/to/tmp/json", | 2553 "/path/to/tmp/json", |
| 2586 "--", | 2554 "--", |
| 2587 "collect", | 2555 "collect", |
| 2588 "--swarming", | 2556 "--swarming", |
| 2589 "https://chromium-swarm.appspot.com", | 2557 "https://chromium-swarm.appspot.com", |
| 2590 "--decorate", | 2558 "--decorate", |
| 2591 "--print-status-updates", | 2559 "--print-status-updates", |
| 2592 "--shards", | 2560 "--shards", |
| 2593 "2", | 2561 "2", |
| 2594 "Check - isolates/Ubuntu-12.04/[dummy has/V8 Linux - debug/571" | 2562 "Check - isolates/Ubuntu-12.04/[dummy has/V8 Linux - debug/571" |
| 2595 ], | 2563 ], |
| 2596 "cwd": "[SLAVE_BUILD]", | |
| 2597 "name": "Check - isolates", | 2564 "name": "Check - isolates", |
| 2598 "~followup_annotations": [ | 2565 "~followup_annotations": [ |
| 2599 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 2566 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 2600 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 2567 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 2601 "@@@STEP_LOG_LINE@durations@@@@", | 2568 "@@@STEP_LOG_LINE@durations@@@@", |
| 2602 "@@@STEP_LOG_LINE@durations@Details:@@@", | 2569 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 2603 "@@@STEP_LOG_LINE@durations@@@@", | 2570 "@@@STEP_LOG_LINE@durations@@@@", |
| 2604 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 2571 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 2605 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 2572 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 2606 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 2573 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 2607 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 2574 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 2608 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 2575 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 2609 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 2576 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 2610 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 2577 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 2611 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 2578 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 2612 "@@@STEP_LOG_END@durations@@@" | 2579 "@@@STEP_LOG_END@durations@@@" |
| 2613 ] | 2580 ] |
| 2614 }, | 2581 }, |
| 2615 { | 2582 { |
| 2616 "allow_subannotations": true, | 2583 "allow_subannotations": true, |
| 2617 "cmd": [ | 2584 "cmd": [ |
| 2618 "python", | 2585 "python", |
| 2619 "-u", | 2586 "-u", |
| 2620 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 2587 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 2621 "--swarming-client-dir", | 2588 "--swarming-client-dir", |
| 2622 "[SLAVE_BUILD]/swarming.client", | 2589 "[CWD]/swarming.client", |
| 2623 "--temp-root-dir", | 2590 "--temp-root-dir", |
| 2624 "[TMP_BASE]", | 2591 "[TMP]", |
| 2625 "--merged-test-output", | 2592 "--merged-test-output", |
| 2626 "/path/to/tmp/json", | 2593 "/path/to/tmp/json", |
| 2627 "--", | 2594 "--", |
| 2628 "collect", | 2595 "collect", |
| 2629 "--swarming", | 2596 "--swarming", |
| 2630 "https://chromium-swarm.appspot.com", | 2597 "https://chromium-swarm.appspot.com", |
| 2631 "--decorate", | 2598 "--decorate", |
| 2632 "--print-status-updates", | 2599 "--print-status-updates", |
| 2633 "--shards", | 2600 "--shards", |
| 2634 "1", | 2601 "1", |
| 2635 "Check - nosse3/Ubuntu-12.04/[dummy has/V8 Linux - debug/571" | 2602 "Check - nosse3/Ubuntu-12.04/[dummy has/V8 Linux - debug/571" |
| 2636 ], | 2603 ], |
| 2637 "cwd": "[SLAVE_BUILD]", | |
| 2638 "name": "Check - nosse3", | 2604 "name": "Check - nosse3", |
| 2639 "~followup_annotations": [ | 2605 "~followup_annotations": [ |
| 2640 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 2606 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 2641 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 2607 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 2642 "@@@STEP_LOG_LINE@durations@@@@", | 2608 "@@@STEP_LOG_LINE@durations@@@@", |
| 2643 "@@@STEP_LOG_LINE@durations@Details:@@@", | 2609 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 2644 "@@@STEP_LOG_LINE@durations@@@@", | 2610 "@@@STEP_LOG_LINE@durations@@@@", |
| 2645 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 2611 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 2646 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 2612 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 2647 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 2613 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 2648 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 2614 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 2649 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 2615 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 2650 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 2616 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 2651 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 2617 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 2652 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 2618 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 2653 "@@@STEP_LOG_END@durations@@@" | 2619 "@@@STEP_LOG_END@durations@@@" |
| 2654 ] | 2620 ] |
| 2655 }, | 2621 }, |
| 2656 { | 2622 { |
| 2657 "allow_subannotations": true, | 2623 "allow_subannotations": true, |
| 2658 "cmd": [ | 2624 "cmd": [ |
| 2659 "python", | 2625 "python", |
| 2660 "-u", | 2626 "-u", |
| 2661 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 2627 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 2662 "--swarming-client-dir", | 2628 "--swarming-client-dir", |
| 2663 "[SLAVE_BUILD]/swarming.client", | 2629 "[CWD]/swarming.client", |
| 2664 "--temp-root-dir", | 2630 "--temp-root-dir", |
| 2665 "[TMP_BASE]", | 2631 "[TMP]", |
| 2666 "--merged-test-output", | 2632 "--merged-test-output", |
| 2667 "/path/to/tmp/json", | 2633 "/path/to/tmp/json", |
| 2668 "--", | 2634 "--", |
| 2669 "collect", | 2635 "collect", |
| 2670 "--swarming", | 2636 "--swarming", |
| 2671 "https://chromium-swarm.appspot.com", | 2637 "https://chromium-swarm.appspot.com", |
| 2672 "--decorate", | 2638 "--decorate", |
| 2673 "--print-status-updates", | 2639 "--print-status-updates", |
| 2674 "--shards", | 2640 "--shards", |
| 2675 "1", | 2641 "1", |
| 2676 "Test262 - no variants - nosse3/Ubuntu-12.04/[dummy has/V8 Linux - debug/5
71" | 2642 "Test262 - no variants - nosse3/Ubuntu-12.04/[dummy has/V8 Linux - debug/5
71" |
| 2677 ], | 2643 ], |
| 2678 "cwd": "[SLAVE_BUILD]", | |
| 2679 "name": "Test262 - no variants - nosse3", | 2644 "name": "Test262 - no variants - nosse3", |
| 2680 "~followup_annotations": [ | 2645 "~followup_annotations": [ |
| 2681 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 2646 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 2682 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 2647 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 2683 "@@@STEP_LOG_LINE@durations@@@@", | 2648 "@@@STEP_LOG_LINE@durations@@@@", |
| 2684 "@@@STEP_LOG_LINE@durations@Details:@@@", | 2649 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 2685 "@@@STEP_LOG_LINE@durations@@@@", | 2650 "@@@STEP_LOG_LINE@durations@@@@", |
| 2686 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 2651 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 2687 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 2652 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 2688 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 2653 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 2689 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 2654 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 2690 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 2655 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 2691 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 2656 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 2692 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 2657 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 2693 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 2658 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 2694 "@@@STEP_LOG_END@durations@@@" | 2659 "@@@STEP_LOG_END@durations@@@" |
| 2695 ] | 2660 ] |
| 2696 }, | 2661 }, |
| 2697 { | 2662 { |
| 2698 "allow_subannotations": true, | 2663 "allow_subannotations": true, |
| 2699 "cmd": [ | 2664 "cmd": [ |
| 2700 "python", | 2665 "python", |
| 2701 "-u", | 2666 "-u", |
| 2702 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 2667 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 2703 "--swarming-client-dir", | 2668 "--swarming-client-dir", |
| 2704 "[SLAVE_BUILD]/swarming.client", | 2669 "[CWD]/swarming.client", |
| 2705 "--temp-root-dir", | 2670 "--temp-root-dir", |
| 2706 "[TMP_BASE]", | 2671 "[TMP]", |
| 2707 "--merged-test-output", | 2672 "--merged-test-output", |
| 2708 "/path/to/tmp/json", | 2673 "/path/to/tmp/json", |
| 2709 "--", | 2674 "--", |
| 2710 "collect", | 2675 "collect", |
| 2711 "--swarming", | 2676 "--swarming", |
| 2712 "https://chromium-swarm.appspot.com", | 2677 "https://chromium-swarm.appspot.com", |
| 2713 "--decorate", | 2678 "--decorate", |
| 2714 "--print-status-updates", | 2679 "--print-status-updates", |
| 2715 "--shards", | 2680 "--shards", |
| 2716 "1", | 2681 "1", |
| 2717 "Mozilla - nosse3/Ubuntu-12.04/[dummy has/V8 Linux - debug/571" | 2682 "Mozilla - nosse3/Ubuntu-12.04/[dummy has/V8 Linux - debug/571" |
| 2718 ], | 2683 ], |
| 2719 "cwd": "[SLAVE_BUILD]", | |
| 2720 "name": "Mozilla - nosse3", | 2684 "name": "Mozilla - nosse3", |
| 2721 "~followup_annotations": [ | 2685 "~followup_annotations": [ |
| 2722 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 2686 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 2723 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 2687 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 2724 "@@@STEP_LOG_LINE@durations@@@@", | 2688 "@@@STEP_LOG_LINE@durations@@@@", |
| 2725 "@@@STEP_LOG_LINE@durations@Details:@@@", | 2689 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 2726 "@@@STEP_LOG_LINE@durations@@@@", | 2690 "@@@STEP_LOG_LINE@durations@@@@", |
| 2727 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 2691 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 2728 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 2692 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 2729 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 2693 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 2730 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 2694 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 2731 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 2695 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 2732 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 2696 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 2733 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 2697 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 2734 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 2698 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 2735 "@@@STEP_LOG_END@durations@@@" | 2699 "@@@STEP_LOG_END@durations@@@" |
| 2736 ] | 2700 ] |
| 2737 }, | 2701 }, |
| 2738 { | 2702 { |
| 2739 "allow_subannotations": true, | 2703 "allow_subannotations": true, |
| 2740 "cmd": [ | 2704 "cmd": [ |
| 2741 "python", | 2705 "python", |
| 2742 "-u", | 2706 "-u", |
| 2743 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 2707 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 2744 "--swarming-client-dir", | 2708 "--swarming-client-dir", |
| 2745 "[SLAVE_BUILD]/swarming.client", | 2709 "[CWD]/swarming.client", |
| 2746 "--temp-root-dir", | 2710 "--temp-root-dir", |
| 2747 "[TMP_BASE]", | 2711 "[TMP]", |
| 2748 "--merged-test-output", | 2712 "--merged-test-output", |
| 2749 "/path/to/tmp/json", | 2713 "/path/to/tmp/json", |
| 2750 "--", | 2714 "--", |
| 2751 "collect", | 2715 "collect", |
| 2752 "--swarming", | 2716 "--swarming", |
| 2753 "https://chromium-swarm.appspot.com", | 2717 "https://chromium-swarm.appspot.com", |
| 2754 "--decorate", | 2718 "--decorate", |
| 2755 "--print-status-updates", | 2719 "--print-status-updates", |
| 2756 "--shards", | 2720 "--shards", |
| 2757 "1", | 2721 "1", |
| 2758 "SimdJs - all - nosse3/Ubuntu-12.04/[dummy has/V8 Linux - debug/571" | 2722 "SimdJs - all - nosse3/Ubuntu-12.04/[dummy has/V8 Linux - debug/571" |
| 2759 ], | 2723 ], |
| 2760 "cwd": "[SLAVE_BUILD]", | |
| 2761 "name": "SimdJs - all - nosse3", | 2724 "name": "SimdJs - all - nosse3", |
| 2762 "~followup_annotations": [ | 2725 "~followup_annotations": [ |
| 2763 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 2726 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 2764 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 2727 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 2765 "@@@STEP_LOG_LINE@durations@@@@", | 2728 "@@@STEP_LOG_LINE@durations@@@@", |
| 2766 "@@@STEP_LOG_LINE@durations@Details:@@@", | 2729 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 2767 "@@@STEP_LOG_LINE@durations@@@@", | 2730 "@@@STEP_LOG_LINE@durations@@@@", |
| 2768 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 2731 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 2769 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 2732 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 2770 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 2733 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 2771 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 2734 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 2772 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 2735 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 2773 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 2736 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 2774 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 2737 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 2775 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 2738 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 2776 "@@@STEP_LOG_END@durations@@@" | 2739 "@@@STEP_LOG_END@durations@@@" |
| 2777 ] | 2740 ] |
| 2778 }, | 2741 }, |
| 2779 { | 2742 { |
| 2780 "allow_subannotations": true, | 2743 "allow_subannotations": true, |
| 2781 "cmd": [ | 2744 "cmd": [ |
| 2782 "python", | 2745 "python", |
| 2783 "-u", | 2746 "-u", |
| 2784 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 2747 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 2785 "--swarming-client-dir", | 2748 "--swarming-client-dir", |
| 2786 "[SLAVE_BUILD]/swarming.client", | 2749 "[CWD]/swarming.client", |
| 2787 "--temp-root-dir", | 2750 "--temp-root-dir", |
| 2788 "[TMP_BASE]", | 2751 "[TMP]", |
| 2789 "--merged-test-output", | 2752 "--merged-test-output", |
| 2790 "/path/to/tmp/json", | 2753 "/path/to/tmp/json", |
| 2791 "--", | 2754 "--", |
| 2792 "collect", | 2755 "collect", |
| 2793 "--swarming", | 2756 "--swarming", |
| 2794 "https://chromium-swarm.appspot.com", | 2757 "https://chromium-swarm.appspot.com", |
| 2795 "--decorate", | 2758 "--decorate", |
| 2796 "--print-status-updates", | 2759 "--print-status-updates", |
| 2797 "--shards", | 2760 "--shards", |
| 2798 "1", | 2761 "1", |
| 2799 "Check - nosse4/Ubuntu-12.04/[dummy has/V8 Linux - debug/571" | 2762 "Check - nosse4/Ubuntu-12.04/[dummy has/V8 Linux - debug/571" |
| 2800 ], | 2763 ], |
| 2801 "cwd": "[SLAVE_BUILD]", | |
| 2802 "name": "Check - nosse4", | 2764 "name": "Check - nosse4", |
| 2803 "~followup_annotations": [ | 2765 "~followup_annotations": [ |
| 2804 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 2766 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 2805 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 2767 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 2806 "@@@STEP_LOG_LINE@durations@@@@", | 2768 "@@@STEP_LOG_LINE@durations@@@@", |
| 2807 "@@@STEP_LOG_LINE@durations@Details:@@@", | 2769 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 2808 "@@@STEP_LOG_LINE@durations@@@@", | 2770 "@@@STEP_LOG_LINE@durations@@@@", |
| 2809 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 2771 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 2810 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 2772 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 2811 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 2773 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 2812 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 2774 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 2813 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 2775 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 2814 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 2776 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 2815 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 2777 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 2816 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 2778 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 2817 "@@@STEP_LOG_END@durations@@@" | 2779 "@@@STEP_LOG_END@durations@@@" |
| 2818 ] | 2780 ] |
| 2819 }, | 2781 }, |
| 2820 { | 2782 { |
| 2821 "allow_subannotations": true, | 2783 "allow_subannotations": true, |
| 2822 "cmd": [ | 2784 "cmd": [ |
| 2823 "python", | 2785 "python", |
| 2824 "-u", | 2786 "-u", |
| 2825 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 2787 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 2826 "--swarming-client-dir", | 2788 "--swarming-client-dir", |
| 2827 "[SLAVE_BUILD]/swarming.client", | 2789 "[CWD]/swarming.client", |
| 2828 "--temp-root-dir", | 2790 "--temp-root-dir", |
| 2829 "[TMP_BASE]", | 2791 "[TMP]", |
| 2830 "--merged-test-output", | 2792 "--merged-test-output", |
| 2831 "/path/to/tmp/json", | 2793 "/path/to/tmp/json", |
| 2832 "--", | 2794 "--", |
| 2833 "collect", | 2795 "collect", |
| 2834 "--swarming", | 2796 "--swarming", |
| 2835 "https://chromium-swarm.appspot.com", | 2797 "https://chromium-swarm.appspot.com", |
| 2836 "--decorate", | 2798 "--decorate", |
| 2837 "--print-status-updates", | 2799 "--print-status-updates", |
| 2838 "--shards", | 2800 "--shards", |
| 2839 "1", | 2801 "1", |
| 2840 "Test262 - no variants - nosse4/Ubuntu-12.04/[dummy has/V8 Linux - debug/5
71" | 2802 "Test262 - no variants - nosse4/Ubuntu-12.04/[dummy has/V8 Linux - debug/5
71" |
| 2841 ], | 2803 ], |
| 2842 "cwd": "[SLAVE_BUILD]", | |
| 2843 "name": "Test262 - no variants - nosse4", | 2804 "name": "Test262 - no variants - nosse4", |
| 2844 "~followup_annotations": [ | 2805 "~followup_annotations": [ |
| 2845 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 2806 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 2846 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 2807 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 2847 "@@@STEP_LOG_LINE@durations@@@@", | 2808 "@@@STEP_LOG_LINE@durations@@@@", |
| 2848 "@@@STEP_LOG_LINE@durations@Details:@@@", | 2809 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 2849 "@@@STEP_LOG_LINE@durations@@@@", | 2810 "@@@STEP_LOG_LINE@durations@@@@", |
| 2850 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 2811 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 2851 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 2812 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 2852 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 2813 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 2853 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 2814 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 2854 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 2815 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 2855 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 2816 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 2856 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 2817 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 2857 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 2818 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 2858 "@@@STEP_LOG_END@durations@@@" | 2819 "@@@STEP_LOG_END@durations@@@" |
| 2859 ] | 2820 ] |
| 2860 }, | 2821 }, |
| 2861 { | 2822 { |
| 2862 "allow_subannotations": true, | 2823 "allow_subannotations": true, |
| 2863 "cmd": [ | 2824 "cmd": [ |
| 2864 "python", | 2825 "python", |
| 2865 "-u", | 2826 "-u", |
| 2866 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 2827 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 2867 "--swarming-client-dir", | 2828 "--swarming-client-dir", |
| 2868 "[SLAVE_BUILD]/swarming.client", | 2829 "[CWD]/swarming.client", |
| 2869 "--temp-root-dir", | 2830 "--temp-root-dir", |
| 2870 "[TMP_BASE]", | 2831 "[TMP]", |
| 2871 "--merged-test-output", | 2832 "--merged-test-output", |
| 2872 "/path/to/tmp/json", | 2833 "/path/to/tmp/json", |
| 2873 "--", | 2834 "--", |
| 2874 "collect", | 2835 "collect", |
| 2875 "--swarming", | 2836 "--swarming", |
| 2876 "https://chromium-swarm.appspot.com", | 2837 "https://chromium-swarm.appspot.com", |
| 2877 "--decorate", | 2838 "--decorate", |
| 2878 "--print-status-updates", | 2839 "--print-status-updates", |
| 2879 "--shards", | 2840 "--shards", |
| 2880 "1", | 2841 "1", |
| 2881 "Mozilla - nosse4/Ubuntu-12.04/[dummy has/V8 Linux - debug/571" | 2842 "Mozilla - nosse4/Ubuntu-12.04/[dummy has/V8 Linux - debug/571" |
| 2882 ], | 2843 ], |
| 2883 "cwd": "[SLAVE_BUILD]", | |
| 2884 "name": "Mozilla - nosse4", | 2844 "name": "Mozilla - nosse4", |
| 2885 "~followup_annotations": [ | 2845 "~followup_annotations": [ |
| 2886 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 2846 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 2887 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 2847 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 2888 "@@@STEP_LOG_LINE@durations@@@@", | 2848 "@@@STEP_LOG_LINE@durations@@@@", |
| 2889 "@@@STEP_LOG_LINE@durations@Details:@@@", | 2849 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 2890 "@@@STEP_LOG_LINE@durations@@@@", | 2850 "@@@STEP_LOG_LINE@durations@@@@", |
| 2891 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 2851 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 2892 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 2852 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 2893 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 2853 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 2894 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 2854 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 2895 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 2855 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 2896 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 2856 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 2897 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 2857 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 2898 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 2858 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 2899 "@@@STEP_LOG_END@durations@@@" | 2859 "@@@STEP_LOG_END@durations@@@" |
| 2900 ] | 2860 ] |
| 2901 }, | 2861 }, |
| 2902 { | 2862 { |
| 2903 "allow_subannotations": true, | 2863 "allow_subannotations": true, |
| 2904 "cmd": [ | 2864 "cmd": [ |
| 2905 "python", | 2865 "python", |
| 2906 "-u", | 2866 "-u", |
| 2907 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 2867 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 2908 "--swarming-client-dir", | 2868 "--swarming-client-dir", |
| 2909 "[SLAVE_BUILD]/swarming.client", | 2869 "[CWD]/swarming.client", |
| 2910 "--temp-root-dir", | 2870 "--temp-root-dir", |
| 2911 "[TMP_BASE]", | 2871 "[TMP]", |
| 2912 "--merged-test-output", | 2872 "--merged-test-output", |
| 2913 "/path/to/tmp/json", | 2873 "/path/to/tmp/json", |
| 2914 "--", | 2874 "--", |
| 2915 "collect", | 2875 "collect", |
| 2916 "--swarming", | 2876 "--swarming", |
| 2917 "https://chromium-swarm.appspot.com", | 2877 "https://chromium-swarm.appspot.com", |
| 2918 "--decorate", | 2878 "--decorate", |
| 2919 "--print-status-updates", | 2879 "--print-status-updates", |
| 2920 "--shards", | 2880 "--shards", |
| 2921 "1", | 2881 "1", |
| 2922 "SimdJs - all - nosse4/Ubuntu-12.04/[dummy has/V8 Linux - debug/571" | 2882 "SimdJs - all - nosse4/Ubuntu-12.04/[dummy has/V8 Linux - debug/571" |
| 2923 ], | 2883 ], |
| 2924 "cwd": "[SLAVE_BUILD]", | |
| 2925 "name": "SimdJs - all - nosse4", | 2884 "name": "SimdJs - all - nosse4", |
| 2926 "~followup_annotations": [ | 2885 "~followup_annotations": [ |
| 2927 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 2886 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 2928 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 2887 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 2929 "@@@STEP_LOG_LINE@durations@@@@", | 2888 "@@@STEP_LOG_LINE@durations@@@@", |
| 2930 "@@@STEP_LOG_LINE@durations@Details:@@@", | 2889 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 2931 "@@@STEP_LOG_LINE@durations@@@@", | 2890 "@@@STEP_LOG_LINE@durations@@@@", |
| 2932 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 2891 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 2933 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 2892 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 2934 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 2893 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 2935 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 2894 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 2936 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 2895 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 2937 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 2896 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 2938 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 2897 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 2939 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 2898 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 2940 "@@@STEP_LOG_END@durations@@@" | 2899 "@@@STEP_LOG_END@durations@@@" |
| 2941 ] | 2900 ] |
| 2942 }, | 2901 }, |
| 2943 { | 2902 { |
| 2944 "allow_subannotations": true, | 2903 "allow_subannotations": true, |
| 2945 "cmd": [ | 2904 "cmd": [ |
| 2946 "python", | 2905 "python", |
| 2947 "-u", | 2906 "-u", |
| 2948 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 2907 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 2949 "--swarming-client-dir", | 2908 "--swarming-client-dir", |
| 2950 "[SLAVE_BUILD]/swarming.client", | 2909 "[CWD]/swarming.client", |
| 2951 "--temp-root-dir", | 2910 "--temp-root-dir", |
| 2952 "[TMP_BASE]", | 2911 "[TMP]", |
| 2953 "--merged-test-output", | 2912 "--merged-test-output", |
| 2954 "/path/to/tmp/json", | 2913 "/path/to/tmp/json", |
| 2955 "--", | 2914 "--", |
| 2956 "collect", | 2915 "collect", |
| 2957 "--swarming", | 2916 "--swarming", |
| 2958 "https://chromium-swarm.appspot.com", | 2917 "https://chromium-swarm.appspot.com", |
| 2959 "--decorate", | 2918 "--decorate", |
| 2960 "--print-status-updates", | 2919 "--print-status-updates", |
| 2961 "--shards", | 2920 "--shards", |
| 2962 "1", | 2921 "1", |
| 2963 "Mjsunit - code serializer/Ubuntu-12.04/[dummy has/V8 Linux - debug/571" | 2922 "Mjsunit - code serializer/Ubuntu-12.04/[dummy has/V8 Linux - debug/571" |
| 2964 ], | 2923 ], |
| 2965 "cwd": "[SLAVE_BUILD]", | |
| 2966 "name": "Mjsunit - code serializer", | 2924 "name": "Mjsunit - code serializer", |
| 2967 "~followup_annotations": [ | 2925 "~followup_annotations": [ |
| 2968 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 2926 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 2969 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 2927 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 2970 "@@@STEP_LOG_LINE@durations@@@@", | 2928 "@@@STEP_LOG_LINE@durations@@@@", |
| 2971 "@@@STEP_LOG_LINE@durations@Details:@@@", | 2929 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 2972 "@@@STEP_LOG_LINE@durations@@@@", | 2930 "@@@STEP_LOG_LINE@durations@@@@", |
| 2973 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 2931 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 2974 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 2932 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 2975 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 2933 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 2976 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 2934 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 2977 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 2935 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 2978 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 2936 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 2979 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 2937 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 2980 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 2938 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 2981 "@@@STEP_LOG_END@durations@@@" | 2939 "@@@STEP_LOG_END@durations@@@" |
| 2982 ] | 2940 ] |
| 2983 }, | 2941 }, |
| 2984 { | 2942 { |
| 2985 "allow_subannotations": true, | 2943 "allow_subannotations": true, |
| 2986 "cmd": [ | 2944 "cmd": [ |
| 2987 "python", | 2945 "python", |
| 2988 "-u", | 2946 "-u", |
| 2989 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 2947 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 2990 "--swarming-client-dir", | 2948 "--swarming-client-dir", |
| 2991 "[SLAVE_BUILD]/swarming.client", | 2949 "[CWD]/swarming.client", |
| 2992 "--temp-root-dir", | 2950 "--temp-root-dir", |
| 2993 "[TMP_BASE]", | 2951 "[TMP]", |
| 2994 "--merged-test-output", | 2952 "--merged-test-output", |
| 2995 "/path/to/tmp/json", | 2953 "/path/to/tmp/json", |
| 2996 "--", | 2954 "--", |
| 2997 "collect", | 2955 "collect", |
| 2998 "--swarming", | 2956 "--swarming", |
| 2999 "https://chromium-swarm.appspot.com", | 2957 "https://chromium-swarm.appspot.com", |
| 3000 "--decorate", | 2958 "--decorate", |
| 3001 "--print-status-updates", | 2959 "--print-status-updates", |
| 3002 "--shards", | 2960 "--shards", |
| 3003 "1", | 2961 "1", |
| 3004 "Mozilla - code serializer/Ubuntu-12.04/[dummy has/V8 Linux - debug/571" | 2962 "Mozilla - code serializer/Ubuntu-12.04/[dummy has/V8 Linux - debug/571" |
| 3005 ], | 2963 ], |
| 3006 "cwd": "[SLAVE_BUILD]", | |
| 3007 "name": "Mozilla - code serializer", | 2964 "name": "Mozilla - code serializer", |
| 3008 "~followup_annotations": [ | 2965 "~followup_annotations": [ |
| 3009 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 2966 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 3010 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 2967 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 3011 "@@@STEP_LOG_LINE@durations@@@@", | 2968 "@@@STEP_LOG_LINE@durations@@@@", |
| 3012 "@@@STEP_LOG_LINE@durations@Details:@@@", | 2969 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 3013 "@@@STEP_LOG_LINE@durations@@@@", | 2970 "@@@STEP_LOG_LINE@durations@@@@", |
| 3014 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 2971 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 3015 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 2972 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 3016 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 2973 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 3017 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 2974 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 3018 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 2975 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 3019 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 2976 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 3020 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 2977 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 3021 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 2978 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 3022 "@@@STEP_LOG_END@durations@@@" | 2979 "@@@STEP_LOG_END@durations@@@" |
| 3023 ] | 2980 ] |
| 3024 }, | 2981 }, |
| 3025 { | 2982 { |
| 3026 "allow_subannotations": true, | 2983 "allow_subannotations": true, |
| 3027 "cmd": [ | 2984 "cmd": [ |
| 3028 "python", | 2985 "python", |
| 3029 "-u", | 2986 "-u", |
| 3030 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 2987 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 3031 "--swarming-client-dir", | 2988 "--swarming-client-dir", |
| 3032 "[SLAVE_BUILD]/swarming.client", | 2989 "[CWD]/swarming.client", |
| 3033 "--temp-root-dir", | 2990 "--temp-root-dir", |
| 3034 "[TMP_BASE]", | 2991 "[TMP]", |
| 3035 "--merged-test-output", | 2992 "--merged-test-output", |
| 3036 "/path/to/tmp/json", | 2993 "/path/to/tmp/json", |
| 3037 "--", | 2994 "--", |
| 3038 "collect", | 2995 "collect", |
| 3039 "--swarming", | 2996 "--swarming", |
| 3040 "https://chromium-swarm.appspot.com", | 2997 "https://chromium-swarm.appspot.com", |
| 3041 "--decorate", | 2998 "--decorate", |
| 3042 "--print-status-updates", | 2999 "--print-status-updates", |
| 3043 "--shards", | 3000 "--shards", |
| 3044 "1", | 3001 "1", |
| 3045 "Test262 - no variants - code serializer/Ubuntu-12.04/[dummy has/V8 Linux
- debug/571" | 3002 "Test262 - no variants - code serializer/Ubuntu-12.04/[dummy has/V8 Linux
- debug/571" |
| 3046 ], | 3003 ], |
| 3047 "cwd": "[SLAVE_BUILD]", | |
| 3048 "name": "Test262 - no variants - code serializer", | 3004 "name": "Test262 - no variants - code serializer", |
| 3049 "~followup_annotations": [ | 3005 "~followup_annotations": [ |
| 3050 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 3006 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 3051 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 3007 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 3052 "@@@STEP_LOG_LINE@durations@@@@", | 3008 "@@@STEP_LOG_LINE@durations@@@@", |
| 3053 "@@@STEP_LOG_LINE@durations@Details:@@@", | 3009 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 3054 "@@@STEP_LOG_LINE@durations@@@@", | 3010 "@@@STEP_LOG_LINE@durations@@@@", |
| 3055 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 3011 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 3056 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 3012 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 3057 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 3013 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 3058 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 3014 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 3059 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 3015 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 3060 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 3016 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 3061 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 3017 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 3062 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 3018 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 3063 "@@@STEP_LOG_END@durations@@@" | 3019 "@@@STEP_LOG_END@durations@@@" |
| 3064 ] | 3020 ] |
| 3065 }, | 3021 }, |
| 3066 { | 3022 { |
| 3067 "allow_subannotations": true, | 3023 "allow_subannotations": true, |
| 3068 "cmd": [ | 3024 "cmd": [ |
| 3069 "python", | 3025 "python", |
| 3070 "-u", | 3026 "-u", |
| 3071 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 3027 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 3072 "--swarming-client-dir", | 3028 "--swarming-client-dir", |
| 3073 "[SLAVE_BUILD]/swarming.client", | 3029 "[CWD]/swarming.client", |
| 3074 "--temp-root-dir", | 3030 "--temp-root-dir", |
| 3075 "[TMP_BASE]", | 3031 "[TMP]", |
| 3076 "--merged-test-output", | 3032 "--merged-test-output", |
| 3077 "/path/to/tmp/json", | 3033 "/path/to/tmp/json", |
| 3078 "--", | 3034 "--", |
| 3079 "collect", | 3035 "collect", |
| 3080 "--swarming", | 3036 "--swarming", |
| 3081 "https://chromium-swarm.appspot.com", | 3037 "https://chromium-swarm.appspot.com", |
| 3082 "--decorate", | 3038 "--decorate", |
| 3083 "--print-status-updates", | 3039 "--print-status-updates", |
| 3084 "--shards", | 3040 "--shards", |
| 3085 "1", | 3041 "1", |
| 3086 "Benchmarks - code serializer/Ubuntu-12.04/[dummy has/V8 Linux - debug/571
" | 3042 "Benchmarks - code serializer/Ubuntu-12.04/[dummy has/V8 Linux - debug/571
" |
| 3087 ], | 3043 ], |
| 3088 "cwd": "[SLAVE_BUILD]", | |
| 3089 "name": "Benchmarks - code serializer", | 3044 "name": "Benchmarks - code serializer", |
| 3090 "~followup_annotations": [ | 3045 "~followup_annotations": [ |
| 3091 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 3046 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 3092 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 3047 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 3093 "@@@STEP_LOG_LINE@durations@@@@", | 3048 "@@@STEP_LOG_LINE@durations@@@@", |
| 3094 "@@@STEP_LOG_LINE@durations@Details:@@@", | 3049 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 3095 "@@@STEP_LOG_LINE@durations@@@@", | 3050 "@@@STEP_LOG_LINE@durations@@@@", |
| 3096 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 3051 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 3097 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 3052 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 3098 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 3053 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 3099 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 3054 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 3100 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 3055 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 3101 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 3056 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 3102 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 3057 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 3103 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 3058 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 3104 "@@@STEP_LOG_END@durations@@@" | 3059 "@@@STEP_LOG_END@durations@@@" |
| 3105 ] | 3060 ] |
| 3106 }, | 3061 }, |
| 3107 { | 3062 { |
| 3108 "allow_subannotations": true, | 3063 "allow_subannotations": true, |
| 3109 "cmd": [ | 3064 "cmd": [ |
| 3110 "python", | 3065 "python", |
| 3111 "-u", | 3066 "-u", |
| 3112 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 3067 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 3113 "--swarming-client-dir", | 3068 "--swarming-client-dir", |
| 3114 "[SLAVE_BUILD]/swarming.client", | 3069 "[CWD]/swarming.client", |
| 3115 "--temp-root-dir", | 3070 "--temp-root-dir", |
| 3116 "[TMP_BASE]", | 3071 "[TMP]", |
| 3117 "--merged-test-output", | 3072 "--merged-test-output", |
| 3118 "/path/to/tmp/json", | 3073 "/path/to/tmp/json", |
| 3119 "--", | 3074 "--", |
| 3120 "collect", | 3075 "collect", |
| 3121 "--swarming", | 3076 "--swarming", |
| 3122 "https://chromium-swarm.appspot.com", | 3077 "https://chromium-swarm.appspot.com", |
| 3123 "--decorate", | 3078 "--decorate", |
| 3124 "--print-status-updates", | 3079 "--print-status-updates", |
| 3125 "--shards", | 3080 "--shards", |
| 3126 "1", | 3081 "1", |
| 3127 "SimdJs - all - code serializer/Ubuntu-12.04/[dummy has/V8 Linux - debug/5
71" | 3082 "SimdJs - all - code serializer/Ubuntu-12.04/[dummy has/V8 Linux - debug/5
71" |
| 3128 ], | 3083 ], |
| 3129 "cwd": "[SLAVE_BUILD]", | |
| 3130 "name": "SimdJs - all - code serializer", | 3084 "name": "SimdJs - all - code serializer", |
| 3131 "~followup_annotations": [ | 3085 "~followup_annotations": [ |
| 3132 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 3086 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 3133 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 3087 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 3134 "@@@STEP_LOG_LINE@durations@@@@", | 3088 "@@@STEP_LOG_LINE@durations@@@@", |
| 3135 "@@@STEP_LOG_LINE@durations@Details:@@@", | 3089 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 3136 "@@@STEP_LOG_LINE@durations@@@@", | 3090 "@@@STEP_LOG_LINE@durations@@@@", |
| 3137 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 3091 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 3138 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 3092 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 3139 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 3093 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 3140 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 3094 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 3141 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 3095 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 3142 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 3096 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 3143 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 3097 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 3144 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 3098 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 3145 "@@@STEP_LOG_END@durations@@@" | 3099 "@@@STEP_LOG_END@durations@@@" |
| 3146 ] | 3100 ] |
| 3147 }, | 3101 }, |
| 3148 { | 3102 { |
| 3149 "name": "$result", | 3103 "name": "$result", |
| 3150 "recipe_result": null, | 3104 "recipe_result": null, |
| 3151 "status_code": 0 | 3105 "status_code": 0 |
| 3152 } | 3106 } |
| 3153 ] | 3107 ] |
| OLD | NEW |