| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "\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", | 6 "\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", |
| 7 "[CUSTOM_/_B_WORK]", | 7 "[CUSTOM_/_B_WORK]", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout_path", | 10 "name": "makedirs checkout_path", |
| 11 "~followup_annotations": [ | 11 "~followup_annotations": [ |
| 12 "@@@STEP_LOG_LINE@python.inline@@@@", | 12 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 18 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 18 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 19 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 19 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 20 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 20 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 21 "@@@STEP_LOG_END@python.inline@@@" | 21 "@@@STEP_LOG_END@python.inline@@@" |
| 22 ] | 22 ] |
| 23 }, | 23 }, |
| 24 { | 24 { |
| 25 "cmd": [ | 25 "cmd": [ |
| 26 "python", | 26 "python", |
| 27 "-u", | 27 "-u", |
| 28 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 29 "config", | 29 "--master", |
| 30 "client.skia", |
| 31 "--builder", |
| 32 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_100k_SKPs", |
| 33 "--slave", |
| 34 "skiabot-linux-swarm-000", |
| 30 "--spec", | 35 "--spec", |
| 31 "cache_dir = '[CUSTOM_/_B_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'man
aged': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\
ntarget_os = ['llvm']" | 36 "cache_dir = '[CUSTOM_/_B_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'man
aged': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\
ntarget_os = ['llvm']", |
| 37 "--root", |
| 38 "skia", |
| 39 "--revision_mapping_file", |
| 40 "{\"skia\": \"got_revision\"}", |
| 41 "--git-cache-dir", |
| 42 "[CUSTOM_/_B_CACHE]", |
| 43 "--output_json", |
| 44 "/path/to/tmp/json", |
| 45 "--revision", |
| 46 "skia@abc123", |
| 47 "--force", |
| 48 "--output_manifest" |
| 32 ], | 49 ], |
| 33 "cwd": "[CUSTOM_/_B_WORK]", | 50 "cwd": "[CUSTOM_/_B_WORK]", |
| 34 "env": { | 51 "env": { |
| 35 "BUILDTYPE": "Debug", | 52 "BUILDTYPE": "Debug", |
| 36 "CHROME_HEADLESS": "1", | 53 "CHROME_HEADLESS": "1", |
| 37 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]", | 54 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]", |
| 38 "SKIA_OUT": "[SLAVE_BUILD]/out" | 55 "SKIA_OUT": "[SLAVE_BUILD]/out" |
| 39 }, | 56 }, |
| 40 "name": "gclient setup" | 57 "name": "bot_update", |
| 41 }, | |
| 42 { | |
| 43 "cmd": [ | |
| 44 "python", | |
| 45 "-u", | |
| 46 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | |
| 47 "sync", | |
| 48 "--nohooks", | |
| 49 "--force", | |
| 50 "--verbose", | |
| 51 "--delete_unversioned_trees", | |
| 52 "--revision", | |
| 53 "skia@abc123", | |
| 54 "--output-json", | |
| 55 "/path/to/tmp/json" | |
| 56 ], | |
| 57 "cwd": "[CUSTOM_/_B_WORK]", | |
| 58 "env": { | |
| 59 "BUILDTYPE": "Debug", | |
| 60 "CHROME_HEADLESS": "1", | |
| 61 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", | |
| 62 "SKIA_OUT": "[SLAVE_BUILD]/out" | |
| 63 }, | |
| 64 "name": "gclient sync", | |
| 65 "~followup_annotations": [ | 58 "~followup_annotations": [ |
| 59 "@@@STEP_TEXT@Some step text@@@", |
| 66 "@@@STEP_LOG_LINE@json.output@{@@@", | 60 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 67 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 61 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 68 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", | 62 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 69 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", | 63 "@@@STEP_LOG_LINE@json.output@ \"skia\": \"abc123\"@@@", |
| 64 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 65 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", |
| 66 "@@@STEP_LOG_LINE@json.output@ \"skia\": {@@@", |
| 67 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/ski
a.git\", @@@", |
| 68 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"9046e2e693bb92a76e972b
694580e5d17ad10748\"@@@", |
| 70 "@@@STEP_LOG_LINE@json.output@ }@@@", | 69 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 71 "@@@STEP_LOG_LINE@json.output@ }@@@", | 70 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 71 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
| 72 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"skia\", @@@", |
| 73 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", |
| 74 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"9046e2e693bb92a76e97
2b694580e5d17ad10748\", @@@", |
| 75 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master
@{#164710}\"@@@", |
| 76 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 77 "@@@STEP_LOG_LINE@json.output@ \"root\": \"skia\", @@@", |
| 78 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
| 72 "@@@STEP_LOG_LINE@json.output@}@@@", | 79 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 73 "@@@STEP_LOG_END@json.output@@@", | 80 "@@@STEP_LOG_END@json.output@@@", |
| 74 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" | 81 "@@@SET_BUILD_PROPERTY@got_revision@\"9046e2e693bb92a76e972b694580e5d17ad1
0748\"@@@", |
| 82 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#164710}\"@@@" |
| 75 ] | 83 ] |
| 76 }, | 84 }, |
| 77 { | 85 { |
| 78 "cmd": [ | 86 "cmd": [ |
| 79 "python", | 87 "python", |
| 80 "-u", | 88 "-u", |
| 81 "\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", | 89 "\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", |
| 82 "[SLAVE_BUILD]/tmp", | 90 "[SLAVE_BUILD]/tmp", |
| 83 "511" | 91 "511" |
| 84 ], | 92 ], |
| (...skipping 14 matching lines...) Expand all Loading... |
| 99 { | 107 { |
| 100 "cmd": [ | 108 "cmd": [ |
| 101 "make", | 109 "make", |
| 102 "dm" | 110 "dm" |
| 103 ], | 111 ], |
| 104 "cwd": "[CUSTOM_/_B_WORK]/skia", | 112 "cwd": "[CUSTOM_/_B_WORK]/skia", |
| 105 "env": { | 113 "env": { |
| 106 "BUILDTYPE": "Debug", | 114 "BUILDTYPE": "Debug", |
| 107 "CHROME_HEADLESS": "1", | 115 "CHROME_HEADLESS": "1", |
| 108 "CHROME_PATH": "[SLAVE_BUILD]/src", | 116 "CHROME_PATH": "[SLAVE_BUILD]/src", |
| 109 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", | 117 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]", |
| 110 "SKIA_OUT": "[SLAVE_BUILD]/out" | 118 "SKIA_OUT": "[SLAVE_BUILD]/out" |
| 111 }, | 119 }, |
| 112 "name": "build dm" | 120 "name": "build dm" |
| 113 }, | 121 }, |
| 114 { | 122 { |
| 115 "cmd": [ | 123 "cmd": [ |
| 116 "python", | 124 "python", |
| 117 "-u", | 125 "-u", |
| 118 "import errno\nimport glob\nimport os\nimport shutil\nimport sys\n\nsrc =
sys.argv[1]\ndst = sys.argv[2]\nbuild_products_whitelist = ['dm', 'dm.exe', 'get
_images_from_skps', 'get_images_from_skps.exe', 'nanobench', 'nanobench.exe', '*
.so', '*.dll', '*.dylib', 'skia_launcher', 'lib/*.so', 'iOSShell.app', 'iOSShell
.ipa', 'visualbench', 'visualbench.exe', 'vulkan-1.dll']\n\ntry:\n os.makedirs(
dst)\nexcept OSError as e:\n if e.errno != errno.EEXIST:\n raise\n\nfor patt
ern in build_products_whitelist:\n path = os.path.join(src, pattern)\n for f i
n glob.glob(path):\n dst_path = os.path.join(dst, os.path.relpath(f, src))\n
if not os.path.isdir(os.path.dirname(dst_path)):\n os.makedirs(os.path.d
irname(dst_path))\n print 'Copying build product %s to %s' % (f, dst_path)\n
shutil.move(f, dst_path)\n", | 126 "import errno\nimport glob\nimport os\nimport shutil\nimport sys\n\nsrc =
sys.argv[1]\ndst = sys.argv[2]\nbuild_products_whitelist = ['dm', 'dm.exe', 'get
_images_from_skps', 'get_images_from_skps.exe', 'nanobench', 'nanobench.exe', '*
.so', '*.dll', '*.dylib', 'skia_launcher', 'lib/*.so', 'iOSShell.app', 'iOSShell
.ipa', 'visualbench', 'visualbench.exe', 'vulkan-1.dll']\n\ntry:\n os.makedirs(
dst)\nexcept OSError as e:\n if e.errno != errno.EEXIST:\n raise\n\nfor patt
ern in build_products_whitelist:\n path = os.path.join(src, pattern)\n for f i
n glob.glob(path):\n dst_path = os.path.join(dst, os.path.relpath(f, src))\n
if not os.path.isdir(os.path.dirname(dst_path)):\n os.makedirs(os.path.d
irname(dst_path))\n print 'Copying build product %s to %s' % (f, dst_path)\n
shutil.move(f, dst_path)\n", |
| 119 "[SLAVE_BUILD]/out/Debug", | 127 "[SLAVE_BUILD]/out/Debug", |
| (...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 433 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 441 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 434 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 442 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 435 "@@@STEP_LOG_END@python.inline@@@" | 443 "@@@STEP_LOG_END@python.inline@@@" |
| 436 ] | 444 ] |
| 437 }, | 445 }, |
| 438 { | 446 { |
| 439 "cmd": [ | 447 "cmd": [ |
| 440 "python", | 448 "python", |
| 441 "-u", | 449 "-u", |
| 442 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 450 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 443 "{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/
skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[SLA
VE_BUILD]/swarming_temp_dir/skia-task-ct-dm-1.isolated\", \n \"--config-v
ariable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\"
, \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable
\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug
-CT_DM_100k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n
164710, \n \"--extra-variable\", \n \"SLAVE_NUM\", \n
\"1\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\
"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"versi
on\": 1\n}", | 451 "{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/
skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[SLA
VE_BUILD]/swarming_temp_dir/skia-task-ct-dm-1.isolated\", \n \"--config-v
ariable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\"
, \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable
\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug
-CT_DM_100k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n
\"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable
\", \n \"SLAVE_NUM\", \n \"1\", \n \"--extra-variable\", \n
\"TOOL_NAME\", \n \"dm\"\n ], \n \"dir\": \"[CUSTOM_/_B_WOR
K]/skia/infra/bots/ct\", \n \"version\": 1\n}", |
| 444 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-1.isolated.gen.json" | 452 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-1.isolated.gen.json" |
| 445 ], | 453 ], |
| 446 "name": "Write ct-dm-1.isolated.gen.json" | 454 "name": "Write ct-dm-1.isolated.gen.json" |
| 447 }, | 455 }, |
| 448 { | 456 { |
| 449 "cmd": [ | 457 "cmd": [ |
| 450 "python", | 458 "python", |
| 451 "-u", | 459 "-u", |
| 452 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 460 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
| 453 "[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10
0k_SKPs/slave2" | 461 "[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10
0k_SKPs/slave2" |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 531 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 539 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 532 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 540 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 533 "@@@STEP_LOG_END@python.inline@@@" | 541 "@@@STEP_LOG_END@python.inline@@@" |
| 534 ] | 542 ] |
| 535 }, | 543 }, |
| 536 { | 544 { |
| 537 "cmd": [ | 545 "cmd": [ |
| 538 "python", | 546 "python", |
| 539 "-u", | 547 "-u", |
| 540 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 548 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 541 "{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/
skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[SLA
VE_BUILD]/swarming_temp_dir/skia-task-ct-dm-2.isolated\", \n \"--config-v
ariable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\"
, \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable
\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug
-CT_DM_100k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n
164710, \n \"--extra-variable\", \n \"SLAVE_NUM\", \n
\"2\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\
"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"versi
on\": 1\n}", | 549 "{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/
skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[SLA
VE_BUILD]/swarming_temp_dir/skia-task-ct-dm-2.isolated\", \n \"--config-v
ariable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\"
, \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable
\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug
-CT_DM_100k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n
\"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable
\", \n \"SLAVE_NUM\", \n \"2\", \n \"--extra-variable\", \n
\"TOOL_NAME\", \n \"dm\"\n ], \n \"dir\": \"[CUSTOM_/_B_WOR
K]/skia/infra/bots/ct\", \n \"version\": 1\n}", |
| 542 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-2.isolated.gen.json" | 550 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-2.isolated.gen.json" |
| 543 ], | 551 ], |
| 544 "name": "Write ct-dm-2.isolated.gen.json" | 552 "name": "Write ct-dm-2.isolated.gen.json" |
| 545 }, | 553 }, |
| 546 { | 554 { |
| 547 "cmd": [ | 555 "cmd": [ |
| 548 "python", | 556 "python", |
| 549 "-u", | 557 "-u", |
| 550 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 558 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
| 551 "[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10
0k_SKPs/slave3" | 559 "[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10
0k_SKPs/slave3" |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 629 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 637 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 630 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 638 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 631 "@@@STEP_LOG_END@python.inline@@@" | 639 "@@@STEP_LOG_END@python.inline@@@" |
| 632 ] | 640 ] |
| 633 }, | 641 }, |
| 634 { | 642 { |
| 635 "cmd": [ | 643 "cmd": [ |
| 636 "python", | 644 "python", |
| 637 "-u", | 645 "-u", |
| 638 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 646 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 639 "{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/
skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[SLA
VE_BUILD]/swarming_temp_dir/skia-task-ct-dm-3.isolated\", \n \"--config-v
ariable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\"
, \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable
\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug
-CT_DM_100k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n
164710, \n \"--extra-variable\", \n \"SLAVE_NUM\", \n
\"3\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\
"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"versi
on\": 1\n}", | 647 "{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/
skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[SLA
VE_BUILD]/swarming_temp_dir/skia-task-ct-dm-3.isolated\", \n \"--config-v
ariable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\"
, \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable
\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug
-CT_DM_100k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n
\"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable
\", \n \"SLAVE_NUM\", \n \"3\", \n \"--extra-variable\", \n
\"TOOL_NAME\", \n \"dm\"\n ], \n \"dir\": \"[CUSTOM_/_B_WOR
K]/skia/infra/bots/ct\", \n \"version\": 1\n}", |
| 640 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-3.isolated.gen.json" | 648 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-3.isolated.gen.json" |
| 641 ], | 649 ], |
| 642 "name": "Write ct-dm-3.isolated.gen.json" | 650 "name": "Write ct-dm-3.isolated.gen.json" |
| 643 }, | 651 }, |
| 644 { | 652 { |
| 645 "cmd": [ | 653 "cmd": [ |
| 646 "python", | 654 "python", |
| 647 "-u", | 655 "-u", |
| 648 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 656 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
| 649 "[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10
0k_SKPs/slave4" | 657 "[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10
0k_SKPs/slave4" |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 727 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 735 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 728 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 736 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 729 "@@@STEP_LOG_END@python.inline@@@" | 737 "@@@STEP_LOG_END@python.inline@@@" |
| 730 ] | 738 ] |
| 731 }, | 739 }, |
| 732 { | 740 { |
| 733 "cmd": [ | 741 "cmd": [ |
| 734 "python", | 742 "python", |
| 735 "-u", | 743 "-u", |
| 736 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 744 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 737 "{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/
skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[SLA
VE_BUILD]/swarming_temp_dir/skia-task-ct-dm-4.isolated\", \n \"--config-v
ariable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\"
, \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable
\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug
-CT_DM_100k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n
164710, \n \"--extra-variable\", \n \"SLAVE_NUM\", \n
\"4\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\
"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"versi
on\": 1\n}", | 745 "{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/
skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[SLA
VE_BUILD]/swarming_temp_dir/skia-task-ct-dm-4.isolated\", \n \"--config-v
ariable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\"
, \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable
\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug
-CT_DM_100k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n
\"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable
\", \n \"SLAVE_NUM\", \n \"4\", \n \"--extra-variable\", \n
\"TOOL_NAME\", \n \"dm\"\n ], \n \"dir\": \"[CUSTOM_/_B_WOR
K]/skia/infra/bots/ct\", \n \"version\": 1\n}", |
| 738 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-4.isolated.gen.json" | 746 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-4.isolated.gen.json" |
| 739 ], | 747 ], |
| 740 "name": "Write ct-dm-4.isolated.gen.json" | 748 "name": "Write ct-dm-4.isolated.gen.json" |
| 741 }, | 749 }, |
| 742 { | 750 { |
| 743 "cmd": [ | 751 "cmd": [ |
| 744 "python", | 752 "python", |
| 745 "-u", | 753 "-u", |
| 746 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 754 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
| 747 "[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10
0k_SKPs/slave5" | 755 "[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10
0k_SKPs/slave5" |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 825 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 833 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 826 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 834 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 827 "@@@STEP_LOG_END@python.inline@@@" | 835 "@@@STEP_LOG_END@python.inline@@@" |
| 828 ] | 836 ] |
| 829 }, | 837 }, |
| 830 { | 838 { |
| 831 "cmd": [ | 839 "cmd": [ |
| 832 "python", | 840 "python", |
| 833 "-u", | 841 "-u", |
| 834 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 842 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 835 "{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/
skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[SLA
VE_BUILD]/swarming_temp_dir/skia-task-ct-dm-5.isolated\", \n \"--config-v
ariable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\"
, \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable
\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug
-CT_DM_100k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n
164710, \n \"--extra-variable\", \n \"SLAVE_NUM\", \n
\"5\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\
"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"versi
on\": 1\n}", | 843 "{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/
skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[SLA
VE_BUILD]/swarming_temp_dir/skia-task-ct-dm-5.isolated\", \n \"--config-v
ariable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\"
, \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable
\", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug
-CT_DM_100k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n
\"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable
\", \n \"SLAVE_NUM\", \n \"5\", \n \"--extra-variable\", \n
\"TOOL_NAME\", \n \"dm\"\n ], \n \"dir\": \"[CUSTOM_/_B_WOR
K]/skia/infra/bots/ct\", \n \"version\": 1\n}", |
| 836 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-5.isolated.gen.json" | 844 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-5.isolated.gen.json" |
| 837 ], | 845 ], |
| 838 "name": "Write ct-dm-5.isolated.gen.json" | 846 "name": "Write ct-dm-5.isolated.gen.json" |
| 839 }, | 847 }, |
| 840 { | 848 { |
| 841 "cmd": [ | 849 "cmd": [ |
| 842 "python", | 850 "python", |
| 843 "-u", | 851 "-u", |
| 844 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 852 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 845 "{\"chromium_build\": \"fad657e-276e633\", \"num_slaves\": 5, \"page_type\
": \"100k\"}", | 853 "{\"chromium_build\": \"fad657e-276e633\", \"num_slaves\": 5, \"page_type\
": \"100k\"}", |
| (...skipping 697 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1543 "@@@STEP_LINK@shard #0 isolated out@blah@@@", | 1551 "@@@STEP_LINK@shard #0 isolated out@blah@@@", |
| 1544 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" | 1552 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" |
| 1545 ] | 1553 ] |
| 1546 }, | 1554 }, |
| 1547 { | 1555 { |
| 1548 "name": "$result", | 1556 "name": "$result", |
| 1549 "recipe_result": null, | 1557 "recipe_result": null, |
| 1550 "status_code": 0 | 1558 "status_code": 0 |
| 1551 } | 1559 } |
| 1552 ] | 1560 ] |
| OLD | NEW |