OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "git", | 4 "git", |
5 "remote", | 5 "remote", |
6 "set-url", | 6 "set-url", |
7 "origin", | 7 "origin", |
8 "https://skia.googlesource.com/skia.git" | 8 "https://skia.googlesource.com/skia.git" |
9 ], | 9 ], |
10 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
328 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 328 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
329 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 329 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
330 "@@@STEP_LOG_END@python.inline@@@" | 330 "@@@STEP_LOG_END@python.inline@@@" |
331 ] | 331 ] |
332 }, | 332 }, |
333 { | 333 { |
334 "cmd": [ | 334 "cmd": [ |
335 "python", | 335 "python", |
336 "-u", | 336 "-u", |
337 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 337 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
338 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/skia
/infra/bots/compile_skia.isolate\", \n \"--isolated\", \n \"[SLAVE
_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated\", \n \"--confi
g-variable\", \n \"OS\", \n \"linux\", \n \"--blacklist\",
\n \".git\", \n \"--blacklist\", \n \"out\", \n \"--
blacklist\", \n \"*.pyc\", \n \"--extra-variable\", \n \"BU
ILDER_NAME\", \n \"Build-Win8-MSVC-x86_64-Release-Swarming\"\n ], \n
\"dir\": \"[SLAVE_BUILD]/skia/infra/bots\", \n \"version\": 1\n}", | 338 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/skia
/infra/bots/compile_skia.isolate\", \n \"--isolated\", \n \"[SLAVE
_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated\", \n \"--confi
g-variable\", \n \"OS\", \n \"linux\", \n \"--blacklist\",
\n \".git\", \n \"--blacklist\", \n \"out\", \n \"--
blacklist\", \n \"*.pyc\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n
\"version\": 1\n}", |
339 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" | 339 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" |
340 ], | 340 ], |
341 "cwd": "[SLAVE_BUILD]", | 341 "cwd": "[SLAVE_BUILD]", |
342 "name": "Write compile_skia.isolated.gen.json" | 342 "name": "Write compile_skia.isolated.gen.json" |
343 }, | 343 }, |
344 { | 344 { |
345 "cmd": [ | 345 "cmd": [ |
346 "python", | 346 "python", |
347 "-u", | 347 "-u", |
348 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 348 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
(...skipping 13 matching lines...) Expand all Loading... |
362 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", | 362 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", |
363 "@@@STEP_LOG_LINE@json.output@}@@@", | 363 "@@@STEP_LOG_LINE@json.output@}@@@", |
364 "@@@STEP_LOG_END@json.output@@@", | 364 "@@@STEP_LOG_END@json.output@@@", |
365 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" | 365 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" |
366 ] | 366 ] |
367 }, | 367 }, |
368 { | 368 { |
369 "cmd": [ | 369 "cmd": [ |
370 "python", | 370 "python", |
371 "-u", | 371 "-u", |
372 "\nimport json\nimport sys\nwith open(sys.argv[1]) as f:\n isolated = jso
n.load(f)\nfor h in sys.argv[2:]:\n isolated['includes'].append(sys.argv[2])\nw
ith open(sys.argv[1], 'w') as f:\n json.dump(isolated, f, sort_keys=True)\n", | 372 "\nimport json\nimport sys\nwith open(sys.argv[1]) as f:\n isolated = jso
n.load(f)\nfor h in sys.argv[2:]:\n isolated['includes'].append(h)\nwith open(s
ys.argv[1], 'w') as f:\n json.dump(isolated, f, sort_keys=True)\n", |
373 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated", | 373 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated", |
374 "705384d88f80da637eb367e5acc6f315c0e1db2f" | 374 "705384d88f80da637eb367e5acc6f315c0e1db2f", |
| 375 "8ba778e47df2a9b46355cf72c58b58fdb1a7f350" |
375 ], | 376 ], |
376 "cwd": "[SLAVE_BUILD]", | 377 "cwd": "[SLAVE_BUILD]", |
377 "name": "add_isolated_input", | 378 "name": "add_isolated_input", |
378 "~followup_annotations": [ | 379 "~followup_annotations": [ |
379 "@@@STEP_LOG_LINE@python.inline@@@@", | 380 "@@@STEP_LOG_LINE@python.inline@@@@", |
380 "@@@STEP_LOG_LINE@python.inline@import json@@@", | 381 "@@@STEP_LOG_LINE@python.inline@import json@@@", |
381 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 382 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
382 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", | 383 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", |
383 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", | 384 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", |
384 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", | 385 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", |
385 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(sys.argv[2])
@@@", | 386 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", |
386 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", | 387 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
387 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", | 388 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", |
388 "@@@STEP_LOG_END@python.inline@@@" | 389 "@@@STEP_LOG_END@python.inline@@@" |
389 ] | 390 ] |
390 }, | 391 }, |
391 { | 392 { |
392 "cmd": [ | 393 "cmd": [ |
393 "python", | 394 "python", |
394 "-u", | 395 "-u", |
395 "[SLAVE_BUILD]/swarming.client/isolateserver.py", | 396 "[SLAVE_BUILD]/swarming.client/isolateserver.py", |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
445 "master:client.skia.fyi", | 446 "master:client.skia.fyi", |
446 "--tag", | 447 "--tag", |
447 "name:compile_skia", | 448 "name:compile_skia", |
448 "--tag", | 449 "--tag", |
449 "os:Windows", | 450 "os:Windows", |
450 "--tag", | 451 "--tag", |
451 "slavename:skiabot-linux-housekeeper-003", | 452 "slavename:skiabot-linux-housekeeper-003", |
452 "--tag", | 453 "--tag", |
453 "stepname:compile_skia on Windows", | 454 "stepname:compile_skia on Windows", |
454 "--idempotent", | 455 "--idempotent", |
455 "def456" | 456 "def456", |
| 457 "--", |
| 458 "cook", |
| 459 "-repository", |
| 460 "https://chromium.googlesource.com/chromium/tools/build", |
| 461 "-revision", |
| 462 "", |
| 463 "-recipe", |
| 464 "skia/swarm_compile", |
| 465 "-properties", |
| 466 "{\"buildername\": \"Build-Win8-MSVC-x86_64-Release-Swarming\", \"masterna
me\": \"client.skia.fyi\", \"buildnumber\": 5, \"slavename\": \"skiabot-linux-ho
usekeeper-003\", \"reason\": \"Triggered by Skia swarm_trigger Recipe\", \"swarm
_out_dir\": \"${ISOLATED_OUTDIR}\", \"revision\": 164710}", |
| 467 "-workdir", |
| 468 "../../.." |
456 ], | 469 ], |
457 "cwd": "[SLAVE_BUILD]", | 470 "cwd": "[SLAVE_BUILD]", |
458 "name": "[trigger] compile_skia on Windows", | 471 "name": "[trigger] compile_skia on Windows", |
459 "~followup_annotations": [ | 472 "~followup_annotations": [ |
460 "@@@STEP_LOG_LINE@json.output@{@@@", | 473 "@@@STEP_LOG_LINE@json.output@{@@@", |
461 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Windows
/def456/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Swarming/5\", @@@", | 474 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Windows
/def456/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Swarming/5\", @@@", |
462 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 475 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
463 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Windows/def456/Test-Win8-
MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Swarming/5\": {@@@", | 476 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Windows/def456/Test-Win8-
MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Swarming/5\": {@@@", |
464 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 477 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
465 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 478 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
579 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 592 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
580 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 593 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
581 "@@@STEP_LOG_END@python.inline@@@" | 594 "@@@STEP_LOG_END@python.inline@@@" |
582 ] | 595 ] |
583 }, | 596 }, |
584 { | 597 { |
585 "cmd": [ | 598 "cmd": [ |
586 "python", | 599 "python", |
587 "-u", | 600 "-u", |
588 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 601 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
589 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/skia
/infra/bots/test_skia.isolate\", \n \"--isolated\", \n \"[SLAVE_BU
ILD]/swarming_temp_dir/skia-task-test_skia.isolated\", \n \"--config-vari
able\", \n \"OS\", \n \"linux\", \n \"--blacklist\", \n
\".git\", \n \"--extra-variable\", \n \"BUILD_NUMBER\", \n
\"5\", \n \"--extra-variable\", \n \"MASTER_NAME\", \n
\"client.skia.fyi\", \n \"--extra-variable\", \n \"SLAVE_NAME\", \
n \"skiabot-linux-housekeeper-003\", \n \"--extra-variable\", \n
\"BUILDER_NAME\", \n \"Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Rele
ase-Swarming\", \n \"--extra-variable\", \n \"PATCHSET\", \n
\"\", \n \"--extra-variable\", \n \"ISSUE\", \n \"\", \n
\"--extra-variable\", \n \"REVISION\", \n 164710\n ], \n
\"dir\": \"[SLAVE_BUILD]/skia/infra/bots\", \n \"version\": 1\n}", | 602 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/skia
/infra/bots/test_skia.isolate\", \n \"--isolated\", \n \"[SLAVE_BU
ILD]/swarming_temp_dir/skia-task-test_skia.isolated\", \n \"--config-vari
able\", \n \"OS\", \n \"linux\", \n \"--blacklist\", \n
\".git\", \n \"--blacklist\", \n \"out\", \n \"--blackl
ist\", \n \"*.pyc\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n \"ver
sion\": 1\n}", |
590 "[SLAVE_BUILD]/swarming_temp_dir/test_skia.isolated.gen.json" | 603 "[SLAVE_BUILD]/swarming_temp_dir/test_skia.isolated.gen.json" |
591 ], | 604 ], |
592 "cwd": "[SLAVE_BUILD]", | 605 "cwd": "[SLAVE_BUILD]", |
593 "name": "Write test_skia.isolated.gen.json" | 606 "name": "Write test_skia.isolated.gen.json" |
594 }, | 607 }, |
595 { | 608 { |
596 "cmd": [ | 609 "cmd": [ |
597 "python", | 610 "python", |
598 "-u", | 611 "-u", |
599 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 612 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
(...skipping 13 matching lines...) Expand all Loading... |
613 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia
]\"@@@", | 626 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia
]\"@@@", |
614 "@@@STEP_LOG_LINE@json.output@}@@@", | 627 "@@@STEP_LOG_LINE@json.output@}@@@", |
615 "@@@STEP_LOG_END@json.output@@@", | 628 "@@@STEP_LOG_END@json.output@@@", |
616 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test
_skia]\"}@@@" | 629 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test
_skia]\"}@@@" |
617 ] | 630 ] |
618 }, | 631 }, |
619 { | 632 { |
620 "cmd": [ | 633 "cmd": [ |
621 "python", | 634 "python", |
622 "-u", | 635 "-u", |
623 "\nimport json\nimport sys\nwith open(sys.argv[1]) as f:\n isolated = jso
n.load(f)\nfor h in sys.argv[2:]:\n isolated['includes'].append(sys.argv[2])\nw
ith open(sys.argv[1], 'w') as f:\n json.dump(isolated, f, sort_keys=True)\n", | 636 "\nimport json\nimport sys\nwith open(sys.argv[1]) as f:\n isolated = jso
n.load(f)\nfor h in sys.argv[2:]:\n isolated['includes'].append(h)\nwith open(s
ys.argv[1], 'w') as f:\n json.dump(isolated, f, sort_keys=True)\n", |
624 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-test_skia.isolated", | 637 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-test_skia.isolated", |
625 "abc123" | 638 "abc123", |
| 639 "8ba778e47df2a9b46355cf72c58b58fdb1a7f350" |
626 ], | 640 ], |
627 "cwd": "[SLAVE_BUILD]", | 641 "cwd": "[SLAVE_BUILD]", |
628 "name": "add_isolated_input (2)", | 642 "name": "add_isolated_input (2)", |
629 "~followup_annotations": [ | 643 "~followup_annotations": [ |
630 "@@@STEP_LOG_LINE@python.inline@@@@", | 644 "@@@STEP_LOG_LINE@python.inline@@@@", |
631 "@@@STEP_LOG_LINE@python.inline@import json@@@", | 645 "@@@STEP_LOG_LINE@python.inline@import json@@@", |
632 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 646 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
633 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", | 647 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", |
634 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", | 648 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", |
635 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", | 649 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", |
636 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(sys.argv[2])
@@@", | 650 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", |
637 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", | 651 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
638 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", | 652 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", |
639 "@@@STEP_LOG_END@python.inline@@@" | 653 "@@@STEP_LOG_END@python.inline@@@" |
640 ] | 654 ] |
641 }, | 655 }, |
642 { | 656 { |
643 "cmd": [ | 657 "cmd": [ |
644 "python", | 658 "python", |
645 "-u", | 659 "-u", |
646 "[SLAVE_BUILD]/swarming.client/isolateserver.py", | 660 "[SLAVE_BUILD]/swarming.client/isolateserver.py", |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
695 "--tag", | 709 "--tag", |
696 "master:client.skia.fyi", | 710 "master:client.skia.fyi", |
697 "--tag", | 711 "--tag", |
698 "name:test_skia", | 712 "name:test_skia", |
699 "--tag", | 713 "--tag", |
700 "os:Windows", | 714 "os:Windows", |
701 "--tag", | 715 "--tag", |
702 "slavename:skiabot-linux-housekeeper-003", | 716 "slavename:skiabot-linux-housekeeper-003", |
703 "--tag", | 717 "--tag", |
704 "stepname:test_skia on Windows", | 718 "stepname:test_skia on Windows", |
705 "def456" | 719 "def456", |
| 720 "--", |
| 721 "cook", |
| 722 "-repository", |
| 723 "https://chromium.googlesource.com/chromium/tools/build", |
| 724 "-revision", |
| 725 "", |
| 726 "-recipe", |
| 727 "skia/swarm_test", |
| 728 "-properties", |
| 729 "{\"buildername\": \"Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Swarm
ing\", \"mastername\": \"client.skia.fyi\", \"buildnumber\": 5, \"slavename\": \
"skiabot-linux-housekeeper-003\", \"reason\": \"Triggered by Skia swarm_trigger
Recipe\", \"swarm_out_dir\": \"${ISOLATED_OUTDIR}\", \"revision\": 164710}", |
| 730 "-workdir", |
| 731 "../../.." |
706 ], | 732 ], |
707 "cwd": "[SLAVE_BUILD]", | 733 "cwd": "[SLAVE_BUILD]", |
708 "name": "[trigger] test_skia on Windows", | 734 "name": "[trigger] test_skia on Windows", |
709 "~followup_annotations": [ | 735 "~followup_annotations": [ |
710 "@@@STEP_LOG_LINE@json.output@{@@@", | 736 "@@@STEP_LOG_LINE@json.output@{@@@", |
711 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_skia/Windows/de
f456/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Swarming/5\", @@@", | 737 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_skia/Windows/de
f456/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Swarming/5\", @@@", |
712 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 738 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
713 "@@@STEP_LOG_LINE@json.output@ \"test_skia/Windows/def456/Test-Win8-MSV
C-ShuttleB-CPU-AVX2-x86_64-Release-Swarming/5\": {@@@", | 739 "@@@STEP_LOG_LINE@json.output@ \"test_skia/Windows/def456/Test-Win8-MSV
C-ShuttleB-CPU-AVX2-x86_64-Release-Swarming/5\": {@@@", |
714 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 740 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
715 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 741 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
854 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" | 880 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" |
855 }, | 881 }, |
856 "name": "Upload DM Results" | 882 "name": "Upload DM Results" |
857 }, | 883 }, |
858 { | 884 { |
859 "name": "$result", | 885 "name": "$result", |
860 "recipe_result": null, | 886 "recipe_result": null, |
861 "status_code": 0 | 887 "status_code": 0 |
862 } | 888 } |
863 ] | 889 ] |
OLD | NEW |