| 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 Linux/571\", @@@", | 161 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Static-Initializers/
Ubuntu-12.04/[dummy has/V8 Linux/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 Linux/571\": {@@@", | 163 "@@@STEP_LOG_LINE@json.output@ \"Static-Initializers/Ubuntu-12.04/[dumm
y has/V8 Linux/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=-1877293606", | 244 "--random-seed=-1877293606", |
| 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 Linux/571\", @@@", | 255 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Ubuntu-12.04/[
dummy has/V8 Linux/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
/571\": {@@@", | 257 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-12.04/[dummy has/V8 Linux
/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=-1877293606", | 338 "--random-seed=-1877293606", |
| 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 Linux/571\", @@@", | 350 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"OptimizeForSize/Ubun
tu-12.04/[dummy has/V8 Linux/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 Linux/571\": {@@@", | 352 "@@@STEP_LOG_LINE@json.output@ \"OptimizeForSize/Ubuntu-12.04/[dummy ha
s/V8 Linux/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 "1", | 376 "1", |
| 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=-1877293606", | 433 "--random-seed=-1877293606", |
| 439 "benchmarks", | 434 "benchmarks", |
| 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] Benchmarks on Ubuntu-12.04", | 442 "name": "[trigger] Benchmarks 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\": \"Benchmarks/Ubuntu-12
.04/[dummy has/V8 Linux/571\", @@@", | 445 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Benchmarks/Ubuntu-12
.04/[dummy has/V8 Linux/571\", @@@", |
| 452 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 446 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 453 "@@@STEP_LOG_LINE@json.output@ \"Benchmarks/Ubuntu-12.04/[dummy has/V8
Linux/571\": {@@@", | 447 "@@@STEP_LOG_LINE@json.output@ \"Benchmarks/Ubuntu-12.04/[dummy has/V8
Linux/571\": {@@@", |
| 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@ }@@@", | 452 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 459 "@@@STEP_LOG_LINE@json.output@}@@@", | 453 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 460 "@@@STEP_LOG_END@json.output@@@", | 454 "@@@STEP_LOG_END@json.output@@@", |
| 461 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 455 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 462 ] | 456 ] |
| 463 }, | 457 }, |
| 464 { | 458 { |
| 465 "cmd": [ | 459 "cmd": [ |
| 466 "python", | 460 "python", |
| 467 "-u", | 461 "-u", |
| 468 "[SLAVE_BUILD]/swarming.client/swarming.py", | 462 "[CWD]/swarming.client/swarming.py", |
| 469 "trigger", | 463 "trigger", |
| 470 "--swarming", | 464 "--swarming", |
| 471 "https://chromium-swarm.appspot.com", | 465 "https://chromium-swarm.appspot.com", |
| 472 "--isolate-server", | 466 "--isolate-server", |
| 473 "https://isolateserver.appspot.com", | 467 "https://isolateserver.appspot.com", |
| 474 "--priority", | 468 "--priority", |
| 475 "25", | 469 "25", |
| 476 "--shards", | 470 "--shards", |
| 477 "1", | 471 "1", |
| 478 "--task-name", | 472 "--task-name", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 533 "--timeout=200", | 527 "--timeout=200", |
| 534 "--random-seed=-1877293606", | 528 "--random-seed=-1877293606", |
| 535 "simdjs", | 529 "simdjs", |
| 536 "--download-data", | 530 "--download-data", |
| 537 "--exhaustive-variants", | 531 "--exhaustive-variants", |
| 538 "--rerun-failures-count=2", | 532 "--rerun-failures-count=2", |
| 539 "--swarming", | 533 "--swarming", |
| 540 "--json-test-results", | 534 "--json-test-results", |
| 541 "${ISOLATED_OUTDIR}/output.json" | 535 "${ISOLATED_OUTDIR}/output.json" |
| 542 ], | 536 ], |
| 543 "cwd": "[SLAVE_BUILD]", | |
| 544 "name": "[trigger] SimdJs - all on Ubuntu-12.04", | 537 "name": "[trigger] SimdJs - all on Ubuntu-12.04", |
| 545 "~followup_annotations": [ | 538 "~followup_annotations": [ |
| 546 "@@@STEP_LOG_LINE@json.output@{@@@", | 539 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 547 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Ubuntu-
12.04/[dummy has/V8 Linux/571\", @@@", | 540 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Ubuntu-
12.04/[dummy has/V8 Linux/571\", @@@", |
| 548 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 541 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 549 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Ubuntu-12.04/[dummy has/V
8 Linux/571\": {@@@", | 542 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Ubuntu-12.04/[dummy has/V
8 Linux/571\": {@@@", |
| 550 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 543 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 551 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 544 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 552 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 545 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 553 "@@@STEP_LOG_LINE@json.output@ }@@@", | 546 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 554 "@@@STEP_LOG_LINE@json.output@ }@@@", | 547 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 555 "@@@STEP_LOG_LINE@json.output@}@@@", | 548 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 556 "@@@STEP_LOG_END@json.output@@@", | 549 "@@@STEP_LOG_END@json.output@@@", |
| 557 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 550 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 558 ] | 551 ] |
| 559 }, | 552 }, |
| 560 { | 553 { |
| 561 "cmd": [ | 554 "cmd": [ |
| 562 "python", | 555 "python", |
| 563 "-u", | 556 "-u", |
| 564 "[SLAVE_BUILD]/swarming.client/swarming.py", | 557 "[CWD]/swarming.client/swarming.py", |
| 565 "trigger", | 558 "trigger", |
| 566 "--swarming", | 559 "--swarming", |
| 567 "https://chromium-swarm.appspot.com", | 560 "https://chromium-swarm.appspot.com", |
| 568 "--isolate-server", | 561 "--isolate-server", |
| 569 "https://isolateserver.appspot.com", | 562 "https://isolateserver.appspot.com", |
| 570 "--priority", | 563 "--priority", |
| 571 "25", | 564 "25", |
| 572 "--shards", | 565 "--shards", |
| 573 "2", | 566 "2", |
| 574 "--task-name", | 567 "--task-name", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 629 "--timeout=200", | 622 "--timeout=200", |
| 630 "--random-seed=-1877293606", | 623 "--random-seed=-1877293606", |
| 631 "test262", | 624 "test262", |
| 632 "--download-data", | 625 "--download-data", |
| 633 "--exhaustive-variants", | 626 "--exhaustive-variants", |
| 634 "--rerun-failures-count=2", | 627 "--rerun-failures-count=2", |
| 635 "--swarming", | 628 "--swarming", |
| 636 "--json-test-results", | 629 "--json-test-results", |
| 637 "${ISOLATED_OUTDIR}/output.json" | 630 "${ISOLATED_OUTDIR}/output.json" |
| 638 ], | 631 ], |
| 639 "cwd": "[SLAVE_BUILD]", | |
| 640 "name": "[trigger] Test262 on Ubuntu-12.04", | 632 "name": "[trigger] Test262 on Ubuntu-12.04", |
| 641 "~followup_annotations": [ | 633 "~followup_annotations": [ |
| 642 "@@@STEP_LOG_LINE@json.output@{@@@", | 634 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 643 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262/Ubuntu-12.04
/[dummy has/V8 Linux/571\", @@@", | 635 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262/Ubuntu-12.04
/[dummy has/V8 Linux/571\", @@@", |
| 644 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 636 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 645 "@@@STEP_LOG_LINE@json.output@ \"Test262/Ubuntu-12.04/[dummy has/V8 Lin
ux/571:2:0\": {@@@", | 637 "@@@STEP_LOG_LINE@json.output@ \"Test262/Ubuntu-12.04/[dummy has/V8 Lin
ux/571:2:0\": {@@@", |
| 646 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 638 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 647 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 639 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 648 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 640 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 649 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 641 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 650 "@@@STEP_LOG_LINE@json.output@ \"Test262/Ubuntu-12.04/[dummy has/V8 Lin
ux/571:2:1\": {@@@", | 642 "@@@STEP_LOG_LINE@json.output@ \"Test262/Ubuntu-12.04/[dummy has/V8 Lin
ux/571:2:1\": {@@@", |
| 651 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@", | 643 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@", |
| 652 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@", | 644 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@", |
| 653 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10100\"@@@", | 645 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10100\"@@@", |
| 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 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@" | 651 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@" |
| 660 ] | 652 ] |
| 661 }, | 653 }, |
| 662 { | 654 { |
| 663 "cmd": [ | 655 "cmd": [ |
| 664 "python", | 656 "python", |
| 665 "-u", | 657 "-u", |
| 666 "[SLAVE_BUILD]/swarming.client/swarming.py", | 658 "[CWD]/swarming.client/swarming.py", |
| 667 "trigger", | 659 "trigger", |
| 668 "--swarming", | 660 "--swarming", |
| 669 "https://chromium-swarm.appspot.com", | 661 "https://chromium-swarm.appspot.com", |
| 670 "--isolate-server", | 662 "--isolate-server", |
| 671 "https://isolateserver.appspot.com", | 663 "https://isolateserver.appspot.com", |
| 672 "--priority", | 664 "--priority", |
| 673 "25", | 665 "25", |
| 674 "--shards", | 666 "--shards", |
| 675 "1", | 667 "1", |
| 676 "--task-name", | 668 "--task-name", |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 730 "--buildbot", | 722 "--buildbot", |
| 731 "--timeout=200", | 723 "--timeout=200", |
| 732 "--random-seed=-1877293606", | 724 "--random-seed=-1877293606", |
| 733 "mozilla", | 725 "mozilla", |
| 734 "--exhaustive-variants", | 726 "--exhaustive-variants", |
| 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] Mozilla on Ubuntu-12.04", | 732 "name": "[trigger] Mozilla 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\": \"Mozilla/Ubuntu-12.04
/[dummy has/V8 Linux/571\", @@@", | 735 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Ubuntu-12.04
/[dummy has/V8 Linux/571\", @@@", |
| 745 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 736 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 746 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Ubuntu-12.04/[dummy has/V8 Lin
ux/571\": {@@@", | 737 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Ubuntu-12.04/[dummy has/V8 Lin
ux/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=-1877293606", | 818 "--random-seed=-1877293606", |
| 828 "ignition", | 819 "ignition", |
| 829 "--ignition", | 820 "--ignition", |
| 830 "--variants=ignition", | 821 "--variants=ignition", |
| 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] Ignition on Ubuntu-12.04", | 827 "name": "[trigger] Ignition 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\": \"Ignition/Ubuntu-12.0
4/[dummy has/V8 Linux/571\", @@@", | 830 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition/Ubuntu-12.0
4/[dummy has/V8 Linux/571\", @@@", |
| 841 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 831 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 842 "@@@STEP_LOG_LINE@json.output@ \"Ignition/Ubuntu-12.04/[dummy has/V8 Li
nux/571\": {@@@", | 832 "@@@STEP_LOG_LINE@json.output@ \"Ignition/Ubuntu-12.04/[dummy has/V8 Li
nux/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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 922 "--timeout=200", | 912 "--timeout=200", |
| 923 "--random-seed=-1877293606", | 913 "--random-seed=-1877293606", |
| 924 "mjsunit", | 914 "mjsunit", |
| 925 "--extra-flags=--turbo_sp_frame_access", | 915 "--extra-flags=--turbo_sp_frame_access", |
| 926 "--variants=turbofan", | 916 "--variants=turbofan", |
| 927 "--rerun-failures-count=2", | 917 "--rerun-failures-count=2", |
| 928 "--swarming", | 918 "--swarming", |
| 929 "--json-test-results", | 919 "--json-test-results", |
| 930 "${ISOLATED_OUTDIR}/output.json" | 920 "${ISOLATED_OUTDIR}/output.json" |
| 931 ], | 921 ], |
| 932 "cwd": "[SLAVE_BUILD]", | |
| 933 "name": "[trigger] Mjsunit - sp frame access on Ubuntu-12.04", | 922 "name": "[trigger] Mjsunit - sp frame access on Ubuntu-12.04", |
| 934 "~followup_annotations": [ | 923 "~followup_annotations": [ |
| 935 "@@@STEP_LOG_LINE@json.output@{@@@", | 924 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 936 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mjsunit - sp frame a
ccess/Ubuntu-12.04/[dummy has/V8 Linux/571\", @@@", | 925 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mjsunit - sp frame a
ccess/Ubuntu-12.04/[dummy has/V8 Linux/571\", @@@", |
| 937 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 926 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 938 "@@@STEP_LOG_LINE@json.output@ \"Mjsunit - sp frame access/Ubuntu-12.04
/[dummy has/V8 Linux/571\": {@@@", | 927 "@@@STEP_LOG_LINE@json.output@ \"Mjsunit - sp frame access/Ubuntu-12.04
/[dummy has/V8 Linux/571\": {@@@", |
| 939 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 928 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 940 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 929 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 941 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 930 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 942 "@@@STEP_LOG_LINE@json.output@ }@@@", | 931 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 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_END@json.output@@@", | 934 "@@@STEP_LOG_END@json.output@@@", |
| 946 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 935 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 947 ] | 936 ] |
| 948 }, | 937 }, |
| 949 { | 938 { |
| 950 "cmd": [ | 939 "cmd": [ |
| 951 "python", | 940 "python", |
| 952 "-u", | 941 "-u", |
| 953 "[SLAVE_BUILD]/swarming.client/swarming.py", | 942 "[CWD]/swarming.client/swarming.py", |
| 954 "trigger", | 943 "trigger", |
| 955 "--swarming", | 944 "--swarming", |
| 956 "https://chromium-swarm.appspot.com", | 945 "https://chromium-swarm.appspot.com", |
| 957 "--isolate-server", | 946 "--isolate-server", |
| 958 "https://isolateserver.appspot.com", | 947 "https://isolateserver.appspot.com", |
| 959 "--priority", | 948 "--priority", |
| 960 "25", | 949 "25", |
| 961 "--shards", | 950 "--shards", |
| 962 "1", | 951 "1", |
| 963 "--task-name", | 952 "--task-name", |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1019 "--random-seed=-1877293606", | 1008 "--random-seed=-1877293606", |
| 1020 "test262", | 1009 "test262", |
| 1021 "--ignition", | 1010 "--ignition", |
| 1022 "--download-data", | 1011 "--download-data", |
| 1023 "--variants=ignition", | 1012 "--variants=ignition", |
| 1024 "--rerun-failures-count=2", | 1013 "--rerun-failures-count=2", |
| 1025 "--swarming", | 1014 "--swarming", |
| 1026 "--json-test-results", | 1015 "--json-test-results", |
| 1027 "${ISOLATED_OUTDIR}/output.json" | 1016 "${ISOLATED_OUTDIR}/output.json" |
| 1028 ], | 1017 ], |
| 1029 "cwd": "[SLAVE_BUILD]", | |
| 1030 "name": "[trigger] Test262 - ignition on Ubuntu-12.04", | 1018 "name": "[trigger] Test262 - ignition on Ubuntu-12.04", |
| 1031 "~followup_annotations": [ | 1019 "~followup_annotations": [ |
| 1032 "@@@STEP_LOG_LINE@json.output@{@@@", | 1020 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1033 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - ignition/U
buntu-12.04/[dummy has/V8 Linux/571\", @@@", | 1021 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - ignition/U
buntu-12.04/[dummy has/V8 Linux/571\", @@@", |
| 1034 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1022 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 1035 "@@@STEP_LOG_LINE@json.output@ \"Test262 - ignition/Ubuntu-12.04/[dummy
has/V8 Linux/571\": {@@@", | 1023 "@@@STEP_LOG_LINE@json.output@ \"Test262 - ignition/Ubuntu-12.04/[dummy
has/V8 Linux/571\": {@@@", |
| 1036 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1024 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 1037 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1025 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 1038 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1026 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 1039 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1027 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1040 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1028 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1041 "@@@STEP_LOG_LINE@json.output@}@@@", | 1029 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1042 "@@@STEP_LOG_END@json.output@@@", | 1030 "@@@STEP_LOG_END@json.output@@@", |
| 1043 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1031 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1044 ] | 1032 ] |
| 1045 }, | 1033 }, |
| 1046 { | 1034 { |
| 1047 "cmd": [ | 1035 "cmd": [ |
| 1048 "python", | 1036 "python", |
| 1049 "-u", | 1037 "-u", |
| 1050 "[SLAVE_BUILD]/swarming.client/swarming.py", | 1038 "[CWD]/swarming.client/swarming.py", |
| 1051 "trigger", | 1039 "trigger", |
| 1052 "--swarming", | 1040 "--swarming", |
| 1053 "https://chromium-swarm.appspot.com", | 1041 "https://chromium-swarm.appspot.com", |
| 1054 "--isolate-server", | 1042 "--isolate-server", |
| 1055 "https://isolateserver.appspot.com", | 1043 "https://isolateserver.appspot.com", |
| 1056 "--priority", | 1044 "--priority", |
| 1057 "25", | 1045 "25", |
| 1058 "--shards", | 1046 "--shards", |
| 1059 "1", | 1047 "1", |
| 1060 "--task-name", | 1048 "--task-name", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1099 "purpose:post-commit", | 1087 "purpose:post-commit", |
| 1100 "--tag", | 1088 "--tag", |
| 1101 "slavename:TestSlavename", | 1089 "slavename:TestSlavename", |
| 1102 "--tag", | 1090 "--tag", |
| 1103 "stepname:GCMole ia32 on Ubuntu-12.04", | 1091 "stepname:GCMole ia32 on Ubuntu-12.04", |
| 1104 "--idempotent", | 1092 "--idempotent", |
| 1105 "[dummy hash for run-gcmole]", | 1093 "[dummy hash for run-gcmole]", |
| 1106 "--", | 1094 "--", |
| 1107 "ia32" | 1095 "ia32" |
| 1108 ], | 1096 ], |
| 1109 "cwd": "[SLAVE_BUILD]", | |
| 1110 "name": "[trigger] GCMole ia32 on Ubuntu-12.04", | 1097 "name": "[trigger] GCMole ia32 on Ubuntu-12.04", |
| 1111 "~followup_annotations": [ | 1098 "~followup_annotations": [ |
| 1112 "@@@STEP_LOG_LINE@json.output@{@@@", | 1099 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1113 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"GCMole ia32/Ubuntu-1
2.04/[dummy has/V8 Linux/571\", @@@", | 1100 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"GCMole ia32/Ubuntu-1
2.04/[dummy has/V8 Linux/571\", @@@", |
| 1114 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1101 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 1115 "@@@STEP_LOG_LINE@json.output@ \"GCMole ia32/Ubuntu-12.04/[dummy has/V8
Linux/571\": {@@@", | 1102 "@@@STEP_LOG_LINE@json.output@ \"GCMole ia32/Ubuntu-12.04/[dummy has/V8
Linux/571\": {@@@", |
| 1116 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1103 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 1117 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1104 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 1118 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1105 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 1119 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1106 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1120 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1107 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1121 "@@@STEP_LOG_LINE@json.output@}@@@", | 1108 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1122 "@@@STEP_LOG_END@json.output@@@", | 1109 "@@@STEP_LOG_END@json.output@@@", |
| 1123 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1110 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1124 ] | 1111 ] |
| 1125 }, | 1112 }, |
| 1126 { | 1113 { |
| 1127 "cmd": [ | 1114 "cmd": [ |
| 1128 "python", | 1115 "python", |
| 1129 "-u", | 1116 "-u", |
| 1130 "[SLAVE_BUILD]/swarming.client/swarming.py", | 1117 "[CWD]/swarming.client/swarming.py", |
| 1131 "trigger", | 1118 "trigger", |
| 1132 "--swarming", | 1119 "--swarming", |
| 1133 "https://chromium-swarm.appspot.com", | 1120 "https://chromium-swarm.appspot.com", |
| 1134 "--isolate-server", | 1121 "--isolate-server", |
| 1135 "https://isolateserver.appspot.com", | 1122 "https://isolateserver.appspot.com", |
| 1136 "--priority", | 1123 "--priority", |
| 1137 "25", | 1124 "25", |
| 1138 "--shards", | 1125 "--shards", |
| 1139 "1", | 1126 "1", |
| 1140 "--task-name", | 1127 "--task-name", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1179 "purpose:post-commit", | 1166 "purpose:post-commit", |
| 1180 "--tag", | 1167 "--tag", |
| 1181 "slavename:TestSlavename", | 1168 "slavename:TestSlavename", |
| 1182 "--tag", | 1169 "--tag", |
| 1183 "stepname:GCMole x64 on Ubuntu-12.04", | 1170 "stepname:GCMole x64 on Ubuntu-12.04", |
| 1184 "--idempotent", | 1171 "--idempotent", |
| 1185 "[dummy hash for run-gcmole]", | 1172 "[dummy hash for run-gcmole]", |
| 1186 "--", | 1173 "--", |
| 1187 "x64" | 1174 "x64" |
| 1188 ], | 1175 ], |
| 1189 "cwd": "[SLAVE_BUILD]", | |
| 1190 "name": "[trigger] GCMole x64 on Ubuntu-12.04", | 1176 "name": "[trigger] GCMole x64 on Ubuntu-12.04", |
| 1191 "~followup_annotations": [ | 1177 "~followup_annotations": [ |
| 1192 "@@@STEP_LOG_LINE@json.output@{@@@", | 1178 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1193 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"GCMole x64/Ubuntu-12
.04/[dummy has/V8 Linux/571\", @@@", | 1179 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"GCMole x64/Ubuntu-12
.04/[dummy has/V8 Linux/571\", @@@", |
| 1194 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1180 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 1195 "@@@STEP_LOG_LINE@json.output@ \"GCMole x64/Ubuntu-12.04/[dummy has/V8
Linux/571\": {@@@", | 1181 "@@@STEP_LOG_LINE@json.output@ \"GCMole x64/Ubuntu-12.04/[dummy has/V8
Linux/571\": {@@@", |
| 1196 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1182 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 1197 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1183 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 1198 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1184 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 1199 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1185 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1200 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1186 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1201 "@@@STEP_LOG_LINE@json.output@}@@@", | 1187 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1202 "@@@STEP_LOG_END@json.output@@@", | 1188 "@@@STEP_LOG_END@json.output@@@", |
| 1203 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1189 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1204 ] | 1190 ] |
| 1205 }, | 1191 }, |
| 1206 { | 1192 { |
| 1207 "cmd": [ | 1193 "cmd": [ |
| 1208 "python", | 1194 "python", |
| 1209 "-u", | 1195 "-u", |
| 1210 "[SLAVE_BUILD]/swarming.client/swarming.py", | 1196 "[CWD]/swarming.client/swarming.py", |
| 1211 "trigger", | 1197 "trigger", |
| 1212 "--swarming", | 1198 "--swarming", |
| 1213 "https://chromium-swarm.appspot.com", | 1199 "https://chromium-swarm.appspot.com", |
| 1214 "--isolate-server", | 1200 "--isolate-server", |
| 1215 "https://isolateserver.appspot.com", | 1201 "https://isolateserver.appspot.com", |
| 1216 "--priority", | 1202 "--priority", |
| 1217 "25", | 1203 "25", |
| 1218 "--shards", | 1204 "--shards", |
| 1219 "1", | 1205 "1", |
| 1220 "--task-name", | 1206 "--task-name", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1259 "purpose:post-commit", | 1245 "purpose:post-commit", |
| 1260 "--tag", | 1246 "--tag", |
| 1261 "slavename:TestSlavename", | 1247 "slavename:TestSlavename", |
| 1262 "--tag", | 1248 "--tag", |
| 1263 "stepname:GCMole arm on Ubuntu-12.04", | 1249 "stepname:GCMole arm on Ubuntu-12.04", |
| 1264 "--idempotent", | 1250 "--idempotent", |
| 1265 "[dummy hash for run-gcmole]", | 1251 "[dummy hash for run-gcmole]", |
| 1266 "--", | 1252 "--", |
| 1267 "arm" | 1253 "arm" |
| 1268 ], | 1254 ], |
| 1269 "cwd": "[SLAVE_BUILD]", | |
| 1270 "name": "[trigger] GCMole arm on Ubuntu-12.04", | 1255 "name": "[trigger] GCMole arm on Ubuntu-12.04", |
| 1271 "~followup_annotations": [ | 1256 "~followup_annotations": [ |
| 1272 "@@@STEP_LOG_LINE@json.output@{@@@", | 1257 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1273 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"GCMole arm/Ubuntu-12
.04/[dummy has/V8 Linux/571\", @@@", | 1258 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"GCMole arm/Ubuntu-12
.04/[dummy has/V8 Linux/571\", @@@", |
| 1274 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1259 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 1275 "@@@STEP_LOG_LINE@json.output@ \"GCMole arm/Ubuntu-12.04/[dummy has/V8
Linux/571\": {@@@", | 1260 "@@@STEP_LOG_LINE@json.output@ \"GCMole arm/Ubuntu-12.04/[dummy has/V8
Linux/571\": {@@@", |
| 1276 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1261 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 1277 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1262 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 1278 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1263 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 1279 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1264 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1280 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1265 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1281 "@@@STEP_LOG_LINE@json.output@}@@@", | 1266 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1282 "@@@STEP_LOG_END@json.output@@@", | 1267 "@@@STEP_LOG_END@json.output@@@", |
| 1283 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1268 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1284 ] | 1269 ] |
| 1285 }, | 1270 }, |
| 1286 { | 1271 { |
| 1287 "cmd": [ | 1272 "cmd": [ |
| 1288 "python", | 1273 "python", |
| 1289 "-u", | 1274 "-u", |
| 1290 "[SLAVE_BUILD]/swarming.client/swarming.py", | 1275 "[CWD]/swarming.client/swarming.py", |
| 1291 "trigger", | 1276 "trigger", |
| 1292 "--swarming", | 1277 "--swarming", |
| 1293 "https://chromium-swarm.appspot.com", | 1278 "https://chromium-swarm.appspot.com", |
| 1294 "--isolate-server", | 1279 "--isolate-server", |
| 1295 "https://isolateserver.appspot.com", | 1280 "https://isolateserver.appspot.com", |
| 1296 "--priority", | 1281 "--priority", |
| 1297 "25", | 1282 "25", |
| 1298 "--shards", | 1283 "--shards", |
| 1299 "1", | 1284 "1", |
| 1300 "--task-name", | 1285 "--task-name", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1339 "purpose:post-commit", | 1324 "purpose:post-commit", |
| 1340 "--tag", | 1325 "--tag", |
| 1341 "slavename:TestSlavename", | 1326 "slavename:TestSlavename", |
| 1342 "--tag", | 1327 "--tag", |
| 1343 "stepname:GCMole arm64 on Ubuntu-12.04", | 1328 "stepname:GCMole arm64 on Ubuntu-12.04", |
| 1344 "--idempotent", | 1329 "--idempotent", |
| 1345 "[dummy hash for run-gcmole]", | 1330 "[dummy hash for run-gcmole]", |
| 1346 "--", | 1331 "--", |
| 1347 "arm64" | 1332 "arm64" |
| 1348 ], | 1333 ], |
| 1349 "cwd": "[SLAVE_BUILD]", | |
| 1350 "name": "[trigger] GCMole arm64 on Ubuntu-12.04", | 1334 "name": "[trigger] GCMole arm64 on Ubuntu-12.04", |
| 1351 "~followup_annotations": [ | 1335 "~followup_annotations": [ |
| 1352 "@@@STEP_LOG_LINE@json.output@{@@@", | 1336 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1353 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"GCMole arm64/Ubuntu-
12.04/[dummy has/V8 Linux/571\", @@@", | 1337 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"GCMole arm64/Ubuntu-
12.04/[dummy has/V8 Linux/571\", @@@", |
| 1354 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1338 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 1355 "@@@STEP_LOG_LINE@json.output@ \"GCMole arm64/Ubuntu-12.04/[dummy has/V
8 Linux/571\": {@@@", | 1339 "@@@STEP_LOG_LINE@json.output@ \"GCMole arm64/Ubuntu-12.04/[dummy has/V
8 Linux/571\": {@@@", |
| 1356 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1340 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 1357 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1341 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 1358 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1342 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 1359 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1343 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1360 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1344 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1361 "@@@STEP_LOG_LINE@json.output@}@@@", | 1345 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1362 "@@@STEP_LOG_END@json.output@@@", | 1346 "@@@STEP_LOG_END@json.output@@@", |
| 1363 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1347 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1364 ] | 1348 ] |
| 1365 }, | 1349 }, |
| 1366 { | 1350 { |
| 1367 "cmd": [ | 1351 "cmd": [ |
| 1368 "python", | 1352 "python", |
| 1369 "-u", | 1353 "-u", |
| 1370 "[SLAVE_BUILD]/swarming.client/swarming.py", | 1354 "[CWD]/swarming.client/swarming.py", |
| 1371 "trigger", | 1355 "trigger", |
| 1372 "--swarming", | 1356 "--swarming", |
| 1373 "https://chromium-swarm.appspot.com", | 1357 "https://chromium-swarm.appspot.com", |
| 1374 "--isolate-server", | 1358 "--isolate-server", |
| 1375 "https://isolateserver.appspot.com", | 1359 "https://isolateserver.appspot.com", |
| 1376 "--priority", | 1360 "--priority", |
| 1377 "25", | 1361 "25", |
| 1378 "--shards", | 1362 "--shards", |
| 1379 "1", | 1363 "1", |
| 1380 "--task-name", | 1364 "--task-name", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1435 "--timeout=200", | 1419 "--timeout=200", |
| 1436 "--random-seed=-1877293606", | 1420 "--random-seed=-1877293606", |
| 1437 "bot_default", | 1421 "bot_default", |
| 1438 "--exhaustive-variants", | 1422 "--exhaustive-variants", |
| 1439 "--isolates", | 1423 "--isolates", |
| 1440 "--rerun-failures-count=2", | 1424 "--rerun-failures-count=2", |
| 1441 "--swarming", | 1425 "--swarming", |
| 1442 "--json-test-results", | 1426 "--json-test-results", |
| 1443 "${ISOLATED_OUTDIR}/output.json" | 1427 "${ISOLATED_OUTDIR}/output.json" |
| 1444 ], | 1428 ], |
| 1445 "cwd": "[SLAVE_BUILD]", | |
| 1446 "name": "[trigger] Check - isolates on Ubuntu-12.04", | 1429 "name": "[trigger] Check - isolates on Ubuntu-12.04", |
| 1447 "~followup_annotations": [ | 1430 "~followup_annotations": [ |
| 1448 "@@@STEP_LOG_LINE@json.output@{@@@", | 1431 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1449 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check - isolates/Ubu
ntu-12.04/[dummy has/V8 Linux/571\", @@@", | 1432 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check - isolates/Ubu
ntu-12.04/[dummy has/V8 Linux/571\", @@@", |
| 1450 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1433 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 1451 "@@@STEP_LOG_LINE@json.output@ \"Check - isolates/Ubuntu-12.04/[dummy h
as/V8 Linux/571\": {@@@", | 1434 "@@@STEP_LOG_LINE@json.output@ \"Check - isolates/Ubuntu-12.04/[dummy h
as/V8 Linux/571\": {@@@", |
| 1452 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1435 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 1453 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1436 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 1454 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1437 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 1455 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1438 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1456 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1439 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1457 "@@@STEP_LOG_LINE@json.output@}@@@", | 1440 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1458 "@@@STEP_LOG_END@json.output@@@", | 1441 "@@@STEP_LOG_END@json.output@@@", |
| 1459 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1442 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1460 ] | 1443 ] |
| 1461 }, | 1444 }, |
| 1462 { | 1445 { |
| 1463 "cmd": [ | 1446 "cmd": [ |
| 1464 "python", | 1447 "python", |
| 1465 "-u", | 1448 "-u", |
| 1466 "[SLAVE_BUILD]/swarming.client/swarming.py", | 1449 "[CWD]/swarming.client/swarming.py", |
| 1467 "trigger", | 1450 "trigger", |
| 1468 "--swarming", | 1451 "--swarming", |
| 1469 "https://chromium-swarm.appspot.com", | 1452 "https://chromium-swarm.appspot.com", |
| 1470 "--isolate-server", | 1453 "--isolate-server", |
| 1471 "https://isolateserver.appspot.com", | 1454 "https://isolateserver.appspot.com", |
| 1472 "--priority", | 1455 "--priority", |
| 1473 "25", | 1456 "25", |
| 1474 "--shards", | 1457 "--shards", |
| 1475 "1", | 1458 "1", |
| 1476 "--task-name", | 1459 "--task-name", |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1532 "--random-seed=-1877293606", | 1515 "--random-seed=-1877293606", |
| 1533 "bot_default", | 1516 "bot_default", |
| 1534 "--exhaustive-variants", | 1517 "--exhaustive-variants", |
| 1535 "--extra-flags", | 1518 "--extra-flags", |
| 1536 "--noenable-sse3 --noenable-avx", | 1519 "--noenable-sse3 --noenable-avx", |
| 1537 "--rerun-failures-count=2", | 1520 "--rerun-failures-count=2", |
| 1538 "--swarming", | 1521 "--swarming", |
| 1539 "--json-test-results", | 1522 "--json-test-results", |
| 1540 "${ISOLATED_OUTDIR}/output.json" | 1523 "${ISOLATED_OUTDIR}/output.json" |
| 1541 ], | 1524 ], |
| 1542 "cwd": "[SLAVE_BUILD]", | |
| 1543 "name": "[trigger] Check - nosse3 on Ubuntu-12.04", | 1525 "name": "[trigger] Check - nosse3 on Ubuntu-12.04", |
| 1544 "~followup_annotations": [ | 1526 "~followup_annotations": [ |
| 1545 "@@@STEP_LOG_LINE@json.output@{@@@", | 1527 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1546 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check - nosse3/Ubunt
u-12.04/[dummy has/V8 Linux/571\", @@@", | 1528 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check - nosse3/Ubunt
u-12.04/[dummy has/V8 Linux/571\", @@@", |
| 1547 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1529 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 1548 "@@@STEP_LOG_LINE@json.output@ \"Check - nosse3/Ubuntu-12.04/[dummy has
/V8 Linux/571\": {@@@", | 1530 "@@@STEP_LOG_LINE@json.output@ \"Check - nosse3/Ubuntu-12.04/[dummy has
/V8 Linux/571\": {@@@", |
| 1549 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1531 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 1550 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1532 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 1551 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1533 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 1552 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1534 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1553 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1535 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1554 "@@@STEP_LOG_LINE@json.output@}@@@", | 1536 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1555 "@@@STEP_LOG_END@json.output@@@", | 1537 "@@@STEP_LOG_END@json.output@@@", |
| 1556 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1538 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1557 ] | 1539 ] |
| 1558 }, | 1540 }, |
| 1559 { | 1541 { |
| 1560 "cmd": [ | 1542 "cmd": [ |
| 1561 "python", | 1543 "python", |
| 1562 "-u", | 1544 "-u", |
| 1563 "[SLAVE_BUILD]/swarming.client/swarming.py", | 1545 "[CWD]/swarming.client/swarming.py", |
| 1564 "trigger", | 1546 "trigger", |
| 1565 "--swarming", | 1547 "--swarming", |
| 1566 "https://chromium-swarm.appspot.com", | 1548 "https://chromium-swarm.appspot.com", |
| 1567 "--isolate-server", | 1549 "--isolate-server", |
| 1568 "https://isolateserver.appspot.com", | 1550 "https://isolateserver.appspot.com", |
| 1569 "--priority", | 1551 "--priority", |
| 1570 "25", | 1552 "25", |
| 1571 "--shards", | 1553 "--shards", |
| 1572 "1", | 1554 "1", |
| 1573 "--task-name", | 1555 "--task-name", |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1629 "--random-seed=-1877293606", | 1611 "--random-seed=-1877293606", |
| 1630 "mozilla", | 1612 "mozilla", |
| 1631 "--exhaustive-variants", | 1613 "--exhaustive-variants", |
| 1632 "--extra-flags", | 1614 "--extra-flags", |
| 1633 "--noenable-sse3 --noenable-avx", | 1615 "--noenable-sse3 --noenable-avx", |
| 1634 "--rerun-failures-count=2", | 1616 "--rerun-failures-count=2", |
| 1635 "--swarming", | 1617 "--swarming", |
| 1636 "--json-test-results", | 1618 "--json-test-results", |
| 1637 "${ISOLATED_OUTDIR}/output.json" | 1619 "${ISOLATED_OUTDIR}/output.json" |
| 1638 ], | 1620 ], |
| 1639 "cwd": "[SLAVE_BUILD]", | |
| 1640 "name": "[trigger] Mozilla - nosse3 on Ubuntu-12.04", | 1621 "name": "[trigger] Mozilla - nosse3 on Ubuntu-12.04", |
| 1641 "~followup_annotations": [ | 1622 "~followup_annotations": [ |
| 1642 "@@@STEP_LOG_LINE@json.output@{@@@", | 1623 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1643 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla - nosse3/Ubu
ntu-12.04/[dummy has/V8 Linux/571\", @@@", | 1624 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla - nosse3/Ubu
ntu-12.04/[dummy has/V8 Linux/571\", @@@", |
| 1644 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1625 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 1645 "@@@STEP_LOG_LINE@json.output@ \"Mozilla - nosse3/Ubuntu-12.04/[dummy h
as/V8 Linux/571\": {@@@", | 1626 "@@@STEP_LOG_LINE@json.output@ \"Mozilla - nosse3/Ubuntu-12.04/[dummy h
as/V8 Linux/571\": {@@@", |
| 1646 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1627 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 1647 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1628 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 1648 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1629 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 1649 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1630 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1650 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1631 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1651 "@@@STEP_LOG_LINE@json.output@}@@@", | 1632 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1652 "@@@STEP_LOG_END@json.output@@@", | 1633 "@@@STEP_LOG_END@json.output@@@", |
| 1653 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1634 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1654 ] | 1635 ] |
| 1655 }, | 1636 }, |
| 1656 { | 1637 { |
| 1657 "cmd": [ | 1638 "cmd": [ |
| 1658 "python", | 1639 "python", |
| 1659 "-u", | 1640 "-u", |
| 1660 "[SLAVE_BUILD]/swarming.client/swarming.py", | 1641 "[CWD]/swarming.client/swarming.py", |
| 1661 "trigger", | 1642 "trigger", |
| 1662 "--swarming", | 1643 "--swarming", |
| 1663 "https://chromium-swarm.appspot.com", | 1644 "https://chromium-swarm.appspot.com", |
| 1664 "--isolate-server", | 1645 "--isolate-server", |
| 1665 "https://isolateserver.appspot.com", | 1646 "https://isolateserver.appspot.com", |
| 1666 "--priority", | 1647 "--priority", |
| 1667 "25", | 1648 "25", |
| 1668 "--shards", | 1649 "--shards", |
| 1669 "1", | 1650 "1", |
| 1670 "--task-name", | 1651 "--task-name", |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1727 "simdjs", | 1708 "simdjs", |
| 1728 "--download-data", | 1709 "--download-data", |
| 1729 "--exhaustive-variants", | 1710 "--exhaustive-variants", |
| 1730 "--extra-flags", | 1711 "--extra-flags", |
| 1731 "--noenable-sse3 --noenable-avx", | 1712 "--noenable-sse3 --noenable-avx", |
| 1732 "--rerun-failures-count=2", | 1713 "--rerun-failures-count=2", |
| 1733 "--swarming", | 1714 "--swarming", |
| 1734 "--json-test-results", | 1715 "--json-test-results", |
| 1735 "${ISOLATED_OUTDIR}/output.json" | 1716 "${ISOLATED_OUTDIR}/output.json" |
| 1736 ], | 1717 ], |
| 1737 "cwd": "[SLAVE_BUILD]", | |
| 1738 "name": "[trigger] SimdJs - all - nosse3 on Ubuntu-12.04", | 1718 "name": "[trigger] SimdJs - all - nosse3 on Ubuntu-12.04", |
| 1739 "~followup_annotations": [ | 1719 "~followup_annotations": [ |
| 1740 "@@@STEP_LOG_LINE@json.output@{@@@", | 1720 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1741 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all - nosse
3/Ubuntu-12.04/[dummy has/V8 Linux/571\", @@@", | 1721 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all - nosse
3/Ubuntu-12.04/[dummy has/V8 Linux/571\", @@@", |
| 1742 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1722 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 1743 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all - nosse3/Ubuntu-12.04/[du
mmy has/V8 Linux/571\": {@@@", | 1723 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all - nosse3/Ubuntu-12.04/[du
mmy has/V8 Linux/571\": {@@@", |
| 1744 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1724 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 1745 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1725 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 1746 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1726 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 1747 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1727 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1748 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1728 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1749 "@@@STEP_LOG_LINE@json.output@}@@@", | 1729 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1750 "@@@STEP_LOG_END@json.output@@@", | 1730 "@@@STEP_LOG_END@json.output@@@", |
| 1751 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1731 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1752 ] | 1732 ] |
| 1753 }, | 1733 }, |
| 1754 { | 1734 { |
| 1755 "cmd": [ | 1735 "cmd": [ |
| 1756 "python", | 1736 "python", |
| 1757 "-u", | 1737 "-u", |
| 1758 "[SLAVE_BUILD]/swarming.client/swarming.py", | 1738 "[CWD]/swarming.client/swarming.py", |
| 1759 "trigger", | 1739 "trigger", |
| 1760 "--swarming", | 1740 "--swarming", |
| 1761 "https://chromium-swarm.appspot.com", | 1741 "https://chromium-swarm.appspot.com", |
| 1762 "--isolate-server", | 1742 "--isolate-server", |
| 1763 "https://isolateserver.appspot.com", | 1743 "https://isolateserver.appspot.com", |
| 1764 "--priority", | 1744 "--priority", |
| 1765 "25", | 1745 "25", |
| 1766 "--shards", | 1746 "--shards", |
| 1767 "1", | 1747 "1", |
| 1768 "--task-name", | 1748 "--task-name", |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1824 "--random-seed=-1877293606", | 1804 "--random-seed=-1877293606", |
| 1825 "bot_default", | 1805 "bot_default", |
| 1826 "--exhaustive-variants", | 1806 "--exhaustive-variants", |
| 1827 "--extra-flags", | 1807 "--extra-flags", |
| 1828 "--noenable-sse4-1 --noenable-avx", | 1808 "--noenable-sse4-1 --noenable-avx", |
| 1829 "--rerun-failures-count=2", | 1809 "--rerun-failures-count=2", |
| 1830 "--swarming", | 1810 "--swarming", |
| 1831 "--json-test-results", | 1811 "--json-test-results", |
| 1832 "${ISOLATED_OUTDIR}/output.json" | 1812 "${ISOLATED_OUTDIR}/output.json" |
| 1833 ], | 1813 ], |
| 1834 "cwd": "[SLAVE_BUILD]", | |
| 1835 "name": "[trigger] Check - nosse4 on Ubuntu-12.04", | 1814 "name": "[trigger] Check - nosse4 on Ubuntu-12.04", |
| 1836 "~followup_annotations": [ | 1815 "~followup_annotations": [ |
| 1837 "@@@STEP_LOG_LINE@json.output@{@@@", | 1816 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1838 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check - nosse4/Ubunt
u-12.04/[dummy has/V8 Linux/571\", @@@", | 1817 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check - nosse4/Ubunt
u-12.04/[dummy has/V8 Linux/571\", @@@", |
| 1839 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1818 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 1840 "@@@STEP_LOG_LINE@json.output@ \"Check - nosse4/Ubuntu-12.04/[dummy has
/V8 Linux/571\": {@@@", | 1819 "@@@STEP_LOG_LINE@json.output@ \"Check - nosse4/Ubuntu-12.04/[dummy has
/V8 Linux/571\": {@@@", |
| 1841 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1820 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 1842 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1821 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 1843 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1822 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 1844 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1823 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1845 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1824 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1846 "@@@STEP_LOG_LINE@json.output@}@@@", | 1825 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1847 "@@@STEP_LOG_END@json.output@@@", | 1826 "@@@STEP_LOG_END@json.output@@@", |
| 1848 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1827 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1849 ] | 1828 ] |
| 1850 }, | 1829 }, |
| 1851 { | 1830 { |
| 1852 "cmd": [ | 1831 "cmd": [ |
| 1853 "python", | 1832 "python", |
| 1854 "-u", | 1833 "-u", |
| 1855 "[SLAVE_BUILD]/swarming.client/swarming.py", | 1834 "[CWD]/swarming.client/swarming.py", |
| 1856 "trigger", | 1835 "trigger", |
| 1857 "--swarming", | 1836 "--swarming", |
| 1858 "https://chromium-swarm.appspot.com", | 1837 "https://chromium-swarm.appspot.com", |
| 1859 "--isolate-server", | 1838 "--isolate-server", |
| 1860 "https://isolateserver.appspot.com", | 1839 "https://isolateserver.appspot.com", |
| 1861 "--priority", | 1840 "--priority", |
| 1862 "25", | 1841 "25", |
| 1863 "--shards", | 1842 "--shards", |
| 1864 "1", | 1843 "1", |
| 1865 "--task-name", | 1844 "--task-name", |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1921 "--random-seed=-1877293606", | 1900 "--random-seed=-1877293606", |
| 1922 "mozilla", | 1901 "mozilla", |
| 1923 "--exhaustive-variants", | 1902 "--exhaustive-variants", |
| 1924 "--extra-flags", | 1903 "--extra-flags", |
| 1925 "--noenable-sse4-1 --noenable-avx", | 1904 "--noenable-sse4-1 --noenable-avx", |
| 1926 "--rerun-failures-count=2", | 1905 "--rerun-failures-count=2", |
| 1927 "--swarming", | 1906 "--swarming", |
| 1928 "--json-test-results", | 1907 "--json-test-results", |
| 1929 "${ISOLATED_OUTDIR}/output.json" | 1908 "${ISOLATED_OUTDIR}/output.json" |
| 1930 ], | 1909 ], |
| 1931 "cwd": "[SLAVE_BUILD]", | |
| 1932 "name": "[trigger] Mozilla - nosse4 on Ubuntu-12.04", | 1910 "name": "[trigger] Mozilla - nosse4 on Ubuntu-12.04", |
| 1933 "~followup_annotations": [ | 1911 "~followup_annotations": [ |
| 1934 "@@@STEP_LOG_LINE@json.output@{@@@", | 1912 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1935 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla - nosse4/Ubu
ntu-12.04/[dummy has/V8 Linux/571\", @@@", | 1913 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla - nosse4/Ubu
ntu-12.04/[dummy has/V8 Linux/571\", @@@", |
| 1936 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1914 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 1937 "@@@STEP_LOG_LINE@json.output@ \"Mozilla - nosse4/Ubuntu-12.04/[dummy h
as/V8 Linux/571\": {@@@", | 1915 "@@@STEP_LOG_LINE@json.output@ \"Mozilla - nosse4/Ubuntu-12.04/[dummy h
as/V8 Linux/571\": {@@@", |
| 1938 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1916 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 1939 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1917 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 1940 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1918 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 1941 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1919 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1942 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1920 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1943 "@@@STEP_LOG_LINE@json.output@}@@@", | 1921 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1944 "@@@STEP_LOG_END@json.output@@@", | 1922 "@@@STEP_LOG_END@json.output@@@", |
| 1945 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1923 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1946 ] | 1924 ] |
| 1947 }, | 1925 }, |
| 1948 { | 1926 { |
| 1949 "cmd": [ | 1927 "cmd": [ |
| 1950 "python", | 1928 "python", |
| 1951 "-u", | 1929 "-u", |
| 1952 "[SLAVE_BUILD]/swarming.client/swarming.py", | 1930 "[CWD]/swarming.client/swarming.py", |
| 1953 "trigger", | 1931 "trigger", |
| 1954 "--swarming", | 1932 "--swarming", |
| 1955 "https://chromium-swarm.appspot.com", | 1933 "https://chromium-swarm.appspot.com", |
| 1956 "--isolate-server", | 1934 "--isolate-server", |
| 1957 "https://isolateserver.appspot.com", | 1935 "https://isolateserver.appspot.com", |
| 1958 "--priority", | 1936 "--priority", |
| 1959 "25", | 1937 "25", |
| 1960 "--shards", | 1938 "--shards", |
| 1961 "1", | 1939 "1", |
| 1962 "--task-name", | 1940 "--task-name", |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2019 "simdjs", | 1997 "simdjs", |
| 2020 "--download-data", | 1998 "--download-data", |
| 2021 "--exhaustive-variants", | 1999 "--exhaustive-variants", |
| 2022 "--extra-flags", | 2000 "--extra-flags", |
| 2023 "--noenable-sse4-1 --noenable-avx", | 2001 "--noenable-sse4-1 --noenable-avx", |
| 2024 "--rerun-failures-count=2", | 2002 "--rerun-failures-count=2", |
| 2025 "--swarming", | 2003 "--swarming", |
| 2026 "--json-test-results", | 2004 "--json-test-results", |
| 2027 "${ISOLATED_OUTDIR}/output.json" | 2005 "${ISOLATED_OUTDIR}/output.json" |
| 2028 ], | 2006 ], |
| 2029 "cwd": "[SLAVE_BUILD]", | |
| 2030 "name": "[trigger] SimdJs - all - nosse4 on Ubuntu-12.04", | 2007 "name": "[trigger] SimdJs - all - nosse4 on Ubuntu-12.04", |
| 2031 "~followup_annotations": [ | 2008 "~followup_annotations": [ |
| 2032 "@@@STEP_LOG_LINE@json.output@{@@@", | 2009 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 2033 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all - nosse
4/Ubuntu-12.04/[dummy has/V8 Linux/571\", @@@", | 2010 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all - nosse
4/Ubuntu-12.04/[dummy has/V8 Linux/571\", @@@", |
| 2034 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 2011 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 2035 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all - nosse4/Ubuntu-12.04/[du
mmy has/V8 Linux/571\": {@@@", | 2012 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all - nosse4/Ubuntu-12.04/[du
mmy has/V8 Linux/571\": {@@@", |
| 2036 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 2013 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 2037 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 2014 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 2038 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 2015 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 2039 "@@@STEP_LOG_LINE@json.output@ }@@@", | 2016 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 2040 "@@@STEP_LOG_LINE@json.output@ }@@@", | 2017 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 2041 "@@@STEP_LOG_LINE@json.output@}@@@", | 2018 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2042 "@@@STEP_LOG_END@json.output@@@", | 2019 "@@@STEP_LOG_END@json.output@@@", |
| 2043 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 2020 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 2044 ] | 2021 ] |
| 2045 }, | 2022 }, |
| 2046 { | 2023 { |
| 2047 "cmd": [ | 2024 "cmd": [ |
| 2048 "python", | 2025 "python", |
| 2049 "-u", | 2026 "-u", |
| 2050 "[SLAVE_BUILD]/swarming.client/swarming.py", | 2027 "[CWD]/swarming.client/swarming.py", |
| 2051 "trigger", | 2028 "trigger", |
| 2052 "--swarming", | 2029 "--swarming", |
| 2053 "https://chromium-swarm.appspot.com", | 2030 "https://chromium-swarm.appspot.com", |
| 2054 "--isolate-server", | 2031 "--isolate-server", |
| 2055 "https://isolateserver.appspot.com", | 2032 "https://isolateserver.appspot.com", |
| 2056 "--priority", | 2033 "--priority", |
| 2057 "25", | 2034 "25", |
| 2058 "--shards", | 2035 "--shards", |
| 2059 "1", | 2036 "1", |
| 2060 "--task-name", | 2037 "--task-name", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2115 "--timeout=200", | 2092 "--timeout=200", |
| 2116 "--random-seed=-1877293606", | 2093 "--random-seed=-1877293606", |
| 2117 "bot_default", | 2094 "bot_default", |
| 2118 "--exhaustive-variants", | 2095 "--exhaustive-variants", |
| 2119 "--extra-flags=--dead-code-elimination", | 2096 "--extra-flags=--dead-code-elimination", |
| 2120 "--rerun-failures-count=2", | 2097 "--rerun-failures-count=2", |
| 2121 "--swarming", | 2098 "--swarming", |
| 2122 "--json-test-results", | 2099 "--json-test-results", |
| 2123 "${ISOLATED_OUTDIR}/output.json" | 2100 "${ISOLATED_OUTDIR}/output.json" |
| 2124 ], | 2101 ], |
| 2125 "cwd": "[SLAVE_BUILD]", | |
| 2126 "name": "[trigger] Check - deadcode on Ubuntu-12.04", | 2102 "name": "[trigger] Check - deadcode on Ubuntu-12.04", |
| 2127 "~followup_annotations": [ | 2103 "~followup_annotations": [ |
| 2128 "@@@STEP_LOG_LINE@json.output@{@@@", | 2104 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 2129 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check - deadcode/Ubu
ntu-12.04/[dummy has/V8 Linux/571\", @@@", | 2105 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check - deadcode/Ubu
ntu-12.04/[dummy has/V8 Linux/571\", @@@", |
| 2130 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 2106 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 2131 "@@@STEP_LOG_LINE@json.output@ \"Check - deadcode/Ubuntu-12.04/[dummy h
as/V8 Linux/571\": {@@@", | 2107 "@@@STEP_LOG_LINE@json.output@ \"Check - deadcode/Ubuntu-12.04/[dummy h
as/V8 Linux/571\": {@@@", |
| 2132 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 2108 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 2133 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 2109 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 2134 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 2110 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 2135 "@@@STEP_LOG_LINE@json.output@ }@@@", | 2111 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 2136 "@@@STEP_LOG_LINE@json.output@ }@@@", | 2112 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 2137 "@@@STEP_LOG_LINE@json.output@}@@@", | 2113 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2138 "@@@STEP_LOG_END@json.output@@@", | 2114 "@@@STEP_LOG_END@json.output@@@", |
| 2139 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 2115 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 2140 ] | 2116 ] |
| 2141 }, | 2117 }, |
| 2142 { | 2118 { |
| 2143 "cmd": [ | 2119 "cmd": [ |
| 2144 "python", | 2120 "python", |
| 2145 "-u", | 2121 "-u", |
| 2146 "[SLAVE_BUILD]/swarming.client/swarming.py", | 2122 "[CWD]/swarming.client/swarming.py", |
| 2147 "trigger", | 2123 "trigger", |
| 2148 "--swarming", | 2124 "--swarming", |
| 2149 "https://chromium-swarm.appspot.com", | 2125 "https://chromium-swarm.appspot.com", |
| 2150 "--isolate-server", | 2126 "--isolate-server", |
| 2151 "https://isolateserver.appspot.com", | 2127 "https://isolateserver.appspot.com", |
| 2152 "--priority", | 2128 "--priority", |
| 2153 "25", | 2129 "25", |
| 2154 "--shards", | 2130 "--shards", |
| 2155 "1", | 2131 "1", |
| 2156 "--task-name", | 2132 "--task-name", |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2212 "--random-seed=-1877293606", | 2188 "--random-seed=-1877293606", |
| 2213 "test262", | 2189 "test262", |
| 2214 "--download-data", | 2190 "--download-data", |
| 2215 "--variants=default", | 2191 "--variants=default", |
| 2216 "--extra-flags=--dead-code-elimination", | 2192 "--extra-flags=--dead-code-elimination", |
| 2217 "--rerun-failures-count=2", | 2193 "--rerun-failures-count=2", |
| 2218 "--swarming", | 2194 "--swarming", |
| 2219 "--json-test-results", | 2195 "--json-test-results", |
| 2220 "${ISOLATED_OUTDIR}/output.json" | 2196 "${ISOLATED_OUTDIR}/output.json" |
| 2221 ], | 2197 ], |
| 2222 "cwd": "[SLAVE_BUILD]", | |
| 2223 "name": "[trigger] Test262 - no variants - deadcode on Ubuntu-12.04", | 2198 "name": "[trigger] Test262 - no variants - deadcode on Ubuntu-12.04", |
| 2224 "~followup_annotations": [ | 2199 "~followup_annotations": [ |
| 2225 "@@@STEP_LOG_LINE@json.output@{@@@", | 2200 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 2226 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variant
s - deadcode/Ubuntu-12.04/[dummy has/V8 Linux/571\", @@@", | 2201 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variant
s - deadcode/Ubuntu-12.04/[dummy has/V8 Linux/571\", @@@", |
| 2227 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 2202 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 2228 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants - deadcode/Ubunt
u-12.04/[dummy has/V8 Linux/571\": {@@@", | 2203 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants - deadcode/Ubunt
u-12.04/[dummy has/V8 Linux/571\": {@@@", |
| 2229 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 2204 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 2230 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 2205 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 2231 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 2206 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 2232 "@@@STEP_LOG_LINE@json.output@ }@@@", | 2207 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 2233 "@@@STEP_LOG_LINE@json.output@ }@@@", | 2208 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 2234 "@@@STEP_LOG_LINE@json.output@}@@@", | 2209 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2235 "@@@STEP_LOG_END@json.output@@@", | 2210 "@@@STEP_LOG_END@json.output@@@", |
| 2236 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 2211 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 2237 ] | 2212 ] |
| 2238 }, | 2213 }, |
| 2239 { | 2214 { |
| 2240 "cmd": [ | 2215 "cmd": [ |
| 2241 "python", | 2216 "python", |
| 2242 "-u", | 2217 "-u", |
| 2243 "[SLAVE_BUILD]/swarming.client/swarming.py", | 2218 "[CWD]/swarming.client/swarming.py", |
| 2244 "trigger", | 2219 "trigger", |
| 2245 "--swarming", | 2220 "--swarming", |
| 2246 "https://chromium-swarm.appspot.com", | 2221 "https://chromium-swarm.appspot.com", |
| 2247 "--isolate-server", | 2222 "--isolate-server", |
| 2248 "https://isolateserver.appspot.com", | 2223 "https://isolateserver.appspot.com", |
| 2249 "--priority", | 2224 "--priority", |
| 2250 "25", | 2225 "25", |
| 2251 "--shards", | 2226 "--shards", |
| 2252 "1", | 2227 "1", |
| 2253 "--task-name", | 2228 "--task-name", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2308 "--timeout=200", | 2283 "--timeout=200", |
| 2309 "--random-seed=-1877293606", | 2284 "--random-seed=-1877293606", |
| 2310 "mozilla", | 2285 "mozilla", |
| 2311 "--exhaustive-variants", | 2286 "--exhaustive-variants", |
| 2312 "--extra-flags=--dead-code-elimination", | 2287 "--extra-flags=--dead-code-elimination", |
| 2313 "--rerun-failures-count=2", | 2288 "--rerun-failures-count=2", |
| 2314 "--swarming", | 2289 "--swarming", |
| 2315 "--json-test-results", | 2290 "--json-test-results", |
| 2316 "${ISOLATED_OUTDIR}/output.json" | 2291 "${ISOLATED_OUTDIR}/output.json" |
| 2317 ], | 2292 ], |
| 2318 "cwd": "[SLAVE_BUILD]", | |
| 2319 "name": "[trigger] Mozilla - deadcode on Ubuntu-12.04", | 2293 "name": "[trigger] Mozilla - deadcode on Ubuntu-12.04", |
| 2320 "~followup_annotations": [ | 2294 "~followup_annotations": [ |
| 2321 "@@@STEP_LOG_LINE@json.output@{@@@", | 2295 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 2322 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla - deadcode/U
buntu-12.04/[dummy has/V8 Linux/571\", @@@", | 2296 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla - deadcode/U
buntu-12.04/[dummy has/V8 Linux/571\", @@@", |
| 2323 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 2297 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 2324 "@@@STEP_LOG_LINE@json.output@ \"Mozilla - deadcode/Ubuntu-12.04/[dummy
has/V8 Linux/571\": {@@@", | 2298 "@@@STEP_LOG_LINE@json.output@ \"Mozilla - deadcode/Ubuntu-12.04/[dummy
has/V8 Linux/571\": {@@@", |
| 2325 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 2299 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 2326 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 2300 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 2327 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 2301 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 2328 "@@@STEP_LOG_LINE@json.output@ }@@@", | 2302 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 2329 "@@@STEP_LOG_LINE@json.output@ }@@@", | 2303 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 2330 "@@@STEP_LOG_LINE@json.output@}@@@", | 2304 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2331 "@@@STEP_LOG_END@json.output@@@", | 2305 "@@@STEP_LOG_END@json.output@@@", |
| 2332 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 2306 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 2333 ] | 2307 ] |
| 2334 }, | 2308 }, |
| 2335 { | 2309 { |
| 2336 "cmd": [ | 2310 "cmd": [ |
| 2337 "python", | 2311 "python", |
| 2338 "-u", | 2312 "-u", |
| 2339 "[SLAVE_BUILD]/swarming.client/swarming.py", | 2313 "[CWD]/swarming.client/swarming.py", |
| 2340 "trigger", | 2314 "trigger", |
| 2341 "--swarming", | 2315 "--swarming", |
| 2342 "https://chromium-swarm.appspot.com", | 2316 "https://chromium-swarm.appspot.com", |
| 2343 "--isolate-server", | 2317 "--isolate-server", |
| 2344 "https://isolateserver.appspot.com", | 2318 "https://isolateserver.appspot.com", |
| 2345 "--priority", | 2319 "--priority", |
| 2346 "25", | 2320 "25", |
| 2347 "--shards", | 2321 "--shards", |
| 2348 "1", | 2322 "1", |
| 2349 "--task-name", | 2323 "--task-name", |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2405 "--random-seed=-1877293606", | 2379 "--random-seed=-1877293606", |
| 2406 "simdjs", | 2380 "simdjs", |
| 2407 "--download-data", | 2381 "--download-data", |
| 2408 "--exhaustive-variants", | 2382 "--exhaustive-variants", |
| 2409 "--extra-flags=--dead-code-elimination", | 2383 "--extra-flags=--dead-code-elimination", |
| 2410 "--rerun-failures-count=2", | 2384 "--rerun-failures-count=2", |
| 2411 "--swarming", | 2385 "--swarming", |
| 2412 "--json-test-results", | 2386 "--json-test-results", |
| 2413 "${ISOLATED_OUTDIR}/output.json" | 2387 "${ISOLATED_OUTDIR}/output.json" |
| 2414 ], | 2388 ], |
| 2415 "cwd": "[SLAVE_BUILD]", | |
| 2416 "name": "[trigger] SimdJs - all - deadcode on Ubuntu-12.04", | 2389 "name": "[trigger] SimdJs - all - deadcode on Ubuntu-12.04", |
| 2417 "~followup_annotations": [ | 2390 "~followup_annotations": [ |
| 2418 "@@@STEP_LOG_LINE@json.output@{@@@", | 2391 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 2419 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all - deadc
ode/Ubuntu-12.04/[dummy has/V8 Linux/571\", @@@", | 2392 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all - deadc
ode/Ubuntu-12.04/[dummy has/V8 Linux/571\", @@@", |
| 2420 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 2393 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 2421 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all - deadcode/Ubuntu-12.04/[
dummy has/V8 Linux/571\": {@@@", | 2394 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all - deadcode/Ubuntu-12.04/[
dummy has/V8 Linux/571\": {@@@", |
| 2422 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 2395 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 2423 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 2396 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 2424 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 2397 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 2425 "@@@STEP_LOG_LINE@json.output@ }@@@", | 2398 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 2426 "@@@STEP_LOG_LINE@json.output@ }@@@", | 2399 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 2427 "@@@STEP_LOG_LINE@json.output@}@@@", | 2400 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2428 "@@@STEP_LOG_END@json.output@@@", | 2401 "@@@STEP_LOG_END@json.output@@@", |
| 2429 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 2402 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 2430 ] | 2403 ] |
| 2431 }, | 2404 }, |
| 2432 { | 2405 { |
| 2433 "cmd": [ | 2406 "cmd": [ |
| 2434 "python", | 2407 "python", |
| 2435 "-u", | 2408 "-u", |
| 2436 "[SLAVE_BUILD]/swarming.client/swarming.py", | 2409 "[CWD]/swarming.client/swarming.py", |
| 2437 "collect", | 2410 "collect", |
| 2438 "--swarming", | 2411 "--swarming", |
| 2439 "https://chromium-swarm.appspot.com", | 2412 "https://chromium-swarm.appspot.com", |
| 2440 "--decorate", | 2413 "--decorate", |
| 2441 "--print-status-updates", | 2414 "--print-status-updates", |
| 2442 "--shards", | 2415 "--shards", |
| 2443 "1", | 2416 "1", |
| 2444 "Static-Initializers/Ubuntu-12.04/[dummy has/V8 Linux/571", | 2417 "Static-Initializers/Ubuntu-12.04/[dummy has/V8 Linux/571", |
| 2445 "--task-summary-json", | 2418 "--task-summary-json", |
| 2446 "/path/to/tmp/json" | 2419 "/path/to/tmp/json" |
| 2447 ], | 2420 ], |
| 2448 "cwd": "[SLAVE_BUILD]", | |
| 2449 "name": "Static-Initializers on Ubuntu-12.04", | 2421 "name": "Static-Initializers on Ubuntu-12.04", |
| 2450 "~followup_annotations": [ | 2422 "~followup_annotations": [ |
| 2451 "@@@STEP_TEXT@swarming pending 71s@@@", | 2423 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 2452 "@@@STEP_LOG_LINE@json.output@{@@@", | 2424 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 2453 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 2425 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 2454 "@@@STEP_LOG_LINE@json.output@ {@@@", | 2426 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 2455 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 2427 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 2456 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 2428 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 2457 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 2429 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 2458 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 2430 "@@@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... |
| 2490 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2462 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2491 ] | 2463 ] |
| 2492 }, | 2464 }, |
| 2493 { | 2465 { |
| 2494 "allow_subannotations": true, | 2466 "allow_subannotations": true, |
| 2495 "cmd": [ | 2467 "cmd": [ |
| 2496 "python", | 2468 "python", |
| 2497 "-u", | 2469 "-u", |
| 2498 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 2470 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 2499 "--swarming-client-dir", | 2471 "--swarming-client-dir", |
| 2500 "[SLAVE_BUILD]/swarming.client", | 2472 "[CWD]/swarming.client", |
| 2501 "--temp-root-dir", | 2473 "--temp-root-dir", |
| 2502 "[TMP_BASE]", | 2474 "[TMP]", |
| 2503 "--merged-test-output", | 2475 "--merged-test-output", |
| 2504 "/path/to/tmp/json", | 2476 "/path/to/tmp/json", |
| 2505 "--", | 2477 "--", |
| 2506 "collect", | 2478 "collect", |
| 2507 "--swarming", | 2479 "--swarming", |
| 2508 "https://chromium-swarm.appspot.com", | 2480 "https://chromium-swarm.appspot.com", |
| 2509 "--decorate", | 2481 "--decorate", |
| 2510 "--print-status-updates", | 2482 "--print-status-updates", |
| 2511 "--shards", | 2483 "--shards", |
| 2512 "1", | 2484 "1", |
| 2513 "Check/Ubuntu-12.04/[dummy has/V8 Linux/571" | 2485 "Check/Ubuntu-12.04/[dummy has/V8 Linux/571" |
| 2514 ], | 2486 ], |
| 2515 "cwd": "[SLAVE_BUILD]", | |
| 2516 "name": "Check", | 2487 "name": "Check", |
| 2517 "~followup_annotations": [ | 2488 "~followup_annotations": [ |
| 2518 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 2489 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 2519 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 2490 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 2520 "@@@STEP_LOG_LINE@durations@@@@", | 2491 "@@@STEP_LOG_LINE@durations@@@@", |
| 2521 "@@@STEP_LOG_LINE@durations@Details:@@@", | 2492 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 2522 "@@@STEP_LOG_LINE@durations@@@@", | 2493 "@@@STEP_LOG_LINE@durations@@@@", |
| 2523 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 2494 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 2524 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 2495 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 2525 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 2496 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 2526 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 2497 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 2527 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 2498 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 2528 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 2499 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 2529 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 2500 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 2530 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 2501 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 2531 "@@@STEP_LOG_END@durations@@@" | 2502 "@@@STEP_LOG_END@durations@@@" |
| 2532 ] | 2503 ] |
| 2533 }, | 2504 }, |
| 2534 { | 2505 { |
| 2535 "allow_subannotations": true, | 2506 "allow_subannotations": true, |
| 2536 "cmd": [ | 2507 "cmd": [ |
| 2537 "python", | 2508 "python", |
| 2538 "-u", | 2509 "-u", |
| 2539 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 2510 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 2540 "--swarming-client-dir", | 2511 "--swarming-client-dir", |
| 2541 "[SLAVE_BUILD]/swarming.client", | 2512 "[CWD]/swarming.client", |
| 2542 "--temp-root-dir", | 2513 "--temp-root-dir", |
| 2543 "[TMP_BASE]", | 2514 "[TMP]", |
| 2544 "--merged-test-output", | 2515 "--merged-test-output", |
| 2545 "/path/to/tmp/json", | 2516 "/path/to/tmp/json", |
| 2546 "--", | 2517 "--", |
| 2547 "collect", | 2518 "collect", |
| 2548 "--swarming", | 2519 "--swarming", |
| 2549 "https://chromium-swarm.appspot.com", | 2520 "https://chromium-swarm.appspot.com", |
| 2550 "--decorate", | 2521 "--decorate", |
| 2551 "--print-status-updates", | 2522 "--print-status-updates", |
| 2552 "--shards", | 2523 "--shards", |
| 2553 "1", | 2524 "1", |
| 2554 "OptimizeForSize/Ubuntu-12.04/[dummy has/V8 Linux/571" | 2525 "OptimizeForSize/Ubuntu-12.04/[dummy has/V8 Linux/571" |
| 2555 ], | 2526 ], |
| 2556 "cwd": "[SLAVE_BUILD]", | |
| 2557 "name": "OptimizeForSize", | 2527 "name": "OptimizeForSize", |
| 2558 "~followup_annotations": [ | 2528 "~followup_annotations": [ |
| 2559 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 2529 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 2560 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 2530 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 2561 "@@@STEP_LOG_LINE@durations@@@@", | 2531 "@@@STEP_LOG_LINE@durations@@@@", |
| 2562 "@@@STEP_LOG_LINE@durations@Details:@@@", | 2532 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 2563 "@@@STEP_LOG_LINE@durations@@@@", | 2533 "@@@STEP_LOG_LINE@durations@@@@", |
| 2564 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 2534 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 2565 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 2535 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 2566 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 2536 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 2567 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 2537 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 2568 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 2538 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 2569 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 2539 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 2570 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 2540 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 2571 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 2541 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 2572 "@@@STEP_LOG_END@durations@@@" | 2542 "@@@STEP_LOG_END@durations@@@" |
| 2573 ] | 2543 ] |
| 2574 }, | 2544 }, |
| 2575 { | 2545 { |
| 2576 "allow_subannotations": true, | 2546 "allow_subannotations": true, |
| 2577 "cmd": [ | 2547 "cmd": [ |
| 2578 "python", | 2548 "python", |
| 2579 "-u", | 2549 "-u", |
| 2580 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 2550 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 2581 "--swarming-client-dir", | 2551 "--swarming-client-dir", |
| 2582 "[SLAVE_BUILD]/swarming.client", | 2552 "[CWD]/swarming.client", |
| 2583 "--temp-root-dir", | 2553 "--temp-root-dir", |
| 2584 "[TMP_BASE]", | 2554 "[TMP]", |
| 2585 "--merged-test-output", | 2555 "--merged-test-output", |
| 2586 "/path/to/tmp/json", | 2556 "/path/to/tmp/json", |
| 2587 "--", | 2557 "--", |
| 2588 "collect", | 2558 "collect", |
| 2589 "--swarming", | 2559 "--swarming", |
| 2590 "https://chromium-swarm.appspot.com", | 2560 "https://chromium-swarm.appspot.com", |
| 2591 "--decorate", | 2561 "--decorate", |
| 2592 "--print-status-updates", | 2562 "--print-status-updates", |
| 2593 "--shards", | 2563 "--shards", |
| 2594 "1", | 2564 "1", |
| 2595 "Benchmarks/Ubuntu-12.04/[dummy has/V8 Linux/571" | 2565 "Benchmarks/Ubuntu-12.04/[dummy has/V8 Linux/571" |
| 2596 ], | 2566 ], |
| 2597 "cwd": "[SLAVE_BUILD]", | |
| 2598 "name": "Benchmarks", | 2567 "name": "Benchmarks", |
| 2599 "~followup_annotations": [ | 2568 "~followup_annotations": [ |
| 2600 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 2569 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 2601 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 2570 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 2602 "@@@STEP_LOG_LINE@durations@@@@", | 2571 "@@@STEP_LOG_LINE@durations@@@@", |
| 2603 "@@@STEP_LOG_LINE@durations@Details:@@@", | 2572 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 2604 "@@@STEP_LOG_LINE@durations@@@@", | 2573 "@@@STEP_LOG_LINE@durations@@@@", |
| 2605 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 2574 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 2606 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 2575 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 2607 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 2576 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 2608 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 2577 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 2609 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 2578 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 2610 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 2579 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 2611 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 2580 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 2612 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 2581 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 2613 "@@@STEP_LOG_END@durations@@@" | 2582 "@@@STEP_LOG_END@durations@@@" |
| 2614 ] | 2583 ] |
| 2615 }, | 2584 }, |
| 2616 { | 2585 { |
| 2617 "allow_subannotations": true, | 2586 "allow_subannotations": true, |
| 2618 "cmd": [ | 2587 "cmd": [ |
| 2619 "python", | 2588 "python", |
| 2620 "-u", | 2589 "-u", |
| 2621 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 2590 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 2622 "--swarming-client-dir", | 2591 "--swarming-client-dir", |
| 2623 "[SLAVE_BUILD]/swarming.client", | 2592 "[CWD]/swarming.client", |
| 2624 "--temp-root-dir", | 2593 "--temp-root-dir", |
| 2625 "[TMP_BASE]", | 2594 "[TMP]", |
| 2626 "--merged-test-output", | 2595 "--merged-test-output", |
| 2627 "/path/to/tmp/json", | 2596 "/path/to/tmp/json", |
| 2628 "--", | 2597 "--", |
| 2629 "collect", | 2598 "collect", |
| 2630 "--swarming", | 2599 "--swarming", |
| 2631 "https://chromium-swarm.appspot.com", | 2600 "https://chromium-swarm.appspot.com", |
| 2632 "--decorate", | 2601 "--decorate", |
| 2633 "--print-status-updates", | 2602 "--print-status-updates", |
| 2634 "--shards", | 2603 "--shards", |
| 2635 "1", | 2604 "1", |
| 2636 "SimdJs - all/Ubuntu-12.04/[dummy has/V8 Linux/571" | 2605 "SimdJs - all/Ubuntu-12.04/[dummy has/V8 Linux/571" |
| 2637 ], | 2606 ], |
| 2638 "cwd": "[SLAVE_BUILD]", | |
| 2639 "name": "SimdJs - all", | 2607 "name": "SimdJs - all", |
| 2640 "~followup_annotations": [ | 2608 "~followup_annotations": [ |
| 2641 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 2609 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 2642 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 2610 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 2643 "@@@STEP_LOG_LINE@durations@@@@", | 2611 "@@@STEP_LOG_LINE@durations@@@@", |
| 2644 "@@@STEP_LOG_LINE@durations@Details:@@@", | 2612 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 2645 "@@@STEP_LOG_LINE@durations@@@@", | 2613 "@@@STEP_LOG_LINE@durations@@@@", |
| 2646 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 2614 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 2647 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 2615 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 2648 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 2616 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 2649 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 2617 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 2650 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 2618 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 2651 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 2619 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 2652 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 2620 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 2653 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 2621 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 2654 "@@@STEP_LOG_END@durations@@@" | 2622 "@@@STEP_LOG_END@durations@@@" |
| 2655 ] | 2623 ] |
| 2656 }, | 2624 }, |
| 2657 { | 2625 { |
| 2658 "allow_subannotations": true, | 2626 "allow_subannotations": true, |
| 2659 "cmd": [ | 2627 "cmd": [ |
| 2660 "python", | 2628 "python", |
| 2661 "-u", | 2629 "-u", |
| 2662 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 2630 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 2663 "--swarming-client-dir", | 2631 "--swarming-client-dir", |
| 2664 "[SLAVE_BUILD]/swarming.client", | 2632 "[CWD]/swarming.client", |
| 2665 "--temp-root-dir", | 2633 "--temp-root-dir", |
| 2666 "[TMP_BASE]", | 2634 "[TMP]", |
| 2667 "--merged-test-output", | 2635 "--merged-test-output", |
| 2668 "/path/to/tmp/json", | 2636 "/path/to/tmp/json", |
| 2669 "--", | 2637 "--", |
| 2670 "collect", | 2638 "collect", |
| 2671 "--swarming", | 2639 "--swarming", |
| 2672 "https://chromium-swarm.appspot.com", | 2640 "https://chromium-swarm.appspot.com", |
| 2673 "--decorate", | 2641 "--decorate", |
| 2674 "--print-status-updates", | 2642 "--print-status-updates", |
| 2675 "--shards", | 2643 "--shards", |
| 2676 "2", | 2644 "2", |
| 2677 "Test262/Ubuntu-12.04/[dummy has/V8 Linux/571" | 2645 "Test262/Ubuntu-12.04/[dummy has/V8 Linux/571" |
| 2678 ], | 2646 ], |
| 2679 "cwd": "[SLAVE_BUILD]", | |
| 2680 "name": "Test262", | 2647 "name": "Test262", |
| 2681 "~followup_annotations": [ | 2648 "~followup_annotations": [ |
| 2682 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 2649 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 2683 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 2650 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 2684 "@@@STEP_LOG_LINE@durations@@@@", | 2651 "@@@STEP_LOG_LINE@durations@@@@", |
| 2685 "@@@STEP_LOG_LINE@durations@Details:@@@", | 2652 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 2686 "@@@STEP_LOG_LINE@durations@@@@", | 2653 "@@@STEP_LOG_LINE@durations@@@@", |
| 2687 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 2654 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 2688 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 2655 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 2689 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 2656 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 2690 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 2657 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 2691 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 2658 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 2692 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 2659 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 2693 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 2660 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 2694 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 2661 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 2695 "@@@STEP_LOG_END@durations@@@" | 2662 "@@@STEP_LOG_END@durations@@@" |
| 2696 ] | 2663 ] |
| 2697 }, | 2664 }, |
| 2698 { | 2665 { |
| 2699 "allow_subannotations": true, | 2666 "allow_subannotations": true, |
| 2700 "cmd": [ | 2667 "cmd": [ |
| 2701 "python", | 2668 "python", |
| 2702 "-u", | 2669 "-u", |
| 2703 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 2670 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 2704 "--swarming-client-dir", | 2671 "--swarming-client-dir", |
| 2705 "[SLAVE_BUILD]/swarming.client", | 2672 "[CWD]/swarming.client", |
| 2706 "--temp-root-dir", | 2673 "--temp-root-dir", |
| 2707 "[TMP_BASE]", | 2674 "[TMP]", |
| 2708 "--merged-test-output", | 2675 "--merged-test-output", |
| 2709 "/path/to/tmp/json", | 2676 "/path/to/tmp/json", |
| 2710 "--", | 2677 "--", |
| 2711 "collect", | 2678 "collect", |
| 2712 "--swarming", | 2679 "--swarming", |
| 2713 "https://chromium-swarm.appspot.com", | 2680 "https://chromium-swarm.appspot.com", |
| 2714 "--decorate", | 2681 "--decorate", |
| 2715 "--print-status-updates", | 2682 "--print-status-updates", |
| 2716 "--shards", | 2683 "--shards", |
| 2717 "1", | 2684 "1", |
| 2718 "Mozilla/Ubuntu-12.04/[dummy has/V8 Linux/571" | 2685 "Mozilla/Ubuntu-12.04/[dummy has/V8 Linux/571" |
| 2719 ], | 2686 ], |
| 2720 "cwd": "[SLAVE_BUILD]", | |
| 2721 "name": "Mozilla", | 2687 "name": "Mozilla", |
| 2722 "~followup_annotations": [ | 2688 "~followup_annotations": [ |
| 2723 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 2689 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 2724 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 2690 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 2725 "@@@STEP_LOG_LINE@durations@@@@", | 2691 "@@@STEP_LOG_LINE@durations@@@@", |
| 2726 "@@@STEP_LOG_LINE@durations@Details:@@@", | 2692 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 2727 "@@@STEP_LOG_LINE@durations@@@@", | 2693 "@@@STEP_LOG_LINE@durations@@@@", |
| 2728 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 2694 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 2729 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 2695 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 2730 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 2696 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 2731 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 2697 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 2732 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 2698 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 2733 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 2699 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 2734 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 2700 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 2735 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 2701 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 2736 "@@@STEP_LOG_END@durations@@@" | 2702 "@@@STEP_LOG_END@durations@@@" |
| 2737 ] | 2703 ] |
| 2738 }, | 2704 }, |
| 2739 { | 2705 { |
| 2740 "allow_subannotations": true, | 2706 "allow_subannotations": true, |
| 2741 "cmd": [ | 2707 "cmd": [ |
| 2742 "python", | 2708 "python", |
| 2743 "-u", | 2709 "-u", |
| 2744 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 2710 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 2745 "--swarming-client-dir", | 2711 "--swarming-client-dir", |
| 2746 "[SLAVE_BUILD]/swarming.client", | 2712 "[CWD]/swarming.client", |
| 2747 "--temp-root-dir", | 2713 "--temp-root-dir", |
| 2748 "[TMP_BASE]", | 2714 "[TMP]", |
| 2749 "--merged-test-output", | 2715 "--merged-test-output", |
| 2750 "/path/to/tmp/json", | 2716 "/path/to/tmp/json", |
| 2751 "--", | 2717 "--", |
| 2752 "collect", | 2718 "collect", |
| 2753 "--swarming", | 2719 "--swarming", |
| 2754 "https://chromium-swarm.appspot.com", | 2720 "https://chromium-swarm.appspot.com", |
| 2755 "--decorate", | 2721 "--decorate", |
| 2756 "--print-status-updates", | 2722 "--print-status-updates", |
| 2757 "--shards", | 2723 "--shards", |
| 2758 "1", | 2724 "1", |
| 2759 "Ignition/Ubuntu-12.04/[dummy has/V8 Linux/571" | 2725 "Ignition/Ubuntu-12.04/[dummy has/V8 Linux/571" |
| 2760 ], | 2726 ], |
| 2761 "cwd": "[SLAVE_BUILD]", | |
| 2762 "name": "Ignition", | 2727 "name": "Ignition", |
| 2763 "~followup_annotations": [ | 2728 "~followup_annotations": [ |
| 2764 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 2729 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 2765 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 2730 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 2766 "@@@STEP_LOG_LINE@durations@@@@", | 2731 "@@@STEP_LOG_LINE@durations@@@@", |
| 2767 "@@@STEP_LOG_LINE@durations@Details:@@@", | 2732 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 2768 "@@@STEP_LOG_LINE@durations@@@@", | 2733 "@@@STEP_LOG_LINE@durations@@@@", |
| 2769 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 2734 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 2770 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 2735 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 2771 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 2736 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 2772 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 2737 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 2773 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 2738 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 2774 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 2739 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 2775 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 2740 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 2776 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 2741 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 2777 "@@@STEP_LOG_END@durations@@@" | 2742 "@@@STEP_LOG_END@durations@@@" |
| 2778 ] | 2743 ] |
| 2779 }, | 2744 }, |
| 2780 { | 2745 { |
| 2781 "allow_subannotations": true, | 2746 "allow_subannotations": true, |
| 2782 "cmd": [ | 2747 "cmd": [ |
| 2783 "python", | 2748 "python", |
| 2784 "-u", | 2749 "-u", |
| 2785 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 2750 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 2786 "--swarming-client-dir", | 2751 "--swarming-client-dir", |
| 2787 "[SLAVE_BUILD]/swarming.client", | 2752 "[CWD]/swarming.client", |
| 2788 "--temp-root-dir", | 2753 "--temp-root-dir", |
| 2789 "[TMP_BASE]", | 2754 "[TMP]", |
| 2790 "--merged-test-output", | 2755 "--merged-test-output", |
| 2791 "/path/to/tmp/json", | 2756 "/path/to/tmp/json", |
| 2792 "--", | 2757 "--", |
| 2793 "collect", | 2758 "collect", |
| 2794 "--swarming", | 2759 "--swarming", |
| 2795 "https://chromium-swarm.appspot.com", | 2760 "https://chromium-swarm.appspot.com", |
| 2796 "--decorate", | 2761 "--decorate", |
| 2797 "--print-status-updates", | 2762 "--print-status-updates", |
| 2798 "--shards", | 2763 "--shards", |
| 2799 "1", | 2764 "1", |
| 2800 "Mjsunit - sp frame access/Ubuntu-12.04/[dummy has/V8 Linux/571" | 2765 "Mjsunit - sp frame access/Ubuntu-12.04/[dummy has/V8 Linux/571" |
| 2801 ], | 2766 ], |
| 2802 "cwd": "[SLAVE_BUILD]", | |
| 2803 "name": "Mjsunit - sp frame access", | 2767 "name": "Mjsunit - sp frame access", |
| 2804 "~followup_annotations": [ | 2768 "~followup_annotations": [ |
| 2805 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 2769 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 2806 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 2770 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 2807 "@@@STEP_LOG_LINE@durations@@@@", | 2771 "@@@STEP_LOG_LINE@durations@@@@", |
| 2808 "@@@STEP_LOG_LINE@durations@Details:@@@", | 2772 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 2809 "@@@STEP_LOG_LINE@durations@@@@", | 2773 "@@@STEP_LOG_LINE@durations@@@@", |
| 2810 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 2774 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 2811 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 2775 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 2812 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 2776 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 2813 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 2777 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 2814 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 2778 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 2815 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 2779 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 2816 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 2780 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 2817 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 2781 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 2818 "@@@STEP_LOG_END@durations@@@" | 2782 "@@@STEP_LOG_END@durations@@@" |
| 2819 ] | 2783 ] |
| 2820 }, | 2784 }, |
| 2821 { | 2785 { |
| 2822 "allow_subannotations": true, | 2786 "allow_subannotations": true, |
| 2823 "cmd": [ | 2787 "cmd": [ |
| 2824 "python", | 2788 "python", |
| 2825 "-u", | 2789 "-u", |
| 2826 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 2790 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 2827 "--swarming-client-dir", | 2791 "--swarming-client-dir", |
| 2828 "[SLAVE_BUILD]/swarming.client", | 2792 "[CWD]/swarming.client", |
| 2829 "--temp-root-dir", | 2793 "--temp-root-dir", |
| 2830 "[TMP_BASE]", | 2794 "[TMP]", |
| 2831 "--merged-test-output", | 2795 "--merged-test-output", |
| 2832 "/path/to/tmp/json", | 2796 "/path/to/tmp/json", |
| 2833 "--", | 2797 "--", |
| 2834 "collect", | 2798 "collect", |
| 2835 "--swarming", | 2799 "--swarming", |
| 2836 "https://chromium-swarm.appspot.com", | 2800 "https://chromium-swarm.appspot.com", |
| 2837 "--decorate", | 2801 "--decorate", |
| 2838 "--print-status-updates", | 2802 "--print-status-updates", |
| 2839 "--shards", | 2803 "--shards", |
| 2840 "1", | 2804 "1", |
| 2841 "Test262 - ignition/Ubuntu-12.04/[dummy has/V8 Linux/571" | 2805 "Test262 - ignition/Ubuntu-12.04/[dummy has/V8 Linux/571" |
| 2842 ], | 2806 ], |
| 2843 "cwd": "[SLAVE_BUILD]", | |
| 2844 "name": "Test262 - ignition", | 2807 "name": "Test262 - ignition", |
| 2845 "~followup_annotations": [ | 2808 "~followup_annotations": [ |
| 2846 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 2809 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 2847 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 2810 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 2848 "@@@STEP_LOG_LINE@durations@@@@", | 2811 "@@@STEP_LOG_LINE@durations@@@@", |
| 2849 "@@@STEP_LOG_LINE@durations@Details:@@@", | 2812 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 2850 "@@@STEP_LOG_LINE@durations@@@@", | 2813 "@@@STEP_LOG_LINE@durations@@@@", |
| 2851 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 2814 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 2852 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 2815 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 2853 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 2816 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 2854 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 2817 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 2855 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 2818 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 2856 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 2819 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 2857 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 2820 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 2858 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 2821 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 2859 "@@@STEP_LOG_END@durations@@@" | 2822 "@@@STEP_LOG_END@durations@@@" |
| 2860 ] | 2823 ] |
| 2861 }, | 2824 }, |
| 2862 { | 2825 { |
| 2863 "cmd": [ | 2826 "cmd": [ |
| 2864 "python", | 2827 "python", |
| 2865 "-u", | 2828 "-u", |
| 2866 "[SLAVE_BUILD]/swarming.client/swarming.py", | 2829 "[CWD]/swarming.client/swarming.py", |
| 2867 "collect", | 2830 "collect", |
| 2868 "--swarming", | 2831 "--swarming", |
| 2869 "https://chromium-swarm.appspot.com", | 2832 "https://chromium-swarm.appspot.com", |
| 2870 "--decorate", | 2833 "--decorate", |
| 2871 "--print-status-updates", | 2834 "--print-status-updates", |
| 2872 "--shards", | 2835 "--shards", |
| 2873 "1", | 2836 "1", |
| 2874 "GCMole ia32/Ubuntu-12.04/[dummy has/V8 Linux/571", | 2837 "GCMole ia32/Ubuntu-12.04/[dummy has/V8 Linux/571", |
| 2875 "--task-summary-json", | 2838 "--task-summary-json", |
| 2876 "/path/to/tmp/json" | 2839 "/path/to/tmp/json" |
| 2877 ], | 2840 ], |
| 2878 "cwd": "[SLAVE_BUILD]", | |
| 2879 "name": "GCMole ia32 on Ubuntu-12.04", | 2841 "name": "GCMole ia32 on Ubuntu-12.04", |
| 2880 "~followup_annotations": [ | 2842 "~followup_annotations": [ |
| 2881 "@@@STEP_TEXT@swarming pending 71s@@@", | 2843 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 2882 "@@@STEP_LOG_LINE@json.output@{@@@", | 2844 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 2883 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 2845 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 2884 "@@@STEP_LOG_LINE@json.output@ {@@@", | 2846 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 2885 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 2847 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 2886 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 2848 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 2887 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 2849 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 2888 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 2850 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 2917 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 2879 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 2918 "@@@STEP_LOG_LINE@json.output@}@@@", | 2880 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2919 "@@@STEP_LOG_END@json.output@@@", | 2881 "@@@STEP_LOG_END@json.output@@@", |
| 2920 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2882 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2921 ] | 2883 ] |
| 2922 }, | 2884 }, |
| 2923 { | 2885 { |
| 2924 "cmd": [ | 2886 "cmd": [ |
| 2925 "python", | 2887 "python", |
| 2926 "-u", | 2888 "-u", |
| 2927 "[SLAVE_BUILD]/swarming.client/swarming.py", | 2889 "[CWD]/swarming.client/swarming.py", |
| 2928 "collect", | 2890 "collect", |
| 2929 "--swarming", | 2891 "--swarming", |
| 2930 "https://chromium-swarm.appspot.com", | 2892 "https://chromium-swarm.appspot.com", |
| 2931 "--decorate", | 2893 "--decorate", |
| 2932 "--print-status-updates", | 2894 "--print-status-updates", |
| 2933 "--shards", | 2895 "--shards", |
| 2934 "1", | 2896 "1", |
| 2935 "GCMole x64/Ubuntu-12.04/[dummy has/V8 Linux/571", | 2897 "GCMole x64/Ubuntu-12.04/[dummy has/V8 Linux/571", |
| 2936 "--task-summary-json", | 2898 "--task-summary-json", |
| 2937 "/path/to/tmp/json" | 2899 "/path/to/tmp/json" |
| 2938 ], | 2900 ], |
| 2939 "cwd": "[SLAVE_BUILD]", | |
| 2940 "name": "GCMole x64 on Ubuntu-12.04", | 2901 "name": "GCMole x64 on Ubuntu-12.04", |
| 2941 "~followup_annotations": [ | 2902 "~followup_annotations": [ |
| 2942 "@@@STEP_TEXT@swarming pending 71s@@@", | 2903 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 2943 "@@@STEP_LOG_LINE@json.output@{@@@", | 2904 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 2944 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 2905 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 2945 "@@@STEP_LOG_LINE@json.output@ {@@@", | 2906 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 2946 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 2907 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 2947 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 2908 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 2948 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 2909 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 2949 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 2910 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 2978 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 2939 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 2979 "@@@STEP_LOG_LINE@json.output@}@@@", | 2940 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2980 "@@@STEP_LOG_END@json.output@@@", | 2941 "@@@STEP_LOG_END@json.output@@@", |
| 2981 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2942 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2982 ] | 2943 ] |
| 2983 }, | 2944 }, |
| 2984 { | 2945 { |
| 2985 "cmd": [ | 2946 "cmd": [ |
| 2986 "python", | 2947 "python", |
| 2987 "-u", | 2948 "-u", |
| 2988 "[SLAVE_BUILD]/swarming.client/swarming.py", | 2949 "[CWD]/swarming.client/swarming.py", |
| 2989 "collect", | 2950 "collect", |
| 2990 "--swarming", | 2951 "--swarming", |
| 2991 "https://chromium-swarm.appspot.com", | 2952 "https://chromium-swarm.appspot.com", |
| 2992 "--decorate", | 2953 "--decorate", |
| 2993 "--print-status-updates", | 2954 "--print-status-updates", |
| 2994 "--shards", | 2955 "--shards", |
| 2995 "1", | 2956 "1", |
| 2996 "GCMole arm/Ubuntu-12.04/[dummy has/V8 Linux/571", | 2957 "GCMole arm/Ubuntu-12.04/[dummy has/V8 Linux/571", |
| 2997 "--task-summary-json", | 2958 "--task-summary-json", |
| 2998 "/path/to/tmp/json" | 2959 "/path/to/tmp/json" |
| 2999 ], | 2960 ], |
| 3000 "cwd": "[SLAVE_BUILD]", | |
| 3001 "name": "GCMole arm on Ubuntu-12.04", | 2961 "name": "GCMole arm on Ubuntu-12.04", |
| 3002 "~followup_annotations": [ | 2962 "~followup_annotations": [ |
| 3003 "@@@STEP_TEXT@swarming pending 71s@@@", | 2963 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 3004 "@@@STEP_LOG_LINE@json.output@{@@@", | 2964 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 3005 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 2965 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 3006 "@@@STEP_LOG_LINE@json.output@ {@@@", | 2966 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 3007 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 2967 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 3008 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 2968 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 3009 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 2969 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 3010 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 2970 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 3039 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 2999 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 3040 "@@@STEP_LOG_LINE@json.output@}@@@", | 3000 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 3041 "@@@STEP_LOG_END@json.output@@@", | 3001 "@@@STEP_LOG_END@json.output@@@", |
| 3042 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 3002 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 3043 ] | 3003 ] |
| 3044 }, | 3004 }, |
| 3045 { | 3005 { |
| 3046 "cmd": [ | 3006 "cmd": [ |
| 3047 "python", | 3007 "python", |
| 3048 "-u", | 3008 "-u", |
| 3049 "[SLAVE_BUILD]/swarming.client/swarming.py", | 3009 "[CWD]/swarming.client/swarming.py", |
| 3050 "collect", | 3010 "collect", |
| 3051 "--swarming", | 3011 "--swarming", |
| 3052 "https://chromium-swarm.appspot.com", | 3012 "https://chromium-swarm.appspot.com", |
| 3053 "--decorate", | 3013 "--decorate", |
| 3054 "--print-status-updates", | 3014 "--print-status-updates", |
| 3055 "--shards", | 3015 "--shards", |
| 3056 "1", | 3016 "1", |
| 3057 "GCMole arm64/Ubuntu-12.04/[dummy has/V8 Linux/571", | 3017 "GCMole arm64/Ubuntu-12.04/[dummy has/V8 Linux/571", |
| 3058 "--task-summary-json", | 3018 "--task-summary-json", |
| 3059 "/path/to/tmp/json" | 3019 "/path/to/tmp/json" |
| 3060 ], | 3020 ], |
| 3061 "cwd": "[SLAVE_BUILD]", | |
| 3062 "name": "GCMole arm64 on Ubuntu-12.04", | 3021 "name": "GCMole arm64 on Ubuntu-12.04", |
| 3063 "~followup_annotations": [ | 3022 "~followup_annotations": [ |
| 3064 "@@@STEP_TEXT@swarming pending 71s@@@", | 3023 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 3065 "@@@STEP_LOG_LINE@json.output@{@@@", | 3024 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 3066 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 3025 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 3067 "@@@STEP_LOG_LINE@json.output@ {@@@", | 3026 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 3068 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 3027 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 3069 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 3028 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 3070 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 3029 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 3071 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 3030 "@@@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... |
| 3103 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 3062 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 3104 ] | 3063 ] |
| 3105 }, | 3064 }, |
| 3106 { | 3065 { |
| 3107 "allow_subannotations": true, | 3066 "allow_subannotations": true, |
| 3108 "cmd": [ | 3067 "cmd": [ |
| 3109 "python", | 3068 "python", |
| 3110 "-u", | 3069 "-u", |
| 3111 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 3070 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 3112 "--swarming-client-dir", | 3071 "--swarming-client-dir", |
| 3113 "[SLAVE_BUILD]/swarming.client", | 3072 "[CWD]/swarming.client", |
| 3114 "--temp-root-dir", | 3073 "--temp-root-dir", |
| 3115 "[TMP_BASE]", | 3074 "[TMP]", |
| 3116 "--merged-test-output", | 3075 "--merged-test-output", |
| 3117 "/path/to/tmp/json", | 3076 "/path/to/tmp/json", |
| 3118 "--", | 3077 "--", |
| 3119 "collect", | 3078 "collect", |
| 3120 "--swarming", | 3079 "--swarming", |
| 3121 "https://chromium-swarm.appspot.com", | 3080 "https://chromium-swarm.appspot.com", |
| 3122 "--decorate", | 3081 "--decorate", |
| 3123 "--print-status-updates", | 3082 "--print-status-updates", |
| 3124 "--shards", | 3083 "--shards", |
| 3125 "1", | 3084 "1", |
| 3126 "Check - isolates/Ubuntu-12.04/[dummy has/V8 Linux/571" | 3085 "Check - isolates/Ubuntu-12.04/[dummy has/V8 Linux/571" |
| 3127 ], | 3086 ], |
| 3128 "cwd": "[SLAVE_BUILD]", | |
| 3129 "name": "Check - isolates", | 3087 "name": "Check - isolates", |
| 3130 "~followup_annotations": [ | 3088 "~followup_annotations": [ |
| 3131 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 3089 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 3132 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 3090 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 3133 "@@@STEP_LOG_LINE@durations@@@@", | 3091 "@@@STEP_LOG_LINE@durations@@@@", |
| 3134 "@@@STEP_LOG_LINE@durations@Details:@@@", | 3092 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 3135 "@@@STEP_LOG_LINE@durations@@@@", | 3093 "@@@STEP_LOG_LINE@durations@@@@", |
| 3136 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 3094 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 3137 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 3095 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 3138 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 3096 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 3139 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 3097 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 3140 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 3098 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 3141 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 3099 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 3142 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 3100 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 3143 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 3101 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 3144 "@@@STEP_LOG_END@durations@@@" | 3102 "@@@STEP_LOG_END@durations@@@" |
| 3145 ] | 3103 ] |
| 3146 }, | 3104 }, |
| 3147 { | 3105 { |
| 3148 "allow_subannotations": true, | 3106 "allow_subannotations": true, |
| 3149 "cmd": [ | 3107 "cmd": [ |
| 3150 "python", | 3108 "python", |
| 3151 "-u", | 3109 "-u", |
| 3152 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 3110 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 3153 "--swarming-client-dir", | 3111 "--swarming-client-dir", |
| 3154 "[SLAVE_BUILD]/swarming.client", | 3112 "[CWD]/swarming.client", |
| 3155 "--temp-root-dir", | 3113 "--temp-root-dir", |
| 3156 "[TMP_BASE]", | 3114 "[TMP]", |
| 3157 "--merged-test-output", | 3115 "--merged-test-output", |
| 3158 "/path/to/tmp/json", | 3116 "/path/to/tmp/json", |
| 3159 "--", | 3117 "--", |
| 3160 "collect", | 3118 "collect", |
| 3161 "--swarming", | 3119 "--swarming", |
| 3162 "https://chromium-swarm.appspot.com", | 3120 "https://chromium-swarm.appspot.com", |
| 3163 "--decorate", | 3121 "--decorate", |
| 3164 "--print-status-updates", | 3122 "--print-status-updates", |
| 3165 "--shards", | 3123 "--shards", |
| 3166 "1", | 3124 "1", |
| 3167 "Check - nosse3/Ubuntu-12.04/[dummy has/V8 Linux/571" | 3125 "Check - nosse3/Ubuntu-12.04/[dummy has/V8 Linux/571" |
| 3168 ], | 3126 ], |
| 3169 "cwd": "[SLAVE_BUILD]", | |
| 3170 "name": "Check - nosse3", | 3127 "name": "Check - nosse3", |
| 3171 "~followup_annotations": [ | 3128 "~followup_annotations": [ |
| 3172 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 3129 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 3173 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 3130 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 3174 "@@@STEP_LOG_LINE@durations@@@@", | 3131 "@@@STEP_LOG_LINE@durations@@@@", |
| 3175 "@@@STEP_LOG_LINE@durations@Details:@@@", | 3132 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 3176 "@@@STEP_LOG_LINE@durations@@@@", | 3133 "@@@STEP_LOG_LINE@durations@@@@", |
| 3177 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 3134 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 3178 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 3135 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 3179 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 3136 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 3180 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 3137 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 3181 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 3138 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 3182 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 3139 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 3183 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 3140 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 3184 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 3141 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 3185 "@@@STEP_LOG_END@durations@@@" | 3142 "@@@STEP_LOG_END@durations@@@" |
| 3186 ] | 3143 ] |
| 3187 }, | 3144 }, |
| 3188 { | 3145 { |
| 3189 "allow_subannotations": true, | 3146 "allow_subannotations": true, |
| 3190 "cmd": [ | 3147 "cmd": [ |
| 3191 "python", | 3148 "python", |
| 3192 "-u", | 3149 "-u", |
| 3193 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 3150 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 3194 "--swarming-client-dir", | 3151 "--swarming-client-dir", |
| 3195 "[SLAVE_BUILD]/swarming.client", | 3152 "[CWD]/swarming.client", |
| 3196 "--temp-root-dir", | 3153 "--temp-root-dir", |
| 3197 "[TMP_BASE]", | 3154 "[TMP]", |
| 3198 "--merged-test-output", | 3155 "--merged-test-output", |
| 3199 "/path/to/tmp/json", | 3156 "/path/to/tmp/json", |
| 3200 "--", | 3157 "--", |
| 3201 "collect", | 3158 "collect", |
| 3202 "--swarming", | 3159 "--swarming", |
| 3203 "https://chromium-swarm.appspot.com", | 3160 "https://chromium-swarm.appspot.com", |
| 3204 "--decorate", | 3161 "--decorate", |
| 3205 "--print-status-updates", | 3162 "--print-status-updates", |
| 3206 "--shards", | 3163 "--shards", |
| 3207 "1", | 3164 "1", |
| 3208 "Mozilla - nosse3/Ubuntu-12.04/[dummy has/V8 Linux/571" | 3165 "Mozilla - nosse3/Ubuntu-12.04/[dummy has/V8 Linux/571" |
| 3209 ], | 3166 ], |
| 3210 "cwd": "[SLAVE_BUILD]", | |
| 3211 "name": "Mozilla - nosse3", | 3167 "name": "Mozilla - nosse3", |
| 3212 "~followup_annotations": [ | 3168 "~followup_annotations": [ |
| 3213 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 3169 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 3214 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 3170 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 3215 "@@@STEP_LOG_LINE@durations@@@@", | 3171 "@@@STEP_LOG_LINE@durations@@@@", |
| 3216 "@@@STEP_LOG_LINE@durations@Details:@@@", | 3172 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 3217 "@@@STEP_LOG_LINE@durations@@@@", | 3173 "@@@STEP_LOG_LINE@durations@@@@", |
| 3218 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 3174 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 3219 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 3175 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 3220 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 3176 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 3221 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 3177 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 3222 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 3178 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 3223 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 3179 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 3224 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 3180 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 3225 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 3181 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 3226 "@@@STEP_LOG_END@durations@@@" | 3182 "@@@STEP_LOG_END@durations@@@" |
| 3227 ] | 3183 ] |
| 3228 }, | 3184 }, |
| 3229 { | 3185 { |
| 3230 "allow_subannotations": true, | 3186 "allow_subannotations": true, |
| 3231 "cmd": [ | 3187 "cmd": [ |
| 3232 "python", | 3188 "python", |
| 3233 "-u", | 3189 "-u", |
| 3234 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 3190 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 3235 "--swarming-client-dir", | 3191 "--swarming-client-dir", |
| 3236 "[SLAVE_BUILD]/swarming.client", | 3192 "[CWD]/swarming.client", |
| 3237 "--temp-root-dir", | 3193 "--temp-root-dir", |
| 3238 "[TMP_BASE]", | 3194 "[TMP]", |
| 3239 "--merged-test-output", | 3195 "--merged-test-output", |
| 3240 "/path/to/tmp/json", | 3196 "/path/to/tmp/json", |
| 3241 "--", | 3197 "--", |
| 3242 "collect", | 3198 "collect", |
| 3243 "--swarming", | 3199 "--swarming", |
| 3244 "https://chromium-swarm.appspot.com", | 3200 "https://chromium-swarm.appspot.com", |
| 3245 "--decorate", | 3201 "--decorate", |
| 3246 "--print-status-updates", | 3202 "--print-status-updates", |
| 3247 "--shards", | 3203 "--shards", |
| 3248 "1", | 3204 "1", |
| 3249 "SimdJs - all - nosse3/Ubuntu-12.04/[dummy has/V8 Linux/571" | 3205 "SimdJs - all - nosse3/Ubuntu-12.04/[dummy has/V8 Linux/571" |
| 3250 ], | 3206 ], |
| 3251 "cwd": "[SLAVE_BUILD]", | |
| 3252 "name": "SimdJs - all - nosse3", | 3207 "name": "SimdJs - all - nosse3", |
| 3253 "~followup_annotations": [ | 3208 "~followup_annotations": [ |
| 3254 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 3209 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 3255 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 3210 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 3256 "@@@STEP_LOG_LINE@durations@@@@", | 3211 "@@@STEP_LOG_LINE@durations@@@@", |
| 3257 "@@@STEP_LOG_LINE@durations@Details:@@@", | 3212 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 3258 "@@@STEP_LOG_LINE@durations@@@@", | 3213 "@@@STEP_LOG_LINE@durations@@@@", |
| 3259 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 3214 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 3260 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 3215 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 3261 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 3216 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 3262 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 3217 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 3263 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 3218 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 3264 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 3219 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 3265 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 3220 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 3266 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 3221 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 3267 "@@@STEP_LOG_END@durations@@@" | 3222 "@@@STEP_LOG_END@durations@@@" |
| 3268 ] | 3223 ] |
| 3269 }, | 3224 }, |
| 3270 { | 3225 { |
| 3271 "allow_subannotations": true, | 3226 "allow_subannotations": true, |
| 3272 "cmd": [ | 3227 "cmd": [ |
| 3273 "python", | 3228 "python", |
| 3274 "-u", | 3229 "-u", |
| 3275 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 3230 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 3276 "--swarming-client-dir", | 3231 "--swarming-client-dir", |
| 3277 "[SLAVE_BUILD]/swarming.client", | 3232 "[CWD]/swarming.client", |
| 3278 "--temp-root-dir", | 3233 "--temp-root-dir", |
| 3279 "[TMP_BASE]", | 3234 "[TMP]", |
| 3280 "--merged-test-output", | 3235 "--merged-test-output", |
| 3281 "/path/to/tmp/json", | 3236 "/path/to/tmp/json", |
| 3282 "--", | 3237 "--", |
| 3283 "collect", | 3238 "collect", |
| 3284 "--swarming", | 3239 "--swarming", |
| 3285 "https://chromium-swarm.appspot.com", | 3240 "https://chromium-swarm.appspot.com", |
| 3286 "--decorate", | 3241 "--decorate", |
| 3287 "--print-status-updates", | 3242 "--print-status-updates", |
| 3288 "--shards", | 3243 "--shards", |
| 3289 "1", | 3244 "1", |
| 3290 "Check - nosse4/Ubuntu-12.04/[dummy has/V8 Linux/571" | 3245 "Check - nosse4/Ubuntu-12.04/[dummy has/V8 Linux/571" |
| 3291 ], | 3246 ], |
| 3292 "cwd": "[SLAVE_BUILD]", | |
| 3293 "name": "Check - nosse4", | 3247 "name": "Check - nosse4", |
| 3294 "~followup_annotations": [ | 3248 "~followup_annotations": [ |
| 3295 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 3249 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 3296 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 3250 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 3297 "@@@STEP_LOG_LINE@durations@@@@", | 3251 "@@@STEP_LOG_LINE@durations@@@@", |
| 3298 "@@@STEP_LOG_LINE@durations@Details:@@@", | 3252 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 3299 "@@@STEP_LOG_LINE@durations@@@@", | 3253 "@@@STEP_LOG_LINE@durations@@@@", |
| 3300 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 3254 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 3301 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 3255 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 3302 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 3256 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 3303 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 3257 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 3304 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 3258 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 3305 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 3259 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 3306 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 3260 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 3307 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 3261 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 3308 "@@@STEP_LOG_END@durations@@@" | 3262 "@@@STEP_LOG_END@durations@@@" |
| 3309 ] | 3263 ] |
| 3310 }, | 3264 }, |
| 3311 { | 3265 { |
| 3312 "allow_subannotations": true, | 3266 "allow_subannotations": true, |
| 3313 "cmd": [ | 3267 "cmd": [ |
| 3314 "python", | 3268 "python", |
| 3315 "-u", | 3269 "-u", |
| 3316 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 3270 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 3317 "--swarming-client-dir", | 3271 "--swarming-client-dir", |
| 3318 "[SLAVE_BUILD]/swarming.client", | 3272 "[CWD]/swarming.client", |
| 3319 "--temp-root-dir", | 3273 "--temp-root-dir", |
| 3320 "[TMP_BASE]", | 3274 "[TMP]", |
| 3321 "--merged-test-output", | 3275 "--merged-test-output", |
| 3322 "/path/to/tmp/json", | 3276 "/path/to/tmp/json", |
| 3323 "--", | 3277 "--", |
| 3324 "collect", | 3278 "collect", |
| 3325 "--swarming", | 3279 "--swarming", |
| 3326 "https://chromium-swarm.appspot.com", | 3280 "https://chromium-swarm.appspot.com", |
| 3327 "--decorate", | 3281 "--decorate", |
| 3328 "--print-status-updates", | 3282 "--print-status-updates", |
| 3329 "--shards", | 3283 "--shards", |
| 3330 "1", | 3284 "1", |
| 3331 "Mozilla - nosse4/Ubuntu-12.04/[dummy has/V8 Linux/571" | 3285 "Mozilla - nosse4/Ubuntu-12.04/[dummy has/V8 Linux/571" |
| 3332 ], | 3286 ], |
| 3333 "cwd": "[SLAVE_BUILD]", | |
| 3334 "name": "Mozilla - nosse4", | 3287 "name": "Mozilla - nosse4", |
| 3335 "~followup_annotations": [ | 3288 "~followup_annotations": [ |
| 3336 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 3289 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 3337 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 3290 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 3338 "@@@STEP_LOG_LINE@durations@@@@", | 3291 "@@@STEP_LOG_LINE@durations@@@@", |
| 3339 "@@@STEP_LOG_LINE@durations@Details:@@@", | 3292 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 3340 "@@@STEP_LOG_LINE@durations@@@@", | 3293 "@@@STEP_LOG_LINE@durations@@@@", |
| 3341 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 3294 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 3342 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 3295 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 3343 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 3296 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 3344 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 3297 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 3345 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 3298 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 3346 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 3299 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 3347 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 3300 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 3348 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 3301 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 3349 "@@@STEP_LOG_END@durations@@@" | 3302 "@@@STEP_LOG_END@durations@@@" |
| 3350 ] | 3303 ] |
| 3351 }, | 3304 }, |
| 3352 { | 3305 { |
| 3353 "allow_subannotations": true, | 3306 "allow_subannotations": true, |
| 3354 "cmd": [ | 3307 "cmd": [ |
| 3355 "python", | 3308 "python", |
| 3356 "-u", | 3309 "-u", |
| 3357 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 3310 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 3358 "--swarming-client-dir", | 3311 "--swarming-client-dir", |
| 3359 "[SLAVE_BUILD]/swarming.client", | 3312 "[CWD]/swarming.client", |
| 3360 "--temp-root-dir", | 3313 "--temp-root-dir", |
| 3361 "[TMP_BASE]", | 3314 "[TMP]", |
| 3362 "--merged-test-output", | 3315 "--merged-test-output", |
| 3363 "/path/to/tmp/json", | 3316 "/path/to/tmp/json", |
| 3364 "--", | 3317 "--", |
| 3365 "collect", | 3318 "collect", |
| 3366 "--swarming", | 3319 "--swarming", |
| 3367 "https://chromium-swarm.appspot.com", | 3320 "https://chromium-swarm.appspot.com", |
| 3368 "--decorate", | 3321 "--decorate", |
| 3369 "--print-status-updates", | 3322 "--print-status-updates", |
| 3370 "--shards", | 3323 "--shards", |
| 3371 "1", | 3324 "1", |
| 3372 "SimdJs - all - nosse4/Ubuntu-12.04/[dummy has/V8 Linux/571" | 3325 "SimdJs - all - nosse4/Ubuntu-12.04/[dummy has/V8 Linux/571" |
| 3373 ], | 3326 ], |
| 3374 "cwd": "[SLAVE_BUILD]", | |
| 3375 "name": "SimdJs - all - nosse4", | 3327 "name": "SimdJs - all - nosse4", |
| 3376 "~followup_annotations": [ | 3328 "~followup_annotations": [ |
| 3377 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 3329 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 3378 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 3330 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 3379 "@@@STEP_LOG_LINE@durations@@@@", | 3331 "@@@STEP_LOG_LINE@durations@@@@", |
| 3380 "@@@STEP_LOG_LINE@durations@Details:@@@", | 3332 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 3381 "@@@STEP_LOG_LINE@durations@@@@", | 3333 "@@@STEP_LOG_LINE@durations@@@@", |
| 3382 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 3334 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 3383 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 3335 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 3384 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 3336 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 3385 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 3337 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 3386 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 3338 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 3387 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 3339 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 3388 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 3340 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 3389 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 3341 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 3390 "@@@STEP_LOG_END@durations@@@" | 3342 "@@@STEP_LOG_END@durations@@@" |
| 3391 ] | 3343 ] |
| 3392 }, | 3344 }, |
| 3393 { | 3345 { |
| 3394 "allow_subannotations": true, | 3346 "allow_subannotations": true, |
| 3395 "cmd": [ | 3347 "cmd": [ |
| 3396 "python", | 3348 "python", |
| 3397 "-u", | 3349 "-u", |
| 3398 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 3350 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 3399 "--swarming-client-dir", | 3351 "--swarming-client-dir", |
| 3400 "[SLAVE_BUILD]/swarming.client", | 3352 "[CWD]/swarming.client", |
| 3401 "--temp-root-dir", | 3353 "--temp-root-dir", |
| 3402 "[TMP_BASE]", | 3354 "[TMP]", |
| 3403 "--merged-test-output", | 3355 "--merged-test-output", |
| 3404 "/path/to/tmp/json", | 3356 "/path/to/tmp/json", |
| 3405 "--", | 3357 "--", |
| 3406 "collect", | 3358 "collect", |
| 3407 "--swarming", | 3359 "--swarming", |
| 3408 "https://chromium-swarm.appspot.com", | 3360 "https://chromium-swarm.appspot.com", |
| 3409 "--decorate", | 3361 "--decorate", |
| 3410 "--print-status-updates", | 3362 "--print-status-updates", |
| 3411 "--shards", | 3363 "--shards", |
| 3412 "1", | 3364 "1", |
| 3413 "Check - deadcode/Ubuntu-12.04/[dummy has/V8 Linux/571" | 3365 "Check - deadcode/Ubuntu-12.04/[dummy has/V8 Linux/571" |
| 3414 ], | 3366 ], |
| 3415 "cwd": "[SLAVE_BUILD]", | |
| 3416 "name": "Check - deadcode", | 3367 "name": "Check - deadcode", |
| 3417 "~followup_annotations": [ | 3368 "~followup_annotations": [ |
| 3418 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 3369 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 3419 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 3370 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 3420 "@@@STEP_LOG_LINE@durations@@@@", | 3371 "@@@STEP_LOG_LINE@durations@@@@", |
| 3421 "@@@STEP_LOG_LINE@durations@Details:@@@", | 3372 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 3422 "@@@STEP_LOG_LINE@durations@@@@", | 3373 "@@@STEP_LOG_LINE@durations@@@@", |
| 3423 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 3374 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 3424 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 3375 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 3425 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 3376 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 3426 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 3377 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 3427 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 3378 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 3428 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 3379 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 3429 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 3380 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 3430 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 3381 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 3431 "@@@STEP_LOG_END@durations@@@" | 3382 "@@@STEP_LOG_END@durations@@@" |
| 3432 ] | 3383 ] |
| 3433 }, | 3384 }, |
| 3434 { | 3385 { |
| 3435 "allow_subannotations": true, | 3386 "allow_subannotations": true, |
| 3436 "cmd": [ | 3387 "cmd": [ |
| 3437 "python", | 3388 "python", |
| 3438 "-u", | 3389 "-u", |
| 3439 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 3390 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 3440 "--swarming-client-dir", | 3391 "--swarming-client-dir", |
| 3441 "[SLAVE_BUILD]/swarming.client", | 3392 "[CWD]/swarming.client", |
| 3442 "--temp-root-dir", | 3393 "--temp-root-dir", |
| 3443 "[TMP_BASE]", | 3394 "[TMP]", |
| 3444 "--merged-test-output", | 3395 "--merged-test-output", |
| 3445 "/path/to/tmp/json", | 3396 "/path/to/tmp/json", |
| 3446 "--", | 3397 "--", |
| 3447 "collect", | 3398 "collect", |
| 3448 "--swarming", | 3399 "--swarming", |
| 3449 "https://chromium-swarm.appspot.com", | 3400 "https://chromium-swarm.appspot.com", |
| 3450 "--decorate", | 3401 "--decorate", |
| 3451 "--print-status-updates", | 3402 "--print-status-updates", |
| 3452 "--shards", | 3403 "--shards", |
| 3453 "1", | 3404 "1", |
| 3454 "Test262 - no variants - deadcode/Ubuntu-12.04/[dummy has/V8 Linux/571" | 3405 "Test262 - no variants - deadcode/Ubuntu-12.04/[dummy has/V8 Linux/571" |
| 3455 ], | 3406 ], |
| 3456 "cwd": "[SLAVE_BUILD]", | |
| 3457 "name": "Test262 - no variants - deadcode", | 3407 "name": "Test262 - no variants - deadcode", |
| 3458 "~followup_annotations": [ | 3408 "~followup_annotations": [ |
| 3459 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 3409 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 3460 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 3410 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 3461 "@@@STEP_LOG_LINE@durations@@@@", | 3411 "@@@STEP_LOG_LINE@durations@@@@", |
| 3462 "@@@STEP_LOG_LINE@durations@Details:@@@", | 3412 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 3463 "@@@STEP_LOG_LINE@durations@@@@", | 3413 "@@@STEP_LOG_LINE@durations@@@@", |
| 3464 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 3414 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 3465 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 3415 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 3466 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 3416 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 3467 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 3417 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 3468 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 3418 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 3469 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 3419 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 3470 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 3420 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 3471 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 3421 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 3472 "@@@STEP_LOG_END@durations@@@" | 3422 "@@@STEP_LOG_END@durations@@@" |
| 3473 ] | 3423 ] |
| 3474 }, | 3424 }, |
| 3475 { | 3425 { |
| 3476 "allow_subannotations": true, | 3426 "allow_subannotations": true, |
| 3477 "cmd": [ | 3427 "cmd": [ |
| 3478 "python", | 3428 "python", |
| 3479 "-u", | 3429 "-u", |
| 3480 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 3430 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 3481 "--swarming-client-dir", | 3431 "--swarming-client-dir", |
| 3482 "[SLAVE_BUILD]/swarming.client", | 3432 "[CWD]/swarming.client", |
| 3483 "--temp-root-dir", | 3433 "--temp-root-dir", |
| 3484 "[TMP_BASE]", | 3434 "[TMP]", |
| 3485 "--merged-test-output", | 3435 "--merged-test-output", |
| 3486 "/path/to/tmp/json", | 3436 "/path/to/tmp/json", |
| 3487 "--", | 3437 "--", |
| 3488 "collect", | 3438 "collect", |
| 3489 "--swarming", | 3439 "--swarming", |
| 3490 "https://chromium-swarm.appspot.com", | 3440 "https://chromium-swarm.appspot.com", |
| 3491 "--decorate", | 3441 "--decorate", |
| 3492 "--print-status-updates", | 3442 "--print-status-updates", |
| 3493 "--shards", | 3443 "--shards", |
| 3494 "1", | 3444 "1", |
| 3495 "Mozilla - deadcode/Ubuntu-12.04/[dummy has/V8 Linux/571" | 3445 "Mozilla - deadcode/Ubuntu-12.04/[dummy has/V8 Linux/571" |
| 3496 ], | 3446 ], |
| 3497 "cwd": "[SLAVE_BUILD]", | |
| 3498 "name": "Mozilla - deadcode", | 3447 "name": "Mozilla - deadcode", |
| 3499 "~followup_annotations": [ | 3448 "~followup_annotations": [ |
| 3500 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 3449 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 3501 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 3450 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 3502 "@@@STEP_LOG_LINE@durations@@@@", | 3451 "@@@STEP_LOG_LINE@durations@@@@", |
| 3503 "@@@STEP_LOG_LINE@durations@Details:@@@", | 3452 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 3504 "@@@STEP_LOG_LINE@durations@@@@", | 3453 "@@@STEP_LOG_LINE@durations@@@@", |
| 3505 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 3454 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 3506 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 3455 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 3507 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 3456 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 3508 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 3457 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 3509 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 3458 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 3510 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 3459 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 3511 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 3460 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 3512 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 3461 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 3513 "@@@STEP_LOG_END@durations@@@" | 3462 "@@@STEP_LOG_END@durations@@@" |
| 3514 ] | 3463 ] |
| 3515 }, | 3464 }, |
| 3516 { | 3465 { |
| 3517 "allow_subannotations": true, | 3466 "allow_subannotations": true, |
| 3518 "cmd": [ | 3467 "cmd": [ |
| 3519 "python", | 3468 "python", |
| 3520 "-u", | 3469 "-u", |
| 3521 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 3470 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 3522 "--swarming-client-dir", | 3471 "--swarming-client-dir", |
| 3523 "[SLAVE_BUILD]/swarming.client", | 3472 "[CWD]/swarming.client", |
| 3524 "--temp-root-dir", | 3473 "--temp-root-dir", |
| 3525 "[TMP_BASE]", | 3474 "[TMP]", |
| 3526 "--merged-test-output", | 3475 "--merged-test-output", |
| 3527 "/path/to/tmp/json", | 3476 "/path/to/tmp/json", |
| 3528 "--", | 3477 "--", |
| 3529 "collect", | 3478 "collect", |
| 3530 "--swarming", | 3479 "--swarming", |
| 3531 "https://chromium-swarm.appspot.com", | 3480 "https://chromium-swarm.appspot.com", |
| 3532 "--decorate", | 3481 "--decorate", |
| 3533 "--print-status-updates", | 3482 "--print-status-updates", |
| 3534 "--shards", | 3483 "--shards", |
| 3535 "1", | 3484 "1", |
| 3536 "SimdJs - all - deadcode/Ubuntu-12.04/[dummy has/V8 Linux/571" | 3485 "SimdJs - all - deadcode/Ubuntu-12.04/[dummy has/V8 Linux/571" |
| 3537 ], | 3486 ], |
| 3538 "cwd": "[SLAVE_BUILD]", | |
| 3539 "name": "SimdJs - all - deadcode", | 3487 "name": "SimdJs - all - deadcode", |
| 3540 "~followup_annotations": [ | 3488 "~followup_annotations": [ |
| 3541 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 3489 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 3542 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 3490 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 3543 "@@@STEP_LOG_LINE@durations@@@@", | 3491 "@@@STEP_LOG_LINE@durations@@@@", |
| 3544 "@@@STEP_LOG_LINE@durations@Details:@@@", | 3492 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 3545 "@@@STEP_LOG_LINE@durations@@@@", | 3493 "@@@STEP_LOG_LINE@durations@@@@", |
| 3546 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 3494 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 3547 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 3495 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 3548 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 3496 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 3549 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 3497 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 3550 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 3498 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 3551 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 3499 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 3552 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 3500 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 3553 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 3501 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 3554 "@@@STEP_LOG_END@durations@@@" | 3502 "@@@STEP_LOG_END@durations@@@" |
| 3555 ] | 3503 ] |
| 3556 }, | 3504 }, |
| 3557 { | 3505 { |
| 3558 "name": "$result", | 3506 "name": "$result", |
| 3559 "recipe_result": null, | 3507 "recipe_result": null, |
| 3560 "status_code": 0 | 3508 "status_code": 0 |
| 3561 } | 3509 } |
| 3562 ] | 3510 ] |
| OLD | NEW |