| 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 150 "purpose:post-commit", | 148 "purpose:post-commit", |
| 151 "--tag", | 149 "--tag", |
| 152 "slavename:TestSlavename", | 150 "slavename:TestSlavename", |
| 153 "--tag", | 151 "--tag", |
| 154 "stepname:Static-Initializers on Ubuntu-12.04", | 152 "stepname:Static-Initializers on Ubuntu-12.04", |
| 155 "--idempotent", | 153 "--idempotent", |
| 156 "[dummy hash for check-static-initializers]", | 154 "[dummy hash for check-static-initializers]", |
| 157 "--", | 155 "--", |
| 158 "out/Release/d8" | 156 "out/Release/d8" |
| 159 ], | 157 ], |
| 160 "cwd": "[SLAVE_BUILD]", | |
| 161 "name": "[trigger] Static-Initializers on Ubuntu-12.04", | 158 "name": "[trigger] Static-Initializers on Ubuntu-12.04", |
| 162 "~followup_annotations": [ | 159 "~followup_annotations": [ |
| 163 "@@@STEP_LOG_LINE@json.output@{@@@", | 160 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 164 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Static-Initializers/
Ubuntu-12.04/[dummy has/V8 Linux64/571\", @@@", | 161 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Static-Initializers/
Ubuntu-12.04/[dummy has/V8 Linux64/571\", @@@", |
| 165 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 162 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 166 "@@@STEP_LOG_LINE@json.output@ \"Static-Initializers/Ubuntu-12.04/[dumm
y has/V8 Linux64/571\": {@@@", | 163 "@@@STEP_LOG_LINE@json.output@ \"Static-Initializers/Ubuntu-12.04/[dumm
y has/V8 Linux64/571\": {@@@", |
| 167 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 164 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 168 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 165 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 169 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 166 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 170 "@@@STEP_LOG_LINE@json.output@ }@@@", | 167 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 171 "@@@STEP_LOG_LINE@json.output@ }@@@", | 168 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 172 "@@@STEP_LOG_LINE@json.output@}@@@", | 169 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 173 "@@@STEP_LOG_END@json.output@@@", | 170 "@@@STEP_LOG_END@json.output@@@", |
| 174 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 171 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 175 ] | 172 ] |
| 176 }, | 173 }, |
| 177 { | 174 { |
| 178 "cmd": [ | 175 "cmd": [ |
| 179 "python", | 176 "python", |
| 180 "-u", | 177 "-u", |
| 181 "[SLAVE_BUILD]/swarming.client/swarming.py", | 178 "[CWD]/swarming.client/swarming.py", |
| 182 "trigger", | 179 "trigger", |
| 183 "--swarming", | 180 "--swarming", |
| 184 "https://chromium-swarm.appspot.com", | 181 "https://chromium-swarm.appspot.com", |
| 185 "--isolate-server", | 182 "--isolate-server", |
| 186 "https://isolateserver.appspot.com", | 183 "https://isolateserver.appspot.com", |
| 187 "--priority", | 184 "--priority", |
| 188 "25", | 185 "25", |
| 189 "--shards", | 186 "--shards", |
| 190 "1", | 187 "1", |
| 191 "--task-name", | 188 "--task-name", |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 245 "--buildbot", | 242 "--buildbot", |
| 246 "--timeout=200", | 243 "--timeout=200", |
| 247 "--random-seed=-2117520218", | 244 "--random-seed=-2117520218", |
| 248 "bot_default", | 245 "bot_default", |
| 249 "--exhaustive-variants", | 246 "--exhaustive-variants", |
| 250 "--rerun-failures-count=2", | 247 "--rerun-failures-count=2", |
| 251 "--swarming", | 248 "--swarming", |
| 252 "--json-test-results", | 249 "--json-test-results", |
| 253 "${ISOLATED_OUTDIR}/output.json" | 250 "${ISOLATED_OUTDIR}/output.json" |
| 254 ], | 251 ], |
| 255 "cwd": "[SLAVE_BUILD]", | |
| 256 "name": "[trigger] Check on Ubuntu-12.04", | 252 "name": "[trigger] Check on Ubuntu-12.04", |
| 257 "~followup_annotations": [ | 253 "~followup_annotations": [ |
| 258 "@@@STEP_LOG_LINE@json.output@{@@@", | 254 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 259 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Ubuntu-12.04/[
dummy has/V8 Linux64/571\", @@@", | 255 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Ubuntu-12.04/[
dummy has/V8 Linux64/571\", @@@", |
| 260 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 256 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 261 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-12.04/[dummy has/V8 Linux
64/571\": {@@@", | 257 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-12.04/[dummy has/V8 Linux
64/571\": {@@@", |
| 262 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 258 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 263 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 259 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 264 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 260 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 265 "@@@STEP_LOG_LINE@json.output@ }@@@", | 261 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 266 "@@@STEP_LOG_LINE@json.output@ }@@@", | 262 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 267 "@@@STEP_LOG_LINE@json.output@}@@@", | 263 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 268 "@@@STEP_LOG_END@json.output@@@", | 264 "@@@STEP_LOG_END@json.output@@@", |
| 269 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 265 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 270 ] | 266 ] |
| 271 }, | 267 }, |
| 272 { | 268 { |
| 273 "cmd": [ | 269 "cmd": [ |
| 274 "python", | 270 "python", |
| 275 "-u", | 271 "-u", |
| 276 "[SLAVE_BUILD]/swarming.client/swarming.py", | 272 "[CWD]/swarming.client/swarming.py", |
| 277 "trigger", | 273 "trigger", |
| 278 "--swarming", | 274 "--swarming", |
| 279 "https://chromium-swarm.appspot.com", | 275 "https://chromium-swarm.appspot.com", |
| 280 "--isolate-server", | 276 "--isolate-server", |
| 281 "https://isolateserver.appspot.com", | 277 "https://isolateserver.appspot.com", |
| 282 "--priority", | 278 "--priority", |
| 283 "25", | 279 "25", |
| 284 "--shards", | 280 "--shards", |
| 285 "1", | 281 "1", |
| 286 "--task-name", | 282 "--task-name", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 341 "--timeout=200", | 337 "--timeout=200", |
| 342 "--random-seed=-2117520218", | 338 "--random-seed=-2117520218", |
| 343 "optimize_for_size", | 339 "optimize_for_size", |
| 344 "--extra-flags=--optimize-for-size", | 340 "--extra-flags=--optimize-for-size", |
| 345 "--variants=default", | 341 "--variants=default", |
| 346 "--rerun-failures-count=2", | 342 "--rerun-failures-count=2", |
| 347 "--swarming", | 343 "--swarming", |
| 348 "--json-test-results", | 344 "--json-test-results", |
| 349 "${ISOLATED_OUTDIR}/output.json" | 345 "${ISOLATED_OUTDIR}/output.json" |
| 350 ], | 346 ], |
| 351 "cwd": "[SLAVE_BUILD]", | |
| 352 "name": "[trigger] OptimizeForSize on Ubuntu-12.04", | 347 "name": "[trigger] OptimizeForSize on Ubuntu-12.04", |
| 353 "~followup_annotations": [ | 348 "~followup_annotations": [ |
| 354 "@@@STEP_LOG_LINE@json.output@{@@@", | 349 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 355 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"OptimizeForSize/Ubun
tu-12.04/[dummy has/V8 Linux64/571\", @@@", | 350 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"OptimizeForSize/Ubun
tu-12.04/[dummy has/V8 Linux64/571\", @@@", |
| 356 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 351 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 357 "@@@STEP_LOG_LINE@json.output@ \"OptimizeForSize/Ubuntu-12.04/[dummy ha
s/V8 Linux64/571\": {@@@", | 352 "@@@STEP_LOG_LINE@json.output@ \"OptimizeForSize/Ubuntu-12.04/[dummy ha
s/V8 Linux64/571\": {@@@", |
| 358 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 353 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 359 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 354 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 360 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 355 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 361 "@@@STEP_LOG_LINE@json.output@ }@@@", | 356 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 362 "@@@STEP_LOG_LINE@json.output@ }@@@", | 357 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 363 "@@@STEP_LOG_LINE@json.output@}@@@", | 358 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 364 "@@@STEP_LOG_END@json.output@@@", | 359 "@@@STEP_LOG_END@json.output@@@", |
| 365 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 360 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 366 ] | 361 ] |
| 367 }, | 362 }, |
| 368 { | 363 { |
| 369 "cmd": [ | 364 "cmd": [ |
| 370 "python", | 365 "python", |
| 371 "-u", | 366 "-u", |
| 372 "[SLAVE_BUILD]/swarming.client/swarming.py", | 367 "[CWD]/swarming.client/swarming.py", |
| 373 "trigger", | 368 "trigger", |
| 374 "--swarming", | 369 "--swarming", |
| 375 "https://chromium-swarm.appspot.com", | 370 "https://chromium-swarm.appspot.com", |
| 376 "--isolate-server", | 371 "--isolate-server", |
| 377 "https://isolateserver.appspot.com", | 372 "https://isolateserver.appspot.com", |
| 378 "--priority", | 373 "--priority", |
| 379 "25", | 374 "25", |
| 380 "--shards", | 375 "--shards", |
| 381 "2", | 376 "2", |
| 382 "--task-name", | 377 "--task-name", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 437 "--timeout=200", | 432 "--timeout=200", |
| 438 "--random-seed=-2117520218", | 433 "--random-seed=-2117520218", |
| 439 "test262", | 434 "test262", |
| 440 "--download-data", | 435 "--download-data", |
| 441 "--exhaustive-variants", | 436 "--exhaustive-variants", |
| 442 "--rerun-failures-count=2", | 437 "--rerun-failures-count=2", |
| 443 "--swarming", | 438 "--swarming", |
| 444 "--json-test-results", | 439 "--json-test-results", |
| 445 "${ISOLATED_OUTDIR}/output.json" | 440 "${ISOLATED_OUTDIR}/output.json" |
| 446 ], | 441 ], |
| 447 "cwd": "[SLAVE_BUILD]", | |
| 448 "name": "[trigger] Test262 on Ubuntu-12.04", | 442 "name": "[trigger] Test262 on Ubuntu-12.04", |
| 449 "~followup_annotations": [ | 443 "~followup_annotations": [ |
| 450 "@@@STEP_LOG_LINE@json.output@{@@@", | 444 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 451 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262/Ubuntu-12.04
/[dummy has/V8 Linux64/571\", @@@", | 445 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262/Ubuntu-12.04
/[dummy has/V8 Linux64/571\", @@@", |
| 452 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 446 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 453 "@@@STEP_LOG_LINE@json.output@ \"Test262/Ubuntu-12.04/[dummy has/V8 Lin
ux64/571:2:0\": {@@@", | 447 "@@@STEP_LOG_LINE@json.output@ \"Test262/Ubuntu-12.04/[dummy has/V8 Lin
ux64/571:2:0\": {@@@", |
| 454 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 448 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 455 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 449 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 456 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 450 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 457 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 451 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 458 "@@@STEP_LOG_LINE@json.output@ \"Test262/Ubuntu-12.04/[dummy has/V8 Lin
ux64/571:2:1\": {@@@", | 452 "@@@STEP_LOG_LINE@json.output@ \"Test262/Ubuntu-12.04/[dummy has/V8 Lin
ux64/571:2:1\": {@@@", |
| 459 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@", | 453 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@", |
| 460 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@", | 454 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@", |
| 461 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10100\"@@@", | 455 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10100\"@@@", |
| 462 "@@@STEP_LOG_LINE@json.output@ }@@@", | 456 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 463 "@@@STEP_LOG_LINE@json.output@ }@@@", | 457 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 464 "@@@STEP_LOG_LINE@json.output@}@@@", | 458 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 465 "@@@STEP_LOG_END@json.output@@@", | 459 "@@@STEP_LOG_END@json.output@@@", |
| 466 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", | 460 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", |
| 467 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@" | 461 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@" |
| 468 ] | 462 ] |
| 469 }, | 463 }, |
| 470 { | 464 { |
| 471 "cmd": [ | 465 "cmd": [ |
| 472 "python", | 466 "python", |
| 473 "-u", | 467 "-u", |
| 474 "[SLAVE_BUILD]/swarming.client/swarming.py", | 468 "[CWD]/swarming.client/swarming.py", |
| 475 "trigger", | 469 "trigger", |
| 476 "--swarming", | 470 "--swarming", |
| 477 "https://chromium-swarm.appspot.com", | 471 "https://chromium-swarm.appspot.com", |
| 478 "--isolate-server", | 472 "--isolate-server", |
| 479 "https://isolateserver.appspot.com", | 473 "https://isolateserver.appspot.com", |
| 480 "--priority", | 474 "--priority", |
| 481 "25", | 475 "25", |
| 482 "--shards", | 476 "--shards", |
| 483 "1", | 477 "1", |
| 484 "--task-name", | 478 "--task-name", |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 538 "--buildbot", | 532 "--buildbot", |
| 539 "--timeout=200", | 533 "--timeout=200", |
| 540 "--random-seed=-2117520218", | 534 "--random-seed=-2117520218", |
| 541 "mozilla", | 535 "mozilla", |
| 542 "--exhaustive-variants", | 536 "--exhaustive-variants", |
| 543 "--rerun-failures-count=2", | 537 "--rerun-failures-count=2", |
| 544 "--swarming", | 538 "--swarming", |
| 545 "--json-test-results", | 539 "--json-test-results", |
| 546 "${ISOLATED_OUTDIR}/output.json" | 540 "${ISOLATED_OUTDIR}/output.json" |
| 547 ], | 541 ], |
| 548 "cwd": "[SLAVE_BUILD]", | |
| 549 "name": "[trigger] Mozilla on Ubuntu-12.04", | 542 "name": "[trigger] Mozilla on Ubuntu-12.04", |
| 550 "~followup_annotations": [ | 543 "~followup_annotations": [ |
| 551 "@@@STEP_LOG_LINE@json.output@{@@@", | 544 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 552 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Ubuntu-12.04
/[dummy has/V8 Linux64/571\", @@@", | 545 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Ubuntu-12.04
/[dummy has/V8 Linux64/571\", @@@", |
| 553 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 546 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 554 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Ubuntu-12.04/[dummy has/V8 Lin
ux64/571\": {@@@", | 547 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Ubuntu-12.04/[dummy has/V8 Lin
ux64/571\": {@@@", |
| 555 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 548 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 556 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 549 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 557 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 550 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 558 "@@@STEP_LOG_LINE@json.output@ }@@@", | 551 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 559 "@@@STEP_LOG_LINE@json.output@ }@@@", | 552 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 560 "@@@STEP_LOG_LINE@json.output@}@@@", | 553 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 561 "@@@STEP_LOG_END@json.output@@@", | 554 "@@@STEP_LOG_END@json.output@@@", |
| 562 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 555 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 563 ] | 556 ] |
| 564 }, | 557 }, |
| 565 { | 558 { |
| 566 "cmd": [ | 559 "cmd": [ |
| 567 "python", | 560 "python", |
| 568 "-u", | 561 "-u", |
| 569 "[SLAVE_BUILD]/swarming.client/swarming.py", | 562 "[CWD]/swarming.client/swarming.py", |
| 570 "trigger", | 563 "trigger", |
| 571 "--swarming", | 564 "--swarming", |
| 572 "https://chromium-swarm.appspot.com", | 565 "https://chromium-swarm.appspot.com", |
| 573 "--isolate-server", | 566 "--isolate-server", |
| 574 "https://isolateserver.appspot.com", | 567 "https://isolateserver.appspot.com", |
| 575 "--priority", | 568 "--priority", |
| 576 "25", | 569 "25", |
| 577 "--shards", | 570 "--shards", |
| 578 "1", | 571 "1", |
| 579 "--task-name", | 572 "--task-name", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 634 "--timeout=200", | 627 "--timeout=200", |
| 635 "--random-seed=-2117520218", | 628 "--random-seed=-2117520218", |
| 636 "simdjs", | 629 "simdjs", |
| 637 "--download-data", | 630 "--download-data", |
| 638 "--exhaustive-variants", | 631 "--exhaustive-variants", |
| 639 "--rerun-failures-count=2", | 632 "--rerun-failures-count=2", |
| 640 "--swarming", | 633 "--swarming", |
| 641 "--json-test-results", | 634 "--json-test-results", |
| 642 "${ISOLATED_OUTDIR}/output.json" | 635 "${ISOLATED_OUTDIR}/output.json" |
| 643 ], | 636 ], |
| 644 "cwd": "[SLAVE_BUILD]", | |
| 645 "name": "[trigger] SimdJs - all on Ubuntu-12.04", | 637 "name": "[trigger] SimdJs - all on Ubuntu-12.04", |
| 646 "~followup_annotations": [ | 638 "~followup_annotations": [ |
| 647 "@@@STEP_LOG_LINE@json.output@{@@@", | 639 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 648 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Ubuntu-
12.04/[dummy has/V8 Linux64/571\", @@@", | 640 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Ubuntu-
12.04/[dummy has/V8 Linux64/571\", @@@", |
| 649 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 641 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 650 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Ubuntu-12.04/[dummy has/V
8 Linux64/571\": {@@@", | 642 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Ubuntu-12.04/[dummy has/V
8 Linux64/571\": {@@@", |
| 651 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 643 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 652 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 644 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 653 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 645 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 654 "@@@STEP_LOG_LINE@json.output@ }@@@", | 646 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 655 "@@@STEP_LOG_LINE@json.output@ }@@@", | 647 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 656 "@@@STEP_LOG_LINE@json.output@}@@@", | 648 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 657 "@@@STEP_LOG_END@json.output@@@", | 649 "@@@STEP_LOG_END@json.output@@@", |
| 658 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 650 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 659 ] | 651 ] |
| 660 }, | 652 }, |
| 661 { | 653 { |
| 662 "cmd": [ | 654 "cmd": [ |
| 663 "python", | 655 "python", |
| 664 "-u", | 656 "-u", |
| 665 "[SLAVE_BUILD]/swarming.client/swarming.py", | 657 "[CWD]/swarming.client/swarming.py", |
| 666 "trigger", | 658 "trigger", |
| 667 "--swarming", | 659 "--swarming", |
| 668 "https://chromium-swarm.appspot.com", | 660 "https://chromium-swarm.appspot.com", |
| 669 "--isolate-server", | 661 "--isolate-server", |
| 670 "https://isolateserver.appspot.com", | 662 "https://isolateserver.appspot.com", |
| 671 "--priority", | 663 "--priority", |
| 672 "25", | 664 "25", |
| 673 "--shards", | 665 "--shards", |
| 674 "1", | 666 "1", |
| 675 "--task-name", | 667 "--task-name", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 730 "--timeout=200", | 722 "--timeout=200", |
| 731 "--random-seed=-2117520218", | 723 "--random-seed=-2117520218", |
| 732 "ignition", | 724 "ignition", |
| 733 "--ignition", | 725 "--ignition", |
| 734 "--variants=ignition", | 726 "--variants=ignition", |
| 735 "--rerun-failures-count=2", | 727 "--rerun-failures-count=2", |
| 736 "--swarming", | 728 "--swarming", |
| 737 "--json-test-results", | 729 "--json-test-results", |
| 738 "${ISOLATED_OUTDIR}/output.json" | 730 "${ISOLATED_OUTDIR}/output.json" |
| 739 ], | 731 ], |
| 740 "cwd": "[SLAVE_BUILD]", | |
| 741 "name": "[trigger] Ignition on Ubuntu-12.04", | 732 "name": "[trigger] Ignition on Ubuntu-12.04", |
| 742 "~followup_annotations": [ | 733 "~followup_annotations": [ |
| 743 "@@@STEP_LOG_LINE@json.output@{@@@", | 734 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 744 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition/Ubuntu-12.0
4/[dummy has/V8 Linux64/571\", @@@", | 735 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition/Ubuntu-12.0
4/[dummy has/V8 Linux64/571\", @@@", |
| 745 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 736 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 746 "@@@STEP_LOG_LINE@json.output@ \"Ignition/Ubuntu-12.04/[dummy has/V8 Li
nux64/571\": {@@@", | 737 "@@@STEP_LOG_LINE@json.output@ \"Ignition/Ubuntu-12.04/[dummy has/V8 Li
nux64/571\": {@@@", |
| 747 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 738 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 748 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 739 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 749 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 740 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 750 "@@@STEP_LOG_LINE@json.output@ }@@@", | 741 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 751 "@@@STEP_LOG_LINE@json.output@ }@@@", | 742 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 752 "@@@STEP_LOG_LINE@json.output@}@@@", | 743 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 753 "@@@STEP_LOG_END@json.output@@@", | 744 "@@@STEP_LOG_END@json.output@@@", |
| 754 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 745 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 755 ] | 746 ] |
| 756 }, | 747 }, |
| 757 { | 748 { |
| 758 "cmd": [ | 749 "cmd": [ |
| 759 "python", | 750 "python", |
| 760 "-u", | 751 "-u", |
| 761 "[SLAVE_BUILD]/swarming.client/swarming.py", | 752 "[CWD]/swarming.client/swarming.py", |
| 762 "trigger", | 753 "trigger", |
| 763 "--swarming", | 754 "--swarming", |
| 764 "https://chromium-swarm.appspot.com", | 755 "https://chromium-swarm.appspot.com", |
| 765 "--isolate-server", | 756 "--isolate-server", |
| 766 "https://isolateserver.appspot.com", | 757 "https://isolateserver.appspot.com", |
| 767 "--priority", | 758 "--priority", |
| 768 "25", | 759 "25", |
| 769 "--shards", | 760 "--shards", |
| 770 "1", | 761 "1", |
| 771 "--task-name", | 762 "--task-name", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 826 "--timeout=200", | 817 "--timeout=200", |
| 827 "--random-seed=-2117520218", | 818 "--random-seed=-2117520218", |
| 828 "mjsunit", | 819 "mjsunit", |
| 829 "--extra-flags=--turbo_sp_frame_access", | 820 "--extra-flags=--turbo_sp_frame_access", |
| 830 "--variants=turbofan", | 821 "--variants=turbofan", |
| 831 "--rerun-failures-count=2", | 822 "--rerun-failures-count=2", |
| 832 "--swarming", | 823 "--swarming", |
| 833 "--json-test-results", | 824 "--json-test-results", |
| 834 "${ISOLATED_OUTDIR}/output.json" | 825 "${ISOLATED_OUTDIR}/output.json" |
| 835 ], | 826 ], |
| 836 "cwd": "[SLAVE_BUILD]", | |
| 837 "name": "[trigger] Mjsunit - sp frame access on Ubuntu-12.04", | 827 "name": "[trigger] Mjsunit - sp frame access on Ubuntu-12.04", |
| 838 "~followup_annotations": [ | 828 "~followup_annotations": [ |
| 839 "@@@STEP_LOG_LINE@json.output@{@@@", | 829 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 840 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mjsunit - sp frame a
ccess/Ubuntu-12.04/[dummy has/V8 Linux64/571\", @@@", | 830 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mjsunit - sp frame a
ccess/Ubuntu-12.04/[dummy has/V8 Linux64/571\", @@@", |
| 841 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 831 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 842 "@@@STEP_LOG_LINE@json.output@ \"Mjsunit - sp frame access/Ubuntu-12.04
/[dummy has/V8 Linux64/571\": {@@@", | 832 "@@@STEP_LOG_LINE@json.output@ \"Mjsunit - sp frame access/Ubuntu-12.04
/[dummy has/V8 Linux64/571\": {@@@", |
| 843 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 833 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 844 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 834 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 845 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 835 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 846 "@@@STEP_LOG_LINE@json.output@ }@@@", | 836 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 847 "@@@STEP_LOG_LINE@json.output@ }@@@", | 837 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 848 "@@@STEP_LOG_LINE@json.output@}@@@", | 838 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 849 "@@@STEP_LOG_END@json.output@@@", | 839 "@@@STEP_LOG_END@json.output@@@", |
| 850 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 840 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 851 ] | 841 ] |
| 852 }, | 842 }, |
| 853 { | 843 { |
| 854 "cmd": [ | 844 "cmd": [ |
| 855 "python", | 845 "python", |
| 856 "-u", | 846 "-u", |
| 857 "[SLAVE_BUILD]/swarming.client/swarming.py", | 847 "[CWD]/swarming.client/swarming.py", |
| 858 "trigger", | 848 "trigger", |
| 859 "--swarming", | 849 "--swarming", |
| 860 "https://chromium-swarm.appspot.com", | 850 "https://chromium-swarm.appspot.com", |
| 861 "--isolate-server", | 851 "--isolate-server", |
| 862 "https://isolateserver.appspot.com", | 852 "https://isolateserver.appspot.com", |
| 863 "--priority", | 853 "--priority", |
| 864 "25", | 854 "25", |
| 865 "--shards", | 855 "--shards", |
| 866 "1", | 856 "1", |
| 867 "--task-name", | 857 "--task-name", |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 923 "--random-seed=-2117520218", | 913 "--random-seed=-2117520218", |
| 924 "test262", | 914 "test262", |
| 925 "--ignition", | 915 "--ignition", |
| 926 "--download-data", | 916 "--download-data", |
| 927 "--variants=ignition", | 917 "--variants=ignition", |
| 928 "--rerun-failures-count=2", | 918 "--rerun-failures-count=2", |
| 929 "--swarming", | 919 "--swarming", |
| 930 "--json-test-results", | 920 "--json-test-results", |
| 931 "${ISOLATED_OUTDIR}/output.json" | 921 "${ISOLATED_OUTDIR}/output.json" |
| 932 ], | 922 ], |
| 933 "cwd": "[SLAVE_BUILD]", | |
| 934 "name": "[trigger] Test262 - ignition on Ubuntu-12.04", | 923 "name": "[trigger] Test262 - ignition on Ubuntu-12.04", |
| 935 "~followup_annotations": [ | 924 "~followup_annotations": [ |
| 936 "@@@STEP_LOG_LINE@json.output@{@@@", | 925 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 937 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - ignition/U
buntu-12.04/[dummy has/V8 Linux64/571\", @@@", | 926 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - ignition/U
buntu-12.04/[dummy has/V8 Linux64/571\", @@@", |
| 938 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 927 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 939 "@@@STEP_LOG_LINE@json.output@ \"Test262 - ignition/Ubuntu-12.04/[dummy
has/V8 Linux64/571\": {@@@", | 928 "@@@STEP_LOG_LINE@json.output@ \"Test262 - ignition/Ubuntu-12.04/[dummy
has/V8 Linux64/571\": {@@@", |
| 940 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 929 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 941 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 930 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 942 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 931 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 943 "@@@STEP_LOG_LINE@json.output@ }@@@", | 932 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 944 "@@@STEP_LOG_LINE@json.output@ }@@@", | 933 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 945 "@@@STEP_LOG_LINE@json.output@}@@@", | 934 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 946 "@@@STEP_LOG_END@json.output@@@", | 935 "@@@STEP_LOG_END@json.output@@@", |
| 947 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 936 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 948 ] | 937 ] |
| 949 }, | 938 }, |
| 950 { | 939 { |
| 951 "cmd": [ | 940 "cmd": [ |
| 952 "python", | 941 "python", |
| 953 "-u", | 942 "-u", |
| 954 "[SLAVE_BUILD]/swarming.client/swarming.py", | 943 "[CWD]/swarming.client/swarming.py", |
| 955 "collect", | 944 "collect", |
| 956 "--swarming", | 945 "--swarming", |
| 957 "https://chromium-swarm.appspot.com", | 946 "https://chromium-swarm.appspot.com", |
| 958 "--decorate", | 947 "--decorate", |
| 959 "--print-status-updates", | 948 "--print-status-updates", |
| 960 "--shards", | 949 "--shards", |
| 961 "1", | 950 "1", |
| 962 "Static-Initializers/Ubuntu-12.04/[dummy has/V8 Linux64/571", | 951 "Static-Initializers/Ubuntu-12.04/[dummy has/V8 Linux64/571", |
| 963 "--task-summary-json", | 952 "--task-summary-json", |
| 964 "/path/to/tmp/json" | 953 "/path/to/tmp/json" |
| 965 ], | 954 ], |
| 966 "cwd": "[SLAVE_BUILD]", | |
| 967 "name": "Static-Initializers on Ubuntu-12.04", | 955 "name": "Static-Initializers on Ubuntu-12.04", |
| 968 "~followup_annotations": [ | 956 "~followup_annotations": [ |
| 969 "@@@STEP_TEXT@swarming pending 71s@@@", | 957 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 970 "@@@STEP_LOG_LINE@json.output@{@@@", | 958 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 971 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 959 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 972 "@@@STEP_LOG_LINE@json.output@ {@@@", | 960 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 973 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 961 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 974 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 962 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 975 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 963 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 976 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 964 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1008 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 996 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1009 ] | 997 ] |
| 1010 }, | 998 }, |
| 1011 { | 999 { |
| 1012 "allow_subannotations": true, | 1000 "allow_subannotations": true, |
| 1013 "cmd": [ | 1001 "cmd": [ |
| 1014 "python", | 1002 "python", |
| 1015 "-u", | 1003 "-u", |
| 1016 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 1004 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 1017 "--swarming-client-dir", | 1005 "--swarming-client-dir", |
| 1018 "[SLAVE_BUILD]/swarming.client", | 1006 "[CWD]/swarming.client", |
| 1019 "--temp-root-dir", | 1007 "--temp-root-dir", |
| 1020 "[TMP_BASE]", | 1008 "[TMP]", |
| 1021 "--merged-test-output", | 1009 "--merged-test-output", |
| 1022 "/path/to/tmp/json", | 1010 "/path/to/tmp/json", |
| 1023 "--", | 1011 "--", |
| 1024 "collect", | 1012 "collect", |
| 1025 "--swarming", | 1013 "--swarming", |
| 1026 "https://chromium-swarm.appspot.com", | 1014 "https://chromium-swarm.appspot.com", |
| 1027 "--decorate", | 1015 "--decorate", |
| 1028 "--print-status-updates", | 1016 "--print-status-updates", |
| 1029 "--shards", | 1017 "--shards", |
| 1030 "1", | 1018 "1", |
| 1031 "Check/Ubuntu-12.04/[dummy has/V8 Linux64/571" | 1019 "Check/Ubuntu-12.04/[dummy has/V8 Linux64/571" |
| 1032 ], | 1020 ], |
| 1033 "cwd": "[SLAVE_BUILD]", | |
| 1034 "name": "Check", | 1021 "name": "Check", |
| 1035 "~followup_annotations": [ | 1022 "~followup_annotations": [ |
| 1036 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 1023 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 1037 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 1024 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 1038 "@@@STEP_LOG_LINE@durations@@@@", | 1025 "@@@STEP_LOG_LINE@durations@@@@", |
| 1039 "@@@STEP_LOG_LINE@durations@Details:@@@", | 1026 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 1040 "@@@STEP_LOG_LINE@durations@@@@", | 1027 "@@@STEP_LOG_LINE@durations@@@@", |
| 1041 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 1028 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 1042 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 1029 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 1043 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 1030 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 1044 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 1031 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 1045 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 1032 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 1046 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 1033 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 1047 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 1034 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 1048 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1035 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 1049 "@@@STEP_LOG_END@durations@@@" | 1036 "@@@STEP_LOG_END@durations@@@" |
| 1050 ] | 1037 ] |
| 1051 }, | 1038 }, |
| 1052 { | 1039 { |
| 1053 "allow_subannotations": true, | 1040 "allow_subannotations": true, |
| 1054 "cmd": [ | 1041 "cmd": [ |
| 1055 "python", | 1042 "python", |
| 1056 "-u", | 1043 "-u", |
| 1057 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 1044 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 1058 "--swarming-client-dir", | 1045 "--swarming-client-dir", |
| 1059 "[SLAVE_BUILD]/swarming.client", | 1046 "[CWD]/swarming.client", |
| 1060 "--temp-root-dir", | 1047 "--temp-root-dir", |
| 1061 "[TMP_BASE]", | 1048 "[TMP]", |
| 1062 "--merged-test-output", | 1049 "--merged-test-output", |
| 1063 "/path/to/tmp/json", | 1050 "/path/to/tmp/json", |
| 1064 "--", | 1051 "--", |
| 1065 "collect", | 1052 "collect", |
| 1066 "--swarming", | 1053 "--swarming", |
| 1067 "https://chromium-swarm.appspot.com", | 1054 "https://chromium-swarm.appspot.com", |
| 1068 "--decorate", | 1055 "--decorate", |
| 1069 "--print-status-updates", | 1056 "--print-status-updates", |
| 1070 "--shards", | 1057 "--shards", |
| 1071 "1", | 1058 "1", |
| 1072 "OptimizeForSize/Ubuntu-12.04/[dummy has/V8 Linux64/571" | 1059 "OptimizeForSize/Ubuntu-12.04/[dummy has/V8 Linux64/571" |
| 1073 ], | 1060 ], |
| 1074 "cwd": "[SLAVE_BUILD]", | |
| 1075 "name": "OptimizeForSize", | 1061 "name": "OptimizeForSize", |
| 1076 "~followup_annotations": [ | 1062 "~followup_annotations": [ |
| 1077 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 1063 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 1078 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 1064 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 1079 "@@@STEP_LOG_LINE@durations@@@@", | 1065 "@@@STEP_LOG_LINE@durations@@@@", |
| 1080 "@@@STEP_LOG_LINE@durations@Details:@@@", | 1066 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 1081 "@@@STEP_LOG_LINE@durations@@@@", | 1067 "@@@STEP_LOG_LINE@durations@@@@", |
| 1082 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 1068 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 1083 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 1069 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 1084 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 1070 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 1085 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 1071 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 1086 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 1072 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 1087 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 1073 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 1088 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 1074 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 1089 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1075 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 1090 "@@@STEP_LOG_END@durations@@@" | 1076 "@@@STEP_LOG_END@durations@@@" |
| 1091 ] | 1077 ] |
| 1092 }, | 1078 }, |
| 1093 { | 1079 { |
| 1094 "allow_subannotations": true, | 1080 "allow_subannotations": true, |
| 1095 "cmd": [ | 1081 "cmd": [ |
| 1096 "python", | 1082 "python", |
| 1097 "-u", | 1083 "-u", |
| 1098 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 1084 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 1099 "--swarming-client-dir", | 1085 "--swarming-client-dir", |
| 1100 "[SLAVE_BUILD]/swarming.client", | 1086 "[CWD]/swarming.client", |
| 1101 "--temp-root-dir", | 1087 "--temp-root-dir", |
| 1102 "[TMP_BASE]", | 1088 "[TMP]", |
| 1103 "--merged-test-output", | 1089 "--merged-test-output", |
| 1104 "/path/to/tmp/json", | 1090 "/path/to/tmp/json", |
| 1105 "--", | 1091 "--", |
| 1106 "collect", | 1092 "collect", |
| 1107 "--swarming", | 1093 "--swarming", |
| 1108 "https://chromium-swarm.appspot.com", | 1094 "https://chromium-swarm.appspot.com", |
| 1109 "--decorate", | 1095 "--decorate", |
| 1110 "--print-status-updates", | 1096 "--print-status-updates", |
| 1111 "--shards", | 1097 "--shards", |
| 1112 "2", | 1098 "2", |
| 1113 "Test262/Ubuntu-12.04/[dummy has/V8 Linux64/571" | 1099 "Test262/Ubuntu-12.04/[dummy has/V8 Linux64/571" |
| 1114 ], | 1100 ], |
| 1115 "cwd": "[SLAVE_BUILD]", | |
| 1116 "name": "Test262", | 1101 "name": "Test262", |
| 1117 "~followup_annotations": [ | 1102 "~followup_annotations": [ |
| 1118 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 1103 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 1119 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 1104 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 1120 "@@@STEP_LOG_LINE@durations@@@@", | 1105 "@@@STEP_LOG_LINE@durations@@@@", |
| 1121 "@@@STEP_LOG_LINE@durations@Details:@@@", | 1106 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 1122 "@@@STEP_LOG_LINE@durations@@@@", | 1107 "@@@STEP_LOG_LINE@durations@@@@", |
| 1123 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 1108 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 1124 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 1109 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 1125 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 1110 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 1126 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 1111 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 1127 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 1112 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 1128 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 1113 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 1129 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 1114 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 1130 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1115 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 1131 "@@@STEP_LOG_END@durations@@@" | 1116 "@@@STEP_LOG_END@durations@@@" |
| 1132 ] | 1117 ] |
| 1133 }, | 1118 }, |
| 1134 { | 1119 { |
| 1135 "allow_subannotations": true, | 1120 "allow_subannotations": true, |
| 1136 "cmd": [ | 1121 "cmd": [ |
| 1137 "python", | 1122 "python", |
| 1138 "-u", | 1123 "-u", |
| 1139 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 1124 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 1140 "--swarming-client-dir", | 1125 "--swarming-client-dir", |
| 1141 "[SLAVE_BUILD]/swarming.client", | 1126 "[CWD]/swarming.client", |
| 1142 "--temp-root-dir", | 1127 "--temp-root-dir", |
| 1143 "[TMP_BASE]", | 1128 "[TMP]", |
| 1144 "--merged-test-output", | 1129 "--merged-test-output", |
| 1145 "/path/to/tmp/json", | 1130 "/path/to/tmp/json", |
| 1146 "--", | 1131 "--", |
| 1147 "collect", | 1132 "collect", |
| 1148 "--swarming", | 1133 "--swarming", |
| 1149 "https://chromium-swarm.appspot.com", | 1134 "https://chromium-swarm.appspot.com", |
| 1150 "--decorate", | 1135 "--decorate", |
| 1151 "--print-status-updates", | 1136 "--print-status-updates", |
| 1152 "--shards", | 1137 "--shards", |
| 1153 "1", | 1138 "1", |
| 1154 "Mozilla/Ubuntu-12.04/[dummy has/V8 Linux64/571" | 1139 "Mozilla/Ubuntu-12.04/[dummy has/V8 Linux64/571" |
| 1155 ], | 1140 ], |
| 1156 "cwd": "[SLAVE_BUILD]", | |
| 1157 "name": "Mozilla", | 1141 "name": "Mozilla", |
| 1158 "~followup_annotations": [ | 1142 "~followup_annotations": [ |
| 1159 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 1143 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 1160 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 1144 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 1161 "@@@STEP_LOG_LINE@durations@@@@", | 1145 "@@@STEP_LOG_LINE@durations@@@@", |
| 1162 "@@@STEP_LOG_LINE@durations@Details:@@@", | 1146 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 1163 "@@@STEP_LOG_LINE@durations@@@@", | 1147 "@@@STEP_LOG_LINE@durations@@@@", |
| 1164 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 1148 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 1165 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 1149 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 1166 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 1150 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 1167 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 1151 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 1168 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 1152 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 1169 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 1153 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 1170 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 1154 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 1171 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1155 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 1172 "@@@STEP_LOG_END@durations@@@" | 1156 "@@@STEP_LOG_END@durations@@@" |
| 1173 ] | 1157 ] |
| 1174 }, | 1158 }, |
| 1175 { | 1159 { |
| 1176 "allow_subannotations": true, | 1160 "allow_subannotations": true, |
| 1177 "cmd": [ | 1161 "cmd": [ |
| 1178 "python", | 1162 "python", |
| 1179 "-u", | 1163 "-u", |
| 1180 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 1164 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 1181 "--swarming-client-dir", | 1165 "--swarming-client-dir", |
| 1182 "[SLAVE_BUILD]/swarming.client", | 1166 "[CWD]/swarming.client", |
| 1183 "--temp-root-dir", | 1167 "--temp-root-dir", |
| 1184 "[TMP_BASE]", | 1168 "[TMP]", |
| 1185 "--merged-test-output", | 1169 "--merged-test-output", |
| 1186 "/path/to/tmp/json", | 1170 "/path/to/tmp/json", |
| 1187 "--", | 1171 "--", |
| 1188 "collect", | 1172 "collect", |
| 1189 "--swarming", | 1173 "--swarming", |
| 1190 "https://chromium-swarm.appspot.com", | 1174 "https://chromium-swarm.appspot.com", |
| 1191 "--decorate", | 1175 "--decorate", |
| 1192 "--print-status-updates", | 1176 "--print-status-updates", |
| 1193 "--shards", | 1177 "--shards", |
| 1194 "1", | 1178 "1", |
| 1195 "SimdJs - all/Ubuntu-12.04/[dummy has/V8 Linux64/571" | 1179 "SimdJs - all/Ubuntu-12.04/[dummy has/V8 Linux64/571" |
| 1196 ], | 1180 ], |
| 1197 "cwd": "[SLAVE_BUILD]", | |
| 1198 "name": "SimdJs - all", | 1181 "name": "SimdJs - all", |
| 1199 "~followup_annotations": [ | 1182 "~followup_annotations": [ |
| 1200 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 1183 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 1201 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 1184 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 1202 "@@@STEP_LOG_LINE@durations@@@@", | 1185 "@@@STEP_LOG_LINE@durations@@@@", |
| 1203 "@@@STEP_LOG_LINE@durations@Details:@@@", | 1186 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 1204 "@@@STEP_LOG_LINE@durations@@@@", | 1187 "@@@STEP_LOG_LINE@durations@@@@", |
| 1205 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 1188 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 1206 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 1189 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 1207 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 1190 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 1208 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 1191 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 1209 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 1192 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 1210 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 1193 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 1211 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 1194 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 1212 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1195 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 1213 "@@@STEP_LOG_END@durations@@@" | 1196 "@@@STEP_LOG_END@durations@@@" |
| 1214 ] | 1197 ] |
| 1215 }, | 1198 }, |
| 1216 { | 1199 { |
| 1217 "allow_subannotations": true, | 1200 "allow_subannotations": true, |
| 1218 "cmd": [ | 1201 "cmd": [ |
| 1219 "python", | 1202 "python", |
| 1220 "-u", | 1203 "-u", |
| 1221 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 1204 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 1222 "--swarming-client-dir", | 1205 "--swarming-client-dir", |
| 1223 "[SLAVE_BUILD]/swarming.client", | 1206 "[CWD]/swarming.client", |
| 1224 "--temp-root-dir", | 1207 "--temp-root-dir", |
| 1225 "[TMP_BASE]", | 1208 "[TMP]", |
| 1226 "--merged-test-output", | 1209 "--merged-test-output", |
| 1227 "/path/to/tmp/json", | 1210 "/path/to/tmp/json", |
| 1228 "--", | 1211 "--", |
| 1229 "collect", | 1212 "collect", |
| 1230 "--swarming", | 1213 "--swarming", |
| 1231 "https://chromium-swarm.appspot.com", | 1214 "https://chromium-swarm.appspot.com", |
| 1232 "--decorate", | 1215 "--decorate", |
| 1233 "--print-status-updates", | 1216 "--print-status-updates", |
| 1234 "--shards", | 1217 "--shards", |
| 1235 "1", | 1218 "1", |
| 1236 "Ignition/Ubuntu-12.04/[dummy has/V8 Linux64/571" | 1219 "Ignition/Ubuntu-12.04/[dummy has/V8 Linux64/571" |
| 1237 ], | 1220 ], |
| 1238 "cwd": "[SLAVE_BUILD]", | |
| 1239 "name": "Ignition", | 1221 "name": "Ignition", |
| 1240 "~followup_annotations": [ | 1222 "~followup_annotations": [ |
| 1241 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 1223 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 1242 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 1224 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 1243 "@@@STEP_LOG_LINE@durations@@@@", | 1225 "@@@STEP_LOG_LINE@durations@@@@", |
| 1244 "@@@STEP_LOG_LINE@durations@Details:@@@", | 1226 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 1245 "@@@STEP_LOG_LINE@durations@@@@", | 1227 "@@@STEP_LOG_LINE@durations@@@@", |
| 1246 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 1228 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 1247 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 1229 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 1248 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 1230 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 1249 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 1231 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 1250 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 1232 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 1251 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 1233 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 1252 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 1234 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 1253 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1235 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 1254 "@@@STEP_LOG_END@durations@@@" | 1236 "@@@STEP_LOG_END@durations@@@" |
| 1255 ] | 1237 ] |
| 1256 }, | 1238 }, |
| 1257 { | 1239 { |
| 1258 "allow_subannotations": true, | 1240 "allow_subannotations": true, |
| 1259 "cmd": [ | 1241 "cmd": [ |
| 1260 "python", | 1242 "python", |
| 1261 "-u", | 1243 "-u", |
| 1262 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 1244 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 1263 "--swarming-client-dir", | 1245 "--swarming-client-dir", |
| 1264 "[SLAVE_BUILD]/swarming.client", | 1246 "[CWD]/swarming.client", |
| 1265 "--temp-root-dir", | 1247 "--temp-root-dir", |
| 1266 "[TMP_BASE]", | 1248 "[TMP]", |
| 1267 "--merged-test-output", | 1249 "--merged-test-output", |
| 1268 "/path/to/tmp/json", | 1250 "/path/to/tmp/json", |
| 1269 "--", | 1251 "--", |
| 1270 "collect", | 1252 "collect", |
| 1271 "--swarming", | 1253 "--swarming", |
| 1272 "https://chromium-swarm.appspot.com", | 1254 "https://chromium-swarm.appspot.com", |
| 1273 "--decorate", | 1255 "--decorate", |
| 1274 "--print-status-updates", | 1256 "--print-status-updates", |
| 1275 "--shards", | 1257 "--shards", |
| 1276 "1", | 1258 "1", |
| 1277 "Mjsunit - sp frame access/Ubuntu-12.04/[dummy has/V8 Linux64/571" | 1259 "Mjsunit - sp frame access/Ubuntu-12.04/[dummy has/V8 Linux64/571" |
| 1278 ], | 1260 ], |
| 1279 "cwd": "[SLAVE_BUILD]", | |
| 1280 "name": "Mjsunit - sp frame access", | 1261 "name": "Mjsunit - sp frame access", |
| 1281 "~followup_annotations": [ | 1262 "~followup_annotations": [ |
| 1282 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 1263 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 1283 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 1264 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 1284 "@@@STEP_LOG_LINE@durations@@@@", | 1265 "@@@STEP_LOG_LINE@durations@@@@", |
| 1285 "@@@STEP_LOG_LINE@durations@Details:@@@", | 1266 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 1286 "@@@STEP_LOG_LINE@durations@@@@", | 1267 "@@@STEP_LOG_LINE@durations@@@@", |
| 1287 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 1268 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 1288 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 1269 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 1289 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 1270 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 1290 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 1271 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 1291 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 1272 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 1292 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 1273 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 1293 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 1274 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 1294 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1275 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 1295 "@@@STEP_LOG_END@durations@@@" | 1276 "@@@STEP_LOG_END@durations@@@" |
| 1296 ] | 1277 ] |
| 1297 }, | 1278 }, |
| 1298 { | 1279 { |
| 1299 "allow_subannotations": true, | 1280 "allow_subannotations": true, |
| 1300 "cmd": [ | 1281 "cmd": [ |
| 1301 "python", | 1282 "python", |
| 1302 "-u", | 1283 "-u", |
| 1303 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 1284 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 1304 "--swarming-client-dir", | 1285 "--swarming-client-dir", |
| 1305 "[SLAVE_BUILD]/swarming.client", | 1286 "[CWD]/swarming.client", |
| 1306 "--temp-root-dir", | 1287 "--temp-root-dir", |
| 1307 "[TMP_BASE]", | 1288 "[TMP]", |
| 1308 "--merged-test-output", | 1289 "--merged-test-output", |
| 1309 "/path/to/tmp/json", | 1290 "/path/to/tmp/json", |
| 1310 "--", | 1291 "--", |
| 1311 "collect", | 1292 "collect", |
| 1312 "--swarming", | 1293 "--swarming", |
| 1313 "https://chromium-swarm.appspot.com", | 1294 "https://chromium-swarm.appspot.com", |
| 1314 "--decorate", | 1295 "--decorate", |
| 1315 "--print-status-updates", | 1296 "--print-status-updates", |
| 1316 "--shards", | 1297 "--shards", |
| 1317 "1", | 1298 "1", |
| 1318 "Test262 - ignition/Ubuntu-12.04/[dummy has/V8 Linux64/571" | 1299 "Test262 - ignition/Ubuntu-12.04/[dummy has/V8 Linux64/571" |
| 1319 ], | 1300 ], |
| 1320 "cwd": "[SLAVE_BUILD]", | |
| 1321 "name": "Test262 - ignition", | 1301 "name": "Test262 - ignition", |
| 1322 "~followup_annotations": [ | 1302 "~followup_annotations": [ |
| 1323 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 1303 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 1324 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 1304 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 1325 "@@@STEP_LOG_LINE@durations@@@@", | 1305 "@@@STEP_LOG_LINE@durations@@@@", |
| 1326 "@@@STEP_LOG_LINE@durations@Details:@@@", | 1306 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 1327 "@@@STEP_LOG_LINE@durations@@@@", | 1307 "@@@STEP_LOG_LINE@durations@@@@", |
| 1328 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 1308 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 1329 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 1309 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 1330 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 1310 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 1331 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 1311 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 1332 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 1312 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 1333 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 1313 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 1334 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 1314 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 1335 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1315 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 1336 "@@@STEP_LOG_END@durations@@@" | 1316 "@@@STEP_LOG_END@durations@@@" |
| 1337 ] | 1317 ] |
| 1338 }, | 1318 }, |
| 1339 { | 1319 { |
| 1340 "name": "$result", | 1320 "name": "$result", |
| 1341 "recipe_result": null, | 1321 "recipe_result": null, |
| 1342 "status_code": 0 | 1322 "status_code": 0 |
| 1343 } | 1323 } |
| 1344 ] | 1324 ] |
| OLD | NEW |