| 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 384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 395 "@@@STEP_LOG_LINE@json.output@ \"isolate_recipes\": \"[dummy hash for iso
late_recipes]\"@@@", | 395 "@@@STEP_LOG_LINE@json.output@ \"isolate_recipes\": \"[dummy hash for iso
late_recipes]\"@@@", |
| 396 "@@@STEP_LOG_LINE@json.output@}@@@", | 396 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 397 "@@@STEP_LOG_END@json.output@@@", | 397 "@@@STEP_LOG_END@json.output@@@", |
| 398 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_recipes\": \"[dummy hash fo
r isolate_recipes]\"}@@@" | 398 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_recipes\": \"[dummy hash fo
r isolate_recipes]\"}@@@" |
| 399 ] | 399 ] |
| 400 }, | 400 }, |
| 401 { | 401 { |
| 402 "cmd": [ | 402 "cmd": [ |
| 403 "python", | 403 "python", |
| 404 "-u", | 404 "-u", |
| 405 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
| 406 "[SLAVE_BUILD]/swarming_temp_dir", |
| 407 "511" |
| 408 ], |
| 409 "name": "makedirs swarming tmp dir (2)", |
| 410 "~followup_annotations": [ |
| 411 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 412 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 413 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 414 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 415 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 416 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 417 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 418 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 419 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 420 "@@@STEP_LOG_END@python.inline@@@" |
| 421 ] |
| 422 }, |
| 423 { |
| 424 "cmd": [ |
| 425 "python", |
| 426 "-u", |
| 427 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 428 "{\n \"args\": [\n \"--isolate\", \n \"[BUILD]/scripts/sl
ave/recipes/skia/gsutil.isolate\", \n \"--isolated\", \n \"[SLAVE_
BUILD]/swarming_temp_dir/skia-task-isolate_gsutil.isolated\", \n \"--conf
ig-variable\", \n \"OS\", \n \"linux\"\n ], \n \"dir\": \"[B
UILD]/scripts/slave/recipes/skia\", \n \"version\": 1\n}", |
| 429 "[SLAVE_BUILD]/swarming_temp_dir/isolate_gsutil.isolated.gen.json" |
| 430 ], |
| 431 "name": "Write isolate_gsutil.isolated.gen.json" |
| 432 }, |
| 433 { |
| 434 "cmd": [ |
| 435 "python", |
| 436 "-u", |
| 437 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 438 "[SLAVE_BUILD]/swarming.client", |
| 439 "batcharchive", |
| 440 "--dump-json", |
| 441 "/path/to/tmp/json", |
| 442 "--isolate-server", |
| 443 "https://isolateserver.appspot.com", |
| 444 "--verbose", |
| 445 "[SLAVE_BUILD]/swarming_temp_dir/isolate_gsutil.isolated.gen.json" |
| 446 ], |
| 447 "name": "isolate tests (2)", |
| 448 "~followup_annotations": [ |
| 449 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 450 "@@@STEP_LOG_LINE@json.output@ \"isolate_gsutil\": \"[dummy hash for isol
ate_gsutil]\"@@@", |
| 451 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 452 "@@@STEP_LOG_END@json.output@@@", |
| 453 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_gsutil\": \"[dummy hash for
isolate_gsutil]\"}@@@" |
| 454 ] |
| 455 }, |
| 456 { |
| 457 "cmd": [ |
| 458 "python", |
| 459 "-u", |
| 405 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", | 460 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", |
| 406 "/path/to/tmp/json", | 461 "/path/to/tmp/json", |
| 407 "Build-Ubuntu-GCC-x86_64-Debug-MSAN" | 462 "Build-Ubuntu-GCC-x86_64-Debug-MSAN" |
| 408 ], | 463 ], |
| 409 "cwd": "[SLAVE_BUILD]/skia", | 464 "cwd": "[SLAVE_BUILD]/skia", |
| 410 "name": "exec buildbot_spec.py (2)", | 465 "name": "exec buildbot_spec.py (2)", |
| 411 "~followup_annotations": [ | 466 "~followup_annotations": [ |
| 412 "@@@STEP_LOG_LINE@json.output@{@@@", | 467 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 413 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", | 468 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", |
| 414 "@@@STEP_LOG_LINE@json.output@ \"dm\", @@@", | 469 "@@@STEP_LOG_LINE@json.output@ \"dm\", @@@", |
| (...skipping 27 matching lines...) Expand all Loading... |
| 442 ] | 497 ] |
| 443 }, | 498 }, |
| 444 { | 499 { |
| 445 "cmd": [ | 500 "cmd": [ |
| 446 "python", | 501 "python", |
| 447 "-u", | 502 "-u", |
| 448 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 503 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
| 449 "[SLAVE_BUILD]/swarming_temp_dir", | 504 "[SLAVE_BUILD]/swarming_temp_dir", |
| 450 "511" | 505 "511" |
| 451 ], | 506 ], |
| 452 "name": "makedirs swarming tmp dir (2)", | 507 "name": "makedirs swarming tmp dir (3)", |
| 453 "~followup_annotations": [ | 508 "~followup_annotations": [ |
| 454 "@@@STEP_LOG_LINE@python.inline@@@@", | 509 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 455 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 510 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 456 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 511 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 457 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 512 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 458 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 513 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 459 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 514 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 460 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 515 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 461 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 516 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 462 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 517 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 480 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 535 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 481 "[SLAVE_BUILD]/swarming.client", | 536 "[SLAVE_BUILD]/swarming.client", |
| 482 "batcharchive", | 537 "batcharchive", |
| 483 "--dump-json", | 538 "--dump-json", |
| 484 "/path/to/tmp/json", | 539 "/path/to/tmp/json", |
| 485 "--isolate-server", | 540 "--isolate-server", |
| 486 "https://isolateserver.appspot.com", | 541 "https://isolateserver.appspot.com", |
| 487 "--verbose", | 542 "--verbose", |
| 488 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" | 543 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" |
| 489 ], | 544 ], |
| 490 "name": "isolate tests (2)", | 545 "name": "isolate tests (3)", |
| 491 "~followup_annotations": [ | 546 "~followup_annotations": [ |
| 492 "@@@STEP_LOG_LINE@json.output@{@@@", | 547 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 493 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", | 548 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", |
| 494 "@@@STEP_LOG_LINE@json.output@}@@@", | 549 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 495 "@@@STEP_LOG_END@json.output@@@", | 550 "@@@STEP_LOG_END@json.output@@@", |
| 496 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" | 551 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" |
| 497 ] | 552 ] |
| 498 }, | 553 }, |
| 499 { | 554 { |
| 500 "cmd": [ | 555 "cmd": [ |
| (...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 735 "name": "Get expected SK_IMAGE_VERSION" | 790 "name": "Get expected SK_IMAGE_VERSION" |
| 736 }, | 791 }, |
| 737 { | 792 { |
| 738 "cmd": [ | 793 "cmd": [ |
| 739 "python", | 794 "python", |
| 740 "-u", | 795 "-u", |
| 741 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 796 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
| 742 "[SLAVE_BUILD]/swarming_temp_dir", | 797 "[SLAVE_BUILD]/swarming_temp_dir", |
| 743 "511" | 798 "511" |
| 744 ], | 799 ], |
| 745 "name": "makedirs swarming tmp dir (3)", | 800 "name": "makedirs swarming tmp dir (4)", |
| 746 "~followup_annotations": [ | 801 "~followup_annotations": [ |
| 747 "@@@STEP_LOG_LINE@python.inline@@@@", | 802 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 748 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 803 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 749 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 804 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 750 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 805 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 751 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 806 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 752 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 807 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 753 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 808 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 754 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 809 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 755 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 810 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 773 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 828 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 774 "[SLAVE_BUILD]/swarming.client", | 829 "[SLAVE_BUILD]/swarming.client", |
| 775 "batcharchive", | 830 "batcharchive", |
| 776 "--dump-json", | 831 "--dump-json", |
| 777 "/path/to/tmp/json", | 832 "/path/to/tmp/json", |
| 778 "--isolate-server", | 833 "--isolate-server", |
| 779 "https://isolateserver.appspot.com", | 834 "https://isolateserver.appspot.com", |
| 780 "--verbose", | 835 "--verbose", |
| 781 "[SLAVE_BUILD]/swarming_temp_dir/test_skia.isolated.gen.json" | 836 "[SLAVE_BUILD]/swarming_temp_dir/test_skia.isolated.gen.json" |
| 782 ], | 837 ], |
| 783 "name": "isolate tests (3)", | 838 "name": "isolate tests (4)", |
| 784 "~followup_annotations": [ | 839 "~followup_annotations": [ |
| 785 "@@@STEP_LOG_LINE@json.output@{@@@", | 840 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 786 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia
]\"@@@", | 841 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia
]\"@@@", |
| 787 "@@@STEP_LOG_LINE@json.output@}@@@", | 842 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 788 "@@@STEP_LOG_END@json.output@@@", | 843 "@@@STEP_LOG_END@json.output@@@", |
| 789 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test
_skia]\"}@@@" | 844 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test
_skia]\"}@@@" |
| 790 ] | 845 ] |
| 791 }, | 846 }, |
| 792 { | 847 { |
| 793 "cmd": [ | 848 "cmd": [ |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 909 ] | 964 ] |
| 910 }, | 965 }, |
| 911 { | 966 { |
| 912 "cmd": [ | 967 "cmd": [ |
| 913 "python", | 968 "python", |
| 914 "-u", | 969 "-u", |
| 915 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 970 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
| 916 "[SLAVE_BUILD]/swarming_temp_dir", | 971 "[SLAVE_BUILD]/swarming_temp_dir", |
| 917 "511" | 972 "511" |
| 918 ], | 973 ], |
| 919 "name": "makedirs swarming tmp dir (4)", | 974 "name": "makedirs swarming tmp dir (5)", |
| 920 "~followup_annotations": [ | 975 "~followup_annotations": [ |
| 921 "@@@STEP_LOG_LINE@python.inline@@@@", | 976 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 922 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 977 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 923 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 978 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 924 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 979 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 925 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 980 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 926 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 981 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 927 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 982 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 928 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 983 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 929 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 984 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 947 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 1002 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 948 "[SLAVE_BUILD]/swarming.client", | 1003 "[SLAVE_BUILD]/swarming.client", |
| 949 "batcharchive", | 1004 "batcharchive", |
| 950 "--dump-json", | 1005 "--dump-json", |
| 951 "/path/to/tmp/json", | 1006 "/path/to/tmp/json", |
| 952 "--isolate-server", | 1007 "--isolate-server", |
| 953 "https://isolateserver.appspot.com", | 1008 "https://isolateserver.appspot.com", |
| 954 "--verbose", | 1009 "--verbose", |
| 955 "[SLAVE_BUILD]/swarming_temp_dir/perf_skia.isolated.gen.json" | 1010 "[SLAVE_BUILD]/swarming_temp_dir/perf_skia.isolated.gen.json" |
| 956 ], | 1011 ], |
| 957 "name": "isolate tests (4)", | 1012 "name": "isolate tests (5)", |
| 958 "~followup_annotations": [ | 1013 "~followup_annotations": [ |
| 959 "@@@STEP_LOG_LINE@json.output@{@@@", | 1014 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 960 "@@@STEP_LOG_LINE@json.output@ \"perf_skia\": \"[dummy hash for perf_skia
]\"@@@", | 1015 "@@@STEP_LOG_LINE@json.output@ \"perf_skia\": \"[dummy hash for perf_skia
]\"@@@", |
| 961 "@@@STEP_LOG_LINE@json.output@}@@@", | 1016 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 962 "@@@STEP_LOG_END@json.output@@@", | 1017 "@@@STEP_LOG_END@json.output@@@", |
| 963 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"perf_skia\": \"[dummy hash for perf
_skia]\"}@@@" | 1018 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"perf_skia\": \"[dummy hash for perf
_skia]\"}@@@" |
| 964 ] | 1019 ] |
| 965 }, | 1020 }, |
| 966 { | 1021 { |
| 967 "cmd": [ | 1022 "cmd": [ |
| (...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1243 "@@@STEP_LOG_END@json.output@@@", | 1298 "@@@STEP_LOG_END@json.output@@@", |
| 1244 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1299 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1245 ] | 1300 ] |
| 1246 }, | 1301 }, |
| 1247 { | 1302 { |
| 1248 "name": "$result", | 1303 "name": "$result", |
| 1249 "recipe_result": null, | 1304 "recipe_result": null, |
| 1250 "status_code": 0 | 1305 "status_code": 0 |
| 1251 } | 1306 } |
| 1252 ] | 1307 ] |
| OLD | NEW |