Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(466)

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___debug.json

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", 6 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py",
7 "--path", 7 "--path",
8 "[SLAVE_BUILD]/swarming.client", 8 "[CWD]/swarming.client",
9 "--url", 9 "--url",
10 "https://chromium.googlesource.com/external/swarming.client.git" 10 "https://chromium.googlesource.com/external/swarming.client.git"
11 ], 11 ],
12 "cwd": "[SLAVE_BUILD]",
13 "name": "git setup (swarming_client)" 12 "name": "git setup (swarming_client)"
14 }, 13 },
15 { 14 {
16 "cmd": [ 15 "cmd": [
17 "git", 16 "git",
18 "retry", 17 "retry",
19 "fetch", 18 "fetch",
20 "origin", 19 "origin",
21 "[dummy swarming client hash]" 20 "[dummy swarming client hash]"
22 ], 21 ],
23 "cwd": "[SLAVE_BUILD]/swarming.client", 22 "cwd": "[CWD]/swarming.client",
24 "name": "git fetch (swarming_client)" 23 "name": "git fetch (swarming_client)"
25 }, 24 },
26 { 25 {
27 "cmd": [ 26 "cmd": [
28 "git", 27 "git",
29 "checkout", 28 "checkout",
30 "-f", 29 "-f",
31 "FETCH_HEAD" 30 "FETCH_HEAD"
32 ], 31 ],
33 "cwd": "[SLAVE_BUILD]/swarming.client", 32 "cwd": "[CWD]/swarming.client",
34 "name": "git checkout (swarming_client)" 33 "name": "git checkout (swarming_client)"
35 }, 34 },
36 { 35 {
37 "cmd": [ 36 "cmd": [
38 "git", 37 "git",
39 "rev-parse", 38 "rev-parse",
40 "HEAD" 39 "HEAD"
41 ], 40 ],
42 "cwd": "[SLAVE_BUILD]/swarming.client", 41 "cwd": "[CWD]/swarming.client",
43 "name": "read revision", 42 "name": "read revision",
44 "stdout": "/path/to/tmp/", 43 "stdout": "/path/to/tmp/",
45 "~followup_annotations": [ 44 "~followup_annotations": [
46 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" 45 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@"
47 ] 46 ]
48 }, 47 },
49 { 48 {
50 "cmd": [ 49 "cmd": [
51 "git", 50 "git",
52 "clean", 51 "clean",
53 "-f", 52 "-f",
54 "-d", 53 "-d",
55 "-x" 54 "-x"
56 ], 55 ],
57 "cwd": "[SLAVE_BUILD]/swarming.client", 56 "cwd": "[CWD]/swarming.client",
58 "name": "git clean (swarming_client)" 57 "name": "git clean (swarming_client)"
59 }, 58 },
60 { 59 {
61 "cmd": [ 60 "cmd": [
62 "git", 61 "git",
63 "submodule", 62 "submodule",
64 "sync" 63 "sync"
65 ], 64 ],
66 "cwd": "[SLAVE_BUILD]/swarming.client", 65 "cwd": "[CWD]/swarming.client",
67 "name": "submodule sync (swarming_client)" 66 "name": "submodule sync (swarming_client)"
68 }, 67 },
69 { 68 {
70 "cmd": [ 69 "cmd": [
71 "git", 70 "git",
72 "submodule", 71 "submodule",
73 "update", 72 "update",
74 "--init", 73 "--init",
75 "--recursive" 74 "--recursive"
76 ], 75 ],
77 "cwd": "[SLAVE_BUILD]/swarming.client", 76 "cwd": "[CWD]/swarming.client",
78 "name": "submodule update (swarming_client)", 77 "name": "submodule update (swarming_client)",
79 "~followup_annotations": [ 78 "~followup_annotations": [
80 "@@@SET_BUILD_PROPERTY@got_revision@\"20123\"@@@" 79 "@@@SET_BUILD_PROPERTY@got_revision@\"20123\"@@@"
81 ] 80 ]
82 }, 81 },
83 { 82 {
84 "cmd": [ 83 "cmd": [
85 "python", 84 "python",
86 "-u", 85 "-u",
87 "[SLAVE_BUILD]/swarming.client/swarming.py", 86 "[CWD]/swarming.client/swarming.py",
88 "--version" 87 "--version"
89 ], 88 ],
90 "cwd": "[SLAVE_BUILD]",
91 "name": "swarming.py --version", 89 "name": "swarming.py --version",
92 "stdout": "/path/to/tmp/", 90 "stdout": "/path/to/tmp/",
93 "~followup_annotations": [ 91 "~followup_annotations": [
94 "@@@STEP_TEXT@0.4.10@@@" 92 "@@@STEP_TEXT@0.4.10@@@"
95 ] 93 ]
96 }, 94 },
97 { 95 {
98 "cmd": [ 96 "cmd": [
99 "python", 97 "python",
100 "-u", 98 "-u",
101 "[SLAVE_BUILD]/swarming.client/swarming.py", 99 "[CWD]/swarming.client/swarming.py",
102 "trigger", 100 "trigger",
103 "--swarming", 101 "--swarming",
104 "https://chromium-swarm.appspot.com", 102 "https://chromium-swarm.appspot.com",
105 "--isolate-server", 103 "--isolate-server",
106 "https://isolateserver.appspot.com", 104 "https://isolateserver.appspot.com",
107 "--priority", 105 "--priority",
108 "25", 106 "25",
109 "--shards", 107 "--shards",
110 "1", 108 "1",
111 "--task-name", 109 "--task-name",
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 "--buildbot", 163 "--buildbot",
166 "--timeout=200", 164 "--timeout=200",
167 "--random-seed=-1690478353", 165 "--random-seed=-1690478353",
168 "bot_default", 166 "bot_default",
169 "--exhaustive-variants", 167 "--exhaustive-variants",
170 "--rerun-failures-count=2", 168 "--rerun-failures-count=2",
171 "--swarming", 169 "--swarming",
172 "--json-test-results", 170 "--json-test-results",
173 "${ISOLATED_OUTDIR}/output.json" 171 "${ISOLATED_OUTDIR}/output.json"
174 ], 172 ],
175 "cwd": "[SLAVE_BUILD]",
176 "name": "[trigger] Check on Ubuntu-12.04", 173 "name": "[trigger] Check on Ubuntu-12.04",
177 "~followup_annotations": [ 174 "~followup_annotations": [
178 "@@@STEP_LOG_LINE@json.output@{@@@", 175 "@@@STEP_LOG_LINE@json.output@{@@@",
179 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Ubuntu-12.04/[ dummy has/V8 Linux64 - debug/571\", @@@", 176 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Ubuntu-12.04/[ dummy has/V8 Linux64 - debug/571\", @@@",
180 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 177 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
181 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-12.04/[dummy has/V8 Linux 64 - debug/571\": {@@@", 178 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-12.04/[dummy has/V8 Linux 64 - debug/571\": {@@@",
182 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 179 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
183 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 180 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
184 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 181 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
185 "@@@STEP_LOG_LINE@json.output@ }@@@", 182 "@@@STEP_LOG_LINE@json.output@ }@@@",
186 "@@@STEP_LOG_LINE@json.output@ }@@@", 183 "@@@STEP_LOG_LINE@json.output@ }@@@",
187 "@@@STEP_LOG_LINE@json.output@}@@@", 184 "@@@STEP_LOG_LINE@json.output@}@@@",
188 "@@@STEP_LOG_END@json.output@@@", 185 "@@@STEP_LOG_END@json.output@@@",
189 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 186 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
190 ] 187 ]
191 }, 188 },
192 { 189 {
193 "cmd": [ 190 "cmd": [
194 "python", 191 "python",
195 "-u", 192 "-u",
196 "[SLAVE_BUILD]/swarming.client/swarming.py", 193 "[CWD]/swarming.client/swarming.py",
197 "trigger", 194 "trigger",
198 "--swarming", 195 "--swarming",
199 "https://chromium-swarm.appspot.com", 196 "https://chromium-swarm.appspot.com",
200 "--isolate-server", 197 "--isolate-server",
201 "https://isolateserver.appspot.com", 198 "https://isolateserver.appspot.com",
202 "--priority", 199 "--priority",
203 "25", 200 "25",
204 "--shards", 201 "--shards",
205 "3", 202 "3",
206 "--task-name", 203 "--task-name",
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 "--timeout=200", 258 "--timeout=200",
262 "--random-seed=-1690478353", 259 "--random-seed=-1690478353",
263 "test262", 260 "test262",
264 "--download-data", 261 "--download-data",
265 "--exhaustive-variants", 262 "--exhaustive-variants",
266 "--rerun-failures-count=2", 263 "--rerun-failures-count=2",
267 "--swarming", 264 "--swarming",
268 "--json-test-results", 265 "--json-test-results",
269 "${ISOLATED_OUTDIR}/output.json" 266 "${ISOLATED_OUTDIR}/output.json"
270 ], 267 ],
271 "cwd": "[SLAVE_BUILD]",
272 "name": "[trigger] Test262 on Ubuntu-12.04", 268 "name": "[trigger] Test262 on Ubuntu-12.04",
273 "~followup_annotations": [ 269 "~followup_annotations": [
274 "@@@STEP_LOG_LINE@json.output@{@@@", 270 "@@@STEP_LOG_LINE@json.output@{@@@",
275 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262/Ubuntu-12.04 /[dummy has/V8 Linux64 - debug/571\", @@@", 271 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262/Ubuntu-12.04 /[dummy has/V8 Linux64 - debug/571\", @@@",
276 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 272 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
277 "@@@STEP_LOG_LINE@json.output@ \"Test262/Ubuntu-12.04/[dummy has/V8 Lin ux64 - debug/571:3:0\": {@@@", 273 "@@@STEP_LOG_LINE@json.output@ \"Test262/Ubuntu-12.04/[dummy has/V8 Lin ux64 - debug/571:3:0\": {@@@",
278 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 274 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
279 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 275 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
280 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 276 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
281 "@@@STEP_LOG_LINE@json.output@ }, @@@", 277 "@@@STEP_LOG_LINE@json.output@ }, @@@",
(...skipping 12 matching lines...) Expand all
294 "@@@STEP_LOG_END@json.output@@@", 290 "@@@STEP_LOG_END@json.output@@@",
295 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@", 291 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@",
296 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@ @@", 292 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@ @@",
297 "@@@STEP_LINK@shard #2@https://chromium-swarm.appspot.com/user/task/10200@ @@" 293 "@@@STEP_LINK@shard #2@https://chromium-swarm.appspot.com/user/task/10200@ @@"
298 ] 294 ]
299 }, 295 },
300 { 296 {
301 "cmd": [ 297 "cmd": [
302 "python", 298 "python",
303 "-u", 299 "-u",
304 "[SLAVE_BUILD]/swarming.client/swarming.py", 300 "[CWD]/swarming.client/swarming.py",
305 "trigger", 301 "trigger",
306 "--swarming", 302 "--swarming",
307 "https://chromium-swarm.appspot.com", 303 "https://chromium-swarm.appspot.com",
308 "--isolate-server", 304 "--isolate-server",
309 "https://isolateserver.appspot.com", 305 "https://isolateserver.appspot.com",
310 "--priority", 306 "--priority",
311 "25", 307 "25",
312 "--shards", 308 "--shards",
313 "1", 309 "1",
314 "--task-name", 310 "--task-name",
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 "--buildbot", 364 "--buildbot",
369 "--timeout=200", 365 "--timeout=200",
370 "--random-seed=-1690478353", 366 "--random-seed=-1690478353",
371 "mozilla", 367 "mozilla",
372 "--exhaustive-variants", 368 "--exhaustive-variants",
373 "--rerun-failures-count=2", 369 "--rerun-failures-count=2",
374 "--swarming", 370 "--swarming",
375 "--json-test-results", 371 "--json-test-results",
376 "${ISOLATED_OUTDIR}/output.json" 372 "${ISOLATED_OUTDIR}/output.json"
377 ], 373 ],
378 "cwd": "[SLAVE_BUILD]",
379 "name": "[trigger] Mozilla on Ubuntu-12.04", 374 "name": "[trigger] Mozilla on Ubuntu-12.04",
380 "~followup_annotations": [ 375 "~followup_annotations": [
381 "@@@STEP_LOG_LINE@json.output@{@@@", 376 "@@@STEP_LOG_LINE@json.output@{@@@",
382 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Ubuntu-12.04 /[dummy has/V8 Linux64 - debug/571\", @@@", 377 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Ubuntu-12.04 /[dummy has/V8 Linux64 - debug/571\", @@@",
383 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 378 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
384 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Ubuntu-12.04/[dummy has/V8 Lin ux64 - debug/571\": {@@@", 379 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Ubuntu-12.04/[dummy has/V8 Lin ux64 - debug/571\": {@@@",
385 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 380 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
386 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 381 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
387 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 382 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
388 "@@@STEP_LOG_LINE@json.output@ }@@@", 383 "@@@STEP_LOG_LINE@json.output@ }@@@",
389 "@@@STEP_LOG_LINE@json.output@ }@@@", 384 "@@@STEP_LOG_LINE@json.output@ }@@@",
390 "@@@STEP_LOG_LINE@json.output@}@@@", 385 "@@@STEP_LOG_LINE@json.output@}@@@",
391 "@@@STEP_LOG_END@json.output@@@", 386 "@@@STEP_LOG_END@json.output@@@",
392 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 387 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
393 ] 388 ]
394 }, 389 },
395 { 390 {
396 "cmd": [ 391 "cmd": [
397 "python", 392 "python",
398 "-u", 393 "-u",
399 "[SLAVE_BUILD]/swarming.client/swarming.py", 394 "[CWD]/swarming.client/swarming.py",
400 "trigger", 395 "trigger",
401 "--swarming", 396 "--swarming",
402 "https://chromium-swarm.appspot.com", 397 "https://chromium-swarm.appspot.com",
403 "--isolate-server", 398 "--isolate-server",
404 "https://isolateserver.appspot.com", 399 "https://isolateserver.appspot.com",
405 "--priority", 400 "--priority",
406 "25", 401 "25",
407 "--shards", 402 "--shards",
408 "1", 403 "1",
409 "--task-name", 404 "--task-name",
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 "--timeout=200", 459 "--timeout=200",
465 "--random-seed=-1690478353", 460 "--random-seed=-1690478353",
466 "simdjs", 461 "simdjs",
467 "--download-data", 462 "--download-data",
468 "--exhaustive-variants", 463 "--exhaustive-variants",
469 "--rerun-failures-count=2", 464 "--rerun-failures-count=2",
470 "--swarming", 465 "--swarming",
471 "--json-test-results", 466 "--json-test-results",
472 "${ISOLATED_OUTDIR}/output.json" 467 "${ISOLATED_OUTDIR}/output.json"
473 ], 468 ],
474 "cwd": "[SLAVE_BUILD]",
475 "name": "[trigger] SimdJs - all on Ubuntu-12.04", 469 "name": "[trigger] SimdJs - all on Ubuntu-12.04",
476 "~followup_annotations": [ 470 "~followup_annotations": [
477 "@@@STEP_LOG_LINE@json.output@{@@@", 471 "@@@STEP_LOG_LINE@json.output@{@@@",
478 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Ubuntu- 12.04/[dummy has/V8 Linux64 - debug/571\", @@@", 472 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Ubuntu- 12.04/[dummy has/V8 Linux64 - debug/571\", @@@",
479 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 473 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
480 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Ubuntu-12.04/[dummy has/V 8 Linux64 - debug/571\": {@@@", 474 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Ubuntu-12.04/[dummy has/V 8 Linux64 - debug/571\": {@@@",
481 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 475 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
482 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 476 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
483 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 477 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
484 "@@@STEP_LOG_LINE@json.output@ }@@@", 478 "@@@STEP_LOG_LINE@json.output@ }@@@",
485 "@@@STEP_LOG_LINE@json.output@ }@@@", 479 "@@@STEP_LOG_LINE@json.output@ }@@@",
486 "@@@STEP_LOG_LINE@json.output@}@@@", 480 "@@@STEP_LOG_LINE@json.output@}@@@",
487 "@@@STEP_LOG_END@json.output@@@", 481 "@@@STEP_LOG_END@json.output@@@",
488 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 482 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
489 ] 483 ]
490 }, 484 },
491 { 485 {
492 "cmd": [ 486 "cmd": [
493 "python", 487 "python",
494 "-u", 488 "-u",
495 "[SLAVE_BUILD]/swarming.client/swarming.py", 489 "[CWD]/swarming.client/swarming.py",
496 "trigger", 490 "trigger",
497 "--swarming", 491 "--swarming",
498 "https://chromium-swarm.appspot.com", 492 "https://chromium-swarm.appspot.com",
499 "--isolate-server", 493 "--isolate-server",
500 "https://isolateserver.appspot.com", 494 "https://isolateserver.appspot.com",
501 "--priority", 495 "--priority",
502 "25", 496 "25",
503 "--shards", 497 "--shards",
504 "1", 498 "1",
505 "--task-name", 499 "--task-name",
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 "--timeout=200", 554 "--timeout=200",
561 "--random-seed=-1690478353", 555 "--random-seed=-1690478353",
562 "ignition", 556 "ignition",
563 "--ignition-turbofan", 557 "--ignition-turbofan",
564 "--variants=ignition_turbofan", 558 "--variants=ignition_turbofan",
565 "--rerun-failures-count=2", 559 "--rerun-failures-count=2",
566 "--swarming", 560 "--swarming",
567 "--json-test-results", 561 "--json-test-results",
568 "${ISOLATED_OUTDIR}/output.json" 562 "${ISOLATED_OUTDIR}/output.json"
569 ], 563 ],
570 "cwd": "[SLAVE_BUILD]",
571 "name": "[trigger] Ignition - turbofan on Ubuntu-12.04", 564 "name": "[trigger] Ignition - turbofan on Ubuntu-12.04",
572 "~followup_annotations": [ 565 "~followup_annotations": [
573 "@@@STEP_LOG_LINE@json.output@{@@@", 566 "@@@STEP_LOG_LINE@json.output@{@@@",
574 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/ Ubuntu-12.04/[dummy has/V8 Linux64 - debug/571\", @@@", 567 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/ Ubuntu-12.04/[dummy has/V8 Linux64 - debug/571\", @@@",
575 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 568 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
576 "@@@STEP_LOG_LINE@json.output@ \"Ignition - turbofan/Ubuntu-12.04/[dumm y has/V8 Linux64 - debug/571\": {@@@", 569 "@@@STEP_LOG_LINE@json.output@ \"Ignition - turbofan/Ubuntu-12.04/[dumm y has/V8 Linux64 - debug/571\": {@@@",
577 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 570 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
578 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 571 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
579 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 572 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
580 "@@@STEP_LOG_LINE@json.output@ }@@@", 573 "@@@STEP_LOG_LINE@json.output@ }@@@",
581 "@@@STEP_LOG_LINE@json.output@ }@@@", 574 "@@@STEP_LOG_LINE@json.output@ }@@@",
582 "@@@STEP_LOG_LINE@json.output@}@@@", 575 "@@@STEP_LOG_LINE@json.output@}@@@",
583 "@@@STEP_LOG_END@json.output@@@", 576 "@@@STEP_LOG_END@json.output@@@",
584 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 577 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
585 ] 578 ]
586 }, 579 },
587 { 580 {
588 "cmd": [ 581 "cmd": [
589 "python", 582 "python",
590 "-u", 583 "-u",
591 "[SLAVE_BUILD]/swarming.client/swarming.py", 584 "[CWD]/swarming.client/swarming.py",
592 "trigger", 585 "trigger",
593 "--swarming", 586 "--swarming",
594 "https://chromium-swarm.appspot.com", 587 "https://chromium-swarm.appspot.com",
595 "--isolate-server", 588 "--isolate-server",
596 "https://isolateserver.appspot.com", 589 "https://isolateserver.appspot.com",
597 "--priority", 590 "--priority",
598 "25", 591 "25",
599 "--shards", 592 "--shards",
600 "1", 593 "1",
601 "--task-name", 594 "--task-name",
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
656 "--timeout=200", 649 "--timeout=200",
657 "--random-seed=-1690478353", 650 "--random-seed=-1690478353",
658 "mjsunit", 651 "mjsunit",
659 "--extra-flags=--turbo_sp_frame_access", 652 "--extra-flags=--turbo_sp_frame_access",
660 "--variants=turbofan", 653 "--variants=turbofan",
661 "--rerun-failures-count=2", 654 "--rerun-failures-count=2",
662 "--swarming", 655 "--swarming",
663 "--json-test-results", 656 "--json-test-results",
664 "${ISOLATED_OUTDIR}/output.json" 657 "${ISOLATED_OUTDIR}/output.json"
665 ], 658 ],
666 "cwd": "[SLAVE_BUILD]",
667 "name": "[trigger] Mjsunit - sp frame access on Ubuntu-12.04", 659 "name": "[trigger] Mjsunit - sp frame access on Ubuntu-12.04",
668 "~followup_annotations": [ 660 "~followup_annotations": [
669 "@@@STEP_LOG_LINE@json.output@{@@@", 661 "@@@STEP_LOG_LINE@json.output@{@@@",
670 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mjsunit - sp frame a ccess/Ubuntu-12.04/[dummy has/V8 Linux64 - debug/571\", @@@", 662 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mjsunit - sp frame a ccess/Ubuntu-12.04/[dummy has/V8 Linux64 - debug/571\", @@@",
671 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 663 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
672 "@@@STEP_LOG_LINE@json.output@ \"Mjsunit - sp frame access/Ubuntu-12.04 /[dummy has/V8 Linux64 - debug/571\": {@@@", 664 "@@@STEP_LOG_LINE@json.output@ \"Mjsunit - sp frame access/Ubuntu-12.04 /[dummy has/V8 Linux64 - debug/571\": {@@@",
673 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 665 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
674 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 666 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
675 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 667 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
676 "@@@STEP_LOG_LINE@json.output@ }@@@", 668 "@@@STEP_LOG_LINE@json.output@ }@@@",
677 "@@@STEP_LOG_LINE@json.output@ }@@@", 669 "@@@STEP_LOG_LINE@json.output@ }@@@",
678 "@@@STEP_LOG_LINE@json.output@}@@@", 670 "@@@STEP_LOG_LINE@json.output@}@@@",
679 "@@@STEP_LOG_END@json.output@@@", 671 "@@@STEP_LOG_END@json.output@@@",
680 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 672 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
681 ] 673 ]
682 }, 674 },
683 { 675 {
684 "cmd": [ 676 "cmd": [
685 "python", 677 "python",
686 "-u", 678 "-u",
687 "[SLAVE_BUILD]/swarming.client/swarming.py", 679 "[CWD]/swarming.client/swarming.py",
688 "trigger", 680 "trigger",
689 "--swarming", 681 "--swarming",
690 "https://chromium-swarm.appspot.com", 682 "https://chromium-swarm.appspot.com",
691 "--isolate-server", 683 "--isolate-server",
692 "https://isolateserver.appspot.com", 684 "https://isolateserver.appspot.com",
693 "--priority", 685 "--priority",
694 "25", 686 "25",
695 "--shards", 687 "--shards",
696 "1", 688 "1",
697 "--task-name", 689 "--task-name",
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 "--random-seed=-1690478353", 745 "--random-seed=-1690478353",
754 "test262", 746 "test262",
755 "--ignition-turbofan", 747 "--ignition-turbofan",
756 "--download-data", 748 "--download-data",
757 "--variants=ignition_turbofan", 749 "--variants=ignition_turbofan",
758 "--rerun-failures-count=2", 750 "--rerun-failures-count=2",
759 "--swarming", 751 "--swarming",
760 "--json-test-results", 752 "--json-test-results",
761 "${ISOLATED_OUTDIR}/output.json" 753 "${ISOLATED_OUTDIR}/output.json"
762 ], 754 ],
763 "cwd": "[SLAVE_BUILD]",
764 "name": "[trigger] Test262 - ignition - turbofan on Ubuntu-12.04", 755 "name": "[trigger] Test262 - ignition - turbofan on Ubuntu-12.04",
765 "~followup_annotations": [ 756 "~followup_annotations": [
766 "@@@STEP_LOG_LINE@json.output@{@@@", 757 "@@@STEP_LOG_LINE@json.output@{@@@",
767 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - ignition - turbofan/Ubuntu-12.04/[dummy has/V8 Linux64 - debug/571\", @@@", 758 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - ignition - turbofan/Ubuntu-12.04/[dummy has/V8 Linux64 - debug/571\", @@@",
768 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 759 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
769 "@@@STEP_LOG_LINE@json.output@ \"Test262 - ignition - turbofan/Ubuntu-1 2.04/[dummy has/V8 Linux64 - debug/571\": {@@@", 760 "@@@STEP_LOG_LINE@json.output@ \"Test262 - ignition - turbofan/Ubuntu-1 2.04/[dummy has/V8 Linux64 - debug/571\": {@@@",
770 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 761 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
771 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 762 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
772 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 763 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
773 "@@@STEP_LOG_LINE@json.output@ }@@@", 764 "@@@STEP_LOG_LINE@json.output@ }@@@",
774 "@@@STEP_LOG_LINE@json.output@ }@@@", 765 "@@@STEP_LOG_LINE@json.output@ }@@@",
775 "@@@STEP_LOG_LINE@json.output@}@@@", 766 "@@@STEP_LOG_LINE@json.output@}@@@",
776 "@@@STEP_LOG_END@json.output@@@", 767 "@@@STEP_LOG_END@json.output@@@",
777 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 768 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
778 ] 769 ]
779 }, 770 },
780 { 771 {
781 "cmd": [ 772 "cmd": [
782 "python", 773 "python",
783 "-u", 774 "-u",
784 "[SLAVE_BUILD]/swarming.client/swarming.py", 775 "[CWD]/swarming.client/swarming.py",
785 "trigger", 776 "trigger",
786 "--swarming", 777 "--swarming",
787 "https://chromium-swarm.appspot.com", 778 "https://chromium-swarm.appspot.com",
788 "--isolate-server", 779 "--isolate-server",
789 "https://isolateserver.appspot.com", 780 "https://isolateserver.appspot.com",
790 "--priority", 781 "--priority",
791 "25", 782 "25",
792 "--shards", 783 "--shards",
793 "1", 784 "1",
794 "--task-name", 785 "--task-name",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
835 "slavename:TestSlavename", 826 "slavename:TestSlavename",
836 "--tag", 827 "--tag",
837 "stepname:Simple Leak Check on Ubuntu-12.04", 828 "stepname:Simple Leak Check on Ubuntu-12.04",
838 "--idempotent", 829 "--idempotent",
839 "[dummy hash for run-valgrind]", 830 "[dummy hash for run-valgrind]",
840 "--", 831 "--",
841 "out/Debug/d8", 832 "out/Debug/d8",
842 "-e", 833 "-e",
843 "print(1+2)" 834 "print(1+2)"
844 ], 835 ],
845 "cwd": "[SLAVE_BUILD]",
846 "name": "[trigger] Simple Leak Check on Ubuntu-12.04", 836 "name": "[trigger] Simple Leak Check on Ubuntu-12.04",
847 "~followup_annotations": [ 837 "~followup_annotations": [
848 "@@@STEP_LOG_LINE@json.output@{@@@", 838 "@@@STEP_LOG_LINE@json.output@{@@@",
849 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Simple Leak Check/Ub untu-12.04/[dummy has/V8 Linux64 - debug/571\", @@@", 839 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Simple Leak Check/Ub untu-12.04/[dummy has/V8 Linux64 - debug/571\", @@@",
850 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 840 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
851 "@@@STEP_LOG_LINE@json.output@ \"Simple Leak Check/Ubuntu-12.04/[dummy has/V8 Linux64 - debug/571\": {@@@", 841 "@@@STEP_LOG_LINE@json.output@ \"Simple Leak Check/Ubuntu-12.04/[dummy has/V8 Linux64 - debug/571\": {@@@",
852 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 842 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
853 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 843 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
854 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 844 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
855 "@@@STEP_LOG_LINE@json.output@ }@@@", 845 "@@@STEP_LOG_LINE@json.output@ }@@@",
856 "@@@STEP_LOG_LINE@json.output@ }@@@", 846 "@@@STEP_LOG_LINE@json.output@ }@@@",
857 "@@@STEP_LOG_LINE@json.output@}@@@", 847 "@@@STEP_LOG_LINE@json.output@}@@@",
858 "@@@STEP_LOG_END@json.output@@@", 848 "@@@STEP_LOG_END@json.output@@@",
859 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 849 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
860 ] 850 ]
861 }, 851 },
862 { 852 {
863 "allow_subannotations": true, 853 "allow_subannotations": true,
864 "cmd": [ 854 "cmd": [
865 "python", 855 "python",
866 "-u", 856 "-u",
867 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", 857 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py",
868 "--swarming-client-dir", 858 "--swarming-client-dir",
869 "[SLAVE_BUILD]/swarming.client", 859 "[CWD]/swarming.client",
870 "--temp-root-dir", 860 "--temp-root-dir",
871 "[TMP_BASE]", 861 "[TMP]",
872 "--merged-test-output", 862 "--merged-test-output",
873 "/path/to/tmp/json", 863 "/path/to/tmp/json",
874 "--", 864 "--",
875 "collect", 865 "collect",
876 "--swarming", 866 "--swarming",
877 "https://chromium-swarm.appspot.com", 867 "https://chromium-swarm.appspot.com",
878 "--decorate", 868 "--decorate",
879 "--print-status-updates", 869 "--print-status-updates",
880 "--shards", 870 "--shards",
881 "1", 871 "1",
882 "Check/Ubuntu-12.04/[dummy has/V8 Linux64 - debug/571" 872 "Check/Ubuntu-12.04/[dummy has/V8 Linux64 - debug/571"
883 ], 873 ],
884 "cwd": "[SLAVE_BUILD]",
885 "name": "Check", 874 "name": "Check",
886 "~followup_annotations": [ 875 "~followup_annotations": [
887 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 876 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
888 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 877 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
889 "@@@STEP_LOG_LINE@durations@@@@", 878 "@@@STEP_LOG_LINE@durations@@@@",
890 "@@@STEP_LOG_LINE@durations@Details:@@@", 879 "@@@STEP_LOG_LINE@durations@Details:@@@",
891 "@@@STEP_LOG_LINE@durations@@@@", 880 "@@@STEP_LOG_LINE@durations@@@@",
892 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 881 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
893 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 882 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
894 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 883 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
895 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", 884 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
896 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", 885 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
897 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", 886 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
898 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", 887 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
899 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 888 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
900 "@@@STEP_LOG_END@durations@@@" 889 "@@@STEP_LOG_END@durations@@@"
901 ] 890 ]
902 }, 891 },
903 { 892 {
904 "allow_subannotations": true, 893 "allow_subannotations": true,
905 "cmd": [ 894 "cmd": [
906 "python", 895 "python",
907 "-u", 896 "-u",
908 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", 897 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py",
909 "--swarming-client-dir", 898 "--swarming-client-dir",
910 "[SLAVE_BUILD]/swarming.client", 899 "[CWD]/swarming.client",
911 "--temp-root-dir", 900 "--temp-root-dir",
912 "[TMP_BASE]", 901 "[TMP]",
913 "--merged-test-output", 902 "--merged-test-output",
914 "/path/to/tmp/json", 903 "/path/to/tmp/json",
915 "--", 904 "--",
916 "collect", 905 "collect",
917 "--swarming", 906 "--swarming",
918 "https://chromium-swarm.appspot.com", 907 "https://chromium-swarm.appspot.com",
919 "--decorate", 908 "--decorate",
920 "--print-status-updates", 909 "--print-status-updates",
921 "--shards", 910 "--shards",
922 "3", 911 "3",
923 "Test262/Ubuntu-12.04/[dummy has/V8 Linux64 - debug/571" 912 "Test262/Ubuntu-12.04/[dummy has/V8 Linux64 - debug/571"
924 ], 913 ],
925 "cwd": "[SLAVE_BUILD]",
926 "name": "Test262", 914 "name": "Test262",
927 "~followup_annotations": [ 915 "~followup_annotations": [
928 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 916 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
929 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 917 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
930 "@@@STEP_LOG_LINE@durations@@@@", 918 "@@@STEP_LOG_LINE@durations@@@@",
931 "@@@STEP_LOG_LINE@durations@Details:@@@", 919 "@@@STEP_LOG_LINE@durations@Details:@@@",
932 "@@@STEP_LOG_LINE@durations@@@@", 920 "@@@STEP_LOG_LINE@durations@@@@",
933 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 921 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
934 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 922 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
935 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 923 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
936 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", 924 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
937 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", 925 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
938 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", 926 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
939 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", 927 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
940 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 928 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
941 "@@@STEP_LOG_END@durations@@@" 929 "@@@STEP_LOG_END@durations@@@"
942 ] 930 ]
943 }, 931 },
944 { 932 {
945 "allow_subannotations": true, 933 "allow_subannotations": true,
946 "cmd": [ 934 "cmd": [
947 "python", 935 "python",
948 "-u", 936 "-u",
949 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", 937 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py",
950 "--swarming-client-dir", 938 "--swarming-client-dir",
951 "[SLAVE_BUILD]/swarming.client", 939 "[CWD]/swarming.client",
952 "--temp-root-dir", 940 "--temp-root-dir",
953 "[TMP_BASE]", 941 "[TMP]",
954 "--merged-test-output", 942 "--merged-test-output",
955 "/path/to/tmp/json", 943 "/path/to/tmp/json",
956 "--", 944 "--",
957 "collect", 945 "collect",
958 "--swarming", 946 "--swarming",
959 "https://chromium-swarm.appspot.com", 947 "https://chromium-swarm.appspot.com",
960 "--decorate", 948 "--decorate",
961 "--print-status-updates", 949 "--print-status-updates",
962 "--shards", 950 "--shards",
963 "1", 951 "1",
964 "Mozilla/Ubuntu-12.04/[dummy has/V8 Linux64 - debug/571" 952 "Mozilla/Ubuntu-12.04/[dummy has/V8 Linux64 - debug/571"
965 ], 953 ],
966 "cwd": "[SLAVE_BUILD]",
967 "name": "Mozilla", 954 "name": "Mozilla",
968 "~followup_annotations": [ 955 "~followup_annotations": [
969 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 956 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
970 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 957 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
971 "@@@STEP_LOG_LINE@durations@@@@", 958 "@@@STEP_LOG_LINE@durations@@@@",
972 "@@@STEP_LOG_LINE@durations@Details:@@@", 959 "@@@STEP_LOG_LINE@durations@Details:@@@",
973 "@@@STEP_LOG_LINE@durations@@@@", 960 "@@@STEP_LOG_LINE@durations@@@@",
974 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 961 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
975 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 962 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
976 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 963 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
977 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", 964 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
978 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", 965 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
979 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", 966 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
980 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", 967 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
981 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 968 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
982 "@@@STEP_LOG_END@durations@@@" 969 "@@@STEP_LOG_END@durations@@@"
983 ] 970 ]
984 }, 971 },
985 { 972 {
986 "allow_subannotations": true, 973 "allow_subannotations": true,
987 "cmd": [ 974 "cmd": [
988 "python", 975 "python",
989 "-u", 976 "-u",
990 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", 977 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py",
991 "--swarming-client-dir", 978 "--swarming-client-dir",
992 "[SLAVE_BUILD]/swarming.client", 979 "[CWD]/swarming.client",
993 "--temp-root-dir", 980 "--temp-root-dir",
994 "[TMP_BASE]", 981 "[TMP]",
995 "--merged-test-output", 982 "--merged-test-output",
996 "/path/to/tmp/json", 983 "/path/to/tmp/json",
997 "--", 984 "--",
998 "collect", 985 "collect",
999 "--swarming", 986 "--swarming",
1000 "https://chromium-swarm.appspot.com", 987 "https://chromium-swarm.appspot.com",
1001 "--decorate", 988 "--decorate",
1002 "--print-status-updates", 989 "--print-status-updates",
1003 "--shards", 990 "--shards",
1004 "1", 991 "1",
1005 "SimdJs - all/Ubuntu-12.04/[dummy has/V8 Linux64 - debug/571" 992 "SimdJs - all/Ubuntu-12.04/[dummy has/V8 Linux64 - debug/571"
1006 ], 993 ],
1007 "cwd": "[SLAVE_BUILD]",
1008 "name": "SimdJs - all", 994 "name": "SimdJs - all",
1009 "~followup_annotations": [ 995 "~followup_annotations": [
1010 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 996 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
1011 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 997 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
1012 "@@@STEP_LOG_LINE@durations@@@@", 998 "@@@STEP_LOG_LINE@durations@@@@",
1013 "@@@STEP_LOG_LINE@durations@Details:@@@", 999 "@@@STEP_LOG_LINE@durations@Details:@@@",
1014 "@@@STEP_LOG_LINE@durations@@@@", 1000 "@@@STEP_LOG_LINE@durations@@@@",
1015 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 1001 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
1016 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 1002 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
1017 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 1003 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
1018 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", 1004 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
1019 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", 1005 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
1020 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", 1006 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
1021 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", 1007 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
1022 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 1008 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
1023 "@@@STEP_LOG_END@durations@@@" 1009 "@@@STEP_LOG_END@durations@@@"
1024 ] 1010 ]
1025 }, 1011 },
1026 { 1012 {
1027 "allow_subannotations": true, 1013 "allow_subannotations": true,
1028 "cmd": [ 1014 "cmd": [
1029 "python", 1015 "python",
1030 "-u", 1016 "-u",
1031 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", 1017 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py",
1032 "--swarming-client-dir", 1018 "--swarming-client-dir",
1033 "[SLAVE_BUILD]/swarming.client", 1019 "[CWD]/swarming.client",
1034 "--temp-root-dir", 1020 "--temp-root-dir",
1035 "[TMP_BASE]", 1021 "[TMP]",
1036 "--merged-test-output", 1022 "--merged-test-output",
1037 "/path/to/tmp/json", 1023 "/path/to/tmp/json",
1038 "--", 1024 "--",
1039 "collect", 1025 "collect",
1040 "--swarming", 1026 "--swarming",
1041 "https://chromium-swarm.appspot.com", 1027 "https://chromium-swarm.appspot.com",
1042 "--decorate", 1028 "--decorate",
1043 "--print-status-updates", 1029 "--print-status-updates",
1044 "--shards", 1030 "--shards",
1045 "1", 1031 "1",
1046 "Ignition - turbofan/Ubuntu-12.04/[dummy has/V8 Linux64 - debug/571" 1032 "Ignition - turbofan/Ubuntu-12.04/[dummy has/V8 Linux64 - debug/571"
1047 ], 1033 ],
1048 "cwd": "[SLAVE_BUILD]",
1049 "name": "Ignition - turbofan", 1034 "name": "Ignition - turbofan",
1050 "~followup_annotations": [ 1035 "~followup_annotations": [
1051 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 1036 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
1052 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 1037 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
1053 "@@@STEP_LOG_LINE@durations@@@@", 1038 "@@@STEP_LOG_LINE@durations@@@@",
1054 "@@@STEP_LOG_LINE@durations@Details:@@@", 1039 "@@@STEP_LOG_LINE@durations@Details:@@@",
1055 "@@@STEP_LOG_LINE@durations@@@@", 1040 "@@@STEP_LOG_LINE@durations@@@@",
1056 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 1041 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
1057 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 1042 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
1058 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 1043 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
1059 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", 1044 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
1060 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", 1045 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
1061 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", 1046 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
1062 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", 1047 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
1063 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 1048 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
1064 "@@@STEP_LOG_END@durations@@@" 1049 "@@@STEP_LOG_END@durations@@@"
1065 ] 1050 ]
1066 }, 1051 },
1067 { 1052 {
1068 "allow_subannotations": true, 1053 "allow_subannotations": true,
1069 "cmd": [ 1054 "cmd": [
1070 "python", 1055 "python",
1071 "-u", 1056 "-u",
1072 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", 1057 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py",
1073 "--swarming-client-dir", 1058 "--swarming-client-dir",
1074 "[SLAVE_BUILD]/swarming.client", 1059 "[CWD]/swarming.client",
1075 "--temp-root-dir", 1060 "--temp-root-dir",
1076 "[TMP_BASE]", 1061 "[TMP]",
1077 "--merged-test-output", 1062 "--merged-test-output",
1078 "/path/to/tmp/json", 1063 "/path/to/tmp/json",
1079 "--", 1064 "--",
1080 "collect", 1065 "collect",
1081 "--swarming", 1066 "--swarming",
1082 "https://chromium-swarm.appspot.com", 1067 "https://chromium-swarm.appspot.com",
1083 "--decorate", 1068 "--decorate",
1084 "--print-status-updates", 1069 "--print-status-updates",
1085 "--shards", 1070 "--shards",
1086 "1", 1071 "1",
1087 "Mjsunit - sp frame access/Ubuntu-12.04/[dummy has/V8 Linux64 - debug/571" 1072 "Mjsunit - sp frame access/Ubuntu-12.04/[dummy has/V8 Linux64 - debug/571"
1088 ], 1073 ],
1089 "cwd": "[SLAVE_BUILD]",
1090 "name": "Mjsunit - sp frame access", 1074 "name": "Mjsunit - sp frame access",
1091 "~followup_annotations": [ 1075 "~followup_annotations": [
1092 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 1076 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
1093 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 1077 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
1094 "@@@STEP_LOG_LINE@durations@@@@", 1078 "@@@STEP_LOG_LINE@durations@@@@",
1095 "@@@STEP_LOG_LINE@durations@Details:@@@", 1079 "@@@STEP_LOG_LINE@durations@Details:@@@",
1096 "@@@STEP_LOG_LINE@durations@@@@", 1080 "@@@STEP_LOG_LINE@durations@@@@",
1097 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 1081 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
1098 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 1082 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
1099 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 1083 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
1100 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", 1084 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
1101 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", 1085 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
1102 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", 1086 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
1103 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", 1087 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
1104 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 1088 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
1105 "@@@STEP_LOG_END@durations@@@" 1089 "@@@STEP_LOG_END@durations@@@"
1106 ] 1090 ]
1107 }, 1091 },
1108 { 1092 {
1109 "allow_subannotations": true, 1093 "allow_subannotations": true,
1110 "cmd": [ 1094 "cmd": [
1111 "python", 1095 "python",
1112 "-u", 1096 "-u",
1113 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", 1097 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py",
1114 "--swarming-client-dir", 1098 "--swarming-client-dir",
1115 "[SLAVE_BUILD]/swarming.client", 1099 "[CWD]/swarming.client",
1116 "--temp-root-dir", 1100 "--temp-root-dir",
1117 "[TMP_BASE]", 1101 "[TMP]",
1118 "--merged-test-output", 1102 "--merged-test-output",
1119 "/path/to/tmp/json", 1103 "/path/to/tmp/json",
1120 "--", 1104 "--",
1121 "collect", 1105 "collect",
1122 "--swarming", 1106 "--swarming",
1123 "https://chromium-swarm.appspot.com", 1107 "https://chromium-swarm.appspot.com",
1124 "--decorate", 1108 "--decorate",
1125 "--print-status-updates", 1109 "--print-status-updates",
1126 "--shards", 1110 "--shards",
1127 "1", 1111 "1",
1128 "Test262 - ignition - turbofan/Ubuntu-12.04/[dummy has/V8 Linux64 - debug/ 571" 1112 "Test262 - ignition - turbofan/Ubuntu-12.04/[dummy has/V8 Linux64 - debug/ 571"
1129 ], 1113 ],
1130 "cwd": "[SLAVE_BUILD]",
1131 "name": "Test262 - ignition - turbofan", 1114 "name": "Test262 - ignition - turbofan",
1132 "~followup_annotations": [ 1115 "~followup_annotations": [
1133 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 1116 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
1134 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 1117 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
1135 "@@@STEP_LOG_LINE@durations@@@@", 1118 "@@@STEP_LOG_LINE@durations@@@@",
1136 "@@@STEP_LOG_LINE@durations@Details:@@@", 1119 "@@@STEP_LOG_LINE@durations@Details:@@@",
1137 "@@@STEP_LOG_LINE@durations@@@@", 1120 "@@@STEP_LOG_LINE@durations@@@@",
1138 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 1121 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
1139 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 1122 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
1140 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 1123 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
1141 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", 1124 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
1142 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", 1125 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
1143 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", 1126 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
1144 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", 1127 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
1145 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 1128 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
1146 "@@@STEP_LOG_END@durations@@@" 1129 "@@@STEP_LOG_END@durations@@@"
1147 ] 1130 ]
1148 }, 1131 },
1149 { 1132 {
1150 "cmd": [ 1133 "cmd": [
1151 "python", 1134 "python",
1152 "-u", 1135 "-u",
1153 "[SLAVE_BUILD]/swarming.client/swarming.py", 1136 "[CWD]/swarming.client/swarming.py",
1154 "collect", 1137 "collect",
1155 "--swarming", 1138 "--swarming",
1156 "https://chromium-swarm.appspot.com", 1139 "https://chromium-swarm.appspot.com",
1157 "--decorate", 1140 "--decorate",
1158 "--print-status-updates", 1141 "--print-status-updates",
1159 "--shards", 1142 "--shards",
1160 "1", 1143 "1",
1161 "Simple Leak Check/Ubuntu-12.04/[dummy has/V8 Linux64 - debug/571", 1144 "Simple Leak Check/Ubuntu-12.04/[dummy has/V8 Linux64 - debug/571",
1162 "--task-summary-json", 1145 "--task-summary-json",
1163 "/path/to/tmp/json" 1146 "/path/to/tmp/json"
1164 ], 1147 ],
1165 "cwd": "[SLAVE_BUILD]",
1166 "name": "Simple Leak Check on Ubuntu-12.04", 1148 "name": "Simple Leak Check on Ubuntu-12.04",
1167 "~followup_annotations": [ 1149 "~followup_annotations": [
1168 "@@@STEP_TEXT@swarming pending 71s@@@", 1150 "@@@STEP_TEXT@swarming pending 71s@@@",
1169 "@@@STEP_LOG_LINE@json.output@{@@@", 1151 "@@@STEP_LOG_LINE@json.output@{@@@",
1170 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 1152 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
1171 "@@@STEP_LOG_LINE@json.output@ {@@@", 1153 "@@@STEP_LOG_LINE@json.output@ {@@@",
1172 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", 1154 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
1173 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", 1155 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@",
1174 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@", 1156 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@",
1175 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@", 1157 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@",
(...skipping 30 matching lines...) Expand all
1206 "@@@STEP_LOG_END@json.output@@@", 1188 "@@@STEP_LOG_END@json.output@@@",
1207 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 1189 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
1208 ] 1190 ]
1209 }, 1191 },
1210 { 1192 {
1211 "name": "$result", 1193 "name": "$result",
1212 "recipe_result": null, 1194 "recipe_result": null,
1213 "status_code": 0 1195 "status_code": 0
1214 } 1196 }
1215 ] 1197 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698